Skip to content

RosRecommendInstanceTypesProps

Properties for defining a RosRecommendInstanceTypes.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs/datasource"
&datasource.RosRecommendInstanceTypesProps {
    Cores: interface{},
    InstanceChargeType: interface{},
    InstanceFamilyLevel: interface{},
    InstanceType: interface{},
    InstanceTypeFamilies: interface{},
    IoOptimized: interface{},
    MaxPrice: interface{},
    Memory: interface{},
    PriorityStrategy: interface{},
    RefreshOptions: interface{},
    Scene: interface{},
    SpotStrategy: interface{},
    SystemDiskCategory: interface{},
    ZoneId: interface{},
    ZoneMatchMode: interface{},
}

Properties

Name Type Description
Cores interface{} No description.
InstanceChargeType interface{} No description.
InstanceFamilyLevel interface{} No description.
InstanceType interface{} No description.
InstanceTypeFamilies interface{} No description.
IoOptimized interface{} No description.
MaxPrice interface{} No description.
Memory interface{} No description.
PriorityStrategy interface{} No description.
RefreshOptions interface{} No description.
Scene interface{} No description.
SpotStrategy interface{} No description.
SystemDiskCategory interface{} No description.
ZoneId interface{} No description.
ZoneMatchMode interface{} No description.

CoresOptional

Cores interface{}
  • Type: interface{}

InstanceChargeTypeOptional

InstanceChargeType interface{}
  • Type: interface{}

InstanceFamilyLevelOptional

InstanceFamilyLevel interface{}
  • Type: interface{}

InstanceTypeOptional

InstanceType interface{}
  • Type: interface{}

InstanceTypeFamiliesOptional

InstanceTypeFamilies interface{}
  • Type: interface{}

IoOptimizedOptional

IoOptimized interface{}
  • Type: interface{}

MaxPriceOptional

MaxPrice interface{}
  • Type: interface{}

MemoryOptional

Memory interface{}
  • Type: interface{}

PriorityStrategyOptional

PriorityStrategy interface{}
  • Type: interface{}

RefreshOptionsOptional

RefreshOptions interface{}
  • Type: interface{}

SceneOptional

Scene interface{}
  • Type: interface{}

SpotStrategyOptional

SpotStrategy interface{}
  • Type: interface{}

SystemDiskCategoryOptional

SystemDiskCategory interface{}
  • Type: interface{}

ZoneIdOptional

ZoneId interface{}
  • Type: interface{}

ZoneMatchModeOptional

ZoneMatchMode interface{}
  • Type: interface{}