VirtualNetworkGatewayPolicyGroupMemberArgs

data class VirtualNetworkGatewayPolicyGroupMemberArgs(val attributeType: Output<Either<String, VpnPolicyMemberAttributeType>>? = null, val attributeValue: Output<String>? = null, val name: Output<String>? = null) : ConvertibleToJava<VirtualNetworkGatewayPolicyGroupMemberArgs>

Vpn Client Connection configuration PolicyGroup member

Constructors

constructor(attributeType: Output<Either<String, VpnPolicyMemberAttributeType>>? = null, attributeValue: Output<String>? = null, name: Output<String>? = null)

Properties

Link copied to clipboard
val attributeType: Output<Either<String, VpnPolicyMemberAttributeType>>? = null

The Vpn Policy member attribute type.

Link copied to clipboard
val attributeValue: Output<String>? = null

The value of Attribute used for this VirtualNetworkGatewayPolicyGroupMember.

Link copied to clipboard
val name: Output<String>? = null

Name of the VirtualNetworkGatewayPolicyGroupMember.

Functions

Link copied to clipboard
open override fun toJava(): VirtualNetworkGatewayPolicyGroupMemberArgs