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

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.
services

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

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