ClusterSpecEntity Class
- java.
lang. Object - com.
azure. resourcemanager. confluent. models. ClusterSpecEntity
- com.
Implements
public final class ClusterSpecEntity
implements JsonSerializable<ClusterSpecEntity>
Spec of the cluster record.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
apiEndpoint()
Get the api |
| String |
availability()
Get the availability property: The availability zone configuration of the cluster. |
|
Cluster |
byok()
Get the byok property: Specification of the cluster. |
| String |
cloud()
Get the cloud property: The cloud service provider. |
|
Cluster |
config()
Get the config property: Specification of the cluster. |
| String |
displayName()
Get the display |
|
Cluster |
environment()
Get the environment property: Specification of the cluster. |
|
static
Cluster |
fromJson(JsonReader jsonReader)
Reads an instance of Cluster |
| String |
httpEndpoint()
Get the http |
| String |
kafkaBootstrapEndpoint()
Get the kafka |
|
Cluster |
network()
Get the network property: Specification of the cluster. |
| String |
region()
Get the region property: The cloud service provider region. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
zone()
Get the zone property: type of zone availability. |
Methods inherited from java.lang.Object
Method Details
apiEndpoint
public String apiEndpoint()
Get the apiEndpoint property: The Kafka API cluster endpoint.
Returns:
availability
public String availability()
Get the availability property: The availability zone configuration of the cluster.
Returns:
byok
public ClusterByokEntity byok()
Get the byok property: Specification of the cluster.
Returns:
cloud
public String cloud()
Get the cloud property: The cloud service provider.
Returns:
config
public ClusterConfigEntity config()
Get the config property: Specification of the cluster.
Returns:
displayName
public String displayName()
Get the displayName property: The name of the cluster.
Returns:
environment
public ClusterEnvironmentEntity environment()
Get the environment property: Specification of the cluster.
Returns:
fromJson
public static ClusterSpecEntity fromJson(JsonReader jsonReader)
Reads an instance of ClusterSpecEntity from the JsonReader.
Parameters:
Returns:
Throws:
httpEndpoint
public String httpEndpoint()
Get the httpEndpoint property: The cluster HTTP request URL.
Returns:
kafkaBootstrapEndpoint
public String kafkaBootstrapEndpoint()
Get the kafkaBootstrapEndpoint property: The bootstrap endpoint used by Kafka clients to connect to the cluster.
Returns:
network
public ClusterNetworkEntity network()
Get the network property: Specification of the cluster.
Returns:
region
public String region()
Get the region property: The cloud service provider region.
Returns:
toJson
zone
public String zone()
Get the zone property: type of zone availability.
Returns: