SchemaRegistryClusterSpecEntity Class

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

Implements

public final class SchemaRegistryClusterSpecEntity
implements JsonSerializable<SchemaRegistryClusterSpecEntity>

Details of schema registry cluster spec.

Method Summary

Modifier and Type Method and Description
String cloud()

Get the cloud property: The cloud service provider.

SchemaRegistryClusterEnvironmentRegionEntity environment()

Get the environment property: Environment details of the schema registry cluster.

static SchemaRegistryClusterSpecEntity fromJson(JsonReader jsonReader)

Reads an instance of SchemaRegistryClusterSpecEntity from the JsonReader.

String httpEndpoint()

Get the httpEndpoint property: Http endpoint of the cluster.

String name()

Get the name property: Name of the schema registry cluster.

String packageProperty()

Get the packageProperty property: Type of the cluster package Advanced, essentials.

SchemaRegistryClusterEnvironmentRegionEntity region()

Get the region property: Region details of the schema registry cluster.

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from java.lang.Object

Method Details

cloud

public String cloud()

Get the cloud property: The cloud service provider.

Returns:

the cloud value.

environment

public SchemaRegistryClusterEnvironmentRegionEntity environment()

Get the environment property: Environment details of the schema registry cluster.

Returns:

the environment value.

fromJson

public static SchemaRegistryClusterSpecEntity fromJson(JsonReader jsonReader)

Reads an instance of SchemaRegistryClusterSpecEntity from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of SchemaRegistryClusterSpecEntity 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 SchemaRegistryClusterSpecEntity.

httpEndpoint

public String httpEndpoint()

Get the httpEndpoint property: Http endpoint of the cluster.

Returns:

the httpEndpoint value.

name

public String name()

Get the name property: Name of the schema registry cluster.

Returns:

the name value.

packageProperty

public String packageProperty()

Get the packageProperty property: Type of the cluster package Advanced, essentials.

Returns:

the packageProperty value.

region

public SchemaRegistryClusterEnvironmentRegionEntity region()

Get the region property: Region details of the schema registry cluster.

Returns:

the region value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to