UrlListSummary¶
-
class
oci.network_firewall.models.
UrlListSummary
(**kwargs)¶ Bases:
object
URL List Summary in the network firewall policy
Methods
__init__
(**kwargs)Initializes a new UrlListSummary object with values from keyword arguments. Attributes
name
[Required] Gets the name of this UrlListSummary. parent_resource_id
[Required] Gets the parent_resource_id of this UrlListSummary. total_urls
[Required] Gets the total_urls of this UrlListSummary. -
__init__
(**kwargs)¶ Initializes a new UrlListSummary 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 UrlListSummary.
- total_urls (int) – The value to assign to the total_urls property of this UrlListSummary.
- parent_resource_id (str) – The value to assign to the parent_resource_id property of this UrlListSummary.
-
name
¶ [Required] Gets the name of this UrlListSummary. Name of URL List
Returns: The name of this UrlListSummary. Return type: str
-
parent_resource_id
¶ [Required] Gets the parent_resource_id of this UrlListSummary. OCID of the Network Firewall Policy this mapped secret belongs to.
Returns: The parent_resource_id of this UrlListSummary. Return type: str
-
total_urls
¶ [Required] Gets the total_urls of this UrlListSummary. Total count of URLs in the URL List
Returns: The total_urls of this UrlListSummary. Return type: int
-