Show / Hide Table of Contents

Class UpdateNetworkAddressListAddressesDetails

The information to be updated for NetworkAddressListAddresses.

Inheritance
object
UpdateNetworkAddressListDetails
UpdateNetworkAddressListAddressesDetails
Inherited Members
UpdateNetworkAddressListDetails.DisplayName
UpdateNetworkAddressListDetails.FreeformTags
UpdateNetworkAddressListDetails.DefinedTags
UpdateNetworkAddressListDetails.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 UpdateNetworkAddressListAddressesDetails : UpdateNetworkAddressListDetails

Properties

Addresses

Declaration
[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.

In this article
Back to top