ConditionMetadataType¶
-
class
oci.cloud_guard.models.
ConditionMetadataType
(**kwargs)¶ Bases:
object
condition type provided by cloud guard
Methods
__init__
(**kwargs)Initializes a new ConditionMetadataType object with values from keyword arguments. Attributes
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.
-
name
¶ [Required] Gets the name of this ConditionMetadataType. Name used to identify
Returns: The name of this ConditionMetadataType. Return type: str
-
service_types
¶ [Required] Gets the service_types of this ConditionMetadataType. collection of Service type
Returns: The service_types of this ConditionMetadataType. Return type: list[oci.cloud_guard.models.ServiceTypeSummary]
-