ConditionMetadataTypeCollection¶
-
class
oci.cloud_guard.models.ConditionMetadataTypeCollection(**kwargs)¶ Bases:
objectThe collection of available condition types.
Methods
__init__(**kwargs)Initializes a new ConditionMetadataTypeCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this ConditionMetadataTypeCollection. locksGets the locks of this ConditionMetadataTypeCollection. -
__init__(**kwargs)¶ Initializes a new ConditionMetadataTypeCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - items (list[oci.cloud_guard.models.ConditionMetadataTypeSummary]) – The value to assign to the items property of this ConditionMetadataTypeCollection.
- locks (list[oci.cloud_guard.models.ResourceLock]) – The value to assign to the locks property of this ConditionMetadataTypeCollection.
-
items¶ [Required] Gets the items of this ConditionMetadataTypeCollection. List of ConditionMetadataTypeSummary resources
Returns: The items of this ConditionMetadataTypeCollection. Return type: list[oci.cloud_guard.models.ConditionMetadataTypeSummary]
-
locks¶ Gets the locks of this ConditionMetadataTypeCollection. Locks associated with this resource.
Returns: The locks of this ConditionMetadataTypeCollection. Return type: list[oci.cloud_guard.models.ResourceLock]
-