RosCommonBandwidthPackageProps
Properties for defining a RosCommonBandwidthPackage
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-vpc-commonbandwidthpackage
Initializer
using AlibabaCloud.SDK.ROS.CDK.Vpc;
new RosCommonBandwidthPackageProps {
object CommonBandwidthPackageId = null,
object CommonBandwidthPackageName = null,
object RefreshOptions = null
};
Properties
Name | Type | Description |
---|---|---|
CommonBandwidthPackageId |
object |
No description. |
CommonBandwidthPackageName |
object |
No description. |
RefreshOptions |
object |
No description. |
CommonBandwidthPackageId
Optional
public object CommonBandwidthPackageId { get; set; }
- Type: object
CommonBandwidthPackageName
Optional
public object CommonBandwidthPackageName { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object