GetIpAllocationResult

data class GetIpAllocationResult(val allocationTags: Map<String, String>? = null, val azureApiVersion: String, 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, azureApiVersion: String, 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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

IpAllocation tags.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

A unique read-only string that changes whenever the resource is updated.

Link copied to clipboard
val id: String? = null

Resource ID.

Link copied to clipboard

The IPAM allocation ID.

Link copied to clipboard
val location: String? = null

Resource location.

Link copied to clipboard

Resource name.

Link copied to clipboard
val prefix: String? = null

The address prefix for the IpAllocation.

Link copied to clipboard
val prefixLength: Int? = null

The address prefix length for the IpAllocation.

Link copied to clipboard
val prefixType: String? = null

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
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

Resource type.

Link copied to clipboard

The VirtualNetwork that using the prefix of this IpAllocation resource.