Uses of Class
com.oracle.bmc.operatoraccesscontrol.model.OperatorControlAssignmentLifecycleStates
-
Packages that use OperatorControlAssignmentLifecycleStates Package Description com.oracle.bmc.operatoraccesscontrol com.oracle.bmc.operatoraccesscontrol.model com.oracle.bmc.operatoraccesscontrol.requests -
-
Uses of OperatorControlAssignmentLifecycleStates in com.oracle.bmc.operatoraccesscontrol
-
Uses of OperatorControlAssignmentLifecycleStates in com.oracle.bmc.operatoraccesscontrol.model
Methods in com.oracle.bmc.operatoraccesscontrol.model that return OperatorControlAssignmentLifecycleStates Modifier and Type Method Description static OperatorControlAssignmentLifecycleStates
OperatorControlAssignmentLifecycleStates. create(String key)
OperatorControlAssignmentLifecycleStates
OperatorControlAssignment. getLifecycleState()
The current lifcycle state of the OperatorControl.OperatorControlAssignmentLifecycleStates
OperatorControlAssignmentSummary. 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.Methods in com.oracle.bmc.operatoraccesscontrol.model with parameters of type OperatorControlAssignmentLifecycleStates Modifier and Type Method Description OperatorControlAssignment.Builder
OperatorControlAssignment.Builder. lifecycleState(OperatorControlAssignmentLifecycleStates lifecycleState)
The current lifcycle state of the OperatorControl.OperatorControlAssignmentSummary.Builder
OperatorControlAssignmentSummary.Builder. lifecycleState(OperatorControlAssignmentLifecycleStates lifecycleState)
The current lifcycle state of the OperatorControl.Constructors in com.oracle.bmc.operatoraccesscontrol.model with parameters of type OperatorControlAssignmentLifecycleStates Constructor 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. -
Uses of OperatorControlAssignmentLifecycleStates in com.oracle.bmc.operatoraccesscontrol.requests
Methods in com.oracle.bmc.operatoraccesscontrol.requests that return OperatorControlAssignmentLifecycleStates Modifier and Type Method Description OperatorControlAssignmentLifecycleStates
ListOperatorControlAssignmentsRequest. getLifecycleState()
A filter to return only resources whose lifecycleState matches the given OperatorControlAssignment lifecycleState.Methods in com.oracle.bmc.operatoraccesscontrol.requests with parameters of type OperatorControlAssignmentLifecycleStates Modifier and Type Method Description ListOperatorControlAssignmentsRequest.Builder
ListOperatorControlAssignmentsRequest.Builder. lifecycleState(OperatorControlAssignmentLifecycleStates lifecycleState)
A filter to return only resources whose lifecycleState matches the given OperatorControlAssignment lifecycleState.
-