Uses of Class
com.oracle.bmc.ocvp.model.AttachDatastoreClusterToClusterDetails
-
Packages that use AttachDatastoreClusterToClusterDetails Package Description com.oracle.bmc.ocvp.model com.oracle.bmc.ocvp.requests -
-
Uses of AttachDatastoreClusterToClusterDetails in com.oracle.bmc.ocvp.model
Methods in com.oracle.bmc.ocvp.model that return AttachDatastoreClusterToClusterDetails Modifier and Type Method Description AttachDatastoreClusterToClusterDetails
AttachDatastoreClusterToClusterDetails.Builder. build()
Methods in com.oracle.bmc.ocvp.model with parameters of type AttachDatastoreClusterToClusterDetails Modifier and Type Method Description AttachDatastoreClusterToClusterDetails.Builder
AttachDatastoreClusterToClusterDetails.Builder. copy(AttachDatastoreClusterToClusterDetails model)
-
Uses of AttachDatastoreClusterToClusterDetails in com.oracle.bmc.ocvp.requests
Methods in com.oracle.bmc.ocvp.requests that return AttachDatastoreClusterToClusterDetails Modifier and Type Method Description AttachDatastoreClusterToClusterDetails
AttachDatastoreClusterToClusterRequest. getAttachDatastoreClusterToClusterDetails()
The information about Datastore Cluster attachment.AttachDatastoreClusterToClusterDetails
AttachDatastoreClusterToClusterRequest. getBody$()
Alternative accessor for the body parameter.Methods in com.oracle.bmc.ocvp.requests with parameters of type AttachDatastoreClusterToClusterDetails Modifier and Type Method Description AttachDatastoreClusterToClusterRequest.Builder
AttachDatastoreClusterToClusterRequest.Builder. attachDatastoreClusterToClusterDetails(AttachDatastoreClusterToClusterDetails attachDatastoreClusterToClusterDetails)
The information about Datastore Cluster attachment.AttachDatastoreClusterToClusterRequest.Builder
AttachDatastoreClusterToClusterRequest.Builder. body$(AttachDatastoreClusterToClusterDetails body)
Alternative setter for the body parameter.
-