public static enum GetMirrorRecordRequest.MirrorRecordType extends Enum<GetMirrorRecordRequest.MirrorRecordType> implements BmcEnum
The field of mirror record type. Only one mirror record type can be provided: current - The current mirror record. lastSuccessful - The last successful mirror record.
Enum Constant and Description |
---|
Current |
LastSuccessful |
Modifier and Type | Method and Description |
---|---|
static GetMirrorRecordRequest.MirrorRecordType |
create(String key) |
String |
getValue() |
static GetMirrorRecordRequest.MirrorRecordType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GetMirrorRecordRequest.MirrorRecordType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GetMirrorRecordRequest.MirrorRecordType Current
public static final GetMirrorRecordRequest.MirrorRecordType LastSuccessful
public static GetMirrorRecordRequest.MirrorRecordType[] values()
for (GetMirrorRecordRequest.MirrorRecordType c : GetMirrorRecordRequest.MirrorRecordType.values()) System.out.println(c);
public static GetMirrorRecordRequest.MirrorRecordType 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 GetMirrorRecordRequest.MirrorRecordType create(String key)
Copyright © 2016–2023. All rights reserved.