IpAllocationPropertiesFormatOutput 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. |
| subnet | Sous-réseau qui utilise le préfixe de cette ressource IpAllocation. |
| type | Type pour IpAllocation. |
| virtual |
VirtualNetwork qui utilise le préfixe de cette ressource 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"
subnet
Sous-réseau qui utilise le préfixe de cette ressource IpAllocation.
subnet?: SubResourceOutput
Valeur de propriété
type
Type pour IpAllocation.
type?: "Undefined" | "Hypernet"
Valeur de propriété
"Undefined" | "Hypernet"
virtualNetwork
VirtualNetwork qui utilise le préfixe de cette ressource IpAllocation.
virtualNetwork?: SubResourceOutput