Uses of Class
com.oracle.bmc.disasterrecovery.model.OkeClusterVaultMapping
-
Packages that use OkeClusterVaultMapping Package Description com.oracle.bmc.disasterrecovery.model -
-
Uses of OkeClusterVaultMapping in com.oracle.bmc.disasterrecovery.model
Methods in com.oracle.bmc.disasterrecovery.model that return OkeClusterVaultMapping Modifier and Type Method Description OkeClusterVaultMapping
OkeClusterVaultMapping.Builder. build()
Methods in com.oracle.bmc.disasterrecovery.model that return types with arguments of type OkeClusterVaultMapping Modifier and Type Method Description List<OkeClusterVaultMapping>
DrProtectionGroupMemberOkeCluster. getVaultMappings()
The list of source-to-destination vault mappings required for DR operations.Methods in com.oracle.bmc.disasterrecovery.model with parameters of type OkeClusterVaultMapping Modifier and Type Method Description OkeClusterVaultMapping.Builder
OkeClusterVaultMapping.Builder. copy(OkeClusterVaultMapping model)
Method parameters in com.oracle.bmc.disasterrecovery.model with type arguments of type OkeClusterVaultMapping Modifier and Type Method Description DrProtectionGroupMemberOkeCluster.Builder
DrProtectionGroupMemberOkeCluster.Builder. vaultMappings(List<OkeClusterVaultMapping> vaultMappings)
The list of source-to-destination vault mappings required for DR operations.
-