Class GetGatewayConnectionResult
Inheritance
System.Object
GetGatewayConnectionResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetGatewayConnectionResult
Fields
View Source
AuthorizationKey
The authorization key associated with the
Express Route Circuit. This field is present only if the type is an
ExpressRoute connection.
Declaration
public readonly string AuthorizationKey
Field Value
| Type |
Description |
| System.String |
|
View Source
ConnectionProtocol
Declaration
public readonly string ConnectionProtocol
Field Value
| Type |
Description |
| System.String |
|
View Source
EgressBytesTransferred
Declaration
public readonly int EgressBytesTransferred
Field Value
| Type |
Description |
| System.Int32 |
|
View Source
EnableBgp
If true, BGP (Border Gateway Protocol) is enabled
for this connection.
Declaration
public readonly bool EnableBgp
Field Value
| Type |
Description |
| System.Boolean |
|
View Source
ExpressRouteCircuitId
The ID of the Express Route Circuit
(i.e. when type is ExpressRoute).
Declaration
public readonly string ExpressRouteCircuitId
Field Value
| Type |
Description |
| System.String |
|
View Source
ExpressRouteGatewayBypass
If true, data packets will bypass ExpressRoute Gateway for data forwarding. This is only valid for ExpressRoute connections.
Declaration
public readonly bool ExpressRouteGatewayBypass
Field Value
| Type |
Description |
| System.Boolean |
|
View Source
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type |
Description |
| System.String |
|
View Source
IngressBytesTransferred
Declaration
public readonly int IngressBytesTransferred
Field Value
| Type |
Description |
| System.Int32 |
|
View Source
IpsecPolicies
Declaration
public readonly ImmutableArray<GetGatewayConnectionIpsecPolicyResult> IpsecPolicies
Field Value
View Source
LocalNetworkGatewayId
The ID of the local network gateway
when a Site-to-Site connection (i.e. when type is IPsec).
Declaration
public readonly string LocalNetworkGatewayId
Field Value
| Type |
Description |
| System.String |
|
View Source
Location
The location/region where the connection is
located.
Declaration
public readonly string Location
Field Value
| Type |
Description |
| System.String |
|
View Source
Name
Declaration
public readonly string Name
Field Value
| Type |
Description |
| System.String |
|
View Source
PeerVirtualNetworkGatewayId
The ID of the peer virtual
network gateway when a VNet-to-VNet connection (i.e. when type
is Vnet2Vnet).
Declaration
public readonly string PeerVirtualNetworkGatewayId
Field Value
| Type |
Description |
| System.String |
|
View Source
ResourceGroupName
Declaration
public readonly string ResourceGroupName
Field Value
| Type |
Description |
| System.String |
|
View Source
ResourceGuid
Declaration
public readonly string ResourceGuid
Field Value
| Type |
Description |
| System.String |
|
View Source
RoutingWeight
Declaration
public readonly int RoutingWeight
Field Value
| Type |
Description |
| System.Int32 |
|
View Source
SharedKey
Declaration
public readonly string SharedKey
Field Value
| Type |
Description |
| System.String |
|
View Source
A mapping of tags to assign to the resource.
Declaration
public readonly ImmutableDictionary<string, string> Tags
Field Value
| Type |
Description |
| System.Collections.Immutable.ImmutableDictionary<System.String, System.String> |
|
View Source
Type
The type of connection. Valid options are IPsec
(Site-to-Site), ExpressRoute (ExpressRoute), and Vnet2Vnet (VNet-to-VNet).
Declaration
public readonly string Type
Field Value
| Type |
Description |
| System.String |
|
View Source
UsePolicyBasedTrafficSelectors
If true, policy-based traffic
selectors are enabled for this connection. Enabling policy-based traffic
selectors requires an ipsec_policy block.
Declaration
public readonly bool UsePolicyBasedTrafficSelectors
Field Value
| Type |
Description |
| System.Boolean |
|
View Source
VirtualNetworkGatewayId
The ID of the Virtual Network Gateway
in which the connection is created.
Declaration
public readonly string VirtualNetworkGatewayId
Field Value
| Type |
Description |
| System.String |
|