Skip to content

OrderProps

Properties for defining a Order.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cas-order

Initializer

import com.aliyun.ros.cdk.cas.OrderProps;
OrderProps.builder()
    .certBrand(java.lang.String)
    .certBrand(IResolvable)
    .certType(java.lang.String)
    .certType(IResolvable)
//  .domainCnt(java.lang.Number)
//  .domainCnt(IResolvable)
//  .domainType(java.lang.String)
//  .domainType(IResolvable)
//  .period(java.lang.Number)
//  .period(IResolvable)
//  .service(java.lang.String)
//  .service(IResolvable)
    .build();

Properties

Name Type Description
certBrand java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property certBrand: Certificate brand.
certType java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property certType: Certificate type.
domainCnt java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable Property domainCnt: Number of domains to be included in the certificate.
domainType java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property domainType: Domain type.
period java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable Property period: Service time of the certificate, in year.
service java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property service: Whether enable other service.

certBrandRequired

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

Property certBrand: Certificate brand.

Valid values: Rapid, Globalsign, vTrus, Wosign, Digicert, Digicert pro, Geotrust, CFCA.


certTypeRequired

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

Property certType: Certificate type.

Valid values: DV, OV, EV.


domainCntOptional

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

Property domainCnt: Number of domains to be included in the certificate.

Valid values: 1-500.


domainTypeOptional

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

Property domainType: Domain type.

Valid values: one, all, multiple.


periodOptional

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

Property period: Service time of the certificate, in year.

Valid values: 1, 2, 3. Note: Starting September 1, 2020, certificates issued by cas around the world will be valid for a maximum of 1 year.


serviceOptional

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

Property service: Whether enable other service.

Valid values:

  • NoNeed: Do not apply for any services.
  • ExpeditedProduct: Request assistance services.
  • DeployProduct: Deploy services.
  • SM2DeployProduct: Deploy services with SM2 encryption.
  • VipProduct: Request assistance and deployment services. Note: This parameter is not supported by international stations.