Show / Hide Table of Contents

Class TopologyContainsEntityRelationship

Defines the contains relationship between virtual network topology entities. A Contains relationship is defined when an entity fully owns, contains or manages another entity. For example, a subnet is contained and managed in the scope of a VCN, therefore a VCN has a contains relationship to a subnet.

Inheritance
object
TopologyEntityRelationship
TopologyContainsEntityRelationship
Inherited Members
TopologyEntityRelationship.Id1
TopologyEntityRelationship.Id2
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 TopologyContainsEntityRelationship : TopologyEntityRelationship
In this article
Back to top