ProjectsLocationsInstances
class ProjectsLocationsInstances extends Resource (View source)
The "instances" collection of methods.
Typical usage is:
$baremetalsolutionService = new Google\Service\Baremetalsolution(...);
$instances = $baremetalsolutionService->projects_locations_instances;
Methods
Detach LUN from Instance. (instances.detachLun)
Perform disable hyperthreading operation on a single server.
Disable the interactive serial console feature on an instance.
Perform enable hyperthreading operation on a single server.
Enable the interactive serial console feature on an instance.
Get details about a single server. (instances.get)
List servers in a given project and location.
Load auth info for a server. (instances.loadAuthInfo)
Perform reimage operation on a single server. (instances.reimage)
RenameInstance sets a new name for an instance. Use with caution, previous names become immediately invalidated. (instances.rename)
Perform an ungraceful, hard reset on a server. Equivalent to shutting the power off and then turning it back on. (instances.reset)
Starts a server that was shutdown. (instances.start)
Stop a running server. (instances.stop)
Details
Operation
detachLun(string $instance, DetachLunRequest $postBody, array $optParams = [])
Detach LUN from Instance. (instances.detachLun)
Operation
disableHyperthreading(string $name, DisableHyperthreadingRequest $postBody, array $optParams = [])
Perform disable hyperthreading operation on a single server.
(instances.disableHyperthreading)
Operation
disableInteractiveSerialConsole(string $name, DisableInteractiveSerialConsoleRequest $postBody, array $optParams = [])
Disable the interactive serial console feature on an instance.
(instances.disableInteractiveSerialConsole)
Operation
enableHyperthreading(string $name, EnableHyperthreadingRequest $postBody, array $optParams = [])
Perform enable hyperthreading operation on a single server.
(instances.enableHyperthreading)
Operation
enableInteractiveSerialConsole(string $name, EnableInteractiveSerialConsoleRequest $postBody, array $optParams = [])
Enable the interactive serial console feature on an instance.
(instances.enableInteractiveSerialConsole)
Instance
get(string $name, array $optParams = [])
Get details about a single server. (instances.get)
ListInstancesResponse
listProjectsLocationsInstances(string $parent, array $optParams = [])
List servers in a given project and location.
(instances.listProjectsLocationsInstances)
LoadInstanceAuthInfoResponse
loadAuthInfo(string $name, array $optParams = [])
Load auth info for a server. (instances.loadAuthInfo)
Operation
patch(string $name, Instance $postBody, array $optParams = [])
Update details of a single server. (instances.patch)
Operation
reimage(string $name, ReimageInstanceRequest $postBody, array $optParams = [])
Perform reimage operation on a single server. (instances.reimage)
Instance
rename(string $name, RenameInstanceRequest $postBody, array $optParams = [])
RenameInstance sets a new name for an instance. Use with caution, previous names become immediately invalidated. (instances.rename)
Operation
reset(string $name, ResetInstanceRequest $postBody, array $optParams = [])
Perform an ungraceful, hard reset on a server. Equivalent to shutting the power off and then turning it back on. (instances.reset)
Operation
start(string $name, StartInstanceRequest $postBody, array $optParams = [])
Starts a server that was shutdown. (instances.start)
Operation
stop(string $name, StopInstanceRequest $postBody, array $optParams = [])
Stop a running server. (instances.stop)