CenBandwidthPackagesProps
Properties for defining a CenBandwidthPackages
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-cen-cenbandwidthpackages
Initializer
import com.aliyun.ros.cdk.cen.datasource.CenBandwidthPackagesProps;
CenBandwidthPackagesProps.builder()
// .filter(IResolvable)
// .filter(java.util.List<FilterProperty)
// .filter(IResolvable>)
// .includeReservationData(java.lang.Boolean)
// .includeReservationData(IResolvable)
// .isOrKey(java.lang.Boolean)
// .isOrKey(IResolvable)
// .refreshOptions(java.lang.String)
// .refreshOptions(IResolvable)
.build();
Properties
Name | Type | Description |
---|---|---|
filter |
com.aliyun.ros.cdk.core.IResolvable OR java.util.List |
Property filter: Filter value when querying resources. |
includeReservationData |
java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable |
Property includeReservationData: Specifies whether to include renewal data. |
isOrKey |
java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable |
Property isOrKey: The logical operator between the filter conditions. |
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. |
filter
Optional
public java.lang.Object getFilter();
- Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List
Property filter: Filter value when querying resources.
includeReservationData
Optional
public java.lang.Object getIncludeReservationData();
- Type: java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable
Property includeReservationData: Specifies whether to include renewal data.
isOrKey
Optional
public java.lang.Object getIsOrKey();
- Type: java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable
Property isOrKey: The logical operator between the filter conditions.
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.