Show / Hide Table of Contents

Class CreateNetworkAddressListAddressesDetails

The information about new NetworkAddressListAddresses.

Inheritance
object
CreateNetworkAddressListDetails
CreateNetworkAddressListAddressesDetails
Inherited Members
CreateNetworkAddressListDetails.DisplayName
CreateNetworkAddressListDetails.CompartmentId
CreateNetworkAddressListDetails.FreeformTags
CreateNetworkAddressListDetails.DefinedTags
CreateNetworkAddressListDetails.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 CreateNetworkAddressListAddressesDetails : CreateNetworkAddressListDetails

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