UpdateUrlListDetails

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

Bases: object

The request details to be updated in the URL List for the policy.

Methods

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

Attributes

urls [Required] Gets the urls of this UpdateUrlListDetails.
__init__(**kwargs)

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

Parameters:urls (list[oci.network_firewall.models.UrlPattern]) – The value to assign to the urls property of this UpdateUrlListDetails.
urls

[Required] Gets the urls of this UpdateUrlListDetails. List of urls.

Returns:The urls of this UpdateUrlListDetails.
Return type:list[oci.network_firewall.models.UrlPattern]