public static class DatastoreDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DatastoreDetails.Builder |
blockVolumeIds(List<String> blockVolumeIds)
A list of OCIDs
of Block Storage Volumes.
|
DatastoreDetails |
build() |
DatastoreDetails.Builder |
capacity(Double capacity)
Size of the Block Storage Volume in GB.
|
DatastoreDetails.Builder |
copy(DatastoreDetails model) |
DatastoreDetails.Builder |
datastoreType(DatastoreTypes datastoreType)
Type of the datastore.
|
public DatastoreDetails.Builder blockVolumeIds(List<String> blockVolumeIds)
A list of OCIDs of Block Storage Volumes.
blockVolumeIds
- the value to setpublic DatastoreDetails.Builder datastoreType(DatastoreTypes datastoreType)
Type of the datastore.
datastoreType
- the value to setpublic DatastoreDetails.Builder capacity(Double capacity)
Size of the Block Storage Volume in GB.
capacity
- the value to setpublic DatastoreDetails build()
public DatastoreDetails.Builder copy(DatastoreDetails model)
Copyright © 2016–2024. All rights reserved.