Show / Hide Table of Contents

Class 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.

Inheritance
object
Topology
VcnTopology
Inherited Members
Topology.Entities
Topology.Relationships
Topology.LimitedEntities
Topology.TimeCreated
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class VcnTopology : Topology

Properties

VcnId

Declaration
[JsonProperty(PropertyName = "vcnId")]
public string VcnId { get; set; }
Property Value
Type Description
string

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

In this article
Back to top