SCClusterSpecEntity Class

Definition

Spec of the cluster record.

public class SCClusterSpecEntity : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Confluent.Models.SCClusterSpecEntity>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Confluent.Models.SCClusterSpecEntity>
type SCClusterSpecEntity = class
    interface IJsonModel<SCClusterSpecEntity>
    interface IPersistableModel<SCClusterSpecEntity>
Public Class SCClusterSpecEntity
Implements IJsonModel(Of SCClusterSpecEntity), IPersistableModel(Of SCClusterSpecEntity)
Inheritance
SCClusterSpecEntity
Implements

Properties

ApiEndpoint

The Kafka API cluster endpoint.

Availability

The availability zone configuration of the cluster.

Byok

Specification of the cluster byok.

Cloud

The cloud service provider.

ConfigKind

The lifecycle phase of the cluster.

Environment

Specification of the cluster environment.

HttpEndpoint

The cluster HTTP request URL.

KafkaBootstrapEndpoint

The bootstrap endpoint used by Kafka clients to connect to the cluster.

Name

The name of the cluster.

Network

Specification of the cluster network.

Region

The cloud service provider region.

Zone

type of zone availability.

Explicit Interface Implementations

IJsonModel<SCClusterSpecEntity>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SCClusterSpecEntity>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SCClusterSpecEntity>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SCClusterSpecEntity>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SCClusterSpecEntity>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to