Skip to content

InstancePatternInfosProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ess;
new InstancePatternInfosProperty {
    object Architectures = null,
    object BurstablePerformance = null,
    object Cores = null,
    object ExcludedInstanceTypes = null,
    object InstanceFamilyLevel = null,
    object MaxPrice = null,
    object Memory = null
};

Properties

Name Type Description
Architectures object No description.
BurstablePerformance object No description.
Cores object No description.
ExcludedInstanceTypes object No description.
InstanceFamilyLevel object No description.
MaxPrice object No description.
Memory object No description.

ArchitecturesOptional

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

BurstablePerformanceOptional

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

CoresOptional

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

ExcludedInstanceTypesOptional

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

InstanceFamilyLevelOptional

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

MaxPriceOptional

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

MemoryOptional

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