GatewayListConnectionsResponse.GatewayConnection Class

 

Namespace:   Microsoft.WindowsAzure.Management.Network.Models
Assembly:  Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)

System.Object
  Microsoft.WindowsAzure.Management.Network.Models.GatewayListConnectionsResponse.GatewayConnection

type GatewayConnection = class end

NameDescription
System_CAPS_pubmethodGatewayListConnectionsResponse.GatewayConnection()

Initializes a new instance of the GatewayConnection class.

NameDescription
System_CAPS_pubpropertyAllocatedIPAddresses

Optional. If LocalNetworkSiteName is defined as VPNClientConnection, this element contains a list of IP addresses (represented as strings) that are assigned to currently connected VPN clients.

System_CAPS_pubpropertyConnectivityState

Optional. The connection state of the site. You can set the connection state to Connected, Connecting, or NotConnected.

System_CAPS_pubpropertyEgressBytesTransferred

Optional. The number of bytes of data transferred out through this connection since it was started.

System_CAPS_pubpropertyIngressBytesTransferred

Optional. The number of bytes of data transferred in through this connection since it was started.

System_CAPS_pubpropertyLastConnectionEstablished

Optional. The time that the last connection was established.

System_CAPS_pubpropertyLastEvent

Optional. A record of the last provisioning event for this connection.

System_CAPS_pubpropertyLocalNetworkSiteName

Optional. The name of the local network site represented by the connection.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: