public static enum ListVmClusterUpdatesRequest.UpdateType extends Enum<ListVmClusterUpdatesRequest.UpdateType> implements BmcEnum
A filter to return only resources that match the given update type exactly.
Modifier and Type | Method and Description |
---|---|
static ListVmClusterUpdatesRequest.UpdateType |
create(String key) |
String |
getValue() |
static ListVmClusterUpdatesRequest.UpdateType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListVmClusterUpdatesRequest.UpdateType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListVmClusterUpdatesRequest.UpdateType GiUpgrade
public static final ListVmClusterUpdatesRequest.UpdateType GiPatch
public static final ListVmClusterUpdatesRequest.UpdateType OsUpdate
public static ListVmClusterUpdatesRequest.UpdateType[] values()
for (ListVmClusterUpdatesRequest.UpdateType c : ListVmClusterUpdatesRequest.UpdateType.values()) System.out.println(c);
public static ListVmClusterUpdatesRequest.UpdateType 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 static ListVmClusterUpdatesRequest.UpdateType create(String key)
Copyright © 2016–2023. All rights reserved.