All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.googlenative.memcache.v1.kotlin.outputs.MaintenanceScheduleResponse.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.googlenative.memcache.v1.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 * Upcoming maintenance schedule.
 * @property endTime The end time of any upcoming scheduled maintenance for this instance.
 * @property scheduleDeadlineTime The deadline that the maintenance schedule start time can not go beyond, including reschedule.
 * @property startTime The start time of any upcoming scheduled maintenance for this instance.
 */
public data class MaintenanceScheduleResponse(
    public val endTime: String,
    public val scheduleDeadlineTime: String,
    public val startTime: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.googlenative.memcache.v1.outputs.MaintenanceScheduleResponse): MaintenanceScheduleResponse = MaintenanceScheduleResponse(
            endTime = javaType.endTime(),
            scheduleDeadlineTime = javaType.scheduleDeadlineTime(),
            startTime = javaType.startTime(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy