GatewayConnectionGetResponse Class

Definition

A standard service response including an HTTP status code and request ID.

public class GatewayConnectionGetResponse : Microsoft.Azure.AzureOperationResponse
type GatewayConnectionGetResponse = class
    inherit AzureOperationResponse
Public Class GatewayConnectionGetResponse
Inherits AzureOperationResponse
Inheritance
Microsoft.Azure.AzureOperationResponse
GatewayConnectionGetResponse

Constructors

GatewayConnectionGetResponse()

Initializes a new instance of the GatewayConnectionGetResponse class.

Properties

ConnectedEntityId

Optional. The Service Key / Local network gateway Id / Vnet Network Gateway Id.

EnableBgp

Optional. Whether BGP is enabled for this connection

GatewayConnectionName

Optional. The name of the virtual network gateway connection.

GatewayConnectionType

Optional. The connection type of gateway: Ipsec/Dedicated/VpnClient/Vnet2Vnet.

RoutingWeight

Optional. The Routing Weight.

SharedKey

Optional. The Ipsec share key.

VirtualNetworkGatewayId

Optional. The Virtual network gateway Id.

Applies to