RosImagesProps
Properties for defining a RosImages.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-images
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ecs;
new RosImagesProps {
object ActionType = null,
object Architecture = null,
object ImageFamily = null,
object ImageId = null,
object ImageName = null,
object ImageOwnerAlias = null,
object InstanceType = null,
object IsPublic = null,
object IsSupportCloudinit = null,
object IsSupportIoOptimized = null,
object OsType = null,
object RefreshOptions = null,
object ResourceGroupId = null,
object SnapshotId = null,
object Status = null,
TagsProperty[] Tags = null,
object Usage = null
};
Properties
| Name | Type | Description |
|---|---|---|
ActionType |
object |
No description. |
Architecture |
object |
No description. |
ImageFamily |
object |
No description. |
ImageId |
object |
No description. |
ImageName |
object |
No description. |
ImageOwnerAlias |
object |
No description. |
InstanceType |
object |
No description. |
IsPublic |
object |
No description. |
IsSupportCloudinit |
object |
No description. |
IsSupportIoOptimized |
object |
No description. |
OsType |
object |
No description. |
RefreshOptions |
object |
No description. |
ResourceGroupId |
object |
No description. |
SnapshotId |
object |
No description. |
Status |
object |
No description. |
Tags |
AlibabaCloud.SDK.ROS.CDK.Ecs.datasource.RosImages.TagsProperty[] |
No description. |
Usage |
object |
No description. |
ActionTypeOptional
public object ActionType { get; set; }
- Type: object
ArchitectureOptional
public object Architecture { get; set; }
- Type: object
ImageFamilyOptional
public object ImageFamily { get; set; }
- Type: object
ImageIdOptional
public object ImageId { get; set; }
- Type: object
ImageNameOptional
public object ImageName { get; set; }
- Type: object
ImageOwnerAliasOptional
public object ImageOwnerAlias { get; set; }
- Type: object
InstanceTypeOptional
public object InstanceType { get; set; }
- Type: object
IsPublicOptional
public object IsPublic { get; set; }
- Type: object
IsSupportCloudinitOptional
public object IsSupportCloudinit { get; set; }
- Type: object
IsSupportIoOptimizedOptional
public object IsSupportIoOptimized { get; set; }
- Type: object
OsTypeOptional
public object OsType { get; set; }
- Type: object
RefreshOptionsOptional
public object RefreshOptions { get; set; }
- Type: object
ResourceGroupIdOptional
public object ResourceGroupId { get; set; }
- Type: object
SnapshotIdOptional
public object SnapshotId { get; set; }
- Type: object
StatusOptional
public object Status { get; set; }
- Type: object
TagsOptional
public TagsProperty[] Tags { get; set; }
- Type: AlibabaCloud.SDK.ROS.CDK.Ecs.datasource.RosImages.TagsProperty[]
UsageOptional
public object Usage { get; set; }
- Type: object