hardware

@JvmName(name = "nfashqkuhsxgiqtp")
suspend fun hardware(value: Output<InstanceHardwareArgs>)
@JvmName(name = "csoncfpqghfabydf")
suspend fun hardware(value: InstanceHardwareArgs?)

Parameters

value

The hardware properties for the instance, such as the vCPU count, attached disks, and amount of RAM.

The instance restarts when performing an attach disk or detach disk request. This resets the public IP address of your instance if a static IP isn't attached to it.


@JvmName(name = "ishwsgrtcxnnsqog")
suspend fun hardware(argument: suspend InstanceHardwareArgsBuilder.() -> Unit)

Parameters

argument

The hardware properties for the instance, such as the vCPU count, attached disks, and amount of RAM.

The instance restarts when performing an attach disk or detach disk request. This resets the public IP address of your instance if a static IP isn't attached to it.