SystemInstanceDeploymentStatus

public enum SystemInstanceDeploymentStatus : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case notDeployed = "NOT_DEPLOYED"
  • Undocumented

    Declaration

    Swift

    case bootstrap = "BOOTSTRAP"
  • Undocumented

    Declaration

    Swift

    case deployInProgress = "DEPLOY_IN_PROGRESS"
  • Undocumented

    Declaration

    Swift

    case deployedInTarget = "DEPLOYED_IN_TARGET"
  • Undocumented

    Declaration

    Swift

    case undeployInProgress = "UNDEPLOY_IN_PROGRESS"
  • Undocumented

    Declaration

    Swift

    case failed = "FAILED"
  • Undocumented

    Declaration

    Swift

    case pendingDelete = "PENDING_DELETE"
  • Undocumented

    Declaration

    Swift

    case deletedInTarget = "DELETED_IN_TARGET"
  • Declaration

    Swift

    public var description: String { get }