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