VirtualNetworkGatewayPolicyGroup Class
- java.
lang. Object - com.
azure. core. management. SubResource - com.
azure. resourcemanager. network. models. VirtualNetworkGatewayPolicyGroup
- com.
- com.
public final class VirtualNetworkGatewayPolicyGroup
extends SubResource
Parameters for VirtualNetworkGatewayPolicyGroup.
Constructor Summary
Constructor | Description |
---|---|
VirtualNetworkGatewayPolicyGroup() |
Creates an instance of Virtual |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated. |
static
Virtual |
fromJson(JsonReader jsonReader)
Reads an instance of Virtual |
Boolean |
isDefault()
Get the is |
String |
name()
Get the name property: The name of the resource that is unique within a resource group. |
List<Virtual |
policyMembers()
Get the policy |
Integer |
priority()
Get the priority property: Priority for Virtual |
Provisioning |
provisioningState()
Get the provisioning |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
List<Sub |
vngClientConnectionConfigurations()
Get the vng |
Virtual |
withId(String id) |
Virtual |
withIsDefault(Boolean isDefault)
Set the is |
Virtual |
withName(String name)
Set the name property: The name of the resource that is unique within a resource group. |
Virtual |
withPolicyMembers(List<VirtualNetworkGatewayPolicyGroupMember> policyMembers)
Set the policy |
Virtual |
withPriority(Integer priority)
Set the priority property: Priority for Virtual |
Methods inherited from SubResource
Methods inherited from java.lang.Object
Constructor Details
VirtualNetworkGatewayPolicyGroup
public VirtualNetworkGatewayPolicyGroup()
Creates an instance of VirtualNetworkGatewayPolicyGroup class.
Method Details
etag
public String etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
Returns:
fromJson
public static VirtualNetworkGatewayPolicyGroup fromJson(JsonReader jsonReader)
Reads an instance of VirtualNetworkGatewayPolicyGroup from the JsonReader.
Parameters:
Returns:
Throws:
isDefault
public Boolean isDefault()
Get the isDefault property: Shows if this is a Default VirtualNetworkGatewayPolicyGroup or not.
Returns:
name
public String name()
Get the name property: The name of the resource that is unique within a resource group. This name can be used to access the resource.
Returns:
policyMembers
public List
Get the policyMembers property: Multiple PolicyMembers for VirtualNetworkGatewayPolicyGroup.
Returns:
priority
public Integer priority()
Get the priority property: Priority for VirtualNetworkGatewayPolicyGroup.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the VirtualNetworkGatewayPolicyGroup resource.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
VirtualNetworkGatewayPolicyGroup.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
vngClientConnectionConfigurations
public List
Get the vngClientConnectionConfigurations property: List of references to vngClientConnectionConfigurations.
Returns:
withId
public VirtualNetworkGatewayPolicyGroup withId(String id)
Overrides:
VirtualNetworkGatewayPolicyGroup.withId(String id)Parameters:
withIsDefault
public VirtualNetworkGatewayPolicyGroup withIsDefault(Boolean isDefault)
Set the isDefault property: Shows if this is a Default VirtualNetworkGatewayPolicyGroup or not.
Parameters:
Returns:
withName
public VirtualNetworkGatewayPolicyGroup withName(String name)
Set the name property: The name of the resource that is unique within a resource group. This name can be used to access the resource.
Parameters:
Returns:
withPolicyMembers
public VirtualNetworkGatewayPolicyGroup withPolicyMembers(List
Set the policyMembers property: Multiple PolicyMembers for VirtualNetworkGatewayPolicyGroup.
Parameters:
Returns:
withPriority
public VirtualNetworkGatewayPolicyGroup withPriority(Integer priority)
Set the priority property: Priority for VirtualNetworkGatewayPolicyGroup.
Parameters:
Returns:
Applies to
Azure SDK for Java