Uses of Class
com.oracle.bmc.ocvp.model.DatastoreAttachment
-
Packages that use DatastoreAttachment Package Description com.oracle.bmc.ocvp.model -
-
Uses of DatastoreAttachment in com.oracle.bmc.ocvp.model
Methods in com.oracle.bmc.ocvp.model that return DatastoreAttachment Modifier and Type Method Description DatastoreAttachment
DatastoreAttachment.Builder. build()
Methods in com.oracle.bmc.ocvp.model that return types with arguments of type DatastoreAttachment Modifier and Type Method Description List<DatastoreAttachment>
EsxiHost. getDatastoreAttachments()
List of DatastoreAttachment objects containing information about attachment detailsMethods in com.oracle.bmc.ocvp.model with parameters of type DatastoreAttachment Modifier and Type Method Description DatastoreAttachment.Builder
DatastoreAttachment.Builder. copy(DatastoreAttachment model)
Method parameters in com.oracle.bmc.ocvp.model with type arguments of type DatastoreAttachment Modifier and Type Method Description EsxiHost.Builder
EsxiHost.Builder. datastoreAttachments(List<DatastoreAttachment> datastoreAttachments)
List of DatastoreAttachment objects containing information about attachment details
-