| Package | Description |
|---|---|
| com.google.cloud.compute |
A client to Google Cloud Compute.
|
| Modifier and Type | Method and Description |
|---|---|
static Compute.InstanceFilter |
Compute.InstanceFilter.equals(Compute.InstanceField field,
boolean value)
Returns a equals filter for the given field and boolean value.
|
static Compute.InstanceFilter |
Compute.InstanceFilter.equals(Compute.InstanceField field,
String value)
Returns an equals filter for the given field and string value.
|
static Compute.InstanceFilter |
Compute.InstanceFilter.notEquals(Compute.InstanceField field,
boolean value)
Returns a not-equals filter for the given field and boolean value.
|
static Compute.InstanceFilter |
Compute.InstanceFilter.notEquals(Compute.InstanceField field,
String value)
Returns a not-equals filter for the given field and string value.
|
| Modifier and Type | Method and Description |
|---|---|
static Compute.InstanceListOption |
Compute.InstanceListOption.filter(Compute.InstanceFilter filter)
Returns an option to specify a filter on the instances being listed.
|
static Compute.InstanceAggregatedListOption |
Compute.InstanceAggregatedListOption.filter(Compute.InstanceFilter filter)
Returns an option to specify a filter on the instances being listed.
|
Copyright © 2016 Google. All rights reserved.