Interface Resources
@Consumes("application/json")
public interface Resources
- 
Method Summary
Modifier and TypeMethodDescriptionDeletes any resource by self-link and returns the operation in progress, or null if not found.Returns a disk by self-link or null if not found.Returns an image by self-link or null if not found.Returns an instance by self-link or null if not found.Returns an network by self-link or null if not found.Returns an operation by self-link or null if not found.resetInstance(URI selfLink) Hard-resets the instance by self-link and returns the operation in progressstartInstance(URI selfLink) Starts the instance by self-link and returns the operation in progressstopInstance(URI selfLink) Stops the instance by self-link and returns the operation in progresssubnetwork(URI selfLink)  
- 
Method Details
- 
instance
Returns an instance by self-link or null if not found. - 
network
Returns an network by self-link or null if not found. - 
operation
Returns an operation by self-link or null if not found. - 
delete
Deletes any resource by self-link and returns the operation in progress, or null if not found. - 
resetInstance
Hard-resets the instance by self-link and returns the operation in progress - 
startInstance
Starts the instance by self-link and returns the operation in progress - 
stopInstance
Stops the instance by self-link and returns the operation in progress - 
subnetwork
 - 
disk
Returns a disk by self-link or null if not found. - 
image
Returns an image by self-link or null if not found. 
 -