UpdateServiceListDetails

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

Bases: object

Request for updating an existing service in context to the network firewall policy.

Methods

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

Attributes

description Gets the description of this UpdateServiceListDetails.
services [Required] Gets the services of this UpdateServiceListDetails.
__init__(**kwargs)

Initializes a new UpdateServiceListDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • services (list[str]) – The value to assign to the services property of this UpdateServiceListDetails.
  • description (str) – The value to assign to the description property of this UpdateServiceListDetails.
description

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

Returns:The description of this UpdateServiceListDetails.
Return type:str
services

[Required] Gets the services of this UpdateServiceListDetails. Collection of service names.

Returns:The services of this UpdateServiceListDetails.
Return type:list[str]