Show / Hide Table of Contents

Class SubnetTopology

Defines the visualization of a subnet in a VCN.

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