IpAllocationPropertiesFormatOutput interface
IpAllocation 的属性。
属性
| allocation |
IpAllocation 标记。 |
| ipam |
IPAM 分配 ID。 |
| prefix | IpAllocation 的地址前缀。 |
| prefix |
IpAllocation 的地址前缀长度。 |
| prefix |
IpAllocation 的地址前缀类型。 |
| subnet | 使用此 IpAllocation 资源的前缀的子网。 |
| type | IpAllocation 的类型。 |
| virtual |
使用此 IpAllocation 资源的前缀的 VirtualNetwork。 |
属性详细信息
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 的地址前缀类型。
prefixType?: "IPv4" | "IPv6"
属性值
"IPv4" | "IPv6"
subnet
type
IpAllocation 的类型。
type?: "Undefined" | "Hypernet"
属性值
"Undefined" | "Hypernet"