@Generated(value="OracleSDKGenerator", comments="API Version: 20200630") public final class OperatorAction extends Object
Details of the operator action. Operator actions are a pre-defined set of commands available to the operator on different layers of the infrastructure. Although the groupings may differ depending on the infrastructure layers, the groups are designed to enable the operator access to commands to resolve a specific set of issues. The infrastructure layers controlled by the Operator Control include Dom0, CellServer, and Control Plane Server (CPS).
There are five groups available to the operator. x-obmcs-top-level-enum: '#/definitions/OperatorActionCategories' enum: *OPERATORACTIONCATEGORIES
The following infrastructure layers are controlled by the operator actions x-obmcs-top-level-enum: '#/definitions/InfrastructureLayers' enum: *INFRASTRUCTURELAYERS
Note: Objects should always be created or deserialized using the OperatorAction.Builder
. This model distinguishes fields
that are null
because they are unset from fields that are explicitly set to null
. This is done in
the setter methods of the OperatorAction.Builder
, which maintain a set of all explicitly set fields called
__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take
__explicitlySet__
into account. The constructor, on the other hand, does not set __explicitlySet__
(since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
OperatorAction.Builder |
Constructor and Description |
---|
OperatorAction(String id,
String name,
String customerDisplayName,
String component,
ResourceTypes resourceType,
String description,
List<OperatorActionProperties> properties)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static OperatorAction.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
String |
getComponent()
Name of the infrastructure layer associated with the operator action.
|
String |
getCustomerDisplayName()
Display Name of the operator action.
|
String |
getDescription()
Description of the operator action in terms of associated risk profile, and characteristics of the operating system commands made
available to the operator under this operator action.
|
String |
getId()
Unique Oracle assigned identifier for the operator action.
|
String |
getName()
Unique name of the operator action.
|
List<OperatorActionProperties> |
getProperties()
Fine grained properties associated with the operator control.
|
ResourceTypes |
getResourceType()
resourceType for which the OperatorAction is applicable
|
int |
hashCode() |
OperatorAction.Builder |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"id","name","customerDisplayName","component","resourceType","description","properties"}) @Deprecated public OperatorAction(String id, String name, String customerDisplayName, String component, ResourceTypes resourceType, String description, List<OperatorActionProperties> properties)
public static OperatorAction.Builder builder()
Create a new builder.
public OperatorAction.Builder toBuilder()
public String getId()
Unique Oracle assigned identifier for the operator action.
public String getName()
Unique name of the operator action.
public String getCustomerDisplayName()
Display Name of the operator action.
public String getComponent()
Name of the infrastructure layer associated with the operator action.
public ResourceTypes getResourceType()
resourceType for which the OperatorAction is applicable
public String getDescription()
Description of the operator action in terms of associated risk profile, and characteristics of the operating system commands made available to the operator under this operator action.
public List<OperatorActionProperties> getProperties()
Fine grained properties associated with the operator control.
Copyright © 2016–2022. All rights reserved.