CommonBandwidthPackageProps
Properties for defining a CommonBandwidthPackage
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-vpc-commonbandwidthpackage
Initializer
using AlibabaCloud.SDK.ROS.CDK.Vpc;
new CommonBandwidthPackageProps {
object CommonBandwidthPackageId = null,
object CommonBandwidthPackageName = null,
object RefreshOptions = null
};
Properties
Name | Type | Description |
---|---|---|
CommonBandwidthPackageId |
object |
Property commonBandwidthPackageId: The ID of the Internet shared bandwidth. |
CommonBandwidthPackageName |
object |
Property commonBandwidthPackageName: The name of the Internet Shared Bandwidth instance. |
RefreshOptions |
object |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
CommonBandwidthPackageId
Optional
public object CommonBandwidthPackageId { get; set; }
- Type: object
Property commonBandwidthPackageId: The ID of the Internet shared bandwidth.
CommonBandwidthPackageName
Optional
public object CommonBandwidthPackageName { get; set; }
- Type: object
Property commonBandwidthPackageName: The name of the Internet Shared Bandwidth instance.
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
Valid values:
- Never: Never refresh the datasource resource when the stack is updated.
- Always: Always refresh the datasource resource when the stack is updated. Default is Never.