Uses of Class
com.oracle.bmc.disasterrecovery.model.ComputeInstanceMovableVnicMapping
-
Packages that use ComputeInstanceMovableVnicMapping Package Description com.oracle.bmc.disasterrecovery.model -
-
Uses of ComputeInstanceMovableVnicMapping in com.oracle.bmc.disasterrecovery.model
Methods in com.oracle.bmc.disasterrecovery.model that return ComputeInstanceMovableVnicMapping Modifier and Type Method Description ComputeInstanceMovableVnicMapping
ComputeInstanceMovableVnicMapping.Builder. build()
Methods in com.oracle.bmc.disasterrecovery.model that return types with arguments of type ComputeInstanceMovableVnicMapping Modifier and Type Method Description List<ComputeInstanceMovableVnicMapping>
DrProtectionGroupMemberComputeInstanceMovable. getVnicMappings()
A list of compute instance VNIC mappings.Methods in com.oracle.bmc.disasterrecovery.model with parameters of type ComputeInstanceMovableVnicMapping Modifier and Type Method Description ComputeInstanceMovableVnicMapping.Builder
ComputeInstanceMovableVnicMapping.Builder. copy(ComputeInstanceMovableVnicMapping model)
Method parameters in com.oracle.bmc.disasterrecovery.model with type arguments of type ComputeInstanceMovableVnicMapping Modifier and Type Method Description DrProtectionGroupMemberComputeInstanceMovable.Builder
DrProtectionGroupMemberComputeInstanceMovable.Builder. vnicMappings(List<ComputeInstanceMovableVnicMapping> vnicMappings)
A list of compute instance VNIC mappings.Constructor parameters in com.oracle.bmc.disasterrecovery.model with type arguments of type ComputeInstanceMovableVnicMapping Constructor Description DrProtectionGroupMemberComputeInstanceMovable(String memberId, Boolean isRetainFaultDomain, String destinationCapacityReservationId, List<ComputeInstanceMovableVnicMapping> vnicMappings, String destinationCompartmentId, String destinationDedicatedVmHostId, List<ComputeInstanceMovableFileSystemOperation> fileSystemOperations)
Deprecated.
-