RosImagePipelineProps
Properties for defining a RosImagePipeline.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecs-imagepipeline
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ecs;
new RosImagePipelineProps {
object BaseImage,
object BaseImageType,
object AddAccount = null,
object BuildContent = null,
object DeleteInstanceOnFailure = null,
object Description = null,
object ExecutePipeline = null,
object ImageName = null,
object InstanceType = null,
object InternetMaxBandwidthOut = null,
object Name = null,
object ResourceGroupId = null,
object SystemDiskSize = null,
TagsProperty[] Tags = null,
object ToRegionId = null,
object VSwitchId = null
};
Properties
| Name | Type | Description |
|---|---|---|
BaseImage |
object |
No description. |
BaseImageType |
object |
No description. |
AddAccount |
object |
No description. |
BuildContent |
object |
No description. |
DeleteInstanceOnFailure |
object |
No description. |
Description |
object |
No description. |
ExecutePipeline |
object |
No description. |
ImageName |
object |
No description. |
InstanceType |
object |
No description. |
InternetMaxBandwidthOut |
object |
No description. |
Name |
object |
No description. |
ResourceGroupId |
object |
No description. |
SystemDiskSize |
object |
No description. |
Tags |
TagsProperty[] |
No description. |
ToRegionId |
object |
No description. |
VSwitchId |
object |
No description. |
BaseImageRequired
public object BaseImage { get; set; }
- Type: object
BaseImageTypeRequired
public object BaseImageType { get; set; }
- Type: object
AddAccountOptional
public object AddAccount { get; set; }
- Type: object
BuildContentOptional
public object BuildContent { get; set; }
- Type: object
DeleteInstanceOnFailureOptional
public object DeleteInstanceOnFailure { get; set; }
- Type: object
DescriptionOptional
public object Description { get; set; }
- Type: object
ExecutePipelineOptional
public object ExecutePipeline { get; set; }
- Type: object
ImageNameOptional
public object ImageName { get; set; }
- Type: object
InstanceTypeOptional
public object InstanceType { get; set; }
- Type: object
InternetMaxBandwidthOutOptional
public object InternetMaxBandwidthOut { get; set; }
- Type: object
NameOptional
public object Name { get; set; }
- Type: object
ResourceGroupIdOptional
public object ResourceGroupId { get; set; }
- Type: object
SystemDiskSizeOptional
public object SystemDiskSize { get; set; }
- Type: object
TagsOptional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]
ToRegionIdOptional
public object ToRegionId { get; set; }
- Type: object
VSwitchIdOptional
public object VSwitchId { get; set; }
- Type: object