Class UpdateNetworkAddressListAddressesDetails
The information to be updated for NetworkAddressListAddresses.
Inherited Members
Namespace: Oci.WafService.Models
Assembly: OCI.DotNetSDK.Waf.dll
Syntax
public class UpdateNetworkAddressListAddressesDetails : UpdateNetworkAddressListDetailsProperties
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. |