P2SConnection Configuration Response
data class P2SConnectionConfigurationResponse(val configurationPolicyGroupAssociations: List<SubResourceResponse>, val enableInternetSecurity: Boolean? = null, val etag: String, val id: String? = null, val name: String? = null, val previousConfigurationPolicyGroupAssociations: List<VpnServerConfigurationPolicyGroupResponse>, val provisioningState: String, val routingConfiguration: RoutingConfigurationResponse? = null, val vpnClientAddressPool: AddressSpaceResponse? = null)
P2SConnectionConfiguration Resource.
Constructors
Link copied to clipboard
constructor(configurationPolicyGroupAssociations: List<SubResourceResponse>, enableInternetSecurity: Boolean? = null, etag: String, id: String? = null, name: String? = null, previousConfigurationPolicyGroupAssociations: List<VpnServerConfigurationPolicyGroupResponse>, provisioningState: String, routingConfiguration: RoutingConfigurationResponse? = null, vpnClientAddressPool: AddressSpaceResponse? = null)
Properties
Link copied to clipboard
List of Configuration Policy Groups that this P2SConnectionConfiguration is attached to.
Link copied to clipboard
Flag indicating whether the enable internet security flag is turned on for the P2S Connections or not.
Link copied to clipboard
List of previous Configuration Policy Groups that this P2SConnectionConfiguration was attached to.
Link copied to clipboard
The provisioning state of the P2SConnectionConfiguration resource.
Link copied to clipboard
The Routing Configuration indicating the associated and propagated route tables on this connection.
Link copied to clipboard
The reference to the address space resource which represents Address space for P2S VpnClient.