Package-level declarations

Types

Link copied to clipboard
data class ClusterAutomatedBackupPolicyArgs(val backupWindow: Output<String>? = null, val enabled: Output<Boolean>? = null, val labels: Output<Map<String, String>>? = null, val location: Output<String>? = null, val quantityBasedRetention: Output<ClusterAutomatedBackupPolicyQuantityBasedRetentionArgs>? = null, val timeBasedRetention: Output<ClusterAutomatedBackupPolicyTimeBasedRetentionArgs>? = null, val weeklySchedule: Output<ClusterAutomatedBackupPolicyWeeklyScheduleArgs>) : ConvertibleToJava<ClusterAutomatedBackupPolicyArgs>
data class ClusterAutomatedBackupPolicyQuantityBasedRetentionArgs(val count: Output<Int>? = null) : ConvertibleToJava<ClusterAutomatedBackupPolicyQuantityBasedRetentionArgs>
data class ClusterAutomatedBackupPolicyTimeBasedRetentionArgs(val retentionPeriod: Output<String>? = null) : ConvertibleToJava<ClusterAutomatedBackupPolicyTimeBasedRetentionArgs>
data class ClusterAutomatedBackupPolicyWeeklyScheduleArgs(val daysOfWeeks: Output<List<String>>? = null, val startTimes: Output<List<ClusterAutomatedBackupPolicyWeeklyScheduleStartTimeArgs>>) : ConvertibleToJava<ClusterAutomatedBackupPolicyWeeklyScheduleArgs>
data class ClusterAutomatedBackupPolicyWeeklyScheduleStartTimeArgs(val hours: Output<Int>? = null, val minutes: Output<Int>? = null, val nanos: Output<Int>? = null, val seconds: Output<Int>? = null) : ConvertibleToJava<ClusterAutomatedBackupPolicyWeeklyScheduleStartTimeArgs>
Link copied to clipboard
data class ClusterInitialUserArgs(val password: Output<String>, val user: Output<String>? = null) : ConvertibleToJava<ClusterInitialUserArgs>
Link copied to clipboard
data class InstanceMachineConfigArgs(val cpuCount: Output<Int>? = null) : ConvertibleToJava<InstanceMachineConfigArgs>
Link copied to clipboard
data class InstanceReadPoolConfigArgs(val nodeCount: Output<Int>? = null) : ConvertibleToJava<InstanceReadPoolConfigArgs>