Class VirtualNetworkGatewayPolicyGroupMember

java.lang.Object
com.azure.resourcemanager.network.models.VirtualNetworkGatewayPolicyGroupMember

public final class VirtualNetworkGatewayPolicyGroupMember extends Object
Vpn Client Connection configuration PolicyGroup member.
  • Constructor Details

    • VirtualNetworkGatewayPolicyGroupMember

      public VirtualNetworkGatewayPolicyGroupMember()
      Creates an instance of VirtualNetworkGatewayPolicyGroupMember class.
  • Method Details

    • name

      public String name()
      Get the name property: Name of the VirtualNetworkGatewayPolicyGroupMember.
      Returns:
      the name value.
    • withName

      Set the name property: Name of the VirtualNetworkGatewayPolicyGroupMember.
      Parameters:
      name - the name value to set.
      Returns:
      the VirtualNetworkGatewayPolicyGroupMember object itself.
    • attributeType

      public VpnPolicyMemberAttributeType attributeType()
      Get the attributeType property: The Vpn Policy member attribute type.
      Returns:
      the attributeType value.
    • withAttributeType

      public VirtualNetworkGatewayPolicyGroupMember withAttributeType(VpnPolicyMemberAttributeType attributeType)
      Set the attributeType property: The Vpn Policy member attribute type.
      Parameters:
      attributeType - the attributeType value to set.
      Returns:
      the VirtualNetworkGatewayPolicyGroupMember object itself.
    • attributeValue

      public String attributeValue()
      Get the attributeValue property: The value of Attribute used for this VirtualNetworkGatewayPolicyGroupMember.
      Returns:
      the attributeValue value.
    • withAttributeValue

      public VirtualNetworkGatewayPolicyGroupMember withAttributeValue(String attributeValue)
      Set the attributeValue property: The value of Attribute used for this VirtualNetworkGatewayPolicyGroupMember.
      Parameters:
      attributeValue - the attributeValue value to set.
      Returns:
      the VirtualNetworkGatewayPolicyGroupMember object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.