CapabilitiesCollection¶
-
class
oci.cluster_placement_groups.models.
CapabilitiesCollection
(**kwargs)¶ Bases:
object
A list of resources that you can create in a cluster placement group.
Methods
__init__
(**kwargs)Initializes a new CapabilitiesCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this CapabilitiesCollection. -
__init__
(**kwargs)¶ Initializes a new CapabilitiesCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.cluster_placement_groups.models.CapabilityDetails]) – The value to assign to the items property of this CapabilitiesCollection.
-
items
¶ [Required] Gets the items of this CapabilitiesCollection. The supported resources.
Returns: The items of this CapabilitiesCollection. Return type: list[oci.cluster_placement_groups.models.CapabilityDetails]
-