Package | Description |
---|---|
com.oracle.bmc.recovery.requests |
Modifier and Type | Method and Description |
---|---|
static ListRecoveryServiceSubnetsRequest.Builder |
ListRecoveryServiceSubnetsRequest.builder()
Return a new builder for this request object.
|
ListRecoveryServiceSubnetsRequest.Builder |
ListRecoveryServiceSubnetsRequest.Builder.compartmentId(String compartmentId)
The compartment OCID.
|
ListRecoveryServiceSubnetsRequest.Builder |
ListRecoveryServiceSubnetsRequest.Builder.copy(ListRecoveryServiceSubnetsRequest o)
Copy method to populate the builder with values from the given instance.
|
ListRecoveryServiceSubnetsRequest.Builder |
ListRecoveryServiceSubnetsRequest.Builder.displayName(String displayName)
A filter to return only resources that match the entire ‘displayname’ given.
|
ListRecoveryServiceSubnetsRequest.Builder |
ListRecoveryServiceSubnetsRequest.Builder.id(String id)
The recovery service subnet OCID.
|
ListRecoveryServiceSubnetsRequest.Builder |
ListRecoveryServiceSubnetsRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListRecoveryServiceSubnetsRequest.Builder |
ListRecoveryServiceSubnetsRequest.Builder.lifecycleState(LifecycleState lifecycleState)
A filter to return only the resources that match the specified lifecycle state.
|
ListRecoveryServiceSubnetsRequest.Builder |
ListRecoveryServiceSubnetsRequest.Builder.limit(Integer limit)
The maximum number of items to return per page.
|
ListRecoveryServiceSubnetsRequest.Builder |
ListRecoveryServiceSubnetsRequest.Builder.opcRequestId(String opcRequestId)
Unique identifier for the request.
|
ListRecoveryServiceSubnetsRequest.Builder |
ListRecoveryServiceSubnetsRequest.Builder.page(String page)
The page token representing the page at which to start retrieving results.
|
ListRecoveryServiceSubnetsRequest.Builder |
ListRecoveryServiceSubnetsRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListRecoveryServiceSubnetsRequest.Builder |
ListRecoveryServiceSubnetsRequest.Builder.sortBy(ListRecoveryServiceSubnetsRequest.SortBy sortBy)
The field to sort by.
|
ListRecoveryServiceSubnetsRequest.Builder |
ListRecoveryServiceSubnetsRequest.Builder.sortOrder(SortOrder sortOrder)
The sort order to use, either ascending (ASC) or descending (DESC).
|
ListRecoveryServiceSubnetsRequest.Builder |
ListRecoveryServiceSubnetsRequest.toBuilder()
Return an instance of
ListRecoveryServiceSubnetsRequest.Builder that allows you to modify request properties. |
ListRecoveryServiceSubnetsRequest.Builder |
ListRecoveryServiceSubnetsRequest.Builder.vcnId(String vcnId)
The OCID of the virtual cloud network (VCN) associated with the recovery service subnet.
|
Copyright © 2016–2024. All rights reserved.