Class DelegatedSubnetUsage

java.lang.Object
com.azure.resourcemanager.mysqlflexibleserver.models.DelegatedSubnetUsage

public final class DelegatedSubnetUsage extends Object
Delegated subnet usage data.
  • Constructor Details

    • DelegatedSubnetUsage

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

    • subnetName

      public String subnetName()
      Get the subnetName property: name of the subnet.
      Returns:
      the subnetName value.
    • usage

      public Long usage()
      Get the usage property: Number of used delegated subnets.
      Returns:
      the usage value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.