Skip to content

RosImageProps

Properties for defining a RosImage.

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

Initializer

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

Properties

Name Type Description
imageId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
refreshOptions java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.

imageIdRequired

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

refreshOptionsOptional

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