P2SConnection Configuration Response
data class P2SConnectionConfigurationResponse(val enableInternetSecurity: Boolean? = null, val etag: String, val id: String? = null, val name: String? = null, val provisioningState: String, val routingConfiguration: RoutingConfigurationResponse? = null, val vpnClientAddressPool: AddressSpaceResponse? = null)
P2SConnectionConfiguration Resource.
Constructors
Link copied to clipboard
fun P2SConnectionConfigurationResponse(enableInternetSecurity: Boolean? = null, etag: String, id: String? = null, name: String? = null, provisioningState: String, routingConfiguration: RoutingConfigurationResponse? = null, vpnClientAddressPool: AddressSpaceResponse? = null)