Resource: Instance
A server.
JSON representation |
---|
{ "name": string, "id": string, "createTime": string, "updateTime": string, "machineType": string, "state": enum ( |
Fields | |
---|---|
name |
Output only. The resource name of this |
id |
An identifier for the |
createTime |
Output only. Create a time stamp. |
updateTime |
Output only. Update a time stamp. |
machineType |
The server type. Available server types |
state |
The state of the server. |
hyperthreadingEnabled |
True if you enable hyperthreading for the server, otherwise false. The default value is false. |
labels |
Labels as key value pairs. |
luns[] |
List of LUNs associated with this server. |
networks[] |
List of networks associated with this server. |
interactiveSerialConsoleEnabled |
True if the interactive serial console feature is enabled for the instance, false otherwise. The default value is false. |
osImage |
The OS image currently installed on the server. |
State
The possible states for this server.
Enums | |
---|---|
STATE_UNSPECIFIED |
The server is in an unknown state. |
PROVISIONING |
The server is being provisioned. |
RUNNING |
The server is running. |
DELETED |
The server has been deleted. |
Methods |
|
---|---|
|
Get details about a single server. |
|
List servers in a given project and location. |
|
Update details of a single server. |
|
Perform an ungraceful, hard reset on a server. |
|
Starts a server that was shutdown. |
|
Stop a running server. |