EndpointPropertiesSubnetsItem interface
Subnet first address, scope, and/or last address.
Properties
first | First address in the subnet. |
last | Last address in the subnet. |
scope | Block size (number of leading bits in the subnet mask). |
Property Details
first
First address in the subnet.
first?: string
Property Value
string
last
Last address in the subnet.
last?: string
Property Value
string
scope
Block size (number of leading bits in the subnet mask).
scope?: number
Property Value
number