IpAllocationPropertiesFormat interface
Properties of the IpAllocation.
Properties
| allocation |
IpAllocation tags. |
| ipam |
The IPAM allocation ID. |
| prefix | The address prefix for the IpAllocation. |
| prefix |
The address prefix length for the IpAllocation. |
| prefix |
The address prefix Type for the IpAllocation. |
| type | The type for the IpAllocation. |
Property Details
allocationTags
IpAllocation tags.
allocationTags?: Record<string, string>
Property Value
Record<string, string>
ipamAllocationId
The IPAM allocation ID.
ipamAllocationId?: string
Property Value
string
prefix
The address prefix for the IpAllocation.
prefix?: string
Property Value
string
prefixLength
The address prefix length for the IpAllocation.
prefixLength?: number
Property Value
number
prefixType
The address prefix Type for the IpAllocation.
prefixType?: "IPv4" | "IPv6"
Property Value
"IPv4" | "IPv6"
type
The type for the IpAllocation.
type?: "Undefined" | "Hypernet"
Property Value
"Undefined" | "Hypernet"