Class ConnectionArgs
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
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class ConnectionArgs : ResourceArgs
Constructors
View SourceConnectionArgs()
Declaration
public ConnectionArgs()
Properties
View SourceCustomerGatewayId
The ID of the customer gateway.
Declaration
public Input<string> CustomerGatewayId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
IkeConfigs
The configurations of phase-one negotiation.
Declaration
public InputList<ConnectionIkeConfigArgs> IkeConfigs { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ConnectionIkeConfigArgs> |
IpsecConfigs
The configurations of phase-two negotiation.
Declaration
public InputList<ConnectionIpsecConfigArgs> IpsecConfigs { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ConnectionIpsecConfigArgs> |
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> |
Name
The name of the IPsec connection.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
VpnGatewayId
The ID of the VPN gateway.
Declaration
public Input<string> VpnGatewayId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |