Skip to content

RosCopyImageProps

Properties for defining a RosCopyImage.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecs-copyimage

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs"
&alicloudroscdkecs.RosCopyImageProps {
    DestinationRegionId: interface{},
    ImageId: interface{},
    AllowCopyInSameRegion: interface{},
    DestinationDescription: interface{},
    DestinationImageName: interface{},
    Encrypted: interface{},
    KmsKeyId: interface{},
    ResourceGroupId: interface{},
    SourceRegionId: interface{},
    Tag: interface{},
}

Properties

Name Type Description
DestinationRegionId interface{} No description.
ImageId interface{} No description.
AllowCopyInSameRegion interface{} No description.
DestinationDescription interface{} No description.
DestinationImageName interface{} No description.
Encrypted interface{} No description.
KmsKeyId interface{} No description.
ResourceGroupId interface{} No description.
SourceRegionId interface{} No description.
Tag interface{} No description.

DestinationRegionIdRequired

DestinationRegionId interface{}
  • Type: interface{}

ImageIdRequired

ImageId interface{}
  • Type: interface{}

AllowCopyInSameRegionOptional

AllowCopyInSameRegion interface{}
  • Type: interface{}

DestinationDescriptionOptional

DestinationDescription interface{}
  • Type: interface{}

DestinationImageNameOptional

DestinationImageName interface{}
  • Type: interface{}

EncryptedOptional

Encrypted interface{}
  • Type: interface{}

KmsKeyIdOptional

KmsKeyId interface{}
  • Type: interface{}

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

SourceRegionIdOptional

SourceRegionId interface{}
  • Type: interface{}

TagOptional

Tag interface{}
  • Type: interface{}