ConditionMetadataType¶
-
class
oci.cloud_guard.models.ConditionMetadataType(**kwargs)¶ Bases:
objectThe metadata definition of the requested condition type.
Methods
__init__(**kwargs)Initializes a new ConditionMetadataType object with values from keyword arguments. Attributes
locksGets the locks of this ConditionMetadataType. name[Required] Gets the name of this ConditionMetadataType. service_types[Required] Gets the service_types of this ConditionMetadataType. -
__init__(**kwargs)¶ Initializes a new ConditionMetadataType object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this ConditionMetadataType.
- service_types (list[oci.cloud_guard.models.ServiceTypeSummary]) – The value to assign to the service_types property of this ConditionMetadataType.
- locks (list[oci.cloud_guard.models.ResourceLock]) – The value to assign to the locks property of this ConditionMetadataType.
-
locks¶ Gets the locks of this ConditionMetadataType. Locks associated with this resource.
Returns: The locks of this ConditionMetadataType. Return type: list[oci.cloud_guard.models.ResourceLock]
-
name¶ [Required] Gets the name of this ConditionMetadataType. Name used to identify the condition metadata type
Returns: The name of this ConditionMetadataType. Return type: str
-
service_types¶ [Required] Gets the service_types of this ConditionMetadataType. Collection of ServiceTypeSummary resources
Returns: The service_types of this ConditionMetadataType. Return type: list[oci.cloud_guard.models.ServiceTypeSummary]
-