Class CidrIpAddress
java.lang.Object
com.microsoft.azure.management.cdn.CidrIpAddress
CIDR Ip address.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet ip address itself.Get the length of the prefix of the ip address.withBaseIpAddress
(String baseIpAddress) Set ip address itself.withPrefixLength
(Integer prefixLength) Set the length of the prefix of the ip address.
-
Constructor Details
-
CidrIpAddress
public CidrIpAddress()
-
-
Method Details
-
baseIpAddress
Get ip address itself.- Returns:
- the baseIpAddress value
-
withBaseIpAddress
Set ip address itself.- Parameters:
baseIpAddress
- the baseIpAddress value to set- Returns:
- the CidrIpAddress object itself.
-
prefixLength
Get the length of the prefix of the ip address.- Returns:
- the prefixLength value
-
withPrefixLength
Set the length of the prefix of the ip address.- Parameters:
prefixLength
- the prefixLength value to set- Returns:
- the CidrIpAddress object itself.
-