| Package | Description |
|---|---|
| com.google.cloud.compute |
A client to Google Cloud Compute.
|
| 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 © 2016 Google. All rights reserved.