Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace NetworkAddressListVcnAddresses

A NetworkAddressList that contains VCN addresses.

Properties

compartmentId

compartmentId: string

The OCID of the compartment.

definedTags

definedTags: object

Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {@code {"foo-namespace": {"bar-key": "value"}}}

Type declaration

  • [key: string]: object
    • [key: string]: any

displayName

displayName: string

NetworkAddressList display name, can be renamed.

freeformTags

freeformTags: object

Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {@code {"bar-key": "value"}}

Type declaration

  • [key: string]: string

id

id: string

The OCID of the NetworkAddressList.

Optional lifecycleDetails

lifecycleDetails: undefined | string

A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in FAILED state.

lifecycleState

lifecycleState: LifecycleState

The current state of the NetworkAddressList.

systemTags

systemTags: object

Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {@code {"orcl-cloud": {"free-tier-retained": "true"}}}

Type declaration

  • [key: string]: object
    • [key: string]: any

timeCreated

timeCreated: Date

The time the NetworkAddressList was created. An RFC3339 formatted datetime string.

Optional timeUpdated

timeUpdated: Date

The time the NetworkAddressList was updated. An RFC3339 formatted datetime string.

Const type

type: string = "VCN_ADDRESSES"

vcnAddresses

vcnAddresses: Array<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.

Methods

getDeserializedJsonObj

getJsonObj