ConditionMetadataType

class oci.cloud_guard.models.ConditionMetadataType(**kwargs)

Bases: object

The metadata definition of the requested condition type.

Methods

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

Attributes

locks Gets 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:
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]