ProjectsLocationsInstancesResource class

Constructors

ProjectsLocationsInstancesResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

detachLun(DetachLunRequest request, String instance, {String? $fields}) Future<Operation>
Detach LUN from Instance.
disableInteractiveSerialConsole(DisableInteractiveSerialConsoleRequest request, String name, {String? $fields}) Future<Operation>
Disable the interactive serial console feature on an instance.
enableInteractiveSerialConsole(EnableInteractiveSerialConsoleRequest request, String name, {String? $fields}) Future<Operation>
Enable the interactive serial console feature on an instance.
get(String name, {String? $fields}) Future<Instance>
Get details about a single server.
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields}) Future<ListInstancesResponse>
List servers in a given project and location.
loadAuthInfo(String name, {String? $fields}) Future<LoadInstanceAuthInfoResponse>
Load auth info for a server.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Instance request, String name, {String? updateMask, String? $fields}) Future<Operation>
Update details of a single server.
rename(RenameInstanceRequest request, String name, {String? $fields}) Future<Instance>
RenameInstance sets a new name for an instance.
reset(ResetInstanceRequest request, String name, {String? $fields}) Future<Operation>
Perform an ungraceful, hard reset on a server.
start(StartInstanceRequest request, String name, {String? $fields}) Future<Operation>
Starts a server that was shutdown.
stop(StopInstanceRequest request, String name, {String? $fields}) Future<Operation>
Stop a running server.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited