UpdateSecurityZoneDetails¶
-
class
oci.cloud_guard.models.
UpdateSecurityZoneDetails
(**kwargs)¶ Bases:
object
Parameters to be used to update a security zone.
Methods
__init__
(**kwargs)Initializes a new UpdateSecurityZoneDetails object with values from keyword arguments. Attributes
defined_tags
Gets the defined_tags of this UpdateSecurityZoneDetails. description
Gets the description of this UpdateSecurityZoneDetails. display_name
[Required] Gets the display_name of this UpdateSecurityZoneDetails. freeform_tags
Gets the freeform_tags of this UpdateSecurityZoneDetails. security_zone_recipe_id
Gets the security_zone_recipe_id of this UpdateSecurityZoneDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateSecurityZoneDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - display_name (str) – The value to assign to the display_name property of this UpdateSecurityZoneDetails.
- description (str) – The value to assign to the description property of this UpdateSecurityZoneDetails.
- security_zone_recipe_id (str) – The value to assign to the security_zone_recipe_id property of this UpdateSecurityZoneDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateSecurityZoneDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateSecurityZoneDetails.
Gets the defined_tags of this UpdateSecurityZoneDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}
Returns: The defined_tags of this UpdateSecurityZoneDetails. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this UpdateSecurityZoneDetails. The security zone’s description
Returns: The description of this UpdateSecurityZoneDetails. Return type: str
-
display_name
¶ [Required] Gets the display_name of this UpdateSecurityZoneDetails. The security zone’s display name
Returns: The display_name of this UpdateSecurityZoneDetails. Return type: str
Gets the freeform_tags of this UpdateSecurityZoneDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}
Avoid entering confidential information.
Returns: The freeform_tags of this UpdateSecurityZoneDetails. Return type: dict(str, str)
-
security_zone_recipe_id
¶ Gets the security_zone_recipe_id of this UpdateSecurityZoneDetails. The OCID of the security recipe (SecurityRecipe resource) for the security zone
Returns: The security_zone_recipe_id of this UpdateSecurityZoneDetails. Return type: str
-