Package-level declarations

Types

Link copied to clipboard
data class GetInstancePlainArgs(val instanceId: String, val location: String, val project: String? = null) : ConvertibleToJava<GetInstancePlainArgs>
Link copied to clipboard
data class MaintenancePolicyArgs(val description: Output<String>? = null, val weeklyMaintenanceWindow: Output<List<WeeklyMaintenanceWindowArgs>>? = null) : ConvertibleToJava<MaintenancePolicyArgs>

Maintenance policy for an instance.

Link copied to clipboard
data class PersistenceConfigArgs(val persistenceMode: Output<PersistenceConfigPersistenceMode>? = null, val rdbSnapshotPeriod: Output<PersistenceConfigRdbSnapshotPeriod>? = null, val rdbSnapshotStartTime: Output<String>? = null) : ConvertibleToJava<PersistenceConfigArgs>

Configuration of the persistence functionality.

Link copied to clipboard
data class TimeOfDayArgs(val hours: Output<Int>? = null, val minutes: Output<Int>? = null, val nanos: Output<Int>? = null, val seconds: Output<Int>? = null) : ConvertibleToJava<TimeOfDayArgs>

Represents a time of day. The date and time zone are either not significant or are specified elsewhere. An API may choose to allow leap seconds. Related types are google.type.Date and google.protobuf.Timestamp.

Link copied to clipboard
Link copied to clipboard
data class WeeklyMaintenanceWindowArgs(val day: Output<WeeklyMaintenanceWindowDay>, val startTime: Output<TimeOfDayArgs>) : ConvertibleToJava<WeeklyMaintenanceWindowArgs>

Time window in which disruptive maintenance updates occur. Non-disruptive updates can occur inside or outside this window.