EndpointPropertiesSubnetsItem Class

Subnet first address, scope, and/or last address.

Constructor

EndpointPropertiesSubnetsItem(*, first: str | None = None, last: str | None = None, scope: int | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
first
str

First address in the subnet.

Default value: None
last
str

Last address in the subnet.

Default value: None
scope
int

Block size (number of leading bits in the subnet mask).

Default value: None

Variables

Name Description
first
str

First address in the subnet.

last
str

Last address in the subnet.

scope
int

Block size (number of leading bits in the subnet mask).