Skip to content

RosCopyImageProps

Properties for defining a RosCopyImage.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ecs;
new RosCopyImageProps {
    object DestinationRegionId,
    object ImageId,
    object AllowCopyInSameRegion = null,
    object DestinationDescription = null,
    object DestinationImageName = null,
    object Encrypted = null,
    object KmsKeyId = null,
    object ResourceGroupId = null,
    object SourceRegionId = null,
    object Tag = null
};

Properties

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

DestinationRegionIdRequired

public object DestinationRegionId { get; set; }
  • Type: object

ImageIdRequired

public object ImageId { get; set; }
  • Type: object

AllowCopyInSameRegionOptional

public object AllowCopyInSameRegion { get; set; }
  • Type: object

DestinationDescriptionOptional

public object DestinationDescription { get; set; }
  • Type: object

DestinationImageNameOptional

public object DestinationImageName { get; set; }
  • Type: object

EncryptedOptional

public object Encrypted { get; set; }
  • Type: object

KmsKeyIdOptional

public object KmsKeyId { get; set; }
  • Type: object

ResourceGroupIdOptional

public object ResourceGroupId { get; set; }
  • Type: object

SourceRegionIdOptional

public object SourceRegionId { get; set; }
  • Type: object

TagOptional

public object Tag { get; set; }
  • Type: object