Show / Hide Table of Contents

Class ConnectionState

Inheritance
System.Object
InputArgs
ResourceArgs
ConnectionState
Inherited Members
ResourceArgs.Empty
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
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class ConnectionState : ResourceArgs

Constructors

View Source

ConnectionState()

Declaration
public ConnectionState()

Properties

View Source

CustomerGatewayId

The ID of the customer gateway.

Declaration
public Input<string> CustomerGatewayId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

EffectImmediately

Whether to delete a successfully negotiated IPsec tunnel and initiate a negotiation again. Valid value:true,false.

Declaration
public Input<bool> EffectImmediately { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

IkeConfigs

The configurations of phase-one negotiation.

Declaration
public InputList<ConnectionIkeConfigGetArgs> IkeConfigs { get; set; }
Property Value
Type Description
InputList<ConnectionIkeConfigGetArgs>
View Source

IpsecConfigs

The configurations of phase-two negotiation.

Declaration
public InputList<ConnectionIpsecConfigGetArgs> IpsecConfigs { get; set; }
Property Value
Type Description
InputList<ConnectionIpsecConfigGetArgs>
View Source

LocalSubnets

The CIDR block of the VPC to be connected with the local data center. This parameter is used for phase-two negotiation.

Declaration
public InputList<string> LocalSubnets { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

Name

The name of the IPsec connection.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

RemoteSubnets

The CIDR block of the local data center. This parameter is used for phase-two negotiation.

Declaration
public InputList<string> RemoteSubnets { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

Status

The status of VPN connection.

Declaration
public Input<string> Status { get; set; }
Property Value
Type Description
Input<System.String>
View Source

VpnGatewayId

The ID of the VPN gateway.

Declaration
public Input<string> VpnGatewayId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.