Package-level declarations

Types

Link copied to clipboard
data class BackupPlanBackupRuleArgs(val backupRetentionDays: Output<Int>, val ruleId: Output<String>, val standardSchedule: Output<BackupPlanBackupRuleStandardScheduleArgs>) : ConvertibleToJava<BackupPlanBackupRuleArgs>
Link copied to clipboard
data class BackupPlanBackupRuleStandardScheduleArgs(val backupWindow: Output<BackupPlanBackupRuleStandardScheduleBackupWindowArgs>? = null, val daysOfMonths: Output<List<Int>>? = null, val daysOfWeeks: Output<List<String>>? = null, val hourlyFrequency: Output<Int>? = null, val months: Output<List<String>>? = null, val recurrenceType: Output<String>, val timeZone: Output<String>, val weekDayOfMonth: Output<BackupPlanBackupRuleStandardScheduleWeekDayOfMonthArgs>? = null) : ConvertibleToJava<BackupPlanBackupRuleStandardScheduleArgs>
data class BackupPlanBackupRuleStandardScheduleBackupWindowArgs(val endHourOfDay: Output<Int>? = null, val startHourOfDay: Output<Int>) : ConvertibleToJava<BackupPlanBackupRuleStandardScheduleBackupWindowArgs>
data class BackupPlanBackupRuleStandardScheduleWeekDayOfMonthArgs(val dayOfWeek: Output<String>, val weekOfMonth: Output<String>) : ConvertibleToJava<BackupPlanBackupRuleStandardScheduleWeekDayOfMonthArgs>
Link copied to clipboard
data class GetBackupPlainArgs(val backupVaultId: String, val dataSourceId: String, val location: String, val project: String) : ConvertibleToJava<GetBackupPlainArgs>

A collection of arguments for invoking getBackup.

Link copied to clipboard
Link copied to clipboard
data class GetBackupPlanAssociationPlainArgs(val backupPlanAssociationId: String, val location: String, val project: String? = null) : ConvertibleToJava<GetBackupPlanAssociationPlainArgs>

A collection of arguments for invoking getBackupPlanAssociation.

Link copied to clipboard
data class GetBackupPlanPlainArgs(val backupPlanId: String, val location: String, val project: String? = null) : ConvertibleToJava<GetBackupPlanPlainArgs>

A collection of arguments for invoking getBackupPlan.

Link copied to clipboard
data class GetBackupVaultPlainArgs(val backupVaultId: String, val location: String, val project: String? = null) : ConvertibleToJava<GetBackupVaultPlainArgs>

A collection of arguments for invoking getBackupVault.

Link copied to clipboard
data class GetDataSourcePlainArgs(val backupVaultId: String, val dataSourceId: String, val location: String, val project: String) : ConvertibleToJava<GetDataSourcePlainArgs>

A collection of arguments for invoking getDataSource.

Link copied to clipboard
data class GetManagementServerPlainArgs(val location: String) : ConvertibleToJava<GetManagementServerPlainArgs>

A collection of arguments for invoking getManagementServer.

Link copied to clipboard
data class ManagementServerNetworkArgs(val network: Output<String>, val peeringMode: Output<String>? = null) : ConvertibleToJava<ManagementServerNetworkArgs>