UpdateConfigurationDetails¶
-
class
oci.cloud_guard.models.
UpdateConfigurationDetails
(**kwargs)¶ Bases:
object
Parameters to update Cloud Guard configuration details for a tenancy.
Attributes
STATUS_DISABLED
A constant which can be used with the status property of a UpdateConfigurationDetails. STATUS_ENABLED
A constant which can be used with the status property of a UpdateConfigurationDetails. reporting_region
[Required] Gets the reporting_region of this UpdateConfigurationDetails. self_manage_resources
Gets the self_manage_resources of this UpdateConfigurationDetails. service_configurations
Gets the service_configurations of this UpdateConfigurationDetails. status
[Required] Gets the status of this UpdateConfigurationDetails. Methods
__init__
(**kwargs)Initializes a new UpdateConfigurationDetails object with values from keyword arguments. -
STATUS_DISABLED
= 'DISABLED'¶ A constant which can be used with the status property of a UpdateConfigurationDetails. This constant has a value of “DISABLED”
-
STATUS_ENABLED
= 'ENABLED'¶ A constant which can be used with the status property of a UpdateConfigurationDetails. This constant has a value of “ENABLED”
-
__init__
(**kwargs)¶ Initializes a new UpdateConfigurationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - reporting_region (str) – The value to assign to the reporting_region property of this UpdateConfigurationDetails.
- status (str) – The value to assign to the status property of this UpdateConfigurationDetails. Allowed values for this property are: “ENABLED”, “DISABLED”
- service_configurations (list[oci.cloud_guard.models.ServiceConfiguration]) – The value to assign to the service_configurations property of this UpdateConfigurationDetails.
- self_manage_resources (bool) – The value to assign to the self_manage_resources property of this UpdateConfigurationDetails.
-
reporting_region
¶ [Required] Gets the reporting_region of this UpdateConfigurationDetails. The reporting region
Returns: The reporting_region of this UpdateConfigurationDetails. Return type: str
-
self_manage_resources
¶ Gets the self_manage_resources of this UpdateConfigurationDetails. Identifies if Oracle managed resources will be created by customers. If no value is specified false is the default.
Returns: The self_manage_resources of this UpdateConfigurationDetails. Return type: bool
-
service_configurations
¶ Gets the service_configurations of this UpdateConfigurationDetails. List of service configurations for tenant
Returns: The service_configurations of this UpdateConfigurationDetails. Return type: list[oci.cloud_guard.models.ServiceConfiguration]
-
status
¶ [Required] Gets the status of this UpdateConfigurationDetails. Status of Cloud Guard tenant
Allowed values for this property are: “ENABLED”, “DISABLED”
Returns: The status of this UpdateConfigurationDetails. Return type: str
-