public static enum Compute.NetworkField extends Enum<Compute.NetworkField> implements FieldSelector
FieldSelector.Helper
Enum Constant and Description |
---|
AUTO_CREATE_SUBNETWORKS |
CREATION_TIMESTAMP |
DESCRIPTION |
GATEWAY_IPV4 |
ID |
IPV4_RANGE |
NAME |
SELF_LINK |
SUBNETWORKS |
Modifier and Type | Method and Description |
---|---|
String |
getSelector()
Returns a string selector.
|
static Compute.NetworkField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Compute.NetworkField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Compute.NetworkField IPV4_RANGE
public static final Compute.NetworkField AUTO_CREATE_SUBNETWORKS
public static final Compute.NetworkField CREATION_TIMESTAMP
public static final Compute.NetworkField DESCRIPTION
public static final Compute.NetworkField GATEWAY_IPV4
public static final Compute.NetworkField ID
public static final Compute.NetworkField NAME
public static final Compute.NetworkField SELF_LINK
public static final Compute.NetworkField SUBNETWORKS
public static Compute.NetworkField[] values()
for (Compute.NetworkField c : Compute.NetworkField.values()) System.out.println(c);
public static Compute.NetworkField valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getSelector()
FieldSelector
getSelector
in interface FieldSelector
Copyright © 2019 Google LLC. All rights reserved.