BandwidthPackagesProps
Properties for defining a BandwidthPackages
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ga-bandwidthpackages
Initializer
import com.aliyun.ros.cdk.ga.datasource.BandwidthPackagesProps;
BandwidthPackagesProps.builder()
// .bandwidthPackageId(java.lang.String)
// .bandwidthPackageId(IResolvable)
// .refreshOptions(java.lang.String)
// .refreshOptions(IResolvable)
// .resourceGroupId(java.lang.String)
// .resourceGroupId(IResolvable)
// .type(java.lang.String)
// .type(IResolvable)
.build();
Properties
Name | Type | Description |
---|---|---|
bandwidthPackageId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property bandwidthPackageId: The Resource ID of the bandwidth. |
refreshOptions |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
resourceGroupId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property resourceGroupId: The ID of the resource group. |
type |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property type: The type of the bandwidth package. |
bandwidthPackageId
Optional
public java.lang.Object getBandwidthPackageId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property bandwidthPackageId: The Resource ID of the bandwidth.
refreshOptions
Optional
public java.lang.Object getRefreshOptions();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
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
public java.lang.Object getResourceGroupId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property resourceGroupId: The ID of the resource group.
type
Optional
public java.lang.Object getType();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property type: The type of the bandwidth package.
Value: Basic: Basic bandwidth package. CrossDomain: cross-region acceleration package. China Station only supports Basic.