UpdateHostScanRecipeDetails¶
-
class
oci.vulnerability_scanning.models.
UpdateHostScanRecipeDetails
(**kwargs)¶ Bases:
object
The information to update an existing host scan recipe
Methods
__init__
(**kwargs)Initializes a new UpdateHostScanRecipeDetails object with values from keyword arguments. Attributes
agent_settings
Gets the agent_settings of this UpdateHostScanRecipeDetails. application_settings
Gets the application_settings of this UpdateHostScanRecipeDetails. defined_tags
Gets the defined_tags of this UpdateHostScanRecipeDetails. display_name
Gets the display_name of this UpdateHostScanRecipeDetails. freeform_tags
Gets the freeform_tags of this UpdateHostScanRecipeDetails. port_settings
Gets the port_settings of this UpdateHostScanRecipeDetails. schedule
Gets the schedule of this UpdateHostScanRecipeDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateHostScanRecipeDetails 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 UpdateHostScanRecipeDetails.
- port_settings (oci.vulnerability_scanning.models.HostScanPortSettings) – The value to assign to the port_settings property of this UpdateHostScanRecipeDetails.
- agent_settings (oci.vulnerability_scanning.models.HostScanAgentSettings) – The value to assign to the agent_settings property of this UpdateHostScanRecipeDetails.
- application_settings (oci.vulnerability_scanning.models.ApplicationScanSettings) – The value to assign to the application_settings property of this UpdateHostScanRecipeDetails.
- schedule (oci.vulnerability_scanning.models.Schedule) – The value to assign to the schedule property of this UpdateHostScanRecipeDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateHostScanRecipeDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateHostScanRecipeDetails.
-
agent_settings
¶ Gets the agent_settings of this UpdateHostScanRecipeDetails.
Returns: The agent_settings of this UpdateHostScanRecipeDetails. Return type: oci.vulnerability_scanning.models.HostScanAgentSettings
-
application_settings
¶ Gets the application_settings of this UpdateHostScanRecipeDetails.
Returns: The application_settings of this UpdateHostScanRecipeDetails. Return type: oci.vulnerability_scanning.models.ApplicationScanSettings
Gets the defined_tags of this UpdateHostScanRecipeDetails. 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 UpdateHostScanRecipeDetails. Return type: dict(str, dict(str, object))
-
display_name
¶ Gets the display_name of this UpdateHostScanRecipeDetails. Recipe identifier, which can be renamed. Avoid entering confidential information.
Returns: The display_name of this UpdateHostScanRecipeDetails. Return type: str
Gets the freeform_tags of this UpdateHostScanRecipeDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}
Returns: The freeform_tags of this UpdateHostScanRecipeDetails. Return type: dict(str, str)
-
port_settings
¶ Gets the port_settings of this UpdateHostScanRecipeDetails.
Returns: The port_settings of this UpdateHostScanRecipeDetails. Return type: oci.vulnerability_scanning.models.HostScanPortSettings
-
schedule
¶ Gets the schedule of this UpdateHostScanRecipeDetails.
Returns: The schedule of this UpdateHostScanRecipeDetails. Return type: oci.vulnerability_scanning.models.Schedule
-