MulticloudPolicyCollection

class oci.multicloud.models.MulticloudPolicyCollection(**kwargs)

Bases: object

Multicloud Policy information.

Methods

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

Attributes

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

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

Parameters:
  • compartment_id (str) – The value to assign to the compartment_id property of this MulticloudPolicyCollection.
  • items (list[oci.multicloud.models.MulticloudPolicySummary]) – The value to assign to the items property of this MulticloudPolicyCollection.
compartment_id

[Required] Gets the compartment_id of this MulticloudPolicyCollection. Tenancy OCID used for the query.

Returns:The compartment_id of this MulticloudPolicyCollection.
Return type:str
items

Gets the items of this MulticloudPolicyCollection. List of MulticloudPolicySummary.

Returns:The items of this MulticloudPolicyCollection.
Return type:list[oci.multicloud.models.MulticloudPolicySummary]