File: //lib/google-cloud-sdk/lib/surface/compute/instances/__pycache__/reset.cpython-312.pyc
�
��� � � � d Z ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ ddl m
Z
dd d
d�Z G d� d
ej � Z
ee
_ y)z"Command for resetting an instance.� )�absolute_import)�division)�unicode_literals)�base_classes)�base)�flags�!Reset a virtual machine instance.z� *{command}* is used to perform a hard reset on a
Compute Engine virtual machine.
This will not perform a clean shutdown of the guest OS on the instance.
zh To reset an instance named ``test-instance'', run:
$ {command} test-instance
)�brief�DESCRIPTION�EXAMPLESc �&