Uses of Class
com.oracle.bmc.databasemanagement.model.TablespaceSummary.Shared
-
Packages that use TablespaceSummary.Shared Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of TablespaceSummary.Shared in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return TablespaceSummary.Shared Modifier and Type Method Description static TablespaceSummary.Shared
TablespaceSummary.Shared. create(String key)
TablespaceSummary.Shared
TablespaceSummary. getShared()
Indicates whether the tablespace is for shared tablespace, or for local temporary tablespace for leaf (read-only) instances, or for local temporary tablespace for all instance types.static TablespaceSummary.Shared
TablespaceSummary.Shared. valueOf(String name)
Returns the enum constant of this type with the specified name.static TablespaceSummary.Shared[]
TablespaceSummary.Shared. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.databasemanagement.model with parameters of type TablespaceSummary.Shared Modifier and Type Method Description TablespaceSummary.Builder
TablespaceSummary.Builder. shared(TablespaceSummary.Shared shared)
Indicates whether the tablespace is for shared tablespace, or for local temporary tablespace for leaf (read-only) instances, or for local temporary tablespace for all instance types.
-