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