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
Architectures
Optional
public object Architectures { get; set; }
public object BurstablePerformance { get; set; }
Cores
Optional
public object Cores { get; set; }
ExcludedInstanceTypes
Optional
public object ExcludedInstanceTypes { get; set; }
InstanceFamilyLevel
Optional
public object InstanceFamilyLevel { get; set; }
MaxPrice
Optional
public object MaxPrice { get; set; }
Memory
Optional
public object Memory { get; set; }