Show / Hide Table of Contents

Class TopologyAssociatedWithEntityRelationship

Defines the AssociatedWith relationship between virtual network topology entities. An AssociatedWith relationship is defined when there is no obvious contains relationship but entities are still related. For example, a DRG is associated with a VCN because a DRG is not managed by VCN but can be attached to a VCN.

Inheritance
object
TopologyEntityRelationship
TopologyAssociatedWithEntityRelationship
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 TopologyAssociatedWithEntityRelationship : TopologyEntityRelationship

Properties

AssociatedWithDetails

Declaration
[JsonProperty(PropertyName = "associatedWithDetails")]
public TopologyAssociatedWithRelationshipDetails AssociatedWithDetails { get; set; }
Property Value
Type Description
TopologyAssociatedWithRelationshipDetails
In this article
Back to top