Class NatGatewayBandwidthPackageArgs
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.Inputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class NatGatewayBandwidthPackageArgs : ResourceArgs
Constructors
View SourceNatGatewayBandwidthPackageArgs()
Declaration
public NatGatewayBandwidthPackageArgs()
Properties
View SourceBandwidth
Declaration
public Input<int> Bandwidth { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
IpCount
Declaration
public Input<int> IpCount { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
PublicIpAddresses
Declaration
public Input<string> PublicIpAddresses { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Zone
Declaration
public Input<string> Zone { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |