AvailableShapesCollection¶
-
class
oci.cloud_migrations.models.
AvailableShapesCollection
(**kwargs)¶ Bases:
object
Results of an available shapes search. Contains list of shapes.
Methods
__init__
(**kwargs)Initializes a new AvailableShapesCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this AvailableShapesCollection. -
__init__
(**kwargs)¶ Initializes a new AvailableShapesCollection 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.AvailableShapeSummary]) – The value to assign to the items property of this AvailableShapesCollection.
-
items
¶ [Required] Gets the items of this AvailableShapesCollection. Available shapes list.
Returns: The items of this AvailableShapesCollection. Return type: list[oci.cloud_migrations.models.AvailableShapeSummary]
-