Udostępnij przez


IpAllocationPropertiesFormat interface

Właściwości adresu IpAllocation.

Właściwości

allocationTags

Tagi IpAllocation.

ipamAllocationId

Identyfikator alokacji usługi IPAM.

prefix

Prefiks adresu dla adresu IpAllocation.

prefixLength

Długość prefiksu adresu dla adresu IpAllocation.

prefixType

Typ prefiksu adresu dla adresu IpAllocation.

type

Typ adresu IPAllocation.

Szczegóły właściwości

allocationTags

Tagi IpAllocation.

allocationTags?: Record<string, string>

Wartość właściwości

Record<string, string>

ipamAllocationId

Identyfikator alokacji usługi IPAM.

ipamAllocationId?: string

Wartość właściwości

string

prefix

Prefiks adresu dla adresu IpAllocation.

prefix?: string

Wartość właściwości

string

prefixLength

Długość prefiksu adresu dla adresu IpAllocation.

prefixLength?: number

Wartość właściwości

number

prefixType

Typ prefiksu adresu dla adresu IpAllocation.

prefixType?: "IPv4" | "IPv6"

Wartość właściwości

"IPv4" | "IPv6"

type

Typ adresu IPAllocation.

type?: "Undefined" | "Hypernet"

Wartość właściwości

"Undefined" | "Hypernet"