Package | Description |
---|---|
com.oracle.bmc.operatoraccesscontrol.model |
Modifier and Type | Method and Description |
---|---|
OperatorControlAssignment.Builder |
OperatorControlAssignment.Builder.assignerId(String assignerId)
The OCID of the user who created this operator control assignment.
|
static OperatorControlAssignment.Builder |
OperatorControlAssignment.builder()
Create a new builder.
|
OperatorControlAssignment.Builder |
OperatorControlAssignment.Builder.comment(String comment)
Comment about the assignment of the operator control to this target resource.
|
OperatorControlAssignment.Builder |
OperatorControlAssignment.Builder.compartmentId(String compartmentId)
The OCID of the comparment that contains the operator control assignment.
|
OperatorControlAssignment.Builder |
OperatorControlAssignment.Builder.copy(OperatorControlAssignment model) |
OperatorControlAssignment.Builder |
OperatorControlAssignment.Builder.definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
OperatorControlAssignment.Builder |
OperatorControlAssignment.Builder.detachmentDescription(String detachmentDescription)
description containing reason for releasing of OperatorControl.
|
OperatorControlAssignment.Builder |
OperatorControlAssignment.Builder.errorCode(Integer errorCode)
The code identifying the error occurred during Assignment operation.
|
OperatorControlAssignment.Builder |
OperatorControlAssignment.Builder.errorMessage(String errorMessage)
The message describing the error occurred during Assignment operation.
|
OperatorControlAssignment.Builder |
OperatorControlAssignment.Builder.freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
OperatorControlAssignment.Builder |
OperatorControlAssignment.Builder.id(String id)
The OCID of the operator control assignment.
|
OperatorControlAssignment.Builder |
OperatorControlAssignment.Builder.isAutoApproveDuringMaintenance(Boolean isAutoApproveDuringMaintenance)
The boolean if true would autoApprove during maintenance.
|
OperatorControlAssignment.Builder |
OperatorControlAssignment.Builder.isDefaultAssignment(Boolean isDefaultAssignment)
Whether the assignment is a default assignment.
|
OperatorControlAssignment.Builder |
OperatorControlAssignment.Builder.isEnforcedAlways(Boolean isEnforcedAlways)
If set, then the target resource is always governed by the operator control.
|
OperatorControlAssignment.Builder |
OperatorControlAssignment.Builder.isHypervisorLogForwarded(Boolean isHypervisorLogForwarded)
If set, then the hypervisor audit logs will be forwarded to the relevant remote syslog
server
|
OperatorControlAssignment.Builder |
OperatorControlAssignment.Builder.isLogForwarded(Boolean isLogForwarded)
If set indicates that the audit logs are being forwarded to the relevant remote logging
server
|
OperatorControlAssignment.Builder |
OperatorControlAssignment.Builder.lifecycleDetails(String lifecycleDetails)
More in detail about the lifeCycleState.
|
OperatorControlAssignment.Builder |
OperatorControlAssignment.Builder.lifecycleState(OperatorControlAssignmentLifecycleStates lifecycleState)
The current lifcycle state of the OperatorControl.
|
OperatorControlAssignment.Builder |
OperatorControlAssignment.Builder.opControlName(String opControlName)
Name of the operator control name associated.
|
OperatorControlAssignment.Builder |
OperatorControlAssignment.Builder.operatorControlId(String operatorControlId)
The OCID of the operator control.
|
OperatorControlAssignment.Builder |
OperatorControlAssignment.Builder.remoteSyslogServerAddress(String remoteSyslogServerAddress)
The address of the remote syslog server where the audit logs are being forwarded to.
|
OperatorControlAssignment.Builder |
OperatorControlAssignment.Builder.remoteSyslogServerCACert(String remoteSyslogServerCACert)
The CA certificate of the remote syslog server.
|
OperatorControlAssignment.Builder |
OperatorControlAssignment.Builder.remoteSyslogServerPort(Integer remoteSyslogServerPort)
The listening port of the remote syslog server.
|
OperatorControlAssignment.Builder |
OperatorControlAssignment.Builder.resourceCompartmentId(String resourceCompartmentId)
The OCID of the compartment that contains the target resource.
|
OperatorControlAssignment.Builder |
OperatorControlAssignment.Builder.resourceId(String resourceId)
The OCID of the target resource.
|
OperatorControlAssignment.Builder |
OperatorControlAssignment.Builder.resourceName(String resourceName)
Name of the target resource.
|
OperatorControlAssignment.Builder |
OperatorControlAssignment.Builder.resourceType(ResourceTypes resourceType)
resourceType for which the OperatorControlAssignment is applicable
|
OperatorControlAssignment.Builder |
OperatorControlAssignment.Builder.timeAssignmentFrom(Date timeAssignmentFrom)
The time at which the target resource will be brought under the governance of the
operator control expressed in RFC 3339 timestamp
format.
|
OperatorControlAssignment.Builder |
OperatorControlAssignment.Builder.timeAssignmentTo(Date timeAssignmentTo)
The time at which the target resource will leave the governance of the operator control
expressed in RFC 3339 timestamp format.
|
OperatorControlAssignment.Builder |
OperatorControlAssignment.Builder.timeOfAssignment(Date timeOfAssignment)
Time when the operator control assignment is created in RFC
3339 timestamp format.
|
OperatorControlAssignment.Builder |
OperatorControlAssignment.Builder.timeOfDeletion(Date timeOfDeletion)
Time on which the operator control assignment was deleted in RFC
3339timestamp format.Example:
‘2020-05-22T21:10:29.600Z’
|
OperatorControlAssignment.Builder |
OperatorControlAssignment.toBuilder() |
OperatorControlAssignment.Builder |
OperatorControlAssignment.Builder.unassignerId(String unassignerId)
User id who released the operatorControl.
|
Copyright © 2016–2024. All rights reserved.