@Generated(value="OracleSDKGenerator", comments="API Version: 20171215") public interface FileStorage extends AutoCloseable
Use the File Storage service API to manage file systems, mount targets, and snapshots. For more information, see Overview of File Storage.
This service client uses CircuitBreakerUtils.DEFAULT_CIRCUIT_BREAKER for all the operations by default if no circuit breaker configuration is defined by the user.
Modifier and Type | Method and Description |
---|---|
AddExportLockResponse |
addExportLock(AddExportLockRequest request)
Adds a lock to a resource.
|
AddFileSystemLockResponse |
addFileSystemLock(AddFileSystemLockRequest request)
Adds a lock to a resource.
|
AddFilesystemSnapshotPolicyLockResponse |
addFilesystemSnapshotPolicyLock(AddFilesystemSnapshotPolicyLockRequest request)
Adds a lock to a resource.
|
AddMountTargetLockResponse |
addMountTargetLock(AddMountTargetLockRequest request)
Adds a lock to a resource.
|
AddOutboundConnectorLockResponse |
addOutboundConnectorLock(AddOutboundConnectorLockRequest request)
Adds a lock to a resource.
|
AddReplicationLockResponse |
addReplicationLock(AddReplicationLockRequest request)
Adds a lock to a resource.
|
AddSnapshotLockResponse |
addSnapshotLock(AddSnapshotLockRequest request)
Adds a lock to a resource.
|
CancelDowngradeShapeMountTargetResponse |
cancelDowngradeShapeMountTarget(CancelDowngradeShapeMountTargetRequest request)
Cancel scheduled downgrade shape request for mount target.
|
ChangeFileSystemCompartmentResponse |
changeFileSystemCompartment(ChangeFileSystemCompartmentRequest request)
Moves a file system and its associated snapshots into a different compartment within the same
tenancy.
|
ChangeFilesystemSnapshotPolicyCompartmentResponse |
changeFilesystemSnapshotPolicyCompartment(ChangeFilesystemSnapshotPolicyCompartmentRequest request)
Moves a file system snapshot policy into a different compartment within the same tenancy.
|
ChangeMountTargetCompartmentResponse |
changeMountTargetCompartment(ChangeMountTargetCompartmentRequest request)
Moves a mount target and its associated export set or share set into a different compartment
within the same tenancy.
|
ChangeOutboundConnectorCompartmentResponse |
changeOutboundConnectorCompartment(ChangeOutboundConnectorCompartmentRequest request)
Moves an outbound connector into a different compartment within the same tenancy.
|
ChangeReplicationCompartmentResponse |
changeReplicationCompartment(ChangeReplicationCompartmentRequest request)
Moves a replication and its replication target into a different compartment within the same
tenancy.
|
CreateExportResponse |
createExport(CreateExportRequest request)
Creates a new export in the specified export set, path, and file system.
|
CreateFileSystemResponse |
createFileSystem(CreateFileSystemRequest request)
Creates a new file system in the specified compartment and availability domain.
|
CreateFilesystemSnapshotPolicyResponse |
createFilesystemSnapshotPolicy(CreateFilesystemSnapshotPolicyRequest request)
Creates a new file system snapshot policy in the specified compartment and availability
domain.
|
CreateMountTargetResponse |
createMountTarget(CreateMountTargetRequest request)
Creates a new mount target in the specified compartment and subnet.
|
CreateOutboundConnectorResponse |
createOutboundConnector(CreateOutboundConnectorRequest request)
Creates a new outbound connector in the specified compartment.
|
CreateReplicationResponse |
createReplication(CreateReplicationRequest request)
Creates a new replication in the specified compartment.
|
CreateSnapshotResponse |
createSnapshot(CreateSnapshotRequest request)
Creates a new snapshot of the specified file system.
|
DeleteExportResponse |
deleteExport(DeleteExportRequest request)
Deletes the specified export.
|
DeleteFileSystemResponse |
deleteFileSystem(DeleteFileSystemRequest request)
Deletes the specified file system.
|
DeleteFilesystemSnapshotPolicyResponse |
deleteFilesystemSnapshotPolicy(DeleteFilesystemSnapshotPolicyRequest request)
Deletes the specified file system snapshot policy.
|
DeleteMountTargetResponse |
deleteMountTarget(DeleteMountTargetRequest request)
Deletes the specified mount target.
|
DeleteOutboundConnectorResponse |
deleteOutboundConnector(DeleteOutboundConnectorRequest request)
Deletes the specified outbound connector.
|
DeleteReplicationResponse |
deleteReplication(DeleteReplicationRequest request)
Deletes the specified replication and the the associated replication target.
|
DeleteReplicationTargetResponse |
deleteReplicationTarget(DeleteReplicationTargetRequest request)
Deletes the specified replication target.
|
DeleteSnapshotResponse |
deleteSnapshot(DeleteSnapshotRequest request)
Deletes the specified snapshot.
|
DetachCloneResponse |
detachClone(DetachCloneRequest request)
Detaches the file system from its parent file system
|
EstimateReplicationResponse |
estimateReplication(EstimateReplicationRequest request)
Provides estimates for replication created using specific file system.
|
String |
getEndpoint()
Gets the set endpoint for REST call (ex, https://www.example.com)
|
GetExportResponse |
getExport(GetExportRequest request)
Gets the specified export’s information.
|
GetExportSetResponse |
getExportSet(GetExportSetRequest request)
Gets the specified export set’s information.
|
GetFileSystemResponse |
getFileSystem(GetFileSystemRequest request)
Gets the specified file system’s information.
|
GetFilesystemSnapshotPolicyResponse |
getFilesystemSnapshotPolicy(GetFilesystemSnapshotPolicyRequest request)
Gets the specified file system snapshot policy’s information.
|
GetMountTargetResponse |
getMountTarget(GetMountTargetRequest request)
Gets the specified mount target’s information.
|
GetOutboundConnectorResponse |
getOutboundConnector(GetOutboundConnectorRequest request)
Gets the specified outbound connector’s information.
|
FileStoragePaginators |
getPaginators()
Gets the pre-configured paginators available for list operations in this service which may
return multiple pages of data.
|
GetReplicationResponse |
getReplication(GetReplicationRequest request)
Gets the specified replication’s information.
|
GetReplicationTargetResponse |
getReplicationTarget(GetReplicationTargetRequest request)
Gets the specified replication target’s information.
|
GetSnapshotResponse |
getSnapshot(GetSnapshotRequest request)
Gets the specified snapshot’s information.
|
FileStorageWaiters |
getWaiters()
Gets the pre-configured waiters available for resources for this service.
|
ListExportsResponse |
listExports(ListExportsRequest request)
Lists export resources by compartment, file system, or export set.
|
ListExportSetsResponse |
listExportSets(ListExportSetsRequest request)
Lists the export set resources in the specified compartment.
|
ListFileSystemsResponse |
listFileSystems(ListFileSystemsRequest request)
Lists the file system resources in the specified compartment, or by the specified compartment
and file system snapshot policy.
|
ListFilesystemSnapshotPoliciesResponse |
listFilesystemSnapshotPolicies(ListFilesystemSnapshotPoliciesRequest request)
Lists file system snapshot policies in the specified compartment.
|
ListMountTargetsResponse |
listMountTargets(ListMountTargetsRequest request)
Lists the mount target resources in the specified compartment.
|
ListOutboundConnectorsResponse |
listOutboundConnectors(ListOutboundConnectorsRequest request)
Lists the outbound connector resources in the specified compartment.
|
ListReplicationsResponse |
listReplications(ListReplicationsRequest request)
Lists the replication resources in the specified compartment.
|
ListReplicationTargetsResponse |
listReplicationTargets(ListReplicationTargetsRequest request)
Lists the replication target resources in the specified compartment.
|
ListSnapshotsResponse |
listSnapshots(ListSnapshotsRequest request)
Lists snapshots of the specified file system, or by file system snapshot policy and
compartment, or by file system snapshot policy and file system.
|
PauseFilesystemSnapshotPolicyResponse |
pauseFilesystemSnapshotPolicy(PauseFilesystemSnapshotPolicyRequest request)
This operation pauses the scheduled snapshot creation and snapshot deletion of the policy and
updates the lifecycle state of the file system snapshot policy from ACTIVE to INACTIVE.
|
void |
refreshClient()
Rebuilds the client from scratch.
|
RemoveExportLockResponse |
removeExportLock(RemoveExportLockRequest request)
Removes a lock to a resource.
|
RemoveFileSystemLockResponse |
removeFileSystemLock(RemoveFileSystemLockRequest request)
Removes a lock to a resource.
|
RemoveFilesystemSnapshotPolicyLockResponse |
removeFilesystemSnapshotPolicyLock(RemoveFilesystemSnapshotPolicyLockRequest request)
Removes a lock to a resource.
|
RemoveMountTargetLockResponse |
removeMountTargetLock(RemoveMountTargetLockRequest request)
Removes a lock to a resource.
|
RemoveOutboundConnectorLockResponse |
removeOutboundConnectorLock(RemoveOutboundConnectorLockRequest request)
Removes a lock to a resource.
|
RemoveReplicationLockResponse |
removeReplicationLock(RemoveReplicationLockRequest request)
Removes a lock to a resource.
|
RemoveSnapshotLockResponse |
removeSnapshotLock(RemoveSnapshotLockRequest request)
Removes a lock to a resource.
|
ScheduleDowngradeShapeMountTargetResponse |
scheduleDowngradeShapeMountTarget(ScheduleDowngradeShapeMountTargetRequest request)
Schedule a downgrade shape of the mount target.
|
void |
setEndpoint(String endpoint)
Sets the endpoint to call (ex, https://www.example.com).
|
void |
setRegion(Region region)
Sets the region to call (ex, Region.US_PHOENIX_1).
|
void |
setRegion(String regionId)
Sets the region to call (ex, ‘us-phoenix-1’).
|
UnpauseFilesystemSnapshotPolicyResponse |
unpauseFilesystemSnapshotPolicy(UnpauseFilesystemSnapshotPolicyRequest request)
This operation unpauses a paused file system snapshot policy and updates the lifecycle state
of the file system snapshot policy from INACTIVE to ACTIVE.
|
UpdateExportResponse |
updateExport(UpdateExportRequest request)
Updates the specified export’s information.
|
UpdateExportSetResponse |
updateExportSet(UpdateExportSetRequest request)
Updates the specified export set’s information.
|
UpdateFileSystemResponse |
updateFileSystem(UpdateFileSystemRequest request)
Updates the specified file system’s information.
|
UpdateFilesystemSnapshotPolicyResponse |
updateFilesystemSnapshotPolicy(UpdateFilesystemSnapshotPolicyRequest request)
Updates the specified file system snapshot policy’s information.
|
UpdateMountTargetResponse |
updateMountTarget(UpdateMountTargetRequest request)
Updates the specified mount target’s information.
|
UpdateOutboundConnectorResponse |
updateOutboundConnector(UpdateOutboundConnectorRequest request)
Updates the specified outbound connector’s information.
|
UpdateReplicationResponse |
updateReplication(UpdateReplicationRequest request)
Updates the information for the specified replication and its associated replication target.
|
UpdateSnapshotResponse |
updateSnapshot(UpdateSnapshotRequest request)
Updates the specified snapshot’s information.
|
UpgradeShapeMountTargetResponse |
upgradeShapeMountTarget(UpgradeShapeMountTargetRequest request)
Upgrade shape request for mount target.
|
void |
useRealmSpecificEndpointTemplate(boolean realmSpecificEndpointTemplateEnabled)
Determines whether realm specific endpoint should be used or not.
|
ValidateKeyTabsResponse |
validateKeyTabs(ValidateKeyTabsRequest request)
Validates keytab contents for the secret details passed on the request or validte keytab
contents associated with the mount target passed in the request.
|
close
void refreshClient()
Rebuilds the client from scratch. Useful to refresh certificates.
void setEndpoint(String endpoint)
Sets the endpoint to call (ex, https://www.example.com).
endpoint
- The endpoint of the service.String getEndpoint()
Gets the set endpoint for REST call (ex, https://www.example.com)
void setRegion(Region region)
Sets the region to call (ex, Region.US_PHOENIX_1).
Note, this will call setEndpoint
after resolving the
endpoint. If the service is not available in this Region, however, an
IllegalArgumentException will be raised.
region
- The region of the service.void setRegion(String regionId)
Sets the region to call (ex, ‘us-phoenix-1’).
Note, this will first try to map the region ID to a known Region and call setRegion
.
If no known Region could be determined, it will create an endpoint based on the default
endpoint format (Region.formatDefaultRegionEndpoint(Service, String)
and then call setEndpoint
.
regionId
- The public region ID.void useRealmSpecificEndpointTemplate(boolean realmSpecificEndpointTemplateEnabled)
Determines whether realm specific endpoint should be used or not. Set realmSpecificEndpointTemplateEnabled to “true” if the user wants to enable use of realm specific endpoint template, otherwise set it to “false”
realmSpecificEndpointTemplateEnabled
- flag to enable the use of realm specific endpoint
templateAddExportLockResponse addExportLock(AddExportLockRequest request)
Adds a lock to a resource.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use AddExportLock API.
AddFileSystemLockResponse addFileSystemLock(AddFileSystemLockRequest request)
Adds a lock to a resource.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use AddFileSystemLock API.
AddFilesystemSnapshotPolicyLockResponse addFilesystemSnapshotPolicyLock(AddFilesystemSnapshotPolicyLockRequest request)
Adds a lock to a resource.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use AddFilesystemSnapshotPolicyLock API.
AddMountTargetLockResponse addMountTargetLock(AddMountTargetLockRequest request)
Adds a lock to a resource.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use AddMountTargetLock API.
AddOutboundConnectorLockResponse addOutboundConnectorLock(AddOutboundConnectorLockRequest request)
Adds a lock to a resource.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use AddOutboundConnectorLock API.
AddReplicationLockResponse addReplicationLock(AddReplicationLockRequest request)
Adds a lock to a resource.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use AddReplicationLock API.
AddSnapshotLockResponse addSnapshotLock(AddSnapshotLockRequest request)
Adds a lock to a resource.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use AddSnapshotLock API.
CancelDowngradeShapeMountTargetResponse cancelDowngradeShapeMountTarget(CancelDowngradeShapeMountTargetRequest request)
Cancel scheduled downgrade shape request for mount target.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use CancelDowngradeShapeMountTarget API.
ChangeFileSystemCompartmentResponse changeFileSystemCompartment(ChangeFileSystemCompartmentRequest request)
Moves a file system and its associated snapshots into a different compartment within the same tenancy. For information about moving resources between compartments, see Moving Resources to a Different Compartment
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use ChangeFileSystemCompartment API.
ChangeFilesystemSnapshotPolicyCompartmentResponse changeFilesystemSnapshotPolicyCompartment(ChangeFilesystemSnapshotPolicyCompartmentRequest request)
Moves a file system snapshot policy into a different compartment within the same tenancy. For information about moving resources between compartments, see Moving Resources to a Different Compartment.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use ChangeFilesystemSnapshotPolicyCompartment API.
ChangeMountTargetCompartmentResponse changeMountTargetCompartment(ChangeMountTargetCompartmentRequest request)
Moves a mount target and its associated export set or share set into a different compartment within the same tenancy. For information about moving resources between compartments, see Moving Resources to a Different Compartment
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use ChangeMountTargetCompartment API.
ChangeOutboundConnectorCompartmentResponse changeOutboundConnectorCompartment(ChangeOutboundConnectorCompartmentRequest request)
Moves an outbound connector into a different compartment within the same tenancy. For information about moving resources between compartments, see Moving Resources to a Different Compartment
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use ChangeOutboundConnectorCompartment API.
ChangeReplicationCompartmentResponse changeReplicationCompartment(ChangeReplicationCompartmentRequest request)
Moves a replication and its replication target into a different compartment within the same tenancy. For information about moving resources between compartments, see Moving Resources to a Different Compartment.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use ChangeReplicationCompartment API.
CreateExportResponse createExport(CreateExportRequest request)
Creates a new export in the specified export set, path, and file system.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use CreateExport API.
CreateFileSystemResponse createFileSystem(CreateFileSystemRequest request)
Creates a new file system in the specified compartment and availability domain. Instances can mount file systems in another availability domain, but doing so might increase latency when compared to mounting instances in the same availability domain.
After you create a file system, you can associate it with a mount target. Instances can then mount the file system by connecting to the mount target's IP address. You can associate a file system with more than one mount target at a time.
For information about access control and compartments, see [Overview of the IAM Service](https://docs.cloud.oracle.com/Content/Identity/Concepts/overview.htm).
For information about Network Security Groups access control, see [Network Security Groups](https://docs.cloud.oracle.com/Content/Network/Concepts/networksecuritygroups.htm).
For information about availability domains, see [Regions and Availability Domains](https://docs.cloud.oracle.com/Content/General/Concepts/regions.htm). To get a list of availability domains, use the `ListAvailabilityDomains` operation in the Identity and Access Management Service API.
All Oracle Cloud Infrastructure resources, including file systems, get an Oracle-assigned, unique ID called an Oracle Cloud Identifier ([OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)). When you create a resource, you can find its OCID in the response. You can also retrieve a resource's OCID by using a List API operation on that resource type or by viewing the resource in the Console.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use CreateFileSystem API.
CreateFilesystemSnapshotPolicyResponse createFilesystemSnapshotPolicy(CreateFilesystemSnapshotPolicyRequest request)
Creates a new file system snapshot policy in the specified compartment and availability domain.
After you create a file system snapshot policy, you can associate it with file systems.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use CreateFilesystemSnapshotPolicy API.
CreateMountTargetResponse createMountTarget(CreateMountTargetRequest request)
Creates a new mount target in the specified compartment and subnet. You can associate a file system with a mount target only when they exist in the same availability domain. Instances can connect to mount targets in another availablity domain, but you might see higher latency than with instances in the same availability domain as the mount target.
Mount targets have one or more private IP addresses that you can provide as the host portion of remote target parameters in client mount commands. These private IP addresses are listed in the privateIpIds property of the mount target and are highly available. Mount targets also consume additional IP addresses in their subnet. Do not use /30 or smaller subnets for mount target creation because they do not have sufficient available IP addresses. Allow at least three IP addresses for each mount target.
For information about access control and compartments, see [Overview of the IAM Service](https://docs.cloud.oracle.com/Content/Identity/Concepts/overview.htm).
For information about availability domains, see [Regions and Availability Domains](https://docs.cloud.oracle.com/Content/General/Concepts/regions.htm). To get a list of availability domains, use the `ListAvailabilityDomains` operation in the Identity and Access Management Service API.
All Oracle Cloud Infrastructure Services resources, including mount targets, get an Oracle-assigned, unique ID called an Oracle Cloud Identifier ([OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)). When you create a resource, you can find its OCID in the response. You can also retrieve a resource's OCID by using a List API operation on that resource type, or by viewing the resource in the Console.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use CreateMountTarget API.
CreateOutboundConnectorResponse createOutboundConnector(CreateOutboundConnectorRequest request)
Creates a new outbound connector in the specified compartment. You can associate an outbound connector with a mount target only when they exist in the same availability domain.
For information about access control and compartments, see [Overview of the IAM Service](https://docs.cloud.oracle.com/Content/Identity/Concepts/overview.htm).
For information about availability domains, see [Regions and Availability Domains](https://docs.cloud.oracle.com/Content/General/Concepts/regions.htm). To get a list of availability domains, use the `ListAvailabilityDomains` operation in the Identity and Access Management Service API.
All Oracle Cloud Infrastructure Services resources, including outbound connectors, get an Oracle-assigned, unique ID called an Oracle Cloud Identifier ([OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)). When you create a resource, you can find its OCID in the response. You can also retrieve a resource's OCID by using a List API operation on that resource type, or by viewing the resource in the Console.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use CreateOutboundConnector API.
CreateReplicationResponse createReplication(CreateReplicationRequest request)
Creates a new replication in the specified compartment. Replications are the primary resource
that governs the policy of cross-region replication between source and target file systems.
Replications are associated with a secondary resource called a ReplicationTarget
located in another availability domain. The associated replication target resource is
automatically created along with the replication resource. The replication retrieves the
delta of data between two snapshots of a source file system and sends it to the associated
ReplicationTarget
, which retrieves the delta and applies it to the target file system. Only
unexported file systems can be used as target file systems. For more information, see Using
Replication.
For information about access control and compartments, see [Overview of the IAM Service](https://docs.cloud.oracle.com/Content/Identity/Concepts/overview.htm).
For information about availability domains, see [Regions and Availability Domains](https://docs.cloud.oracle.com/Content/General/Concepts/regions.htm). To get a list of availability domains, use the `ListAvailabilityDomains` operation in the Identity and Access Management Service API.
All Oracle Cloud Infrastructure Services resources, including replications, get an Oracle-assigned, unique ID called an Oracle Cloud Identifier ([OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)). When you create a resource, you can find its OCID in the response. You can also retrieve a resource's OCID by using a List API operation on that resource type, or by viewing the resource in the Console.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use CreateReplication API.
CreateSnapshotResponse createSnapshot(CreateSnapshotRequest request)
Creates a new snapshot of the specified file system. You can access the snapshot at
.snapshot/<name>
.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use CreateSnapshot API.
DeleteExportResponse deleteExport(DeleteExportRequest request)
Deletes the specified export.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use DeleteExport API.
DeleteFileSystemResponse deleteFileSystem(DeleteFileSystemRequest request)
Deletes the specified file system. Before you delete the file system, verify that no remaining export resources still reference it. Deleting a file system also deletes all of its snapshots.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use DeleteFileSystem API.
DeleteFilesystemSnapshotPolicyResponse deleteFilesystemSnapshotPolicy(DeleteFilesystemSnapshotPolicyRequest request)
Deletes the specified file system snapshot policy.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use DeleteFilesystemSnapshotPolicy API.
DeleteMountTargetResponse deleteMountTarget(DeleteMountTargetRequest request)
Deletes the specified mount target. This operation also deletes the mount target’s VNICs.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use DeleteMountTarget API.
DeleteOutboundConnectorResponse deleteOutboundConnector(DeleteOutboundConnectorRequest request)
Deletes the specified outbound connector.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use DeleteOutboundConnector API.
DeleteReplicationResponse deleteReplication(DeleteReplicationRequest request)
Deletes the specified replication and the the associated replication target.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use DeleteReplication API.
DeleteReplicationTargetResponse deleteReplicationTarget(DeleteReplicationTargetRequest request)
Deletes the specified replication target. This operation causes the immediate release of the target file system if there are currently no delta application operations. If there is any current delta being applied the delete operation is blocked until the current delta has been completely applied.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use DeleteReplicationTarget API.
DeleteSnapshotResponse deleteSnapshot(DeleteSnapshotRequest request)
Deletes the specified snapshot.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use DeleteSnapshot API.
DetachCloneResponse detachClone(DetachCloneRequest request)
Detaches the file system from its parent file system
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use DetachClone API.
EstimateReplicationResponse estimateReplication(EstimateReplicationRequest request)
Provides estimates for replication created using specific file system.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use EstimateReplication API.
GetExportResponse getExport(GetExportRequest request)
Gets the specified export’s information.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use GetExport API.
GetExportSetResponse getExportSet(GetExportSetRequest request)
Gets the specified export set’s information.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use GetExportSet API.
GetFileSystemResponse getFileSystem(GetFileSystemRequest request)
Gets the specified file system’s information.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use GetFileSystem API.
GetFilesystemSnapshotPolicyResponse getFilesystemSnapshotPolicy(GetFilesystemSnapshotPolicyRequest request)
Gets the specified file system snapshot policy’s information.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use GetFilesystemSnapshotPolicy API.
GetMountTargetResponse getMountTarget(GetMountTargetRequest request)
Gets the specified mount target’s information.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use GetMountTarget API.
GetOutboundConnectorResponse getOutboundConnector(GetOutboundConnectorRequest request)
Gets the specified outbound connector’s information.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use GetOutboundConnector API.
GetReplicationResponse getReplication(GetReplicationRequest request)
Gets the specified replication’s information.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use GetReplication API.
GetReplicationTargetResponse getReplicationTarget(GetReplicationTargetRequest request)
Gets the specified replication target’s information.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use GetReplicationTarget API.
GetSnapshotResponse getSnapshot(GetSnapshotRequest request)
Gets the specified snapshot’s information.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use GetSnapshot API.
ListExportSetsResponse listExportSets(ListExportSetsRequest request)
Lists the export set resources in the specified compartment.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use ListExportSets API.
ListExportsResponse listExports(ListExportsRequest request)
Lists export resources by compartment, file system, or export set. You must specify an export set ID, a file system ID, and / or a compartment ID.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use ListExports API.
ListFileSystemsResponse listFileSystems(ListFileSystemsRequest request)
Lists the file system resources in the specified compartment, or by the specified compartment and file system snapshot policy.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use ListFileSystems API.
ListFilesystemSnapshotPoliciesResponse listFilesystemSnapshotPolicies(ListFilesystemSnapshotPoliciesRequest request)
Lists file system snapshot policies in the specified compartment.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use ListFilesystemSnapshotPolicies API.
ListMountTargetsResponse listMountTargets(ListMountTargetsRequest request)
Lists the mount target resources in the specified compartment.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use ListMountTargets API.
ListOutboundConnectorsResponse listOutboundConnectors(ListOutboundConnectorsRequest request)
Lists the outbound connector resources in the specified compartment.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use ListOutboundConnectors API.
ListReplicationTargetsResponse listReplicationTargets(ListReplicationTargetsRequest request)
Lists the replication target resources in the specified compartment.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use ListReplicationTargets API.
ListReplicationsResponse listReplications(ListReplicationsRequest request)
Lists the replication resources in the specified compartment.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use ListReplications API.
ListSnapshotsResponse listSnapshots(ListSnapshotsRequest request)
Lists snapshots of the specified file system, or by file system snapshot policy and compartment, or by file system snapshot policy and file system.
If file system ID is not specified, a file system snapshot policy ID and compartment ID must be specified.
Users can only sort by time created when listing snapshots by file system snapshot policy ID and compartment ID (sort by name is NOT supported for listing snapshots by policy and compartment).
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use ListSnapshots API.
PauseFilesystemSnapshotPolicyResponse pauseFilesystemSnapshotPolicy(PauseFilesystemSnapshotPolicyRequest request)
This operation pauses the scheduled snapshot creation and snapshot deletion of the policy and updates the lifecycle state of the file system snapshot policy from ACTIVE to INACTIVE. When a file system snapshot policy is paused, file systems that are associated with the policy will not have scheduled snapshots created or deleted.
If the policy is already paused, or in the INACTIVE state, you cannot pause it again. You can't pause a policy that is in a DELETING, DELETED, FAILED, CREATING or INACTIVE state; attempts to pause a policy in these states result in a 409 conflict error.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use PauseFilesystemSnapshotPolicy API.
RemoveExportLockResponse removeExportLock(RemoveExportLockRequest request)
Removes a lock to a resource.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use RemoveExportLock API.
RemoveFileSystemLockResponse removeFileSystemLock(RemoveFileSystemLockRequest request)
Removes a lock to a resource.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use RemoveFileSystemLock API.
RemoveFilesystemSnapshotPolicyLockResponse removeFilesystemSnapshotPolicyLock(RemoveFilesystemSnapshotPolicyLockRequest request)
Removes a lock to a resource.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use RemoveFilesystemSnapshotPolicyLock API.
RemoveMountTargetLockResponse removeMountTargetLock(RemoveMountTargetLockRequest request)
Removes a lock to a resource.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use RemoveMountTargetLock API.
RemoveOutboundConnectorLockResponse removeOutboundConnectorLock(RemoveOutboundConnectorLockRequest request)
Removes a lock to a resource.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use RemoveOutboundConnectorLock API.
RemoveReplicationLockResponse removeReplicationLock(RemoveReplicationLockRequest request)
Removes a lock to a resource.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use RemoveReplicationLock API.
RemoveSnapshotLockResponse removeSnapshotLock(RemoveSnapshotLockRequest request)
Removes a lock to a resource.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use RemoveSnapshotLock API.
ScheduleDowngradeShapeMountTargetResponse scheduleDowngradeShapeMountTarget(ScheduleDowngradeShapeMountTargetRequest request)
Schedule a downgrade shape of the mount target.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use ScheduleDowngradeShapeMountTarget API.
UnpauseFilesystemSnapshotPolicyResponse unpauseFilesystemSnapshotPolicy(UnpauseFilesystemSnapshotPolicyRequest request)
This operation unpauses a paused file system snapshot policy and updates the lifecycle state of the file system snapshot policy from INACTIVE to ACTIVE. By default, file system snapshot policies are in the ACTIVE state. When a file system snapshot policy is not paused, or in the ACTIVE state, file systems that are associated with the policy will have snapshots created and deleted according to the schedules defined in the policy.
If the policy is already in the ACTIVE state, you cannot unpause it. You can't unpause a policy that is in a DELETING, DELETED, FAILED, CREATING, or ACTIVE state; attempts to unpause a policy in these states result in a 409 conflict error.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use UnpauseFilesystemSnapshotPolicy API.
UpdateExportResponse updateExport(UpdateExportRequest request)
Updates the specified export’s information.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use UpdateExport API.
UpdateExportSetResponse updateExportSet(UpdateExportSetRequest request)
Updates the specified export set’s information.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use UpdateExportSet API.
UpdateFileSystemResponse updateFileSystem(UpdateFileSystemRequest request)
Updates the specified file system’s information. You can use this operation to rename a file system.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use UpdateFileSystem API.
UpdateFilesystemSnapshotPolicyResponse updateFilesystemSnapshotPolicy(UpdateFilesystemSnapshotPolicyRequest request)
Updates the specified file system snapshot policy’s information.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use UpdateFilesystemSnapshotPolicy API.
UpdateMountTargetResponse updateMountTarget(UpdateMountTargetRequest request)
Updates the specified mount target’s information.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use UpdateMountTarget API.
UpdateOutboundConnectorResponse updateOutboundConnector(UpdateOutboundConnectorRequest request)
Updates the specified outbound connector’s information.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use UpdateOutboundConnector API.
UpdateReplicationResponse updateReplication(UpdateReplicationRequest request)
Updates the information for the specified replication and its associated replication target.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use UpdateReplication API.
UpdateSnapshotResponse updateSnapshot(UpdateSnapshotRequest request)
Updates the specified snapshot’s information.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use UpdateSnapshot API.
UpgradeShapeMountTargetResponse upgradeShapeMountTarget(UpgradeShapeMountTargetRequest request)
Upgrade shape request for mount target.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use UpgradeShapeMountTarget API.
ValidateKeyTabsResponse validateKeyTabs(ValidateKeyTabsRequest request)
Validates keytab contents for the secret details passed on the request or validte keytab contents associated with the mount target passed in the request. The keytabs are deserialized, the contents are validated for compatibility and the principal, key version number and encryption type of each entry is provided as part of the response.
request
- The request object containing the details to sendBmcException
- when an error occurs. This operation will not retry by default, users
can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to
enable retries for it. The specifics of the default retry strategy are described here
https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries
Example: Click here to see how to use ValidateKeyTabs API.
FileStorageWaiters getWaiters()
Gets the pre-configured waiters available for resources for this service.
FileStoragePaginators getPaginators()
Gets the pre-configured paginators available for list operations in this service which may
return multiple pages of data. These paginators provide an Iterable
interface so that service responses, or resources/records, can be iterated through without
having to manually deal with pagination and page tokens.
Copyright © 2016–2024. All rights reserved.