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. |
DestinationRegionId
Required
public object DestinationRegionId { get; set; }
- Type: object
ImageId
Required
public object ImageId { get; set; }
- Type: object
AllowCopyInSameRegion
Optional
public object AllowCopyInSameRegion { get; set; }
- Type: object
DestinationDescription
Optional
public object DestinationDescription { get; set; }
- Type: object
DestinationImageName
Optional
public object DestinationImageName { get; set; }
- Type: object
Encrypted
Optional
public object Encrypted { get; set; }
- Type: object
KmsKeyId
Optional
public object KmsKeyId { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
SourceRegionId
Optional
public object SourceRegionId { get; set; }
- Type: object
Tag
Optional
public object Tag { get; set; }
- Type: object