Show / Hide Table of Contents

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 Source

CreateTime

Declaration
public readonly string CreateTime
Field Value
Type Description
System.String
View Source

CustomerGatewayId

Use the VPN customer gateway ID as the search key.

Declaration
public readonly string CustomerGatewayId
Field Value
Type Description
System.String
View Source

EffectImmediately

Declaration
public readonly bool EffectImmediately
Field Value
Type Description
System.Boolean
View Source

Id

ID of the VPN connection.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

IkeConfigs

The configurations of phase-one negotiation.

Declaration
public readonly ImmutableArray<GetConnectionsConnectionIkeConfigResult> IkeConfigs
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetConnectionsConnectionIkeConfigResult>
View Source

IpsecConfigs

The configurations of phase-two negotiation.

Declaration
public readonly ImmutableArray<GetConnectionsConnectionIpsecConfigResult> IpsecConfigs
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetConnectionsConnectionIpsecConfigResult>
View Source

LocalSubnet

The local subnet of the VPN connection.

Declaration
public readonly string LocalSubnet
Field Value
Type Description
System.String
View Source

Name

The name of the VPN connection.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

RemoteSubnet

The remote subnet of the VPN connection.

Declaration
public readonly string RemoteSubnet
Field Value
Type Description
System.String
View Source

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
View Source

VpnGatewayId

Use the VPN gateway ID as the search key.

Declaration
public readonly string VpnGatewayId
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.