Class SnatEntryArgs
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.Vpc
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class SnatEntryArgs : ResourceArgs
Constructors
View SourceSnatEntryArgs()
Declaration
public SnatEntryArgs()
Properties
View SourceSnatEntryName
The name of snat entry.
Declaration
public Input<string> SnatEntryName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SnatIp
The SNAT ip address, the ip must along bandwidth package public ip which alicloud.vpc.NatGateway argument bandwidth_packages.
Declaration
public Input<string> SnatIp { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SnatTableId
The value can get from alicloud.vpc.NatGateway Attributes "snat_table_ids".
Declaration
public Input<string> SnatTableId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SourceCidr
The private network segment of Ecs. This parameter and the source_vswitch_id parameter are mutually exclusive and cannot appear at the same time.
Declaration
public Input<string> SourceCidr { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SourceVswitchId
The vswitch ID.
Declaration
public Input<string> SourceVswitchId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |