Show / Hide Table of Contents

Class NatGatewayBandwidthPackageArgs

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

Constructors

View Source

NatGatewayBandwidthPackageArgs()

Declaration
public NatGatewayBandwidthPackageArgs()

Properties

View Source

Bandwidth

Declaration
public Input<int> Bandwidth { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

IpCount

Declaration
public Input<int> IpCount { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

PublicIpAddresses

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

Zone

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