Share via


GatewayListConnectionsResponse.GatewayConnection Class

 

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

Inheritance Hierarchy

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

Syntax

public class GatewayConnection
public ref class GatewayConnection 
type GatewayConnection = class end
Public Class GatewayConnection

Constructors

Name Description
System_CAPS_pubmethod GatewayListConnectionsResponse.GatewayConnection()

Initializes a new instance of the GatewayConnection class.

Properties

Name Description
System_CAPS_pubproperty AllocatedIPAddresses

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_pubproperty ConnectivityState

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

System_CAPS_pubproperty EgressBytesTransferred

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

System_CAPS_pubproperty IngressBytesTransferred

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

System_CAPS_pubproperty LastConnectionEstablished

Optional. The time that the last connection was established.

System_CAPS_pubproperty LastEvent

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

System_CAPS_pubproperty LocalNetworkSiteName

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

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

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

See Also

Microsoft.WindowsAzure.Management.Network.Models Namespace

Return to top