UpdateApplicationGroupDetails

class oci.network_firewall.models.UpdateApplicationGroupDetails(**kwargs)

Bases: object

Request for updating an existing application in context to the network firewall policy.

Methods

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

Attributes

apps [Required] Gets the apps of this UpdateApplicationGroupDetails.
description Gets the description of this UpdateApplicationGroupDetails.
__init__(**kwargs)

Initializes a new UpdateApplicationGroupDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • apps (list[str]) – The value to assign to the apps property of this UpdateApplicationGroupDetails.
  • description (str) – The value to assign to the description property of this UpdateApplicationGroupDetails.
apps

[Required] Gets the apps of this UpdateApplicationGroupDetails. Collection of application names.

Returns:The apps of this UpdateApplicationGroupDetails.
Return type:list[str]
description

Gets the description of this UpdateApplicationGroupDetails. The description of the application list. This field can be used to add additional info.

Returns:The description of this UpdateApplicationGroupDetails.
Return type:str