Skip to content

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.

BaseImageRequired

BaseImage interface{}
  • Type: interface{}

BaseImageTypeRequired

BaseImageType interface{}
  • Type: interface{}

AddAccountOptional

AddAccount interface{}
  • Type: interface{}

BuildContentOptional

BuildContent interface{}
  • Type: interface{}

DeleteInstanceOnFailureOptional

DeleteInstanceOnFailure interface{}
  • Type: interface{}

DescriptionOptional

Description interface{}
  • Type: interface{}

ExecutePipelineOptional

ExecutePipeline interface{}
  • Type: interface{}

ImageNameOptional

ImageName interface{}
  • Type: interface{}

InstanceTypeOptional

InstanceType interface{}
  • Type: interface{}

InternetMaxBandwidthOutOptional

InternetMaxBandwidthOut interface{}
  • Type: interface{}

NameOptional

Name interface{}
  • Type: interface{}

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

SystemDiskSizeOptional

SystemDiskSize interface{}
  • Type: interface{}

TagsOptional

Tags *[]TagsProperty

ToRegionIdOptional

ToRegionId interface{}
  • Type: interface{}

VSwitchIdOptional

VSwitchId interface{}
  • Type: interface{}