CidrIpAddress Class

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

public class CidrIpAddress

CIDR Ip address.

Method Summary

Modifier and Type Method and Description
String baseIpAddress()

Get the baseIpAddress value.

Integer prefixLength()

Get the prefixLength value.

CidrIpAddress withBaseIpAddress(String baseIpAddress)

Set the baseIpAddress value.

CidrIpAddress withPrefixLength(Integer prefixLength)

Set the prefixLength value.

Method Details

baseIpAddress

public String baseIpAddress()

Get the baseIpAddress value.

Returns:

the baseIpAddress value

prefixLength

public Integer prefixLength()

Get the prefixLength value.

Returns:

the prefixLength value

withBaseIpAddress

public CidrIpAddress withBaseIpAddress(String baseIpAddress)

Set the baseIpAddress value.

Parameters:

baseIpAddress - the baseIpAddress value to set

Returns:

the CidrIpAddress object itself.

withPrefixLength

public CidrIpAddress withPrefixLength(Integer prefixLength)

Set the prefixLength value.

Parameters:

prefixLength - the prefixLength value to set

Returns:

the CidrIpAddress object itself.

Applies to