P2SConnection Configuration Args
data class P2SConnectionConfigurationArgs(val enableInternetSecurity: Output<Boolean>? = null, val id: Output<String>? = null, val name: Output<String>? = null, val routingConfiguration: Output<RoutingConfigurationArgs>? = null, val vpnClientAddressPool: Output<AddressSpaceArgs>? = null) : ConvertibleToJava<P2SConnectionConfigurationArgs>
P2SConnectionConfiguration Resource.
Constructors
Link copied to clipboard
constructor(enableInternetSecurity: Output<Boolean>? = null, id: Output<String>? = null, name: Output<String>? = null, routingConfiguration: Output<RoutingConfigurationArgs>? = null, vpnClientAddressPool: Output<AddressSpaceArgs>? = null)
Properties
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
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.