ApplicationGroupSummary¶
- 
class oci.network_firewall.models.ApplicationGroupSummary(**kwargs)¶
- Bases: - object- Summary object for application list in the network firewall policy. - Methods - __init__(**kwargs)- Initializes a new ApplicationGroupSummary object with values from keyword arguments. - Attributes - name- [Required] Gets the name of this ApplicationGroupSummary. - parent_resource_id- [Required] Gets the parent_resource_id of this ApplicationGroupSummary. - total_apps- [Required] Gets the total_apps of this ApplicationGroupSummary. - 
__init__(**kwargs)¶
- Initializes a new ApplicationGroupSummary 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 ApplicationGroupSummary.
- total_apps (int) – The value to assign to the total_apps property of this ApplicationGroupSummary.
- parent_resource_id (str) – The value to assign to the parent_resource_id property of this ApplicationGroupSummary.
 
 - 
name¶
- [Required] Gets the name of this ApplicationGroupSummary. Name of the application groups. - Returns: - The name of this ApplicationGroupSummary. - Return type: - str 
 - 
parent_resource_id¶
- [Required] Gets the parent_resource_id of this ApplicationGroupSummary. OCID of the Network Firewall Policy this application group belongs to. - Returns: - The parent_resource_id of this ApplicationGroupSummary. - Return type: - str 
 - 
total_apps¶
- [Required] Gets the total_apps of this ApplicationGroupSummary. Count of total applications in the given application group. - Returns: - The total_apps of this ApplicationGroupSummary. - Return type: - int 
 
-