TargetAssetCollection¶
-
class
oci.cloud_migrations.models.
TargetAssetCollection
(**kwargs)¶ Bases:
object
Results of a target asset search.
Methods
__init__
(**kwargs)Initializes a new TargetAssetCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this TargetAssetCollection. -
__init__
(**kwargs)¶ Initializes a new TargetAssetCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.cloud_migrations.models.TargetAssetSummary]) – The value to assign to the items property of this TargetAssetCollection.
-
items
¶ [Required] Gets the items of this TargetAssetCollection. List of target asset summaries.
Returns: The items of this TargetAssetCollection. Return type: list[oci.cloud_migrations.models.TargetAssetSummary]
-