TopologyEntityRelationship

class oci.core.models.TopologyEntityRelationship(**kwargs)

Bases: object

Defines the relationship between Virtual Network topology entities.

Attributes

TYPE_ASSOCIATED_WITH A constant which can be used with the type property of a TopologyEntityRelationship.
TYPE_CONTAINS A constant which can be used with the type property of a TopologyEntityRelationship.
TYPE_ROUTES_TO A constant which can be used with the type property of a TopologyEntityRelationship.
id1 [Required] Gets the id1 of this TopologyEntityRelationship.
id2 [Required] Gets the id2 of this TopologyEntityRelationship.
type [Required] Gets the type of this TopologyEntityRelationship.

Methods

__init__(**kwargs) Initializes a new TopologyEntityRelationship object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
TYPE_ASSOCIATED_WITH = 'ASSOCIATED_WITH'

A constant which can be used with the type property of a TopologyEntityRelationship. This constant has a value of “ASSOCIATED_WITH”

TYPE_CONTAINS = 'CONTAINS'

A constant which can be used with the type property of a TopologyEntityRelationship. This constant has a value of “CONTAINS”

TYPE_ROUTES_TO = 'ROUTES_TO'

A constant which can be used with the type property of a TopologyEntityRelationship. This constant has a value of “ROUTES_TO”

__init__(**kwargs)

Initializes a new TopologyEntityRelationship object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:

The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • id1 (str) – The value to assign to the id1 property of this TopologyEntityRelationship.
  • id2 (str) – The value to assign to the id2 property of this TopologyEntityRelationship.
  • type (str) – The value to assign to the type property of this TopologyEntityRelationship. Allowed values for this property are: “CONTAINS”, “ASSOCIATED_WITH”, “ROUTES_TO”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.

id1

[Required] Gets the id1 of this TopologyEntityRelationship. The OCID of the first entity in the relationship.

Returns:The id1 of this TopologyEntityRelationship.
Return type:str
id2

[Required] Gets the id2 of this TopologyEntityRelationship. The OCID of the second entity in the relationship.

Returns:The id2 of this TopologyEntityRelationship.
Return type:str
type

[Required] Gets the type of this TopologyEntityRelationship. The type of relationship between the entities.

Allowed values for this property are: “CONTAINS”, “ASSOCIATED_WITH”, “ROUTES_TO”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The type of this TopologyEntityRelationship.
Return type:str