VirtualNetworkGatewayPolicyGroupResponse

data class VirtualNetworkGatewayPolicyGroupResponse(val etag: String, val id: String? = null, val isDefault: Boolean, val name: String? = null, val policyMembers: List<VirtualNetworkGatewayPolicyGroupMemberResponse>, val priority: Int, val provisioningState: String, val vngClientConnectionConfigurations: List<SubResourceResponse>)

Parameters for VirtualNetworkGatewayPolicyGroup.

Constructors

Link copied to clipboard
constructor(etag: String, id: String? = null, isDefault: Boolean, name: String? = null, policyMembers: List<VirtualNetworkGatewayPolicyGroupMemberResponse>, priority: Int, provisioningState: String, vngClientConnectionConfigurations: List<SubResourceResponse>)

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

Shows if this is a Default VirtualNetworkGatewayPolicyGroup or not.

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

Multiple PolicyMembers for VirtualNetworkGatewayPolicyGroup.

Link copied to clipboard

Priority for VirtualNetworkGatewayPolicyGroup.

Link copied to clipboard

The provisioning state of the VirtualNetworkGatewayPolicyGroup resource.

Link copied to clipboard

List of references to vngClientConnectionConfigurations.