| 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.MachineTypeFilter |
Compute.MachineTypeFilter.equals(Compute.MachineTypeField field,
long value)
Returns an equals filter for the given field and long value.
|
static Compute.MachineTypeFilter |
Compute.MachineTypeFilter.equals(Compute.MachineTypeField field,
String value)
Returns an equals filter for the given field and string value.
|
static Compute.MachineTypeFilter |
Compute.MachineTypeFilter.notEquals(Compute.MachineTypeField field,
long value)
Returns a not-equals filter for the given field and long value.
|
static Compute.MachineTypeFilter |
Compute.MachineTypeFilter.notEquals(Compute.MachineTypeField field,
String value)
Returns a not-equals filter for the given field and string value.
|
| Modifier and Type | Method and Description |
|---|---|
static Compute.MachineTypeListOption |
Compute.MachineTypeListOption.filter(Compute.MachineTypeFilter filter)
Returns an option to specify a filter on the machine types being listed.
|
static Compute.MachineTypeAggregatedListOption |
Compute.MachineTypeAggregatedListOption.filter(Compute.MachineTypeFilter filter)
Returns an option to specify a filter on the machine types being listed.
|
Copyright © 2018 Google LLC. All rights reserved.