Compartilhar via


VpnServerConfigurationPolicyGroup Class

VpnServerConfigurationPolicyGroup Resource.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.network.models._models_py3.SubResource
VpnServerConfigurationPolicyGroup

Constructor

VpnServerConfigurationPolicyGroup(*, id: str | None = None, name: str | None = None, is_default: bool | None = None, priority: int | None = None, policy_members: List[_models.VpnServerConfigurationPolicyGroupMember] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
id
str

Resource ID.

name
str

The name of the resource that is unique within a resource group. This name can be used to access the resource.

is_default

Shows if this is a Default VpnServerConfigurationPolicyGroup or not.

priority
int

Priority for VpnServerConfigurationPolicyGroup.

policy_members

Multiple PolicyMembers for VpnServerConfigurationPolicyGroup.

Variables

Name Description
id
str

Resource ID.

etag
str

A unique read-only string that changes whenever the resource is updated.

name
str

The name of the resource that is unique within a resource group. This name can be used to access the resource.

type
str

Resource type.

is_default

Shows if this is a Default VpnServerConfigurationPolicyGroup or not.

priority
int

Priority for VpnServerConfigurationPolicyGroup.

policy_members

Multiple PolicyMembers for VpnServerConfigurationPolicyGroup.

p2_s_connection_configurations

List of references to P2SConnectionConfigurations.

provisioning_state

The provisioning state of the VpnServerConfigurationPolicyGroup resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".