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
ArchitecturesOptional
public object Architectures { get; set; }
public object BurstablePerformance { get; set; }
CoresOptional
public object Cores { get; set; }
ExcludedInstanceTypesOptional
public object ExcludedInstanceTypes { get; set; }
InstanceFamilyLevelOptional
public object InstanceFamilyLevel { get; set; }
MaxPriceOptional
public object MaxPrice { get; set; }
MemoryOptional
public object Memory { get; set; }