GetCustomIPPrefixResult

data class GetCustomIPPrefixResult(val cidr: String? = null, val commissionedState: String? = null, val etag: String, val extendedLocation: ExtendedLocationResponse? = null, val id: String? = null, val location: String? = null, val name: String, val provisioningState: String, val publicIpPrefixes: List<SubResourceResponse>, val resourceGuid: String, val tags: Map<String, String>? = null, val type: String, val zones: List<String>? = null)

Custom IP prefix resource.

Constructors

Link copied to clipboard
constructor(cidr: String? = null, commissionedState: String? = null, etag: String, extendedLocation: ExtendedLocationResponse? = null, id: String? = null, location: String? = null, name: String, provisioningState: String, publicIpPrefixes: List<SubResourceResponse>, resourceGuid: String, tags: Map<String, String>? = null, type: String, zones: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cidr: String? = null

The prefix range in CIDR notation. Should include the start address and the prefix length.

Link copied to clipboard

The commissioned state of the Custom IP Prefix.

Link copied to clipboard

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

Link copied to clipboard

The extended location of the custom IP prefix.

Link copied to clipboard
val id: String? = null

Resource ID.

Link copied to clipboard
val location: String? = null

Resource location.

Link copied to clipboard

Resource name.

Link copied to clipboard

The provisioning state of the custom IP prefix resource.

Link copied to clipboard

The list of all referenced PublicIpPrefixes.

Link copied to clipboard

The resource GUID property of the custom IP prefix resource.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

Resource type.

Link copied to clipboard
val zones: List<String>? = null

A list of availability zones denoting the IP allocated for the resource needs to come from.