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.
Constructor Summary
Constructor | Description |
---|---|
MachineNetworkProperties() |
Creates an instance of 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
Constructor Details
MachineNetworkProperties
public MachineNetworkProperties()
Creates an instance of MachineNetworkProperties class.
Method Details
fromJson
public static MachineNetworkProperties fromJson(JsonReader jsonReader)
Reads an instance of MachineNetworkProperties from the JsonReader.
Parameters:
Returns:
Throws:
ipAddresses
public List
Get the ipAddresses property: IPv4, IPv6 addresses of the machine.
Returns:
toJson
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java