public enum ServiceUpdateState extends Enum<ServiceUpdateState>
RemoteApiVersion#VERSION_1_24
Enum Constant and Description |
---|
COMPLETED |
PAUSED |
ROLLBACK_COMPLETED |
ROLLBACK_PAUSED |
ROLLBACK_STARTED |
UNKNOWN |
UPDATING |
Modifier and Type | Method and Description |
---|---|
static ServiceUpdateState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceUpdateState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceUpdateState UNKNOWN
public static final ServiceUpdateState UPDATING
public static final ServiceUpdateState PAUSED
public static final ServiceUpdateState COMPLETED
public static final ServiceUpdateState ROLLBACK_STARTED
public static final ServiceUpdateState ROLLBACK_PAUSED
public static final ServiceUpdateState ROLLBACK_COMPLETED
public static ServiceUpdateState[] values()
for (ServiceUpdateState c : ServiceUpdateState.values()) System.out.println(c);
public static ServiceUpdateState 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 nullCopyright © 2025. All rights reserved.