RosImagePipelineProps
Properties for defining a RosImagePipeline
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecs-imagepipeline
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs"
&alicloudroscdkecs.RosImagePipelineProps {
BaseImage: interface{},
BaseImageType: interface{},
AddAccount: interface{},
BuildContent: interface{},
DeleteInstanceOnFailure: interface{},
Description: interface{},
ExecutePipeline: interface{},
ImageName: interface{},
InstanceType: interface{},
InternetMaxBandwidthOut: interface{},
Name: interface{},
ResourceGroupId: interface{},
SystemDiskSize: interface{},
Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs.RosImagePipeline.TagsProperty,
ToRegionId: interface{},
VSwitchId: interface{},
}
Properties
Name | Type | Description |
---|---|---|
BaseImage |
interface{} |
No description. |
BaseImageType |
interface{} |
No description. |
AddAccount |
interface{} |
No description. |
BuildContent |
interface{} |
No description. |
DeleteInstanceOnFailure |
interface{} |
No description. |
Description |
interface{} |
No description. |
ExecutePipeline |
interface{} |
No description. |
ImageName |
interface{} |
No description. |
InstanceType |
interface{} |
No description. |
InternetMaxBandwidthOut |
interface{} |
No description. |
Name |
interface{} |
No description. |
ResourceGroupId |
interface{} |
No description. |
SystemDiskSize |
interface{} |
No description. |
Tags |
*[]TagsProperty |
No description. |
ToRegionId |
interface{} |
No description. |
VSwitchId |
interface{} |
No description. |
BaseImage
Required
BaseImage interface{}
- Type: interface{}
BaseImageType
Required
BaseImageType interface{}
- Type: interface{}
AddAccount
Optional
AddAccount interface{}
- Type: interface{}
BuildContent
Optional
BuildContent interface{}
- Type: interface{}
DeleteInstanceOnFailure
Optional
DeleteInstanceOnFailure interface{}
- Type: interface{}
Description
Optional
Description interface{}
- Type: interface{}
ExecutePipeline
Optional
ExecutePipeline interface{}
- Type: interface{}
ImageName
Optional
ImageName interface{}
- Type: interface{}
InstanceType
Optional
InstanceType interface{}
- Type: interface{}
InternetMaxBandwidthOut
Optional
InternetMaxBandwidthOut interface{}
- Type: interface{}
Name
Optional
Name interface{}
- Type: interface{}
ResourceGroupId
Optional
ResourceGroupId interface{}
- Type: interface{}
SystemDiskSize
Optional
SystemDiskSize interface{}
- Type: interface{}
Tags
Optional
Tags *[]TagsProperty
- Type: *[]TagsProperty
ToRegionId
Optional
ToRegionId interface{}
- Type: interface{}
VSwitchId
Optional
VSwitchId interface{}
- Type: interface{}