IpAllocationPropertiesFormat interface
Eigenschappen van de IpAllocation.
Eigenschappen
| allocation |
IpAllocation-tags. |
| ipam |
De IPAM-toewijzings-id. |
| prefix | Het adresvoorvoegsel voor ipallocation. |
| prefix |
De lengte van het adresvoorvoegsel voor de IpAllocation. |
| prefix |
Het adresvoorvoegseltype voor de IpAllocation. |
| type | Het type voor ipallocation. |
Eigenschapdetails
allocationTags
IpAllocation-tags.
allocationTags?: Record<string, string>
Waarde van eigenschap
Record<string, string>
ipamAllocationId
De IPAM-toewijzings-id.
ipamAllocationId?: string
Waarde van eigenschap
string
prefix
Het adresvoorvoegsel voor ipallocation.
prefix?: string
Waarde van eigenschap
string
prefixLength
De lengte van het adresvoorvoegsel voor de IpAllocation.
prefixLength?: number
Waarde van eigenschap
number
prefixType
Het adresvoorvoegseltype voor de IpAllocation.
prefixType?: "IPv4" | "IPv6"
Waarde van eigenschap
"IPv4" | "IPv6"
type
Het type voor ipallocation.
type?: "Undefined" | "Hypernet"
Waarde van eigenschap
"Undefined" | "Hypernet"