Skip to content

ImageProps

Properties for defining a Image.

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

Initializer

import com.aliyun.ros.cdk.cloudphone.ImageProps;
ImageProps.builder()
    .instanceId(java.lang.String)
    .instanceId(IResolvable)
//  .description(java.lang.String)
//  .description(IResolvable)
//  .imageName(java.lang.String)
//  .imageName(IResolvable)
    .build();

Properties

Name Type Description
instanceId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property instanceId: The ID of the mobile phone instance.
description java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property description: The image description.
imageName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property imageName: The image name.

instanceIdRequired

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

Property instanceId: The ID of the mobile phone instance.


descriptionOptional

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

Property description: The image description.

The description must be 2 to 256 characters in length. It cannot start with http:// or https://.


imageNameOptional

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

Property imageName: The image name.

The name must be 2 to 128 characters in length. It can contain letters, digits, colons (:), underscores (_), and hyphens (-). The name must start with a letter but cannot start with http:// or https://.