Private Link Service Ip Configuration Response
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
Link copied to clipboard
fun PrivateLinkServiceIpConfigurationResponse(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)