local Ssd Recovery Timeouts
suspend fun localSsdRecoveryTimeouts(value: Output<List<InstanceTemplateSchedulingLocalSsdRecoveryTimeoutArgs>>)
suspend fun localSsdRecoveryTimeouts(value: List<InstanceTemplateSchedulingLocalSsdRecoveryTimeoutArgs>?)
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<InstanceTemplateSchedulingLocalSsdRecoveryTimeoutArgs>)
suspend fun localSsdRecoveryTimeouts(values: List<Output<InstanceTemplateSchedulingLocalSsdRecoveryTimeoutArgs>>)
suspend fun localSsdRecoveryTimeouts(vararg values: InstanceTemplateSchedulingLocalSsdRecoveryTimeoutArgs)
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 InstanceTemplateSchedulingLocalSsdRecoveryTimeoutArgsBuilder.() -> Unit>)
suspend fun localSsdRecoveryTimeouts(vararg argument: suspend InstanceTemplateSchedulingLocalSsdRecoveryTimeoutArgsBuilder.() -> Unit)
suspend fun localSsdRecoveryTimeouts(argument: suspend InstanceTemplateSchedulingLocalSsdRecoveryTimeoutArgsBuilder.() -> 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.