Uses of Class
com.oracle.bmc.opsi.model.ExadataVmClusterType
-
Packages that use ExadataVmClusterType Package Description com.oracle.bmc.opsi.model -
-
Uses of ExadataVmClusterType in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return ExadataVmClusterType Modifier and Type Method Description static ExadataVmClusterType
ExadataVmClusterType. create(String key)
ExadataVmClusterType
CreatePeComanagedExadataVmclusterDetails. getVmClusterType()
Exadata VMCluster typestatic ExadataVmClusterType
ExadataVmClusterType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExadataVmClusterType[]
ExadataVmClusterType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.opsi.model with parameters of type ExadataVmClusterType Modifier and Type Method Description CreatePeComanagedExadataVmclusterDetails.Builder
CreatePeComanagedExadataVmclusterDetails.Builder. vmClusterType(ExadataVmClusterType vmClusterType)
Exadata VMCluster typeConstructors in com.oracle.bmc.opsi.model with parameters of type ExadataVmClusterType Constructor Description CreatePeComanagedExadataVmclusterDetails(String vmclusterId, String opsiPrivateEndpointId, String dbmPrivateEndpointId, List<CreatePeComanagedDatabaseInsightDetails> memberDatabaseDetails, ExadataVmClusterType vmClusterType, List<CreateAutonomousDatabaseInsightDetails> memberAutonomousDetails, String compartmentId)
Deprecated.
-