Show / Hide Table of Contents

Class NetworkAddressListAddresses

A NetworkAddressList that contains addresses.

Inheritance
object
NetworkAddressList
NetworkAddressListAddresses
Inherited Members
NetworkAddressList.Id
NetworkAddressList.DisplayName
NetworkAddressList.CompartmentId
NetworkAddressList.TimeCreated
NetworkAddressList.TimeUpdated
NetworkAddressList.LifecycleState
NetworkAddressList.LifecycleDetails
NetworkAddressList.FreeformTags
NetworkAddressList.DefinedTags
NetworkAddressList.SystemTags
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.WafService.Models
Assembly: OCI.DotNetSDK.Waf.dll
Syntax
public class NetworkAddressListAddresses : NetworkAddressList

Properties

Addresses

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

A list of IP address prefixes in CIDR notation. To specify all addresses, use "0.0.0.0/0" for IPv4 and "::/0" for IPv6.

Remarks

Required

In this article
Back to top