IpAllocationPropertiesFormatOutput interface
Eigenschappen van de IpAllocation.
Eigenschappen
| allocation |
IpAllocation-tags. |
| ipam |
De IPAM-toewijzings-id. |
| prefix | Het adresvoorvoegsel voor ipallocation. |
| prefix |
De lengte van het adresvoorvoegsel voor de IpAllocation. |
| prefix |
Het adresvoorvoegseltype voor de IpAllocation. |
| subnet | Het subnet dat het voorvoegsel van deze IpAllocation-resource gebruikt. |
| type | Het type voor ipallocation. |
| virtual |
Het VirtualNetwork dat het voorvoegsel van deze IpAllocation-resource gebruikt. |
Eigenschapdetails
allocationTags
IpAllocation-tags.
allocationTags?: Record<string, string>
Waarde van eigenschap
Record<string, string>
ipamAllocationId
De IPAM-toewijzings-id.
ipamAllocationId?: string
Waarde van eigenschap
string
prefix
Het adresvoorvoegsel voor ipallocation.
prefix?: string
Waarde van eigenschap
string
prefixLength
De lengte van het adresvoorvoegsel voor de IpAllocation.
prefixLength?: number
Waarde van eigenschap
number
prefixType
Het adresvoorvoegseltype voor de IpAllocation.
prefixType?: "IPv4" | "IPv6"
Waarde van eigenschap
"IPv4" | "IPv6"
subnet
Het subnet dat het voorvoegsel van deze IpAllocation-resource gebruikt.
subnet?: SubResourceOutput
Waarde van eigenschap
type
Het type voor ipallocation.
type?: "Undefined" | "Hypernet"
Waarde van eigenschap
"Undefined" | "Hypernet"
virtualNetwork
Het VirtualNetwork dat het voorvoegsel van deze IpAllocation-resource gebruikt.
virtualNetwork?: SubResourceOutput