Package | Description |
---|---|
com.oracle.bmc.operatoraccesscontrol.model |
Modifier and Type | Method and Description |
---|---|
static CreateOperatorControlAssignmentDetails.Builder |
CreateOperatorControlAssignmentDetails.builder()
Create a new builder.
|
CreateOperatorControlAssignmentDetails.Builder |
CreateOperatorControlAssignmentDetails.Builder.comment(String comment)
Comment about the assignment of the operator control to this target resource.
|
CreateOperatorControlAssignmentDetails.Builder |
CreateOperatorControlAssignmentDetails.Builder.compartmentId(String compartmentId)
The OCID of the compartment that contains the operator control assignment.
|
CreateOperatorControlAssignmentDetails.Builder |
CreateOperatorControlAssignmentDetails.Builder.copy(CreateOperatorControlAssignmentDetails model) |
CreateOperatorControlAssignmentDetails.Builder |
CreateOperatorControlAssignmentDetails.Builder.definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
CreateOperatorControlAssignmentDetails.Builder |
CreateOperatorControlAssignmentDetails.Builder.freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
CreateOperatorControlAssignmentDetails.Builder |
CreateOperatorControlAssignmentDetails.Builder.isAutoApproveDuringMaintenance(Boolean isAutoApproveDuringMaintenance)
The boolean if true would autoApprove during maintenance.
|
CreateOperatorControlAssignmentDetails.Builder |
CreateOperatorControlAssignmentDetails.Builder.isEnforcedAlways(Boolean isEnforcedAlways)
If set, then the target resource is always governed by the operator control.
|
CreateOperatorControlAssignmentDetails.Builder |
CreateOperatorControlAssignmentDetails.Builder.isHypervisorLogForwarded(Boolean isHypervisorLogForwarded)
If set, then the hypervisor audit logs will be forwarded to the relevant remote syslog
server
|
CreateOperatorControlAssignmentDetails.Builder |
CreateOperatorControlAssignmentDetails.Builder.isLogForwarded(Boolean isLogForwarded)
If set, then the audit logs will be forwarded to the relevant remote logging server
|
CreateOperatorControlAssignmentDetails.Builder |
CreateOperatorControlAssignmentDetails.Builder.operatorControlId(String operatorControlId)
The OCID of the operator control that is being assigned to a target resource.
|
CreateOperatorControlAssignmentDetails.Builder |
CreateOperatorControlAssignmentDetails.Builder.remoteSyslogServerAddress(String remoteSyslogServerAddress)
The address of the remote syslog server where the audit logs will be forwarded to.
|
CreateOperatorControlAssignmentDetails.Builder |
CreateOperatorControlAssignmentDetails.Builder.remoteSyslogServerCACert(String remoteSyslogServerCACert)
The CA certificate of the remote syslog server.
|
CreateOperatorControlAssignmentDetails.Builder |
CreateOperatorControlAssignmentDetails.Builder.remoteSyslogServerPort(Integer remoteSyslogServerPort)
The listening port of the remote syslog server.
|
CreateOperatorControlAssignmentDetails.Builder |
CreateOperatorControlAssignmentDetails.Builder.resourceCompartmentId(String resourceCompartmentId)
The OCID of the compartment that contains the target resource.
|
CreateOperatorControlAssignmentDetails.Builder |
CreateOperatorControlAssignmentDetails.Builder.resourceId(String resourceId)
The OCID of the target resource being brought under the governance of the operator
control.
|
CreateOperatorControlAssignmentDetails.Builder |
CreateOperatorControlAssignmentDetails.Builder.resourceName(String resourceName)
Name of the target resource.
|
CreateOperatorControlAssignmentDetails.Builder |
CreateOperatorControlAssignmentDetails.Builder.resourceType(ResourceTypes resourceType)
Type of the target resource.
|
CreateOperatorControlAssignmentDetails.Builder |
CreateOperatorControlAssignmentDetails.Builder.timeAssignmentFrom(Date timeAssignmentFrom)
The time at which the target resource will be brought under the governance of the
operator control in RFC 3339 timestamp format.
|
CreateOperatorControlAssignmentDetails.Builder |
CreateOperatorControlAssignmentDetails.Builder.timeAssignmentTo(Date timeAssignmentTo)
The time at which the target resource will leave the governance of the operator control
in RFC 3339timestamp format.Example:
‘2020-05-22T21:10:29.600Z’
|
CreateOperatorControlAssignmentDetails.Builder |
CreateOperatorControlAssignmentDetails.toBuilder() |
Copyright © 2016–2024. All rights reserved.