CommonBandwidthPackagesProps
Properties for defining a CommonBandwidthPackages
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-vpc-commonbandwidthpackages
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc/datasource"
&datasource.CommonBandwidthPackagesProps {
CommonBandwidthPackageId: interface{},
CommonBandwidthPackageName: interface{},
RefreshOptions: interface{},
ResourceGroupId: interface{},
}
Properties
Name | Type | Description |
---|---|---|
CommonBandwidthPackageId |
interface{} |
Property commonBandwidthPackageId: The ID of the Internet shared bandwidth. |
CommonBandwidthPackageName |
interface{} |
Property commonBandwidthPackageName: The name of the Internet Shared Bandwidth instance. |
RefreshOptions |
interface{} |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
ResourceGroupId |
interface{} |
Property resourceGroupId: The ID of the resource group. |
CommonBandwidthPackageId
Optional
CommonBandwidthPackageId interface{}
- Type: interface{}
Property commonBandwidthPackageId: The ID of the Internet shared bandwidth.
CommonBandwidthPackageName
Optional
CommonBandwidthPackageName interface{}
- Type: interface{}
Property commonBandwidthPackageName: The name of the Internet Shared Bandwidth instance.
RefreshOptions
Optional
RefreshOptions interface{}
- Type: interface{}
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.
ResourceGroupId
Optional
ResourceGroupId interface{}
- Type: interface{}
Property resourceGroupId: The ID of the resource group.