RosCustomImageProps
Properties for defining a RosCustomImage.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecs-customimage
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs"
&alicloudroscdkecs.RosCustomImageProps {
Architecture: interface{},
BootMode: interface{},
Description: interface{},
DetectionStrategy: interface{},
DiskDeviceMapping: interface{},
ImageFamily: interface{},
ImageName: interface{},
ImageVersion: interface{},
InstanceId: interface{},
Platform: interface{},
ResourceGroupId: interface{},
SnapshotId: interface{},
SourceRegionId: interface{},
Tag: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
Architecture |
interface{} |
No description. |
BootMode |
interface{} |
No description. |
Description |
interface{} |
No description. |
DetectionStrategy |
interface{} |
No description. |
DiskDeviceMapping |
interface{} |
No description. |
ImageFamily |
interface{} |
No description. |
ImageName |
interface{} |
No description. |
ImageVersion |
interface{} |
No description. |
InstanceId |
interface{} |
No description. |
Platform |
interface{} |
No description. |
ResourceGroupId |
interface{} |
No description. |
SnapshotId |
interface{} |
No description. |
SourceRegionId |
interface{} |
No description. |
Tag |
interface{} |
No description. |
ArchitectureOptional
Architecture interface{}
- Type: interface{}
BootModeOptional
BootMode interface{}
- Type: interface{}
DescriptionOptional
Description interface{}
- Type: interface{}
DetectionStrategyOptional
DetectionStrategy interface{}
- Type: interface{}
DiskDeviceMappingOptional
DiskDeviceMapping interface{}
- Type: interface{}
ImageFamilyOptional
ImageFamily interface{}
- Type: interface{}
ImageNameOptional
ImageName interface{}
- Type: interface{}
ImageVersionOptional
ImageVersion interface{}
- Type: interface{}
InstanceIdOptional
InstanceId interface{}
- Type: interface{}
PlatformOptional
Platform interface{}
- Type: interface{}
ResourceGroupIdOptional
ResourceGroupId interface{}
- Type: interface{}
SnapshotIdOptional
SnapshotId interface{}
- Type: interface{}
SourceRegionIdOptional
SourceRegionId interface{}
- Type: interface{}
TagOptional
Tag interface{}
- Type: interface{}