local Ssd Recovery Timeouts
suspend fun localSsdRecoveryTimeouts(value: Output<List<RegionInstanceTemplateSchedulingLocalSsdRecoveryTimeoutArgs>>)
suspend fun localSsdRecoveryTimeouts(value: List<RegionInstanceTemplateSchedulingLocalSsdRecoveryTimeoutArgs>?)
Parameters
value
Specifies the maximum amount of time a Local Ssd Vm should wait while recovery of the Local Ssd state is attempted. Its value should be in between 0 and 168 hours with hour granularity and the default value being 1 hour.
suspend fun localSsdRecoveryTimeouts(vararg values: Output<RegionInstanceTemplateSchedulingLocalSsdRecoveryTimeoutArgs>)
suspend fun localSsdRecoveryTimeouts(values: List<Output<RegionInstanceTemplateSchedulingLocalSsdRecoveryTimeoutArgs>>)
suspend fun localSsdRecoveryTimeouts(vararg values: RegionInstanceTemplateSchedulingLocalSsdRecoveryTimeoutArgs)
Parameters
values
Specifies the maximum amount of time a Local Ssd Vm should wait while recovery of the Local Ssd state is attempted. Its value should be in between 0 and 168 hours with hour granularity and the default value being 1 hour.
suspend fun localSsdRecoveryTimeouts(argument: List<suspend RegionInstanceTemplateSchedulingLocalSsdRecoveryTimeoutArgsBuilder.() -> Unit>)
suspend fun localSsdRecoveryTimeouts(vararg argument: suspend RegionInstanceTemplateSchedulingLocalSsdRecoveryTimeoutArgsBuilder.() -> Unit)
suspend fun localSsdRecoveryTimeouts(argument: suspend RegionInstanceTemplateSchedulingLocalSsdRecoveryTimeoutArgsBuilder.() -> Unit)
Parameters
argument
Specifies the maximum amount of time a Local Ssd Vm should wait while recovery of the Local Ssd state is attempted. Its value should be in between 0 and 168 hours with hour granularity and the default value being 1 hour.