ScalingStatusCode
public enum ScalingStatusCode : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case inactive = "Inactive" -
Undocumented
Declaration
Swift
case partiallyactive = "PartiallyActive" -
Undocumented
Declaration
Swift
case active = "Active" -
Declaration
Swift
public var description: String { get }
View on GitHub
ScalingStatusCode Enumeration Reference