CommonBandwidthPackagesProps
Properties for defining a CommonBandwidthPackages.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-vpc-commonbandwidthpackages
Initializer
using AlibabaCloud.SDK.ROS.CDK.Vpc;
new CommonBandwidthPackagesProps {
    object CommonBandwidthPackageId = null,
    object CommonBandwidthPackageName = null,
    object RefreshOptions = null,
    object ResourceGroupId = 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. | 
ResourceGroupId | 
object | 
Property resourceGroupId: The ID of the resource group. | 
CommonBandwidthPackageIdOptional 
public object CommonBandwidthPackageId { get; set; }
- Type: object
 
Property commonBandwidthPackageId: The ID of the Internet shared bandwidth.
CommonBandwidthPackageNameOptional 
public object CommonBandwidthPackageName { get; set; }
- Type: object
 
Property commonBandwidthPackageName: The name of the Internet Shared Bandwidth instance.
RefreshOptionsOptional 
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.
 
ResourceGroupIdOptional 
public object ResourceGroupId { get; set; }
- Type: object
 
Property resourceGroupId: The ID of the resource group.