次の方法で共有


ClusterSpecEntity Class

  • java.lang.Object
    • com.azure.resourcemanager.confluent.models.ClusterSpecEntity

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 apiEndpoint property: The Kafka API cluster endpoint.

String availability()

Get the availability property: The availability zone configuration of the cluster.

ClusterByokEntity byok()

Get the byok property: Specification of the cluster.

String cloud()

Get the cloud property: The cloud service provider.

ClusterConfigEntity config()

Get the config property: Specification of the cluster.

String displayName()

Get the displayName property: The name of the cluster.

ClusterEnvironmentEntity environment()

Get the environment property: Specification of the cluster.

static ClusterSpecEntity fromJson(JsonReader jsonReader)

Reads an instance of ClusterSpecEntity from the JsonReader.

String httpEndpoint()

Get the httpEndpoint property: The cluster HTTP request URL.

String kafkaBootstrapEndpoint()

Get the kafkaBootstrapEndpoint property: The bootstrap endpoint used by Kafka clients to connect to the cluster.

ClusterNetworkEntity network()

Get the network property: Specification of the cluster.

String region()

Get the region property: The cloud service provider region.

JsonWriter 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:

the apiEndpoint value.

availability

public String availability()

Get the availability property: The availability zone configuration of the cluster.

Returns:

the availability value.

byok

public ClusterByokEntity byok()

Get the byok property: Specification of the cluster.

Returns:

the byok value.

cloud

public String cloud()

Get the cloud property: The cloud service provider.

Returns:

the cloud value.

config

public ClusterConfigEntity config()

Get the config property: Specification of the cluster.

Returns:

the config value.

displayName

public String displayName()

Get the displayName property: The name of the cluster.

Returns:

the displayName value.

environment

public ClusterEnvironmentEntity environment()

Get the environment property: Specification of the cluster.

Returns:

the environment value.

fromJson

public static ClusterSpecEntity fromJson(JsonReader jsonReader)

Reads an instance of ClusterSpecEntity from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ClusterSpecEntity if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the ClusterSpecEntity.

httpEndpoint

public String httpEndpoint()

Get the httpEndpoint property: The cluster HTTP request URL.

Returns:

the httpEndpoint value.

kafkaBootstrapEndpoint

public String kafkaBootstrapEndpoint()

Get the kafkaBootstrapEndpoint property: The bootstrap endpoint used by Kafka clients to connect to the cluster.

Returns:

the kafkaBootstrapEndpoint value.

network

public ClusterNetworkEntity network()

Get the network property: Specification of the cluster.

Returns:

the network value.

region

public String region()

Get the region property: The cloud service provider region.

Returns:

the region value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

zone

public String zone()

Get the zone property: type of zone availability.

Returns:

the zone value.

Applies to