Uses of Class
com.azure.resourcemanager.network.models.VpnClientConnectionHealth
Packages that use VpnClientConnectionHealth
Package
Description
Package containing the inner data models for NetworkManagementClient.
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 VpnClientConnectionHealthModifier and TypeMethodDescriptionP2SVpnGatewayInner.vpnClientConnectionHealth()Get the vpnClientConnectionHealth property: All P2S VPN clients' connection health status.P2SVpnGatewayProperties.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 VpnClientConnectionHealthModifier and TypeMethodDescriptionstatic VpnClientConnectionHealthVpnClientConnectionHealth.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VpnClientConnectionHealth from the JsonReader.VpnClientConnectionHealth.withAllocatedIpAddresses(List<String> allocatedIpAddresses) Set the allocatedIpAddresses property: List of allocated ip addresses to the connected p2s vpn clients.VpnClientConnectionHealth.withVpnClientConnectionsCount(Integer vpnClientConnectionsCount) Set the vpnClientConnectionsCount property: The total of p2s vpn clients connected at this time to this P2SVpnGateway.