IpAllocationPropertiesFormat interface
IpAllocation özellikleri.
Özellikler
| allocation |
IpAllocation etiketleri. |
| ipam |
IPAM ayırma kimliği. |
| prefix | IpAllocation için adres ön eki. |
| prefix |
IpAllocation için adres ön eki uzunluğu. |
| prefix |
IpAllocation için adres ön eki Türü. |
| type | IpAllocation türü. |
Özellik Ayrıntıları
allocationTags
IpAllocation etiketleri.
allocationTags?: Record<string, string>
Özellik Değeri
Record<string, string>
ipamAllocationId
IPAM ayırma kimliği.
ipamAllocationId?: string
Özellik Değeri
string
prefix
IpAllocation için adres ön eki.
prefix?: string
Özellik Değeri
string
prefixLength
IpAllocation için adres ön eki uzunluğu.
prefixLength?: number
Özellik Değeri
number
prefixType
IpAllocation için adres ön eki Türü.
prefixType?: "IPv4" | "IPv6"
Özellik Değeri
"IPv4" | "IPv6"
type
IpAllocation türü.
type?: "Undefined" | "Hypernet"
Özellik Değeri
"Undefined" | "Hypernet"