Compartir a través de


IpAllocationPropertiesFormatOutput interface

Propiedades de IpAllocation.

Propiedades

allocationTags

Etiquetas ipAllocation.

ipamAllocationId

Identificador de asignación de IPAM.

prefix

Prefijo de dirección para IpAllocation.

prefixLength

Longitud del prefijo de dirección para IpAllocation.

prefixType

Tipo de prefijo de dirección para IpAllocation.

subnet

Subred que usa el prefijo de este recurso IpAllocation.

type

Tipo de IpAllocation.

virtualNetwork

VirtualNetwork que usa el prefijo de este recurso IpAllocation.

Detalles de las propiedades

allocationTags

Etiquetas ipAllocation.

allocationTags?: Record<string, string>

Valor de propiedad

Record<string, string>

ipamAllocationId

Identificador de asignación de IPAM.

ipamAllocationId?: string

Valor de propiedad

string

prefix

Prefijo de dirección para IpAllocation.

prefix?: string

Valor de propiedad

string

prefixLength

Longitud del prefijo de dirección para IpAllocation.

prefixLength?: number

Valor de propiedad

number

prefixType

Tipo de prefijo de dirección para IpAllocation.

prefixType?: "IPv4" | "IPv6"

Valor de propiedad

"IPv4" | "IPv6"

subnet

Subred que usa el prefijo de este recurso IpAllocation.

subnet?: SubResourceOutput

Valor de propiedad

type

Tipo de IpAllocation.

type?: "Undefined" | "Hypernet"

Valor de propiedad

"Undefined" | "Hypernet"

virtualNetwork

VirtualNetwork que usa el prefijo de este recurso IpAllocation.

virtualNetwork?: SubResourceOutput

Valor de propiedad