IpAllocationPropertiesFormat interface
Propriétés de l’adresse IpAllocation.
Propriétés
| allocation |
Balises IpAllocation. |
| ipam |
ID d’allocation IPAM. |
| prefix | Préfixe d’adresse pour IpAllocation. |
| prefix |
Longueur du préfixe d’adresse pour IpAllocation. |
| prefix |
Type de préfixe d’adresse pour IpAllocation. |
| type | Type pour IpAllocation. |
Détails de la propriété
allocationTags
Balises IpAllocation.
allocationTags?: Record<string, string>
Valeur de propriété
Record<string, string>
ipamAllocationId
ID d’allocation IPAM.
ipamAllocationId?: string
Valeur de propriété
string
prefix
Préfixe d’adresse pour IpAllocation.
prefix?: string
Valeur de propriété
string
prefixLength
Longueur du préfixe d’adresse pour IpAllocation.
prefixLength?: number
Valeur de propriété
number
prefixType
Type de préfixe d’adresse pour IpAllocation.
prefixType?: "IPv4" | "IPv6"
Valeur de propriété
"IPv4" | "IPv6"
type
Type pour IpAllocation.
type?: "Undefined" | "Hypernet"
Valeur de propriété
"Undefined" | "Hypernet"