Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Topology

Defines the representation of a virtual network topology.

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.

type

type: string

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: Topology): object

getJsonObj