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