Dela via


AvsPrivateCloudEndpoints Class

Definition

Endpoint addresses.

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

Properties

HcxCloudManager

Endpoint FQDN for the HCX Cloud Manager.

HcxCloudManagerIP

Endpoint IP for the HCX Cloud Manager.

NsxtManager

Endpoint FQDN for the NSX-T Data Center manager.

NsxtManagerIP

Endpoint IP for the NSX-T Data Center manager.

VcenterIP

Endpoint IP for Virtual Center Server Appliance.

Vcsa

Endpoint FQDN for Virtual Center Server Appliance.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AvsPrivateCloudEndpoints>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AvsPrivateCloudEndpoints>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AvsPrivateCloudEndpoints>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AvsPrivateCloudEndpoints>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AvsPrivateCloudEndpoints>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to