public static enum IamWorkRequest.OperationType extends Enum<IamWorkRequest.OperationType> implements BmcEnum
The asynchronous operation tracked by this IAM work request.
Enum Constant and Description |
---|
ActivateDomain |
ChangeCompartmentForDomain |
ChangeLicenseTypeForDomain |
CreateDomain |
DeactivateDomain |
DeleteDomain |
ReplicateDomainToRegion |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
UpdateDomain |
Modifier and Type | Method and Description |
---|---|
static IamWorkRequest.OperationType |
create(String key) |
String |
getValue() |
static IamWorkRequest.OperationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IamWorkRequest.OperationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IamWorkRequest.OperationType CreateDomain
public static final IamWorkRequest.OperationType ReplicateDomainToRegion
public static final IamWorkRequest.OperationType UpdateDomain
public static final IamWorkRequest.OperationType ActivateDomain
public static final IamWorkRequest.OperationType DeactivateDomain
public static final IamWorkRequest.OperationType DeleteDomain
public static final IamWorkRequest.OperationType ChangeCompartmentForDomain
public static final IamWorkRequest.OperationType ChangeLicenseTypeForDomain
public static final IamWorkRequest.OperationType UnknownEnumValue
public static IamWorkRequest.OperationType[] values()
for (IamWorkRequest.OperationType c : IamWorkRequest.OperationType.values()) System.out.println(c);
public static IamWorkRequest.OperationType 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 IamWorkRequest.OperationType create(String key)
Copyright © 2016–2024. All rights reserved.