Package | Description |
---|---|
com.oracle.bmc.ocvp.model |
Modifier and Type | Method and Description |
---|---|
static DatastoreTypes |
DatastoreTypes.create(String key) |
DatastoreTypes |
DatastoreDetails.getDatastoreType()
Type of the datastore.
|
DatastoreTypes |
DatastoreInfo.getDatastoreType()
Type of the datastore.
|
static DatastoreTypes |
DatastoreTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatastoreTypes[] |
DatastoreTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DatastoreDetails.Builder |
DatastoreDetails.Builder.datastoreType(DatastoreTypes datastoreType)
Type of the datastore.
|
DatastoreInfo.Builder |
DatastoreInfo.Builder.datastoreType(DatastoreTypes datastoreType)
Type of the datastore.
|
Constructor and Description |
---|
DatastoreDetails(List<String> blockVolumeIds,
DatastoreTypes datastoreType,
Double capacity)
Deprecated.
|
DatastoreInfo(List<String> blockVolumeIds,
DatastoreTypes datastoreType)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.