ComputeInstanceConnectivityEndpoints Class
- java.
lang. Object - com.
azure. resourcemanager. machinelearning. models. ComputeInstanceConnectivityEndpoints
- com.
Implements
public final class ComputeInstanceConnectivityEndpoints
implements JsonSerializable<ComputeInstanceConnectivityEndpoints>
Defines all connectivity endpoints and properties for an ComputeInstance.
Constructor Summary
| Constructor | Description |
|---|---|
| ComputeInstanceConnectivityEndpoints() |
Creates an instance of Compute |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Compute |
fromJson(JsonReader jsonReader)
Reads an instance of Compute |
| String |
privateIpAddress()
Get the private |
| String |
publicIpAddress()
Get the public |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
ComputeInstanceConnectivityEndpoints
public ComputeInstanceConnectivityEndpoints()
Creates an instance of ComputeInstanceConnectivityEndpoints class.
Method Details
fromJson
public static ComputeInstanceConnectivityEndpoints fromJson(JsonReader jsonReader)
Reads an instance of ComputeInstanceConnectivityEndpoints from the JsonReader.
Parameters:
Returns:
Throws:
privateIpAddress
public String privateIpAddress()
Get the privateIpAddress property: Private IP Address of this ComputeInstance (local to the VNET in which the compute instance is deployed).
Returns:
publicIpAddress
public String publicIpAddress()
Get the publicIpAddress property: Public IP Address of this ComputeInstance.
Returns:
toJson
validate
public void validate()
Validates the instance.