Show / Hide Table of Contents

Class UpdateNetworkAddressListVcnAddressesDetails

The information to be updated for NetworkAddressListVcnAddresses.

Inheritance
object
UpdateNetworkAddressListDetails
UpdateNetworkAddressListVcnAddressesDetails
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 UpdateNetworkAddressListVcnAddressesDetails : UpdateNetworkAddressListDetails

Properties

VcnAddresses

Declaration
[JsonProperty(PropertyName = "vcnAddresses")]
public List<PrivateAddresses> VcnAddresses { get; set; }
Property Value
Type Description
List<PrivateAddresses>

A list of private address prefixes, each associated with a particular VCN. To specify all addresses in a VCN, use "0.0.0.0/0" for IPv4 and "::/0" for IPv6.

In this article
Back to top