Package | Description |
---|---|
com.oracle.bmc.disasterrecovery.requests |
Modifier and Type | Method and Description |
---|---|
static ListDrProtectionGroupsRequest.Builder |
ListDrProtectionGroupsRequest.builder()
Return a new builder for this request object.
|
ListDrProtectionGroupsRequest.Builder |
ListDrProtectionGroupsRequest.Builder.compartmentId(String compartmentId)
The ID (OCID) of the compartment in which to list resources.
|
ListDrProtectionGroupsRequest.Builder |
ListDrProtectionGroupsRequest.Builder.copy(ListDrProtectionGroupsRequest o)
Copy method to populate the builder with values from the given instance.
|
ListDrProtectionGroupsRequest.Builder |
ListDrProtectionGroupsRequest.Builder.displayName(String displayName)
A filter to return only resources that match the given display name.
|
ListDrProtectionGroupsRequest.Builder |
ListDrProtectionGroupsRequest.Builder.drProtectionGroupId(String drProtectionGroupId)
The OCID of the DR protection group.
|
ListDrProtectionGroupsRequest.Builder |
ListDrProtectionGroupsRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListDrProtectionGroupsRequest.Builder |
ListDrProtectionGroupsRequest.Builder.lifecycleState(DrProtectionGroupLifecycleState lifecycleState)
A filter to return only DR protection groups that match the given lifecycle state.
|
ListDrProtectionGroupsRequest.Builder |
ListDrProtectionGroupsRequest.Builder.lifecycleSubState(DrProtectionGroupLifecycleSubState lifecycleSubState)
A filter to return only DR protection groups that match the given lifecycle sub-state.
|
ListDrProtectionGroupsRequest.Builder |
ListDrProtectionGroupsRequest.Builder.limit(Integer limit)
For list pagination.
|
ListDrProtectionGroupsRequest.Builder |
ListDrProtectionGroupsRequest.Builder.opcRequestId(String opcRequestId)
The client request ID for tracing.
|
ListDrProtectionGroupsRequest.Builder |
ListDrProtectionGroupsRequest.Builder.page(String page)
For list pagination.
|
ListDrProtectionGroupsRequest.Builder |
ListDrProtectionGroupsRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListDrProtectionGroupsRequest.Builder |
ListDrProtectionGroupsRequest.Builder.role(DrProtectionGroupRole role)
The DR protection group Role.
|
ListDrProtectionGroupsRequest.Builder |
ListDrProtectionGroupsRequest.Builder.sortBy(ListDrProtectionGroupsRequest.SortBy sortBy)
The field to sort by.
|
ListDrProtectionGroupsRequest.Builder |
ListDrProtectionGroupsRequest.Builder.sortOrder(SortOrder sortOrder)
The sort order to use, either ‘asc’ or ‘desc’.
|
ListDrProtectionGroupsRequest.Builder |
ListDrProtectionGroupsRequest.toBuilder()
Return an instance of
ListDrProtectionGroupsRequest.Builder that allows you to modify request properties. |
Copyright © 2016–2024. All rights reserved.