OnboardingPolicyCollection

class oci.fleet_apps_management.models.OnboardingPolicyCollection(**kwargs)

Bases: object

List of FleetAppManagementService Onboard policies.

Methods

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

Attributes

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

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

Parameters:items (list[oci.fleet_apps_management.models.OnboardingPolicySummary]) – The value to assign to the items property of this OnboardingPolicyCollection.
items

[Required] Gets the items of this OnboardingPolicyCollection. List of FleetAppManagementService Onboard policies.

Returns:The items of this OnboardingPolicyCollection.
Return type:list[oci.fleet_apps_management.models.OnboardingPolicySummary]