Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static Datafile.Shared |
Datafile.Shared.create(String key) |
Datafile.Shared |
Datafile.getShared()
Type of tablespace this file belongs to.
|
static Datafile.Shared |
Datafile.Shared.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Datafile.Shared[] |
Datafile.Shared.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Datafile.Builder |
Datafile.Builder.shared(Datafile.Shared shared)
Type of tablespace this file belongs to.
|
Constructor and Description |
---|
Datafile(String name,
Datafile.Status status,
Datafile.OnlineStatus onlineStatus,
Boolean isAutoExtensible,
Datafile.LostWriteProtect lostWriteProtect,
Datafile.Shared shared,
BigDecimal instanceId,
BigDecimal maxSizeKB,
BigDecimal allocatedSizeKB,
BigDecimal userSizeKB,
BigDecimal incrementBy,
BigDecimal freeSpaceKB,
BigDecimal usedSpaceKB,
Double usedPercentAvailable,
Double usedPercentAllocated)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.