models.type_couchbase_protection_source_enum module

class models.type_couchbase_protection_source_enum.TypeCouchbaseProtectionSourceEnum[source]

Bases: object

Implementation of the ‘Type_CouchbaseProtectionSource’ enum.

Specifies the type of the managed Object in Couchbase Protection Source. Specifies the type of an Couchbase source entity. ‘kCluster’ indicates a Couchbase cluster distributed over several physical nodes. ‘kBucket’ indicates a bucket within the Couchbase environment.

Attributes:

KCLUSTER: TODO: type description here. KBUCKET: TODO: type description here.

KBUCKET = 'kBucket'
KCLUSTER = 'kCluster'