ResourceDiscoveryServiceCollection

class oci.resource_manager.models.ResourceDiscoveryServiceCollection(**kwargs)

Bases: object

The list of services supported for use with Resource Discovery.

Methods

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

Attributes

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

Initializes a new ResourceDiscoveryServiceCollection 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_manager.models.ResourceDiscoveryServiceSummary]) – The value to assign to the items property of this ResourceDiscoveryServiceCollection.
items

[Required] Gets the items of this ResourceDiscoveryServiceCollection. Collection of supported services for Resource Discovery.

Returns:The items of this ResourceDiscoveryServiceCollection.
Return type:list[oci.resource_manager.models.ResourceDiscoveryServiceSummary]