IpAllocationPropertiesFormatOutput interface
Eigenschaften der IpAllocation.
Eigenschaften
| allocation |
IpAllocation-Tags. |
| ipam |
Die IPAM-Zuordnungs-ID. |
| prefix | Das Adresspräfix für ipAllocation. |
| prefix |
Die Länge des Adresspräfixs für die IpAllocation. |
| prefix |
Der Adresspräfixtyp für die IpAllocation. |
| subnet | Das Subnetz, das das Präfix dieser IpAllocation-Ressource verwendet. |
| type | Der Typ für die IpAllocation. |
| virtual |
Das VirtualNetwork, das das Präfix dieser IpAllocation-Ressource verwendet. |
Details zur Eigenschaft
allocationTags
IpAllocation-Tags.
allocationTags?: Record<string, string>
Eigenschaftswert
Record<string, string>
ipamAllocationId
Die IPAM-Zuordnungs-ID.
ipamAllocationId?: string
Eigenschaftswert
string
prefix
Das Adresspräfix für ipAllocation.
prefix?: string
Eigenschaftswert
string
prefixLength
Die Länge des Adresspräfixs für die IpAllocation.
prefixLength?: number
Eigenschaftswert
number
prefixType
Der Adresspräfixtyp für die IpAllocation.
prefixType?: "IPv4" | "IPv6"
Eigenschaftswert
"IPv4" | "IPv6"
subnet
Das Subnetz, das das Präfix dieser IpAllocation-Ressource verwendet.
subnet?: SubResourceOutput
Eigenschaftswert
type
Der Typ für die IpAllocation.
type?: "Undefined" | "Hypernet"
Eigenschaftswert
"Undefined" | "Hypernet"
virtualNetwork
Das VirtualNetwork, das das Präfix dieser IpAllocation-Ressource verwendet.
virtualNetwork?: SubResourceOutput