Skip to content

RosRecommendInstanceTypesProps

Properties for defining a RosRecommendInstanceTypes.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ecs;
new RosRecommendInstanceTypesProps {
    object Cores = null,
    object InstanceChargeType = null,
    object InstanceFamilyLevel = null,
    object InstanceType = null,
    object InstanceTypeFamilies = null,
    object IoOptimized = null,
    object MaxPrice = null,
    object Memory = null,
    object PriorityStrategy = null,
    object RefreshOptions = null,
    object Scene = null,
    object SpotStrategy = null,
    object SystemDiskCategory = null,
    object ZoneId = null,
    object ZoneMatchMode = null
};

Properties

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

CoresOptional

public object Cores { get; set; }
  • Type: object

InstanceChargeTypeOptional

public object InstanceChargeType { get; set; }
  • Type: object

InstanceFamilyLevelOptional

public object InstanceFamilyLevel { get; set; }
  • Type: object

InstanceTypeOptional

public object InstanceType { get; set; }
  • Type: object

InstanceTypeFamiliesOptional

public object InstanceTypeFamilies { get; set; }
  • Type: object

IoOptimizedOptional

public object IoOptimized { get; set; }
  • Type: object

MaxPriceOptional

public object MaxPrice { get; set; }
  • Type: object

MemoryOptional

public object Memory { get; set; }
  • Type: object

PriorityStrategyOptional

public object PriorityStrategy { get; set; }
  • Type: object

RefreshOptionsOptional

public object RefreshOptions { get; set; }
  • Type: object

SceneOptional

public object Scene { get; set; }
  • Type: object

SpotStrategyOptional

public object SpotStrategy { get; set; }
  • Type: object

SystemDiskCategoryOptional

public object SystemDiskCategory { get; set; }
  • Type: object

ZoneIdOptional

public object ZoneId { get; set; }
  • Type: object

ZoneMatchModeOptional

public object ZoneMatchMode { get; set; }
  • Type: object