CidrIpAddress Class

CIDR Ip address.

Inheritance
azure.mgmt.cdn._serialization.Model
CidrIpAddress

Constructor

CidrIpAddress(*, base_ip_address: str | None = None, prefix_length: int | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
base_ip_address
str

Ip address itself.

prefix_length
int

The length of the prefix of the ip address.

Variables

Name Description
base_ip_address
str

Ip address itself.

prefix_length
int

The length of the prefix of the ip address.