IpAllocationPropertiesFormat interface
Propriedades do IpAllocation.
Propriedades
| allocation |
Tags IpAllocation . |
| ipam |
O ID de alocação do IPAM. |
| prefix | O prefixo de endereço para o IpAllocation. |
| prefix |
O comprimento do prefixo de endereço para o IpAllocation. |
| prefix |
O prefixo de endereço Type para o IpAllocation. |
| type | O tipo para o IpAllocation. |
Detalhes de Propriedade
allocationTags
Tags IpAllocation .
allocationTags?: Record<string, string>
Valor de Propriedade
Record<string, string>
ipamAllocationId
O ID de alocação do IPAM.
ipamAllocationId?: string
Valor de Propriedade
string
prefix
O prefixo de endereço para o IpAllocation.
prefix?: string
Valor de Propriedade
string
prefixLength
O comprimento do prefixo de endereço para o IpAllocation.
prefixLength?: number
Valor de Propriedade
number
prefixType
O prefixo de endereço Type para o IpAllocation.
prefixType?: "IPv4" | "IPv6"
Valor de Propriedade
"IPv4" | "IPv6"
type
O tipo para o IpAllocation.
type?: "Undefined" | "Hypernet"
Valor de Propriedade
"Undefined" | "Hypernet"