Class TopologyAssociatedWithRelationshipDetails
Defines association details for an associatedWith relationship.
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class TopologyAssociatedWithRelationshipDetails
  Properties
Via
Declaration
[JsonProperty(PropertyName = "via")]
public List<string> Via { get; set; }
  Property Value
| Type | Description | 
|---|---|
| List<string> | The OCID of the entities via which the relationship is created. For example an instance is associated with a network security group via the VNIC attachment and the VNIC.  |