Class GetConnectionsConnectionResult
Inheritance
System.Object
GetConnectionsConnectionResult
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()
Namespace: Pulumi.AliCloud.Vpn.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetConnectionsConnectionResult
Fields
View SourceCreateTime
Declaration
public readonly string CreateTime
Field Value
| Type | Description |
|---|---|
| System.String |
CustomerGatewayId
Use the VPN customer gateway ID as the search key.
Declaration
public readonly string CustomerGatewayId
Field Value
| Type | Description |
|---|---|
| System.String |
EffectImmediately
Declaration
public readonly bool EffectImmediately
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Id
ID of the VPN connection.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
IkeConfigs
The configurations of phase-one negotiation.
Declaration
public readonly ImmutableArray<GetConnectionsConnectionIkeConfigResult> IkeConfigs
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetConnectionsConnectionIkeConfigResult> |
IpsecConfigs
The configurations of phase-two negotiation.
Declaration
public readonly ImmutableArray<GetConnectionsConnectionIpsecConfigResult> IpsecConfigs
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetConnectionsConnectionIpsecConfigResult> |
LocalSubnet
The local subnet of the VPN connection.
Declaration
public readonly string LocalSubnet
Field Value
| Type | Description |
|---|---|
| System.String |
Name
The name of the VPN connection.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
RemoteSubnet
The remote subnet of the VPN connection.
Declaration
public readonly string RemoteSubnet
Field Value
| Type | Description |
|---|---|
| System.String |
Status
The status of the VPN connection, valid value:ike_sa_not_established, ike_sa_established, ipsec_sa_not_established, ipsec_sa_established.
Declaration
public readonly string Status
Field Value
| Type | Description |
|---|---|
| System.String |
VpnGatewayId
Use the VPN gateway ID as the search key.
Declaration
public readonly string VpnGatewayId
Field Value
| Type | Description |
|---|---|
| System.String |