P2SConnectionConfiguration Class
P2SConnectionConfiguration Resource.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.v2020_04_01.models._models_py3.SubResourceP2SConnectionConfiguration
Constructor
P2SConnectionConfiguration(*, id: typing.Union[str, NoneType] = None, name: typing.Union[str, NoneType] = None, vpn_client_address_pool: typing.Union[_ForwardRef('AddressSpace'), NoneType] = None, routing_configuration: typing.Union[_ForwardRef('RoutingConfiguration'), NoneType] = None, **kwargs)
Parameters
- 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.
- vpn_client_address_pool
- AddressSpace
The reference to the address space resource which represents Address space for P2S VpnClient.
- routing_configuration
- RoutingConfiguration
The Routing Configuration indicating the associated and propagated route tables on this connection.
Variables
- etag
- str
A unique read-only string that changes whenever the resource is updated.
- provisioning_state
- str or ProvisioningState
The provisioning state of the P2SConnectionConfiguration resource. Possible values include: "Succeeded", "Updating", "Deleting", "Failed".
Feedback
Submit and view feedback for