P2SConnectionConfigurationArgs

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
val enableInternetSecurity: Output<Boolean>? = null

Flag indicating whether the enable internet security flag is turned on for the P2S Connections or not.

Link copied to clipboard
val id: Output<String>? = null

Resource ID.

Link copied to clipboard
val name: Output<String>? = null

The name of the resource that is unique within a resource group. This name can be used to access the 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.

Functions

Link copied to clipboard
open override fun toJava(): P2SConnectionConfigurationArgs