public static class DrProtectionGroupMemberDatabase.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DrProtectionGroupMemberDatabase |
build() |
DrProtectionGroupMemberDatabase.Builder |
copy(DrProtectionGroupMemberDatabase model) |
DrProtectionGroupMemberDatabase.Builder |
memberId(String memberId) |
DrProtectionGroupMemberDatabase.Builder |
passwordVaultSecretId(String passwordVaultSecretId)
The OCID of the vault secret where the database SYSDBA password is stored.
|
public DrProtectionGroupMemberDatabase.Builder memberId(String memberId)
public DrProtectionGroupMemberDatabase.Builder passwordVaultSecretId(String passwordVaultSecretId)
The OCID of the vault secret where the database SYSDBA password is stored. This password is used for performing database DR operations.
Example: ocid1.vaultsecret.oc1..uniqueID
passwordVaultSecretId
- the value to setpublic DrProtectionGroupMemberDatabase build()
public DrProtectionGroupMemberDatabase.Builder copy(DrProtectionGroupMemberDatabase model)
Copyright © 2016–2024. All rights reserved.