models.vault_group_enum module

class models.vault_group_enum.VaultGroupEnum[source]

Bases: object

Implementation of the ‘VaultGroup’ enum.

Specifies the cloud vendor type.

Attributes:

KAWS: TODO: type description here. KQSTAR: TODO: type description here. KS3C: TODO: type description here. KAZURE: TODO: type description here. KNAS: TODO: type description here. KORACLE: TODO: type description here. KOTHER: TODO: type description here. KGCP: TODO: type description here.

KAWS = 'kAws'
KAZURE = 'kAzure'
KGCP = 'kGcp'
KNAS = 'kNas'
KORACLE = 'kOracle'
KOTHER = 'kOther'
KQSTAR = 'kQStar'
KS3C = 'kS3C'