public class TPU.Projects.Locations.Nodes
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
TPU.Projects.Locations.Nodes.Create |
class |
TPU.Projects.Locations.Nodes.Delete |
class |
TPU.Projects.Locations.Nodes.Get |
class |
TPU.Projects.Locations.Nodes.List |
class |
TPU.Projects.Locations.Nodes.Reimage |
class |
TPU.Projects.Locations.Nodes.Start |
class |
TPU.Projects.Locations.Nodes.Stop |
Constructor and Description |
---|
Nodes() |
Modifier and Type | Method and Description |
---|---|
TPU.Projects.Locations.Nodes.Create |
create(java.lang.String parent,
Node content)
Creates a node.
|
TPU.Projects.Locations.Nodes.Delete |
delete(java.lang.String name)
Deletes a node.
|
TPU.Projects.Locations.Nodes.Get |
get(java.lang.String name)
Gets the details of a node.
|
TPU.Projects.Locations.Nodes.List |
list(java.lang.String parent)
Lists nodes.
|
TPU.Projects.Locations.Nodes.Reimage |
reimage(java.lang.String name,
ReimageNodeRequest content)
Reimages a node's OS.
|
TPU.Projects.Locations.Nodes.Start |
start(java.lang.String name,
StartNodeRequest content)
Starts a node.
|
TPU.Projects.Locations.Nodes.Stop |
stop(java.lang.String name,
StopNodeRequest content)
Stops a node.
|
public TPU.Projects.Locations.Nodes.Create create(java.lang.String parent, Node content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.parent
- The parent resource name.content
- the Node
java.io.IOException
public TPU.Projects.Locations.Nodes.Delete delete(java.lang.String name) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.name
- The resource name.java.io.IOException
public TPU.Projects.Locations.Nodes.Get get(java.lang.String name) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.name
- The resource name.java.io.IOException
public TPU.Projects.Locations.Nodes.List list(java.lang.String parent) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.parent
- The parent resource name.java.io.IOException
public TPU.Projects.Locations.Nodes.Reimage reimage(java.lang.String name, ReimageNodeRequest content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.name
- The resource name.content
- the ReimageNodeRequest
java.io.IOException
public TPU.Projects.Locations.Nodes.Start start(java.lang.String name, StartNodeRequest content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.name
- The resource name.content
- the StartNodeRequest
java.io.IOException
public TPU.Projects.Locations.Nodes.Stop stop(java.lang.String name, StopNodeRequest content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.name
- The resource name.content
- the StopNodeRequest
java.io.IOException