ServiceListSummary

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

Bases: object

Summary object for service list in the network firewall policy.

Methods

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

Attributes

description Gets the description of this ServiceListSummary.
name [Required] Gets the name of this ServiceListSummary.
parent_resource_id [Required] Gets the parent_resource_id of this ServiceListSummary.
total_services [Required] Gets the total_services of this ServiceListSummary.
__init__(**kwargs)

Initializes a new ServiceListSummary 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 ServiceListSummary.
  • total_services (int) – The value to assign to the total_services property of this ServiceListSummary.
  • parent_resource_id (str) – The value to assign to the parent_resource_id property of this ServiceListSummary.
  • description (str) – The value to assign to the description property of this ServiceListSummary.
description

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

Returns:The description of this ServiceListSummary.
Return type:str
name

[Required] Gets the name of this ServiceListSummary. Name of the service groups.

Returns:The name of this ServiceListSummary.
Return type:str
parent_resource_id

[Required] Gets the parent_resource_id of this ServiceListSummary. OCID of the Network Firewall Policy this application belongs to.

Returns:The parent_resource_id of this ServiceListSummary.
Return type:str
total_services

[Required] Gets the total_services of this ServiceListSummary. Count of total services in the given service List.

Returns:The total_services of this ServiceListSummary.
Return type:int