Get Ip Allocation Result
data class GetIpAllocationResult(val allocationTags: Map<String, String>? = null, val etag: String, val id: String? = null, val ipamAllocationId: String? = null, val location: String? = null, val name: String, val prefix: String? = null, val prefixLength: Int? = null, val prefixType: String? = null, val subnet: SubResourceResponse, val tags: Map<String, String>? = null, val type: String, val virtualNetwork: SubResourceResponse)
IpAllocation resource.
Constructors
Link copied to clipboard
constructor(allocationTags: Map<String, String>? = null, etag: String, id: String? = null, ipamAllocationId: String? = null, location: String? = null, name: String, prefix: String? = null, prefixLength: Int? = null, prefixType: String? = null, subnet: SubResourceResponse, tags: Map<String, String>? = null, type: String, virtualNetwork: SubResourceResponse)
Properties
Link copied to clipboard
IpAllocation tags.
Link copied to clipboard
The IPAM allocation ID.
Link copied to clipboard
The address prefix length for the IpAllocation.
Link copied to clipboard
The address prefix Type for the IpAllocation.
Link copied to clipboard
The Subnet that using the prefix of this IpAllocation resource.
Link copied to clipboard
The VirtualNetwork that using the prefix of this IpAllocation resource.