Package | Description |
---|---|
com.oracle.bmc.cloudmigrations.model |
Modifier and Type | Method and Description |
---|---|
HydratedVolume |
HydratedVolume.Builder.build() |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
HydratedVolume.Builder |
HydratedVolume.Builder.copy(HydratedVolume model) |
Modifier and Type | Method and 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 and 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.
|
Copyright © 2016–2024. All rights reserved.