Endpoints Class

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

public final class Endpoints

Endpoint addresses.

Constructor Summary

Constructor Description
Endpoints()

Creates an instance of Endpoints class.

Method Summary

Modifier and Type Method and Description
String hcxCloudManager()

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

String nsxtManager()

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

void validate()

Validates the instance.

String vcsa()

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

Methods inherited from java.lang.Object

Constructor Details

Endpoints

public Endpoints()

Creates an instance of Endpoints class.

Method Details

hcxCloudManager

public String hcxCloudManager()

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

Returns:

the hcxCloudManager value.

nsxtManager

public String nsxtManager()

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

Returns:

the nsxtManager value.

validate

public void validate()

Validates the instance.

vcsa

public String vcsa()

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

Returns:

the vcsa value.

Applies to