Uses of Class
com.oracle.bmc.cloudmigrations.model.TargetAssetSummary
-
Packages that use TargetAssetSummary Package Description com.oracle.bmc.cloudmigrations com.oracle.bmc.cloudmigrations.model -
-
Uses of TargetAssetSummary in com.oracle.bmc.cloudmigrations
Methods in com.oracle.bmc.cloudmigrations that return types with arguments of type TargetAssetSummary Modifier and Type Method Description Iterable<TargetAssetSummary>
MigrationPaginators. listTargetAssetsRecordIterator(ListTargetAssetsRequest request)
Creates a new iterable which will iterate over theTargetAssetSummary
objects contained in responses from the listTargetAssets operation. -
Uses of TargetAssetSummary in com.oracle.bmc.cloudmigrations.model
Subclasses of TargetAssetSummary in com.oracle.bmc.cloudmigrations.model Modifier and Type Class Description class
VmTargetAssetSummary
Summary of the VM target asset.Methods in com.oracle.bmc.cloudmigrations.model that return types with arguments of type TargetAssetSummary Modifier and Type Method Description List<TargetAssetSummary>
TargetAssetCollection. getItems()
List of target asset summaries.Method parameters in com.oracle.bmc.cloudmigrations.model with type arguments of type TargetAssetSummary Modifier and Type Method Description TargetAssetCollection.Builder
TargetAssetCollection.Builder. items(List<TargetAssetSummary> items)
List of target asset summaries.Constructor parameters in com.oracle.bmc.cloudmigrations.model with type arguments of type TargetAssetSummary Constructor Description TargetAssetCollection(List<TargetAssetSummary> items)
Deprecated.
-