VpnServerConfigurationPolicyGroupMember Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. VpnServerConfigurationPolicyGroupMember
- com.
Implements
public final class VpnServerConfigurationPolicyGroupMember
implements JsonSerializable<VpnServerConfigurationPolicyGroupMember>
VpnServerConfiguration PolicyGroup member.
Constructor Summary
Constructor | Description |
---|---|
VpnServerConfigurationPolicyGroupMember() |
Creates an instance of Vpn |
Method Summary
Modifier and Type | Method and Description |
---|---|
Vpn |
attributeType()
Get the attribute |
String |
attributeValue()
Get the attribute |
static
Vpn |
fromJson(JsonReader jsonReader)
Reads an instance of Vpn |
String |
name()
Get the name property: Name of the Vpn |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Vpn |
withAttributeType(VpnPolicyMemberAttributeType attributeType)
Set the attribute |
Vpn |
withAttributeValue(String attributeValue)
Set the attribute |
Vpn |
withName(String name)
Set the name property: Name of the Vpn |
Methods inherited from java.lang.Object
Constructor Details
VpnServerConfigurationPolicyGroupMember
public VpnServerConfigurationPolicyGroupMember()
Creates an instance of VpnServerConfigurationPolicyGroupMember class.
Method Details
attributeType
public VpnPolicyMemberAttributeType attributeType()
Get the attributeType property: The Vpn Policy member attribute type.
Returns:
attributeValue
public String attributeValue()
Get the attributeValue property: The value of Attribute used for this VpnServerConfigurationPolicyGroupMember.
Returns:
fromJson
public static VpnServerConfigurationPolicyGroupMember fromJson(JsonReader jsonReader)
Reads an instance of VpnServerConfigurationPolicyGroupMember from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: Name of the VpnServerConfigurationPolicyGroupMember.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAttributeType
public VpnServerConfigurationPolicyGroupMember withAttributeType(VpnPolicyMemberAttributeType attributeType)
Set the attributeType property: The Vpn Policy member attribute type.
Parameters:
Returns:
withAttributeValue
public VpnServerConfigurationPolicyGroupMember withAttributeValue(String attributeValue)
Set the attributeValue property: The value of Attribute used for this VpnServerConfigurationPolicyGroupMember.
Parameters:
Returns:
withName
public VpnServerConfigurationPolicyGroupMember withName(String name)
Set the name property: Name of the VpnServerConfigurationPolicyGroupMember.
Parameters:
Returns:
Applies to
Azure SDK for Java