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. |
BaseImage
Required
public object BaseImage { get; set; }
- Type: object
BaseImageType
Required
public object BaseImageType { get; set; }
- Type: object
AddAccount
Optional
public object AddAccount { get; set; }
- Type: object
BuildContent
Optional
public object BuildContent { get; set; }
- Type: object
DeleteInstanceOnFailure
Optional
public object DeleteInstanceOnFailure { get; set; }
- Type: object
Description
Optional
public object Description { get; set; }
- Type: object
ExecutePipeline
Optional
public object ExecutePipeline { get; set; }
- Type: object
ImageName
Optional
public object ImageName { get; set; }
- Type: object
InstanceType
Optional
public object InstanceType { get; set; }
- Type: object
InternetMaxBandwidthOut
Optional
public object InternetMaxBandwidthOut { get; set; }
- Type: object
Name
Optional
public object Name { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
SystemDiskSize
Optional
public object SystemDiskSize { get; set; }
- Type: object
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]
ToRegionId
Optional
public object ToRegionId { get; set; }
- Type: object
VSwitchId
Optional
public object VSwitchId { get; set; }
- Type: object