azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

104 строки
8.1 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.VpnClientConnectionHealth"
fullName: "com.microsoft.azure.management.network.VpnClientConnectionHealth"
name: "VpnClientConnectionHealth"
nameWithType: "VpnClientConnectionHealth"
summary: "Vpn<wbr>Client<wbr>Connection<wbr>Health properties."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **VpnClientConnectionHealth**"
constructors:
- uid: "com.microsoft.azure.management.network.VpnClientConnectionHealth.VpnClientConnectionHealth()"
fullName: "com.microsoft.azure.management.network.VpnClientConnectionHealth.VpnClientConnectionHealth()"
name: "VpnClientConnectionHealth()"
nameWithType: "VpnClientConnectionHealth.VpnClientConnectionHealth()"
syntax: "public VpnClientConnectionHealth()"
methods:
- uid: "com.microsoft.azure.management.network.VpnClientConnectionHealth.allocatedIpAddresses()"
fullName: "com.microsoft.azure.management.network.VpnClientConnectionHealth.allocatedIpAddresses()"
name: "allocatedIpAddresses()"
nameWithType: "VpnClientConnectionHealth.allocatedIpAddresses()"
summary: "Get list of allocated ip addresses to the connected p2s vpn clients."
syntax: "public List<String> allocatedIpAddresses()"
desc: "Get list of allocated ip addresses to the connected p2s vpn clients."
returns:
description: "the allocatedIpAddresses value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.network.VpnClientConnectionHealth.totalEgressBytesTransferred()"
fullName: "com.microsoft.azure.management.network.VpnClientConnectionHealth.totalEgressBytesTransferred()"
name: "totalEgressBytesTransferred()"
nameWithType: "VpnClientConnectionHealth.totalEgressBytesTransferred()"
summary: "Get total of the Egress Bytes Transferred in this connection."
syntax: "public Long totalEgressBytesTransferred()"
desc: "Get total of the Egress Bytes Transferred in this connection."
returns:
description: "the totalEgressBytesTransferred value"
type: "<xref href=\"java.lang.Long?alt=java.lang.Long&text=Long\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.VpnClientConnectionHealth.totalIngressBytesTransferred()"
fullName: "com.microsoft.azure.management.network.VpnClientConnectionHealth.totalIngressBytesTransferred()"
name: "totalIngressBytesTransferred()"
nameWithType: "VpnClientConnectionHealth.totalIngressBytesTransferred()"
summary: "Get total of the Ingress Bytes Transferred in this P2S Vpn connection."
syntax: "public Long totalIngressBytesTransferred()"
desc: "Get total of the Ingress Bytes Transferred in this P2S Vpn connection."
returns:
description: "the totalIngressBytesTransferred value"
type: "<xref href=\"java.lang.Long?alt=java.lang.Long&text=Long\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.VpnClientConnectionHealth.vpnClientConnectionsCount()"
fullName: "com.microsoft.azure.management.network.VpnClientConnectionHealth.vpnClientConnectionsCount()"
name: "vpnClientConnectionsCount()"
nameWithType: "VpnClientConnectionHealth.vpnClientConnectionsCount()"
summary: "Get the total of p2s vpn clients connected at this time to this P2SVpn<wbr>Gateway."
syntax: "public Integer vpnClientConnectionsCount()"
desc: "Get the total of p2s vpn clients connected at this time to this P2SVpnGateway."
returns:
description: "the vpnClientConnectionsCount value"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.VpnClientConnectionHealth.withAllocatedIpAddresses(java.util.List<java.lang.String>)"
fullName: "com.microsoft.azure.management.network.VpnClientConnectionHealth.withAllocatedIpAddresses(List<String> allocatedIpAddresses)"
name: "withAllocatedIpAddresses(List<String> allocatedIpAddresses)"
nameWithType: "VpnClientConnectionHealth.withAllocatedIpAddresses(List<String> allocatedIpAddresses)"
summary: "Set list of allocated ip addresses to the connected p2s vpn clients."
parameters:
- description: "the allocatedIpAddresses value to set"
name: "allocatedIpAddresses"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public VpnClientConnectionHealth withAllocatedIpAddresses(List<String> allocatedIpAddresses)"
desc: "Set list of allocated ip addresses to the connected p2s vpn clients."
returns:
description: "the VpnClientConnectionHealth object itself."
type: "<xref href=\"com.microsoft.azure.management.network.VpnClientConnectionHealth?alt=com.microsoft.azure.management.network.VpnClientConnectionHealth&text=VpnClientConnectionHealth\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.VpnClientConnectionHealth.withVpnClientConnectionsCount(java.lang.Integer)"
fullName: "com.microsoft.azure.management.network.VpnClientConnectionHealth.withVpnClientConnectionsCount(Integer vpnClientConnectionsCount)"
name: "withVpnClientConnectionsCount(Integer vpnClientConnectionsCount)"
nameWithType: "VpnClientConnectionHealth.withVpnClientConnectionsCount(Integer vpnClientConnectionsCount)"
summary: "Set the total of p2s vpn clients connected at this time to this P2SVpn<wbr>Gateway."
parameters:
- description: "the vpnClientConnectionsCount value to set"
name: "vpnClientConnectionsCount"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
syntax: "public VpnClientConnectionHealth withVpnClientConnectionsCount(Integer vpnClientConnectionsCount)"
desc: "Set the total of p2s vpn clients connected at this time to this P2SVpnGateway."
returns:
description: "the VpnClientConnectionHealth object itself."
type: "<xref href=\"com.microsoft.azure.management.network.VpnClientConnectionHealth?alt=com.microsoft.azure.management.network.VpnClientConnectionHealth&text=VpnClientConnectionHealth\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "VpnClientConnectionHealth properties."
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4