DeploymentType
public enum DeploymentType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case inPlace = "IN_PLACE" -
Undocumented
Declaration
Swift
case blueGreen = "BLUE_GREEN" -
Declaration
Swift
public var description: String { get }
View on GitHub
DeploymentType Enumeration Reference