MachineNetworkProperties Class
- java.
lang. Object - com.
azure. resourcemanager. containerservice. models. MachineNetworkProperties
- com.
Implements
public final class MachineNetworkProperties
implements JsonSerializable<MachineNetworkProperties>
network properties of the machine.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Machine |
fromJson(JsonReader jsonReader)
Reads an instance of Machine |
|
List<Machine |
ipAddresses()
Get the ip |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static MachineNetworkProperties fromJson(JsonReader jsonReader)
Reads an instance of MachineNetworkProperties from the JsonReader.
Parameters:
Returns:
Throws:
ipAddresses
public List<MachineIpAddress> ipAddresses()
Get the ipAddresses property: IPv4, IPv6 addresses of the machine.
Returns:
toJson
validate
public void validate()
Validates the instance.