Package | Description |
---|---|
com.oracle.bmc.operatoraccesscontrol | |
com.oracle.bmc.operatoraccesscontrol.model | |
com.oracle.bmc.operatoraccesscontrol.requests |
Modifier and Type | Method and Description |
---|---|
static OperatorControlAssignmentLifecycleStates |
OperatorControlAssignmentLifecycleStates.create(String key) |
OperatorControlAssignmentLifecycleStates |
OperatorControlAssignmentSummary.getLifecycleState()
The current lifcycle state of the OperatorControl.
|
OperatorControlAssignmentLifecycleStates |
OperatorControlAssignment.getLifecycleState()
The current lifcycle state of the OperatorControl.
|
static OperatorControlAssignmentLifecycleStates |
OperatorControlAssignmentLifecycleStates.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperatorControlAssignmentLifecycleStates[] |
OperatorControlAssignmentLifecycleStates.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
OperatorControlAssignmentSummary.Builder |
OperatorControlAssignmentSummary.Builder.lifecycleState(OperatorControlAssignmentLifecycleStates lifecycleState)
The current lifcycle state of the OperatorControl.
|
OperatorControlAssignment.Builder |
OperatorControlAssignment.Builder.lifecycleState(OperatorControlAssignmentLifecycleStates lifecycleState)
The current lifcycle state of the OperatorControl.
|
Constructor and Description |
---|
OperatorControlAssignment(String id,
String operatorControlId,
String resourceId,
String resourceName,
String resourceCompartmentId,
String compartmentId,
ResourceTypes resourceType,
Date timeAssignmentFrom,
Date timeAssignmentTo,
Boolean isEnforcedAlways,
OperatorControlAssignmentLifecycleStates lifecycleState,
String lifecycleDetails,
String assignerId,
Date timeOfAssignment,
String comment,
String unassignerId,
Date timeOfDeletion,
String detachmentDescription,
Boolean isLogForwarded,
String remoteSyslogServerAddress,
Integer remoteSyslogServerPort,
String remoteSyslogServerCACert,
Boolean isHypervisorLogForwarded,
String opControlName,
Boolean isAutoApproveDuringMaintenance,
Integer errorCode,
String errorMessage,
Boolean isDefaultAssignment,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
OperatorControlAssignmentSummary(String id,
String operatorControlId,
String resourceId,
String compartmentId,
ResourceTypes resourceType,
String resourceName,
String opControlName,
Date timeAssignmentFrom,
Date timeAssignmentTo,
Boolean isEnforcedAlways,
Date timeOfAssignment,
Integer errorCode,
String errorMessage,
Boolean isLogForwarded,
String remoteSyslogServerAddress,
Integer remoteSyslogServerPort,
Boolean isHypervisorLogForwarded,
OperatorControlAssignmentLifecycleStates lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
OperatorControlAssignmentLifecycleStates |
ListOperatorControlAssignmentsRequest.getLifecycleState()
A filter to return only resources whose lifecycleState matches the given
OperatorControlAssignment lifecycleState.
|
Modifier and Type | Method and Description |
---|---|
ListOperatorControlAssignmentsRequest.Builder |
ListOperatorControlAssignmentsRequest.Builder.lifecycleState(OperatorControlAssignmentLifecycleStates lifecycleState)
A filter to return only resources whose lifecycleState matches the given
OperatorControlAssignment lifecycleState.
|
Copyright © 2016–2024. All rights reserved.