PrivateLinkServiceIpConfigurationResponse

data class PrivateLinkServiceIpConfigurationResponse(val etag: String, val id: String? = null, val name: String? = null, val primary: Boolean? = null, val privateIPAddress: String? = null, val privateIPAddressVersion: String? = null, val privateIPAllocationMethod: String? = null, val provisioningState: String, val subnet: SubnetResponse? = null, val type: String)

The private link service ip configuration.

Constructors

constructor(etag: String, id: String? = null, name: String? = null, primary: Boolean? = null, privateIPAddress: String? = null, privateIPAddressVersion: String? = null, privateIPAllocationMethod: String? = null, provisioningState: String, subnet: SubnetResponse? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

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
val name: String? = null

The name of private link service ip configuration.

Link copied to clipboard
val primary: Boolean? = null

Whether the ip configuration is primary or not.

Link copied to clipboard

The private IP address of the IP configuration.

Link copied to clipboard

Whether the specific IP configuration is IPv4 or IPv6. Default is IPv4.

Link copied to clipboard

The private IP address allocation method.

Link copied to clipboard

The provisioning state of the private link service IP configuration resource.

Link copied to clipboard
val subnet: SubnetResponse? = null

The reference to the subnet resource.

Link copied to clipboard

The resource type.