Class VirtualNetworkUsageInner

java.lang.Object
com.azure.resourcemanager.network.fluent.models.VirtualNetworkUsageInner

public final class VirtualNetworkUsageInner extends Object
Usage details for subnet.
  • Constructor Details

    • VirtualNetworkUsageInner

      public VirtualNetworkUsageInner()
      Creates an instance of VirtualNetworkUsageInner class.
  • Method Details

    • currentValue

      public Double currentValue()
      Get the currentValue property: Indicates number of IPs used from the Subnet.
      Returns:
      the currentValue value.
    • id

      public String id()
      Get the id property: Subnet identifier.
      Returns:
      the id value.
    • limit

      public Double limit()
      Get the limit property: Indicates the size of the subnet.
      Returns:
      the limit value.
    • name

      public VirtualNetworkUsageName name()
      Get the name property: The name containing common and localized value for usage.
      Returns:
      the name value.
    • unit

      public String 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.