VCpuInfo
public struct VCpuInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The default number of cores for the instance type.
Declaration
Swift
public let defaultCores: Int?
-
The default number of threads per core for the instance type.
Declaration
Swift
public let defaultThreadsPerCore: Int?
-
The default number of vCPUs for the instance type.
Declaration
Swift
public let defaultVCpus: Int?
-
List of the valid number of cores that can be configured for the instance type.
Declaration
Swift
public let validCores: [Int]?
-
List of the valid number of threads per core that can be configured for the instance type.
Declaration
Swift
public let validThreadsPerCore: [Int]?
-
Undocumented
Declaration
Swift
public init(defaultCores: Int? = nil, defaultThreadsPerCore: Int? = nil, defaultVCpus: Int? = nil, validCores: [Int]? = nil, validThreadsPerCore: [Int]? = nil)