public static enum Compute.MachineTypeField extends Enum<Compute.MachineTypeField> implements FieldSelector
FieldSelector.Helper| Enum Constant and Description |
|---|
CREATION_TIMESTAMP |
DEPRECATED |
DESCRIPTION |
GUEST_CPUS |
ID |
IMAGE_SPACE_GB |
MAXIMUM_PERSISTENT_DISKS |
MAXIMUM_PERSISTENT_DISKS_SIZE_GB |
MEMORY_MB |
NAME |
SCRATCH_DISKS |
SELF_LINK |
ZONE |
| Modifier and Type | Method and Description |
|---|---|
String |
getSelector() |
static Compute.MachineTypeField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Compute.MachineTypeField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Compute.MachineTypeField CREATION_TIMESTAMP
public static final Compute.MachineTypeField DESCRIPTION
public static final Compute.MachineTypeField GUEST_CPUS
public static final Compute.MachineTypeField ID
public static final Compute.MachineTypeField IMAGE_SPACE_GB
public static final Compute.MachineTypeField MAXIMUM_PERSISTENT_DISKS
public static final Compute.MachineTypeField MAXIMUM_PERSISTENT_DISKS_SIZE_GB
public static final Compute.MachineTypeField MEMORY_MB
public static final Compute.MachineTypeField NAME
public static final Compute.MachineTypeField SCRATCH_DISKS
public static final Compute.MachineTypeField SELF_LINK
public static final Compute.MachineTypeField ZONE
public static final Compute.MachineTypeField DEPRECATED
public static Compute.MachineTypeField[] values()
for (Compute.MachineTypeField c : Compute.MachineTypeField.values()) System.out.println(c);
public static Compute.MachineTypeField 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()
getSelector in interface FieldSelectorCopyright © 2018 Google LLC. All rights reserved.