Show / Hide Table of Contents

Class UpdateIpAddressListDetails

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

Inheritance
object
UpdateAddressListDetails
UpdateIpAddressListDetails
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 UpdateIpAddressListDetails : 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 IP addresses which could be IPv4 or IPv6 addresses or CIDR blocks.

Remarks

Required

In this article
Back to top