ServiceList¶
-
class
oci.network_firewall.models.
ServiceList
(**kwargs)¶ Bases:
object
A group of services.
Methods
__init__
(**kwargs)Initializes a new ServiceList object with values from keyword arguments. Attributes
name
[Required] Gets the name of this ServiceList. parent_resource_id
[Required] Gets the parent_resource_id of this ServiceList. services
[Required] Gets the services of this ServiceList. total_services
[Required] Gets the total_services of this ServiceList. -
__init__
(**kwargs)¶ Initializes a new ServiceList 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 ServiceList.
- services (list[str]) – The value to assign to the services property of this ServiceList.
- total_services (int) – The value to assign to the total_services property of this ServiceList.
- parent_resource_id (str) – The value to assign to the parent_resource_id property of this ServiceList.
-
name
¶ [Required] Gets the name of this ServiceList. Name of the service Group.
Returns: The name of this ServiceList. Return type: str
-
parent_resource_id
¶ [Required] Gets the parent_resource_id of this ServiceList. OCID of the Network Firewall Policy this serviceList belongs to.
Returns: The parent_resource_id of this ServiceList. Return type: str
-
services
¶ [Required] Gets the services of this ServiceList. List of services in the group.
Returns: The services of this ServiceList. Return type: list[str]
-
total_services
¶ [Required] Gets the total_services of this ServiceList. Count of total services in the given service List.
Returns: The total_services of this ServiceList. Return type: int
-