ProjectsLocationsNodesResource class

Constructors

ProjectsLocationsNodesResource(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

create(Node request, String parent, {String? nodeId, String? $fields}) Future<Operation>
Creates a node.
delete(String name, {String? $fields}) Future<Operation>
Deletes a node.
get(String name, {String? $fields}) Future<Node>
Gets the details of a node.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<ListNodesResponse>
Lists nodes.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reimage(ReimageNodeRequest request, String name, {String? $fields}) Future<Operation>
Reimages a node's OS.
start(StartNodeRequest request, String name, {String? $fields}) Future<Operation>
Starts a node.
stop(StopNodeRequest request, String name, {String? $fields}) Future<Operation>
Stops a node, this operation is only available with single TPU nodes.
toString() String
A string representation of this object.
inherited

Operators

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