Uses of Class
com.azure.resourcemanager.network.models.P2SConnectionConfiguration
Packages that use P2SConnectionConfiguration
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of P2SConnectionConfiguration in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type P2SConnectionConfigurationModifier and TypeMethodDescriptionP2SVpnGatewayInner.p2SConnectionConfigurations()Get the p2SConnectionConfigurations property: List of all p2s connection configurations of the gateway.P2SVpnGatewayProperties.p2SConnectionConfigurations()Get the p2SConnectionConfigurations property: List of all p2s connection configurations of the gateway.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type P2SConnectionConfigurationModifier and TypeMethodDescriptionP2SVpnGatewayInner.withP2SConnectionConfigurations(List<P2SConnectionConfiguration> p2SConnectionConfigurations) Set the p2SConnectionConfigurations property: List of all p2s connection configurations of the gateway.P2SVpnGatewayProperties.withP2SConnectionConfigurations(List<P2SConnectionConfiguration> p2SConnectionConfigurations) Set the p2SConnectionConfigurations property: List of all p2s connection configurations of the gateway. -
Uses of P2SConnectionConfiguration in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return P2SConnectionConfigurationModifier and TypeMethodDescriptionstatic P2SConnectionConfigurationP2SConnectionConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of P2SConnectionConfiguration from the JsonReader.P2SConnectionConfiguration.withEnableInternetSecurity(Boolean enableInternetSecurity) Set the enableInternetSecurity property: Flag indicating whether the enable internet security flag is turned on for the P2S Connections or not.Set the name property: The name of the resource that is unique within a resource group.P2SConnectionConfiguration.withRoutingConfiguration(RoutingConfiguration routingConfiguration) Set the routingConfiguration property: The Routing Configuration indicating the associated and propagated route tables on this connection.P2SConnectionConfiguration.withVpnClientAddressPool(AddressSpace vpnClientAddressPool) Set the vpnClientAddressPool property: The reference to the address space resource which represents Address space for P2S VpnClient.