Show / Hide Table of Contents

Class SubnetTopology

Defines the visualization of a subnet in a VCN. See Network Visualizer Documentation for more information, including conventions and pictures of symbols.

Inheritance
object
Topology
SubnetTopology
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 SubnetTopology : Topology

Properties

SubnetId

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

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

In this article
Back to top