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