VirtualApplianceIpConfigurationProperties Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. VirtualApplianceIpConfigurationProperties
- com.
Implements
public final class VirtualApplianceIpConfigurationProperties
implements JsonSerializable<VirtualApplianceIpConfigurationProperties>
Represents a single IP configuration properties.
Constructor Summary
Constructor | Description |
---|---|
VirtualApplianceIpConfigurationProperties() |
Creates an instance of Virtual |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Virtual |
fromJson(JsonReader jsonReader)
Reads an instance of Virtual |
Boolean |
primary()
Get the primary property: Whether or not this is primary IP configuration of the NIC. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Virtual |
withPrimary(Boolean primary)
Set the primary property: Whether or not this is primary IP configuration of the NIC. |
Methods inherited from java.lang.Object
Constructor Details
VirtualApplianceIpConfigurationProperties
public VirtualApplianceIpConfigurationProperties()
Creates an instance of VirtualApplianceIpConfigurationProperties class.
Method Details
fromJson
public static VirtualApplianceIpConfigurationProperties fromJson(JsonReader jsonReader)
Reads an instance of VirtualApplianceIpConfigurationProperties from the JsonReader.
Parameters:
Returns:
Throws:
primary
public Boolean primary()
Get the primary property: Whether or not this is primary IP configuration of the NIC.
Returns:
toJson
validate
public void validate()
Validates the instance.
withPrimary
public VirtualApplianceIpConfigurationProperties withPrimary(Boolean primary)
Set the primary property: Whether or not this is primary IP configuration of the NIC.
Parameters:
Returns:
Applies to
Azure SDK for Java