LastSync

class LastSync

Provides details about the product's connection sync and contains the following sub-fields.

  • LastSyncTime

  • LastSyncStatus

  • LastSyncStatusMessage

  • LastSuccessfulSyncTime

  • LastSuccessfulSyncProvisioningArtifactID

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ProvisioningArtifactID of the ProvisioningArtifact created from the latest successful sync.

Link copied to clipboard

The time of the latest successful sync from the source repo artifact to the Service Catalog product.

Link copied to clipboard

The current status of the sync. Responses include SUCCEEDED or FAILED.

Link copied to clipboard

The sync's status message.

Link copied to clipboard

The time of the last attempted sync from the repository to the Service Catalog product.

Functions

Link copied to clipboard
inline fun copy(block: LastSync.Builder.() -> Unit = {}): LastSync
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String