Class VirtualNetworkUsageInner
java.lang.Object
com.azure.resourcemanager.network.fluent.models.VirtualNetworkUsageInner
Usage details for subnet.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of VirtualNetworkUsageInner class. -
Method Summary
Modifier and TypeMethodDescriptionGet the currentValue property: Indicates number of IPs used from the Subnet.id()Get the id property: Subnet identifier.limit()Get the limit property: Indicates the size of the subnet.name()Get the name property: The name containing common and localized value for usage.unit()Get the unit property: Usage units.voidvalidate()Validates the instance.
-
Constructor Details
-
VirtualNetworkUsageInner
public VirtualNetworkUsageInner()Creates an instance of VirtualNetworkUsageInner class.
-
-
Method Details
-
currentValue
Get the currentValue property: Indicates number of IPs used from the Subnet.- Returns:
- the currentValue value.
-
id
Get the id property: Subnet identifier.- Returns:
- the id value.
-
limit
Get the limit property: Indicates the size of the subnet.- Returns:
- the limit value.
-
name
Get the name property: The name containing common and localized value for usage.- Returns:
- the name value.
-
unit
Get the unit property: Usage units. Returns 'Count'.- Returns:
- the unit value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-