Skip to content

RosResourcePackageProps

Properties for defining a RosResourcePackage.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-bss-resourcepackage

Initializer

import com.aliyun.ros.cdk.bss.RosResourcePackageProps;
RosResourcePackageProps.builder()
    .duration(java.lang.Number)
    .duration(IResolvable)
    .packageType(java.lang.String)
    .packageType(IResolvable)
    .productCode(java.lang.String)
    .productCode(IResolvable)
    .specification(java.lang.String)
    .specification(IResolvable)
//  .effectiveDate(java.lang.String)
//  .effectiveDate(IResolvable)
//  .pricingCycle(java.lang.String)
//  .pricingCycle(IResolvable)
    .build();

Properties

Name Type Description
duration java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable No description.
packageType java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
productCode java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
specification java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
effectiveDate java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
pricingCycle java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.

durationRequired

public java.lang.Object getDuration();
  • Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable

packageTypeRequired

public java.lang.Object getPackageType();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

productCodeRequired

public java.lang.Object getProductCode();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

specificationRequired

public java.lang.Object getSpecification();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

effectiveDateOptional

public java.lang.Object getEffectiveDate();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

pricingCycleOptional

public java.lang.Object getPricingCycle();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable