ComputeCapacityTopologyCollection¶
-
class
oci.core.models.
ComputeCapacityTopologyCollection
(**kwargs)¶ Bases:
object
A list of compute capacity topologies.
Methods
__init__
(**kwargs)Initializes a new ComputeCapacityTopologyCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this ComputeCapacityTopologyCollection. -
__init__
(**kwargs)¶ Initializes a new ComputeCapacityTopologyCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.core.models.ComputeCapacityTopologySummary]) – The value to assign to the items property of this ComputeCapacityTopologyCollection.
-
items
¶ [Required] Gets the items of this ComputeCapacityTopologyCollection. The list of compute capacity topologies.
Returns: The items of this ComputeCapacityTopologyCollection. Return type: list[oci.core.models.ComputeCapacityTopologySummary]
-