Class CommonBandwithPackageAttachmentArgs
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 CommonBandwithPackageAttachmentArgs : ResourceArgs
Constructors
View SourceCommonBandwithPackageAttachmentArgs()
Declaration
public CommonBandwithPackageAttachmentArgs()
Properties
View SourceBandwidthPackageId
The bandwidth_package_id of the common bandwidth package attachment, the field can't be changed.
Declaration
public Input<string> BandwidthPackageId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
InstanceId
The instance_id of the common bandwidth package attachment, the field can't be changed.
Declaration
public Input<string> InstanceId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |