Package-level declarations
Types
Link copied to clipboard
data class ClusterAutomatedBackupPolicy(val backupWindow: String? = null, val enabled: Boolean? = null, val labels: Map<String, String>? = null, val location: String? = null, val quantityBasedRetention: ClusterAutomatedBackupPolicyQuantityBasedRetention? = null, val timeBasedRetention: ClusterAutomatedBackupPolicyTimeBasedRetention? = null, val weeklySchedule: ClusterAutomatedBackupPolicyWeeklySchedule)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class ClusterAutomatedBackupPolicyWeeklySchedule(val daysOfWeeks: List<String>? = null, val startTimes: List<ClusterAutomatedBackupPolicyWeeklyScheduleStartTime>)
Link copied to clipboard
data class ClusterAutomatedBackupPolicyWeeklyScheduleStartTime(val hours: Int? = null, val minutes: Int? = null, val nanos: Int? = null, val seconds: Int? = null)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class ClusterMigrationSource(val hostPort: String? = null, val referenceId: String? = null, val sourceType: String? = null)
Link copied to clipboard
Link copied to clipboard