Skip to content

RosImagesProps

Properties for defining a RosImages.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-images

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs/datasource"
&datasource.RosImagesProps {
    ActionType: interface{},
    Architecture: interface{},
    ImageFamily: interface{},
    ImageId: interface{},
    ImageName: interface{},
    ImageOwnerAlias: interface{},
    InstanceType: interface{},
    IsPublic: interface{},
    IsSupportCloudinit: interface{},
    IsSupportIoOptimized: interface{},
    OsType: interface{},
    RefreshOptions: interface{},
    ResourceGroupId: interface{},
    SnapshotId: interface{},
    Status: interface{},
    Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs.datasource.RosImages.TagsProperty,
    Usage: interface{},
}

Properties

Name Type Description
ActionType interface{} No description.
Architecture interface{} No description.
ImageFamily interface{} No description.
ImageId interface{} No description.
ImageName interface{} No description.
ImageOwnerAlias interface{} No description.
InstanceType interface{} No description.
IsPublic interface{} No description.
IsSupportCloudinit interface{} No description.
IsSupportIoOptimized interface{} No description.
OsType interface{} No description.
RefreshOptions interface{} No description.
ResourceGroupId interface{} No description.
SnapshotId interface{} No description.
Status interface{} No description.
Tags *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs.datasource.RosImages.TagsProperty No description.
Usage interface{} No description.

ActionTypeOptional

ActionType interface{}
  • Type: interface{}

ArchitectureOptional

Architecture interface{}
  • Type: interface{}

ImageFamilyOptional

ImageFamily interface{}
  • Type: interface{}

ImageIdOptional

ImageId interface{}
  • Type: interface{}

ImageNameOptional

ImageName interface{}
  • Type: interface{}

ImageOwnerAliasOptional

ImageOwnerAlias interface{}
  • Type: interface{}

InstanceTypeOptional

InstanceType interface{}
  • Type: interface{}

IsPublicOptional

IsPublic interface{}
  • Type: interface{}

IsSupportCloudinitOptional

IsSupportCloudinit interface{}
  • Type: interface{}

IsSupportIoOptimizedOptional

IsSupportIoOptimized interface{}
  • Type: interface{}

OsTypeOptional

OsType interface{}
  • Type: interface{}

RefreshOptionsOptional

RefreshOptions interface{}
  • Type: interface{}

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

SnapshotIdOptional

SnapshotId interface{}
  • Type: interface{}

StatusOptional

Status interface{}
  • Type: interface{}

TagsOptional

Tags *[]TagsProperty
  • Type: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs.datasource.RosImages.TagsProperty

UsageOptional

Usage interface{}
  • Type: interface{}