次の方法で共有


Endpoints Class

  • java.lang.Object
    • com.azure.resourcemanager.avs.models.Endpoints

Implements

public final class Endpoints
implements JsonSerializable<Endpoints>

Endpoint addresses.

Constructor Summary

Constructor Description
Endpoints()

Creates an instance of Endpoints class.

Method Summary

Modifier and Type Method and Description
static Endpoints fromJson(JsonReader jsonReader)

Reads an instance of Endpoints from the JsonReader.

String hcxCloudManager()

Get the hcxCloudManager property: Endpoint FQDN for the HCX Cloud Manager.

String hcxCloudManagerIp()

Get the hcxCloudManagerIp property: Endpoint IP for the HCX Cloud Manager.

String nsxtManager()

Get the nsxtManager property: Endpoint FQDN for the NSX-T Data Center manager.

String nsxtManagerIp()

Get the nsxtManagerIp property: Endpoint IP for the NSX-T Data Center manager.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

String vcenterIp()

Get the vcenterIp property: Endpoint IP for Virtual Center Server Appliance.

String vcsa()

Get the vcsa property: Endpoint FQDN for Virtual Center Server Appliance.

Methods inherited from java.lang.Object

Constructor Details

Endpoints

public Endpoints()

Creates an instance of Endpoints class.

Method Details

fromJson

public static Endpoints fromJson(JsonReader jsonReader)

Reads an instance of Endpoints from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

hcxCloudManager

public String hcxCloudManager()

Get the hcxCloudManager property: Endpoint FQDN for the HCX Cloud Manager.

Returns:

the hcxCloudManager value.

hcxCloudManagerIp

public String hcxCloudManagerIp()

Get the hcxCloudManagerIp property: Endpoint IP for the HCX Cloud Manager.

Returns:

the hcxCloudManagerIp value.

nsxtManager

public String nsxtManager()

Get the nsxtManager property: Endpoint FQDN for the NSX-T Data Center manager.

Returns:

the nsxtManager value.

nsxtManagerIp

public String nsxtManagerIp()

Get the nsxtManagerIp property: Endpoint IP for the NSX-T Data Center manager.

Returns:

the nsxtManagerIp value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

vcenterIp

public String vcenterIp()

Get the vcenterIp property: Endpoint IP for Virtual Center Server Appliance.

Returns:

the vcenterIp value.

vcsa

public String vcsa()

Get the vcsa property: Endpoint FQDN for Virtual Center Server Appliance.

Returns:

the vcsa value.

Applies to