SchemaRegistryClusterSpecEntity Class
- java.
lang. Object - com.
azure. resourcemanager. confluent. models. SchemaRegistryClusterSpecEntity
- com.
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. |
|
Schema |
environment()
Get the environment property: Environment details of the schema registry cluster. |
|
static
Schema |
fromJson(JsonReader jsonReader)
Reads an instance of Schema |
| String |
httpEndpoint()
Get the http |
| String |
name()
Get the name property: Name of the schema registry cluster. |
| String |
packageProperty()
Get the package |
|
Schema |
region()
Get the region property: Region details of the schema registry cluster. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
cloud
public String cloud()
Get the cloud property: The cloud service provider.
Returns:
environment
public SchemaRegistryClusterEnvironmentRegionEntity environment()
Get the environment property: Environment details of the schema registry cluster.
Returns:
fromJson
public static SchemaRegistryClusterSpecEntity fromJson(JsonReader jsonReader)
Reads an instance of SchemaRegistryClusterSpecEntity from the JsonReader.
Parameters:
Returns:
Throws:
httpEndpoint
public String httpEndpoint()
Get the httpEndpoint property: Http endpoint of the cluster.
Returns:
name
public String name()
Get the name property: Name of the schema registry cluster.
Returns:
packageProperty
public String packageProperty()
Get the packageProperty property: Type of the cluster package Advanced, essentials.
Returns:
region
public SchemaRegistryClusterEnvironmentRegionEntity region()
Get the region property: Region details of the schema registry cluster.
Returns: