Package-level declarations

Types

Link copied to clipboard
data class BackupPlanBackupConfig(val allNamespaces: Boolean? = null, val encryptionKey: BackupPlanBackupConfigEncryptionKey? = null, val includeSecrets: Boolean? = null, val includeVolumeData: Boolean? = null, val selectedApplications: BackupPlanBackupConfigSelectedApplications? = null, val selectedNamespaces: BackupPlanBackupConfigSelectedNamespaces? = null)
Link copied to clipboard
data class BackupPlanBackupConfigEncryptionKey(val gcpKmsEncryptionKey: String)
Link copied to clipboard
data class BackupPlanBackupSchedule(val cronSchedule: String? = null, val paused: Boolean? = null)
Link copied to clipboard
data class BackupPlanIamBindingCondition(val description: String? = null, val expression: String, val title: String)
Link copied to clipboard
data class BackupPlanIamMemberCondition(val description: String? = null, val expression: String, val title: String)
Link copied to clipboard
data class BackupPlanRetentionPolicy(val backupDeleteLockDays: Int? = null, val backupRetainDays: Int? = null, val locked: Boolean? = null)
Link copied to clipboard
data class GetBackupPlanIamPolicyResult(val etag: String, val id: String, val location: String, val name: String, val policyData: String, val project: String)

A collection of values returned by getBackupPlanIamPolicy.