scaleway.kafka.v1alpha1.Cluster
idUUID of the Kafka cluster. (UUID format)
nameName of the Kafka cluster.
project_idProject ID the Kafka cluster belongs to. (UUID format)
organization_idOrganisation ID the Kafka cluster belongs to. (UUID format)
statusStatus of the Kafka cluster.
versionKafka version of the Kafka cluster.
tagsList of tags applied to the Kafka cluster.
Advanced settings of the Kafka cluster.
node_amountNumber of nodes in Kafka cluster.
node_typeNode type of the Kafka cluster.
Volumes of the Kafka cluster.
List of Kafka cluster endpoints.
created_atCreation date (must follow the ISO 8601 format). (RFC 3339 format)
updated_atLast update date (must follow the ISO 8601 format). (RFC 3339 format)
regionRegion the Kafka cluster is in.
multi_azMultiAZ tell the cluster is deployed on multiple availability zones in the region.
MonoAZ details.
scaleway.kafka.v1alpha1.Cluster.Setting
nameName of the setting.
bool_valueBoolean value of the setting.
string_valueString value of the setting.
int_valueInteger value of the setting.
float_valueFloat value of the setting.
scaleway.kafka.v1alpha1.Endpoint
idUUID of the endpoint. (UUID format)
dns_recordsList of DNS records of the endpoint.
portTCP port of the endpoint.
Private Network endpoint details.
public_networkPublic endpoint details.
scaleway.kafka.v1alpha1.ListClustersResponse
List of all Kafka cluster available in an Organization or Project.
total_countTotal count of Kafka cluster available in an Organization or Project.
scaleway.kafka.v1alpha1.ListNodeTypesResponse
Types of the node.
total_countTotal count of node types available.
scaleway.kafka.v1alpha1.ListUsersRequest.OrderBy
scaleway.kafka.v1alpha1.ListVersionsResponse
Available Kafka versions.
total_countTotal count of Kafka versions available.
scaleway.kafka.v1alpha1.NodeType
nameNode type name identifier.
stock_statusCurrent stock status for the node type.
descriptionCurrent specifications of the node type offer.
vcpusNumber of virtual CPUs of the node type.
memory_bytesQuantity of RAM. (in bytes)
Available storage options for the node type.
disabledDefines whether the node type is currently disabled.
betaDefines whether the node type is currently in beta.
cluster_rangeCluster range associated with the node type offer.
scaleway.kafka.v1alpha1.NodeType.VolumeType
typeVolume type.
descriptionThe description of the volume.
min_size_bytesMinimum size required for the volume. (in bytes)
max_size_bytesMaximum size required for the volume. (in bytes)
chunk_size_bytesMinimum increment level for a Block Storage volume size. (in bytes)
scaleway.kafka.v1alpha1.Version
versionKafka version.
end_of_life_atDate of End of Life for the version. (RFC 3339 format)
Cluster configuration settings you are able to change for clusters running this version. Each item in available_settings describes one configurable cluster setting.
scaleway.kafka.v1alpha1.Version.AvailableSetting
nameKafka cluster setting name.
hot_configurableDefines whether this setting can be applied without needing a restart.
descriptionSetting description.
Boolean property, if the setting is a boolean.
String property, if the setting is a string.
Integer property, if the setting is an integer.
Float property, if the setting is a float.