local Ssd Recovery Timeout
suspend fun localSsdRecoveryTimeout(value: Output<InstanceFromMachineImageSchedulingLocalSsdRecoveryTimeoutArgs>)
suspend fun localSsdRecoveryTimeout(value: InstanceFromMachineImageSchedulingLocalSsdRecoveryTimeoutArgs?)
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 localSsdRecoveryTimeout(argument: suspend InstanceFromMachineImageSchedulingLocalSsdRecoveryTimeoutArgsBuilder.() -> 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.