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