LicenseCountingType
public enum LicenseCountingType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case vcpu = "vCPU" -
Undocumented
Declaration
Swift
case instance = "Instance" -
Undocumented
Declaration
Swift
case core = "Core" -
Undocumented
Declaration
Swift
case socket = "Socket" -
Declaration
Swift
public var description: String { get }
View on GitHub
LicenseCountingType Enumeration Reference