public static class ExternalAsmInstanceParameters.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ExternalAsmInstanceParameters.Builder |
asmInstanceDisplayName(String asmInstanceDisplayName)
The user-friendly name for the ASM instance.
|
ExternalAsmInstanceParameters.Builder |
asmInstanceId(String asmInstanceId)
The OCID of the
external ASM instance.
|
ExternalAsmInstanceParameters.Builder |
autoMountDiskGroups(List<String> autoMountDiskGroups)
The list of disk group names that an ASM instance mounts at startup or when the
ALTER DISKGROUP ALL MOUNT statement is issued. |
ExternalAsmInstanceParameters |
build() |
ExternalAsmInstanceParameters.Builder |
copy(ExternalAsmInstanceParameters model) |
ExternalAsmInstanceParameters.Builder |
diskDiscoveryPath(String diskDiscoveryPath)
An operating system-dependent value used to limit the set of disks considered for
discovery.
|
ExternalAsmInstanceParameters.Builder |
preferredReadFailureGroups(List<String> preferredReadFailureGroups)
The list of failure groups that contain preferred read disks.
|
ExternalAsmInstanceParameters.Builder |
rebalancePower(Integer rebalancePower)
The maximum power on an ASM instance for disk rebalancing.
|
public ExternalAsmInstanceParameters.Builder asmInstanceId(String asmInstanceId)
The OCID of the external ASM instance.
asmInstanceId
- the value to setpublic ExternalAsmInstanceParameters.Builder asmInstanceDisplayName(String asmInstanceDisplayName)
The user-friendly name for the ASM instance. The name does not have to be unique.
asmInstanceDisplayName
- the value to setpublic ExternalAsmInstanceParameters.Builder diskDiscoveryPath(String diskDiscoveryPath)
An operating system-dependent value used to limit the set of disks considered for discovery.
diskDiscoveryPath
- the value to setpublic ExternalAsmInstanceParameters.Builder autoMountDiskGroups(List<String> autoMountDiskGroups)
The list of disk group names that an ASM instance mounts at startup or when the ALTER DISKGROUP ALL MOUNT
statement is issued.
autoMountDiskGroups
- the value to setpublic ExternalAsmInstanceParameters.Builder rebalancePower(Integer rebalancePower)
The maximum power on an ASM instance for disk rebalancing.
rebalancePower
- the value to setpublic ExternalAsmInstanceParameters.Builder preferredReadFailureGroups(List<String> preferredReadFailureGroups)
The list of failure groups that contain preferred read disks.
preferredReadFailureGroups
- the value to setpublic ExternalAsmInstanceParameters build()
public ExternalAsmInstanceParameters.Builder copy(ExternalAsmInstanceParameters model)
Copyright © 2016–2024. All rights reserved.