Class PublicIpAddressSku


  • public final class PublicIpAddressSku
    extends Object
    SKU of a public IP address.
    • Constructor Detail

      • PublicIpAddressSku

        public PublicIpAddressSku()
    • Method Detail

      • name

        public PublicIpAddressSkuName name()
        Get the name property: Name of a public IP address SKU.
        Returns:
        the name value.
      • withName

        public PublicIpAddressSku withName​(PublicIpAddressSkuName name)
        Set the name property: Name of a public IP address SKU.
        Parameters:
        name - the name value to set.
        Returns:
        the PublicIpAddressSku object itself.
      • tier

        public PublicIpAddressSkuTier tier()
        Get the tier property: Tier of a public IP address SKU.
        Returns:
        the tier value.
      • withTier

        public PublicIpAddressSku withTier​(PublicIpAddressSkuTier tier)
        Set the tier property: Tier of a public IP address SKU.
        Parameters:
        tier - the tier value to set.
        Returns:
        the PublicIpAddressSku object itself.
      • validate

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