VirtualNetworkGatewayIPConfigurationResponse

data class VirtualNetworkGatewayIPConfigurationResponse(val etag: String, val id: String? = null, val name: String? = null, val privateIPAddress: String, val privateIPAllocationMethod: String? = null, val provisioningState: String, val publicIPAddress: SubResourceResponse? = null, val subnet: SubResourceResponse? = null)

IP configuration for virtual network gateway.

Constructors

constructor(etag: String, id: String? = null, name: String? = null, privateIPAddress: String, privateIPAllocationMethod: String? = null, provisioningState: String, publicIPAddress: SubResourceResponse? = null, subnet: SubResourceResponse? = null)

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 the resource that is unique within a resource group. This name can be used to access the resource.

Link copied to clipboard

Private IP Address for this gateway.

Link copied to clipboard

The private IP address allocation method.

Link copied to clipboard

The provisioning state of the virtual network gateway IP configuration resource.

Link copied to clipboard

The reference to the public IP resource.

Link copied to clipboard

The reference to the subnet resource.