Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace VcnTopology

Defines the representation of a virtual network topology for a VCN. See Network Visualizer Documentation for more information, including conventions and pictures of symbols.

Properties

entities

entities: Array<any>

Lists entities comprising the virtual network topology.

limitedEntities

limitedEntities: Array<string>

Lists entities that are limited during ingestion. The values for the items in the list are the entity type names of the limitedEntities. Example: {@code vcn}

relationships

relationships: Array<TopologyEntityRelationship>

Lists relationships between entities in the virtual network topology.

timeCreated

timeCreated: Date

Records when the virtual network topology was created, in RFC3339 format for date and time.

Const type

type: string = "VCN"

Optional vcnId

vcnId: undefined | string

The OCID of the VCN for which the topology is generated.

Methods

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: Topology): object

getJsonObj