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.
Inherited Members
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 |