Show / Hide Table of Contents

Class UpdateFqdnAddressListDetails

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

Inheritance
object
UpdateAddressListDetails
UpdateFqdnAddressListDetails
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 UpdateFqdnAddressListDetails : UpdateAddressListDetails

Properties

Addresses

Declaration
[Required(ErrorMessage = "Addresses is required.")]
[JsonProperty(PropertyName = "addresses")]
public List<string> Addresses { get; set; }
Property Value
Type Description
List<string>

List of FQDN addresses.

Remarks

Required

In this article
Back to top