Endpoints Class
- java.
lang. Object - com.
azure. resourcemanager. avs. models. Endpoints
- com.
Implements
public final class Endpoints
implements JsonSerializable<Endpoints>
Endpoint addresses.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| static Endpoints |
fromJson(JsonReader jsonReader)
Reads an instance of Endpoints from the Json |
| String |
hcxCloudManager()
Get the hcx |
| String |
hcxCloudManagerIp()
Get the hcx |
| String |
nsxtManager()
Get the nsxt |
| String |
nsxtManagerIp()
Get the nsxt |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
| String |
vcenterIp()
Get the vcenter |
| String |
vcsa()
Get the vcsa property: Endpoint FQDN for Virtual Center Server Appliance. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static Endpoints fromJson(JsonReader jsonReader)
Reads an instance of Endpoints from the JsonReader.
Parameters:
Returns:
Throws:
hcxCloudManager
public String hcxCloudManager()
Get the hcxCloudManager property: Endpoint FQDN for the HCX Cloud Manager.
Returns:
hcxCloudManagerIp
public String hcxCloudManagerIp()
Get the hcxCloudManagerIp property: Endpoint IP for the HCX Cloud Manager.
Returns:
nsxtManager
public String nsxtManager()
Get the nsxtManager property: Endpoint FQDN for the NSX-T Data Center manager.
Returns:
nsxtManagerIp
public String nsxtManagerIp()
Get the nsxtManagerIp property: Endpoint IP for the NSX-T Data Center manager.
Returns:
toJson
validate
public void validate()
Validates the instance.
vcenterIp
public String vcenterIp()
Get the vcenterIp property: Endpoint IP for Virtual Center Server Appliance.
Returns:
vcsa
public String vcsa()
Get the vcsa property: Endpoint FQDN for Virtual Center Server Appliance.
Returns: