ApplicationGroup¶
-
class
oci.network_firewall.models.
ApplicationGroup
(**kwargs)¶ Bases:
object
A group of applications.
Methods
__init__
(**kwargs)Initializes a new ApplicationGroup object with values from keyword arguments. Attributes
apps
[Required] Gets the apps of this ApplicationGroup. name
[Required] Gets the name of this ApplicationGroup. parent_resource_id
[Required] Gets the parent_resource_id of this ApplicationGroup. total_apps
[Required] Gets the total_apps of this ApplicationGroup. -
__init__
(**kwargs)¶ Initializes a new ApplicationGroup object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this ApplicationGroup.
- apps (list[str]) – The value to assign to the apps property of this ApplicationGroup.
- total_apps (int) – The value to assign to the total_apps property of this ApplicationGroup.
- parent_resource_id (str) – The value to assign to the parent_resource_id property of this ApplicationGroup.
-
apps
¶ [Required] Gets the apps of this ApplicationGroup. List of apps in the group.
Returns: The apps of this ApplicationGroup. Return type: list[str]
-
name
¶ [Required] Gets the name of this ApplicationGroup. Name of the application Group.
Returns: The name of this ApplicationGroup. Return type: str
-
parent_resource_id
¶ [Required] Gets the parent_resource_id of this ApplicationGroup. OCID of the Network Firewall Policy this application group belongs to.
Returns: The parent_resource_id of this ApplicationGroup. Return type: str
-
total_apps
¶ [Required] Gets the total_apps of this ApplicationGroup. Count of total applications in the given application group.
Returns: The total_apps of this ApplicationGroup. Return type: int
-