Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static ExternalAsmDiskGroupSummary.Builder |
ExternalAsmDiskGroupSummary.builder()
Create a new builder.
|
ExternalAsmDiskGroupSummary.Builder |
ExternalAsmDiskGroupSummary.Builder.copy(ExternalAsmDiskGroupSummary model) |
ExternalAsmDiskGroupSummary.Builder |
ExternalAsmDiskGroupSummary.Builder.databases(List<String> databases)
The unique names of the databases using the disk group.
|
ExternalAsmDiskGroupSummary.Builder |
ExternalAsmDiskGroupSummary.Builder.dismountingInstanceCount(Integer dismountingInstanceCount)
The number of ASM instances that have the disk group in dismounted state.
|
ExternalAsmDiskGroupSummary.Builder |
ExternalAsmDiskGroupSummary.Builder.isSparse(Boolean isSparse)
Indicates whether the disk group is a sparse disk group or not.
|
ExternalAsmDiskGroupSummary.Builder |
ExternalAsmDiskGroupSummary.Builder.mountingInstanceCount(Integer mountingInstanceCount)
The number of ASM instances that have the disk group in mounted state.
|
ExternalAsmDiskGroupSummary.Builder |
ExternalAsmDiskGroupSummary.Builder.name(String name)
The name of the ASM disk group.
|
ExternalAsmDiskGroupSummary.Builder |
ExternalAsmDiskGroupSummary.Builder.redundancyType(ExternalAsmDiskGroupSummary.RedundancyType redundancyType)
The redundancy type of the disk group.
|
ExternalAsmDiskGroupSummary.Builder |
ExternalAsmDiskGroupSummary.toBuilder() |
ExternalAsmDiskGroupSummary.Builder |
ExternalAsmDiskGroupSummary.Builder.totalSizeInMBs(Long totalSizeInMBs)
The total capacity of the disk group (in megabytes).
|
ExternalAsmDiskGroupSummary.Builder |
ExternalAsmDiskGroupSummary.Builder.usedPercent(Float usedPercent)
The percentage of used space in the disk group.
|
ExternalAsmDiskGroupSummary.Builder |
ExternalAsmDiskGroupSummary.Builder.usedSizeInMBs(Long usedSizeInMBs)
The used capacity of the disk group (in megabytes).
|
Copyright © 2016–2024. All rights reserved.