TopologyAssociatedWithRelationshipDetails

class oci.vn_monitoring.models.TopologyAssociatedWithRelationshipDetails(**kwargs)

Bases: object

Defines association details for an associatedWith relationship.

Methods

__init__(**kwargs) Initializes a new TopologyAssociatedWithRelationshipDetails object with values from keyword arguments.

Attributes

via Gets the via of this TopologyAssociatedWithRelationshipDetails.
__init__(**kwargs)

Initializes a new TopologyAssociatedWithRelationshipDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:via (list[str]) – The value to assign to the via property of this TopologyAssociatedWithRelationshipDetails.
via

Gets the via of this TopologyAssociatedWithRelationshipDetails. 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.

Returns:The via of this TopologyAssociatedWithRelationshipDetails.
Return type:list[str]