public class Computeaccounts.Linux extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Computeaccounts.Linux.GetAuthorizedKeysView |
class |
Computeaccounts.Linux.GetLinuxAccountViews |
| Constructor and Description |
|---|
Computeaccounts.Linux() |
| Modifier and Type | Method and Description |
|---|---|
Computeaccounts.Linux.GetAuthorizedKeysView |
getAuthorizedKeysView(String project,
String zone,
String user,
String instance)
Returns the AuthorizedKeysView of the specified user.
|
Computeaccounts.Linux.GetLinuxAccountViews |
getLinuxAccountViews(String project,
String zone,
String instance)
Retrieves the Linux views for an instance contained within the specified project.
|
public Computeaccounts.Linux.GetAuthorizedKeysView getAuthorizedKeysView(String project, String zone, String user, String instance) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.project - Project ID for this request.zone - Name of the zone for this request.user - Username of the AuthorizedKeysView to return.instance - The fully-qualified URL of the instance requesting the view.IOExceptionpublic Computeaccounts.Linux.GetLinuxAccountViews getLinuxAccountViews(String project, String zone, String instance) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.project - Project ID for this request.zone - Name of the zone for this request.instance - The fully-qualified URL of the instance requesting the views.IOException