Skip to content

ImagesProps

Properties for defining a Images.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-cloudphone-images

Initializer

import com.aliyun.ros.cdk.cloudphone.datasource.ImagesProps;
ImagesProps.builder()
//  .imageCategory(java.lang.String)
//  .imageCategory(IResolvable)
//  .imageId(java.lang.String)
//  .imageId(IResolvable)
//  .imageName(java.lang.String)
//  .imageName(IResolvable)
//  .refreshOptions(java.lang.String)
//  .refreshOptions(IResolvable)
    .build();

Properties

Name Type Description
imageCategory java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property imageCategory: Mirror type.
imageId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property imageId: Image ID.
imageName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property imageName: The name of the mirror image.
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.

imageCategoryOptional

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

Property imageCategory: Mirror type.


imageIdOptional

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

Property imageId: Image ID.


imageNameOptional

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

Property imageName: The name of the mirror image.


refreshOptionsOptional

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.