Class CidrIpAddress

java.lang.Object
com.microsoft.azure.management.cdn.CidrIpAddress

public class CidrIpAddress extends Object
CIDR Ip address.
  • Constructor Details

    • CidrIpAddress

      public CidrIpAddress()
  • Method Details

    • baseIpAddress

      public String baseIpAddress()
      Get ip address itself.
      Returns:
      the baseIpAddress value
    • withBaseIpAddress

      public CidrIpAddress withBaseIpAddress(String baseIpAddress)
      Set ip address itself.
      Parameters:
      baseIpAddress - the baseIpAddress value to set
      Returns:
      the CidrIpAddress object itself.
    • prefixLength

      public Integer prefixLength()
      Get the length of the prefix of the ip address.
      Returns:
      the prefixLength value
    • withPrefixLength

      public CidrIpAddress withPrefixLength(Integer prefixLength)
      Set the length of the prefix of the ip address.
      Parameters:
      prefixLength - the prefixLength value to set
      Returns:
      the CidrIpAddress object itself.