com.google.api.gax.longrunning.OperationFuture<NfsShare,OperationMetadata> |
BareMetalSolutionClient.createNfsShareAsync(LocationName parent,
NfsShare nfsShare) |
Create an NFS share.
|
ProvisioningConfig |
BareMetalSolutionClient.createProvisioningConfig(LocationName parent,
ProvisioningConfig provisioningConfig) |
Create new ProvisioningConfig.
|
SSHKey |
BareMetalSolutionClient.createSSHKey(LocationName parent,
SSHKey sshKey,
String sshKeyId) |
Register a public SSH key in the specified project for use with the interactive serial console
feature.
|
BareMetalSolutionClient.ListInstancesPagedResponse |
BareMetalSolutionClient.listInstances(LocationName parent) |
List servers in a given project and location.
|
BareMetalSolutionClient.ListNetworksPagedResponse |
BareMetalSolutionClient.listNetworks(LocationName parent) |
List network in a given project and location.
|
ListNetworkUsageResponse |
BareMetalSolutionClient.listNetworkUsage(LocationName location) |
List all Networks (and used IPs for each Network) in the vendor account associated with the
specified project.
|
BareMetalSolutionClient.ListNfsSharesPagedResponse |
BareMetalSolutionClient.listNfsShares(LocationName parent) |
List NFS shares.
|
BareMetalSolutionClient.ListOSImagesPagedResponse |
BareMetalSolutionClient.listOSImages(LocationName parent) |
Retrieves the list of OS images which are currently approved.
|
BareMetalSolutionClient.ListProvisioningQuotasPagedResponse |
BareMetalSolutionClient.listProvisioningQuotas(LocationName parent) |
List the budget details to provision resources on a given project.
|
BareMetalSolutionClient.ListSSHKeysPagedResponse |
BareMetalSolutionClient.listSSHKeys(LocationName parent) |
Lists the public SSH keys registered for the specified project.
|
BareMetalSolutionClient.ListVolumesPagedResponse |
BareMetalSolutionClient.listVolumes(LocationName parent) |
List storage volumes in a given project and location.
|
SubmitProvisioningConfigResponse |
BareMetalSolutionClient.submitProvisioningConfig(LocationName parent,
ProvisioningConfig provisioningConfig) |
Submit a provisiong configuration for a given project.
|