Uses of Class
com.oracle.bmc.cloudmigrations.model.HydratedVolume
-
Packages that use HydratedVolume Package Description com.oracle.bmc.cloudmigrations.model -
-
Uses of HydratedVolume in com.oracle.bmc.cloudmigrations.model
Methods in com.oracle.bmc.cloudmigrations.model that return HydratedVolume Modifier and Type Method Description HydratedVolume
HydratedVolume.Builder. build()
Methods in com.oracle.bmc.cloudmigrations.model that return types with arguments of type HydratedVolume Modifier and Type Method Description Map<String,HydratedVolume>
MigrationAsset. getSnapshots()
Key-value pair representing disks ID mapped to the OCIDs of replicated or hydration server volume snapshots.Map<String,HydratedVolume>
MigrationAssetSummary. getSnapshots()
Key-value pair representing disk’s ID that is mapped to the OCIDs of replicated/hydration server volume snapshots.Methods in com.oracle.bmc.cloudmigrations.model with parameters of type HydratedVolume Modifier and Type Method Description HydratedVolume.Builder
HydratedVolume.Builder. copy(HydratedVolume model)
Method parameters in com.oracle.bmc.cloudmigrations.model with type arguments of type HydratedVolume Modifier and Type Method Description MigrationAsset.Builder
MigrationAsset.Builder. snapshots(Map<String,HydratedVolume> snapshots)
Key-value pair representing disks ID mapped to the OCIDs of replicated or hydration server volume snapshots.MigrationAssetSummary.Builder
MigrationAssetSummary.Builder. snapshots(Map<String,HydratedVolume> snapshots)
Key-value pair representing disk’s ID that is mapped to the OCIDs of replicated/hydration server volume snapshots.Constructor parameters in com.oracle.bmc.cloudmigrations.model with type arguments of type HydratedVolume Constructor Description MigrationAsset(String id, String type, String displayName, String compartmentId, MigrationAsset.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, String migrationId, Map<String,HydratedVolume> snapshots, String parentSnapshot, Map<String,Object> sourceAssetData, List<MigrationAsset.Notifications> notifications, String sourceAssetId, String replicationScheduleId, String availabilityDomain, String replicationCompartmentId, String tenancyId, String snapShotBucketName, List<String> dependedOnBy, List<String> dependsOn)
Deprecated.MigrationAssetSummary(String id, String type, String displayName, String compartmentId, MigrationAsset.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, String migrationId, Map<String,HydratedVolume> snapshots, String parentSnapshot, String snapshotInfo, Map<String,Object> sourceAssetData, List<MigrationAssetSummary.Notifications> notifications, String sourceAssetId, List<String> dependedOnBy, List<String> dependsOn, String replicationScheduleId, String tenancyId)
Deprecated.
-