Skip to content

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.

ContentRequired

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

ComponentTypeOptional

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

DescriptionOptional

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

NameOptional

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

ResourceGroupIdOptional

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

SystemTypeOptional

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

TagsOptional

public TagsProperty[] Tags { get; set; }