static CloudAsmDiskGroupSummary.Builder |
CloudAsmDiskGroupSummary.builder() |
Create a new builder.
|
CloudAsmDiskGroupSummary.Builder |
CloudAsmDiskGroupSummary.Builder.copy(CloudAsmDiskGroupSummary model) |
|
CloudAsmDiskGroupSummary.Builder |
CloudAsmDiskGroupSummary.Builder.databases(List<String> databases) |
The unique names of the databases using the disk group.
|
CloudAsmDiskGroupSummary.Builder |
CloudAsmDiskGroupSummary.Builder.dismountingInstanceCount(Integer dismountingInstanceCount) |
The number of ASM instances that have the disk group in dismounted state.
|
CloudAsmDiskGroupSummary.Builder |
CloudAsmDiskGroupSummary.Builder.isSparse(Boolean isSparse) |
Indicates whether the disk group is a sparse disk group or not.
|
CloudAsmDiskGroupSummary.Builder |
CloudAsmDiskGroupSummary.Builder.mountingInstanceCount(Integer mountingInstanceCount) |
The number of ASM instances that have the disk group in mounted state.
|
CloudAsmDiskGroupSummary.Builder |
CloudAsmDiskGroupSummary.Builder.name(String name) |
The name of the ASM disk group.
|
CloudAsmDiskGroupSummary.Builder |
CloudAsmDiskGroupSummary.Builder.redundancyType(CloudAsmDiskGroupSummary.RedundancyType redundancyType) |
The redundancy type of the disk group.
|
CloudAsmDiskGroupSummary.Builder |
CloudAsmDiskGroupSummary.toBuilder() |
|
CloudAsmDiskGroupSummary.Builder |
CloudAsmDiskGroupSummary.Builder.totalSizeInMBs(Long totalSizeInMBs) |
The total capacity of the disk group (in megabytes).
|
CloudAsmDiskGroupSummary.Builder |
CloudAsmDiskGroupSummary.Builder.usedPercent(Float usedPercent) |
The percentage of used space in the disk group.
|
CloudAsmDiskGroupSummary.Builder |
CloudAsmDiskGroupSummary.Builder.usedSizeInMBs(Long usedSizeInMBs) |
The used capacity of the disk group (in megabytes).
|