UpdateUrlListDetails¶
-
class
oci.network_firewall.models.UpdateUrlListDetails(**kwargs)¶ Bases:
objectThe 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
descriptionGets the description of this UpdateUrlListDetails. 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.
- description (str) – The value to assign to the description property of this UpdateUrlListDetails.
-
description¶ Gets the description of this UpdateUrlListDetails. The description of the Url list. This field can be used to add additional info.
Returns: The description of this UpdateUrlListDetails. Return type: str
-
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]
-