Show / Hide Table of Contents

Class SnatEntryArgs

Inheritance
System.Object
InputArgs
ResourceArgs
SnatEntryArgs
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.Vpc
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class SnatEntryArgs : ResourceArgs

Constructors

View Source

SnatEntryArgs()

Declaration
public SnatEntryArgs()

Properties

View Source

SnatEntryName

The name of snat entry.

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

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

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

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

SourceVswitchId

The vswitch ID.

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