RosImageComponentProps
Properties for defining a RosImageComponent
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecs-imagecomponent
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ecs;
new RosImageComponentProps {
object Content,
object ComponentType = null,
object Description = null,
object Name = null,
object ResourceGroupId = null,
object SystemType = null,
TagsProperty[] Tags = null
};
Properties
Name | Type | Description |
---|---|---|
Content |
object |
No description. |
ComponentType |
object |
No description. |
Description |
object |
No description. |
Name |
object |
No description. |
ResourceGroupId |
object |
No description. |
SystemType |
object |
No description. |
Tags |
TagsProperty[] |
No description. |
Content
Required
public object Content { get; set; }
- Type: object
ComponentType
Optional
public object ComponentType { get; set; }
- Type: object
Description
Optional
public object Description { get; set; }
- Type: object
Name
Optional
public object Name { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
SystemType
Optional
public object SystemType { get; set; }
- Type: object
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]