Show / Hide Table of Contents

Class UrlListSummary

URL List Summary in the network firewall policy

Inheritance
object
UrlListSummary
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.NetworkfirewallService.Models
Assembly: OCI.DotNetSDK.Networkfirewall.dll
Syntax
public class UrlListSummary

Properties

Name

Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type Description
string

Name of URL List

Remarks

Required

ParentResourceId

Declaration
[Required(ErrorMessage = "ParentResourceId is required.")]
[JsonProperty(PropertyName = "parentResourceId")]
public string ParentResourceId { get; set; }
Property Value
Type Description
string

OCID of the Network Firewall Policy this mapped secret belongs to.

Remarks

Required

TotalUrls

Declaration
[Required(ErrorMessage = "TotalUrls is required.")]
[JsonProperty(PropertyName = "totalUrls")]
public int? TotalUrls { get; set; }
Property Value
Type Description
int?

Total count of URLs in the URL List

Remarks

Required

In this article
Back to top