Show / Hide Table of Contents

Class TopologyAssociatedWithRelationshipDetails

Defines association details for an associatedWith relationship.

Inheritance
object
TopologyAssociatedWithRelationshipDetails
Inherited Members
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 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.

In this article
Back to top