P2SConnectionConfiguration Class
P2SConnectionConfiguration Resource.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.models._models_py3.SubResourceP2SConnectionConfiguration
Constructor
P2SConnectionConfiguration(*, id: str | None = None, name: str | None = None, vpn_client_address_pool: _models.AddressSpace | None = None, routing_configuration: _models.RoutingConfiguration | None = None, enable_internet_security: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
Resource ID. |
name
|
The name of the resource that is unique within a resource group. This name can be used to access the resource. |
vpn_client_address_pool
|
The reference to the address space resource which represents Address space for P2S VpnClient. |
routing_configuration
|
The Routing Configuration indicating the associated and propagated route tables on this connection. |
enable_internet_security
|
Flag indicating whether the enable internet security flag is turned on for the P2S Connections or not. |
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
The name of the resource that is unique within a resource group. This name can be used to access the resource. |
etag
|
A unique read-only string that changes whenever the resource is updated. |
vpn_client_address_pool
|
The reference to the address space resource which represents Address space for P2S VpnClient. |
routing_configuration
|
The Routing Configuration indicating the associated and propagated route tables on this connection. |
enable_internet_security
|
Flag indicating whether the enable internet security flag is turned on for the P2S Connections or not. |
configuration_policy_group_associations
|
List of Configuration Policy Groups that this P2SConnectionConfiguration is attached to. |
previous_configuration_policy_group_associations
|
List of previous Configuration Policy Groups that this P2SConnectionConfiguration was attached to. |
provisioning_state
|
The provisioning state of the P2SConnectionConfiguration resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting". |
Azure SDK for Python