Package | Description |
---|---|
com.google.cloud.compute.deprecated |
A client for Google Compute Engine – High-performance, scalable virtual machines.
|
Modifier and Type | Method and Description |
---|---|
static Compute.MachineTypeListOption |
Compute.MachineTypeListOption.fields(Compute.MachineTypeField... fields)
Returns an option to specify the machine type's fields to be returned by the RPC call.
|
static Compute.MachineTypeListOption |
Compute.MachineTypeListOption.filter(Compute.MachineTypeFilter filter)
Returns an option to specify a filter on the machine types being listed.
|
static Compute.MachineTypeListOption |
Compute.MachineTypeListOption.pageSize(long pageSize)
Returns an option to specify the maximum number of machine types returned per page.
|
static Compute.MachineTypeListOption |
Compute.MachineTypeListOption.pageToken(String pageToken)
Returns an option to specify the page token from which to start listing machine types.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.paging.Page<MachineType> |
Compute.listMachineTypes(String zone,
Compute.MachineTypeListOption... options)
Lists the machine types in the provided zone.
|
Copyright © 2019 Google LLC. All rights reserved.