Show / Hide Table of Contents

Class VcnTopology

Defines the representation of a virtual network topology for a VCN.

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.VnmonitoringService.Models
Assembly: OCI.DotNetSDK.Vnmonitoring.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