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
Builder for GetInstancePlainArgs.
Link copied to clipboard
data class GoogleCloudMemcacheV1MaintenancePolicyArgs(val description: Output<String>? = null, val weeklyMaintenanceWindow: Output<List<WeeklyMaintenanceWindowArgs>>) : ConvertibleToJava<GoogleCloudMemcacheV1MaintenancePolicyArgs>
Maintenance policy per instance.
Link copied to clipboard
Link copied to clipboard
data class InstanceMessageArgs(val code: Output<InstanceMessageCode>? = null, val message: Output<String>? = null) : ConvertibleToJava<InstanceMessageArgs>
Link copied to clipboard
Builder for InstanceMessageArgs.
Link copied to clipboard
data class MemcacheParametersArgs(val params: Output<Map<String, String>>? = null) : ConvertibleToJava<MemcacheParametersArgs>
Link copied to clipboard
Builder for MemcacheParametersArgs.
Link copied to clipboard
data class NodeConfigArgs(val cpuCount: Output<Int>, val memorySizeMb: Output<Int>) : ConvertibleToJava<NodeConfigArgs>
Configuration for a Memcached Node.
Link copied to clipboard
class NodeConfigArgsBuilder
Builder for NodeConfigArgs.
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
class TimeOfDayArgsBuilder
Builder for TimeOfDayArgs.
Link copied to clipboard
data class WeeklyMaintenanceWindowArgs(val day: Output<WeeklyMaintenanceWindowDay>, val duration: Output<String>, val startTime: Output<TimeOfDayArgs>) : ConvertibleToJava<WeeklyMaintenanceWindowArgs>
Time window specified for weekly operations.
Link copied to clipboard
Builder for WeeklyMaintenanceWindowArgs.