次の方法で共有


IpAllocationPropertiesFormat interface

IpAllocation のプロパティ。

プロパティ

allocationTags

IpAllocation タグ。

ipamAllocationId

IPAM 割り当て ID。

prefix

IpAllocation のアドレス プレフィックス。

prefixLength

IpAllocation のアドレス プレフィックスの長さ。

prefixType

IpAllocation のアドレス プレフィックス Type。

type

IpAllocation の型。

プロパティの詳細

allocationTags

IpAllocation タグ。

allocationTags?: Record<string, string>

プロパティ値

Record<string, string>

ipamAllocationId

IPAM 割り当て ID。

ipamAllocationId?: string

プロパティ値

string

prefix

IpAllocation のアドレス プレフィックス。

prefix?: string

プロパティ値

string

prefixLength

IpAllocation のアドレス プレフィックスの長さ。

prefixLength?: number

プロパティ値

number

prefixType

IpAllocation のアドレス プレフィックス Type。

prefixType?: "IPv4" | "IPv6"

プロパティ値

"IPv4" | "IPv6"

type

IpAllocation の型。

type?: "Undefined" | "Hypernet"

プロパティ値

"Undefined" | "Hypernet"