Skip to content

ImageProps

Properties for defining a Image.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcloudphone"
&alicloudroscdkcloudphone.ImageProps {
    InstanceId: interface{},
    Description: interface{},
    ImageName: interface{},
}

Properties

Name Type Description
InstanceId interface{} Property instanceId: The ID of the mobile phone instance.
Description interface{} Property description: The image description.
ImageName interface{} Property imageName: The image name.

InstanceIdRequired

InstanceId interface{}
  • Type: interface{}

Property instanceId: The ID of the mobile phone instance.


DescriptionOptional

Description interface{}
  • Type: interface{}

Property description: The image description.

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


ImageNameOptional

ImageName interface{}
  • Type: interface{}

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://.