ResourceTypeCollection

class oci.resource_scheduler.models.ResourceTypeCollection(**kwargs)

Bases: object

This is the collection of resource types supported by resource scheduler.

Methods

__init__(**kwargs) Initializes a new ResourceTypeCollection object with values from keyword arguments.

Attributes

items [Required] Gets the items of this ResourceTypeCollection.
__init__(**kwargs)

Initializes a new ResourceTypeCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:items (list[oci.resource_scheduler.models.ResourceType]) – The value to assign to the items property of this ResourceTypeCollection.
items

[Required] Gets the items of this ResourceTypeCollection. This is the collection of resource types supported by resource scheduler.

Returns:The items of this ResourceTypeCollection.
Return type:list[oci.resource_scheduler.models.ResourceType]