EndpointPropertiesSubnetsItem Class

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

Inheritance
EndpointPropertiesSubnetsItem

Constructor

EndpointPropertiesSubnetsItem(*, first: Optional[str] = None, last: Optional[str] = None, scope: Optional[int] = None, **kwargs)

Variables

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).