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. |
ActionType
Optional
public object ActionType { get; set; }
- Type: object
Architecture
Optional
public object Architecture { get; set; }
- Type: object
ImageFamily
Optional
public object ImageFamily { get; set; }
- Type: object
ImageId
Optional
public object ImageId { get; set; }
- Type: object
ImageName
Optional
public object ImageName { get; set; }
- Type: object
ImageOwnerAlias
Optional
public object ImageOwnerAlias { get; set; }
- Type: object
InstanceType
Optional
public object InstanceType { get; set; }
- Type: object
IsPublic
Optional
public object IsPublic { get; set; }
- Type: object
IsSupportCloudinit
Optional
public object IsSupportCloudinit { get; set; }
- Type: object
IsSupportIoOptimized
Optional
public object IsSupportIoOptimized { get; set; }
- Type: object
OsType
Optional
public object OsType { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
SnapshotId
Optional
public object SnapshotId { get; set; }
- Type: object
Status
Optional
public object Status { get; set; }
- Type: object
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: AlibabaCloud.SDK.ROS.CDK.Ecs.datasource.RosImages.TagsProperty[]
Usage
Optional
public object Usage { get; set; }
- Type: object