Uses of Class
com.oracle.bmc.ocvp.model.DatastoreClusterTypes
-
Packages that use DatastoreClusterTypes Package Description com.oracle.bmc.ocvp.model -
-
Uses of DatastoreClusterTypes in com.oracle.bmc.ocvp.model
Methods in com.oracle.bmc.ocvp.model that return DatastoreClusterTypes Modifier and Type Method Description static DatastoreClusterTypesDatastoreClusterTypes. create(String key)DatastoreClusterTypesCreateDatastoreClusterDetails. getDatastoreClusterType()Type of the datastore.DatastoreClusterTypesDatastoreCluster. getDatastoreClusterType()Type of the datastore cluster.DatastoreClusterTypesDatastoreClusterSummary. getDatastoreClusterType()Type of the datastore cluster.static DatastoreClusterTypesDatastoreClusterTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static DatastoreClusterTypes[]DatastoreClusterTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.ocvp.model with parameters of type DatastoreClusterTypes Modifier and Type Method Description CreateDatastoreClusterDetails.BuilderCreateDatastoreClusterDetails.Builder. datastoreClusterType(DatastoreClusterTypes datastoreClusterType)Type of the datastore.DatastoreCluster.BuilderDatastoreCluster.Builder. datastoreClusterType(DatastoreClusterTypes datastoreClusterType)Type of the datastore cluster.DatastoreClusterSummary.BuilderDatastoreClusterSummary.Builder. datastoreClusterType(DatastoreClusterTypes datastoreClusterType)Type of the datastore cluster.Constructors in com.oracle.bmc.ocvp.model with parameters of type DatastoreClusterTypes Constructor Description CreateDatastoreClusterDetails(List<String> datastoreIds, String displayName, String compartmentId, DatastoreClusterTypes datastoreClusterType, String availabilityDomain, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.DatastoreCluster(String id, List<String> datastoreIds, String clusterId, String sddcId, String compartmentId, String displayName, List<String> esxiHostIds, DatastoreClusterTypes datastoreClusterType, Date timeCreated, Date timeUpdated, LifecycleStates lifecycleState, String availabilityDomain, Double capacityInGBs, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.DatastoreClusterSummary(String id, List<String> datastoreIds, String compartmentId, String displayName, String clusterId, String sddcId, List<String> esxiHostIds, DatastoreClusterTypes datastoreClusterType, Date timeCreated, LifecycleStates lifecycleState, String availabilityDomain, Double capacityInGBs, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.
-