Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace SubnetTopology

Defines the visualization of a subnet in 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.

Optional subnetId

subnetId: undefined | string

The OCID of the subnet for which the visualization is generated.

timeCreated

timeCreated: Date

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

Const type

type: string = "SUBNET"

Methods

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: Topology): object

getJsonObj