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. -
__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.
-
apps
¶ [Required] Gets the apps of this UpdateApplicationGroupDetails. Collection of application names.
Returns: The apps of this UpdateApplicationGroupDetails. Return type: list[str]
-