Uses of Class
com.azure.resourcemanager.network.models.VpnClientConnectionHealth
-
Packages that use VpnClientConnectionHealth Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of VpnClientConnectionHealth in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return VpnClientConnectionHealth Modifier and Type Method Description VpnClientConnectionHealthP2SVpnGatewayInner. vpnClientConnectionHealth()Get the vpnClientConnectionHealth property: All P2S VPN clients' connection health status.VpnClientConnectionHealthP2SVpnGatewayProperties. vpnClientConnectionHealth()Get the vpnClientConnectionHealth property: All P2S VPN clients' connection health status. -
Uses of VpnClientConnectionHealth in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return VpnClientConnectionHealth Modifier and Type Method Description VpnClientConnectionHealthVpnClientConnectionHealth. withAllocatedIpAddresses(List<String> allocatedIpAddresses)Set the allocatedIpAddresses property: List of allocated ip addresses to the connected p2s vpn clients.VpnClientConnectionHealthVpnClientConnectionHealth. withVpnClientConnectionsCount(Integer vpnClientConnectionsCount)Set the vpnClientConnectionsCount property: The total of p2s vpn clients connected at this time to this P2SVpnGateway.
-