TopologyContainsEntityRelationship

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

Bases: oci.core.models.topology_entity_relationship.TopologyEntityRelationship

Defines the contains relationship between virtual network topology entities. A Contains relationship is defined when an entity fully owns, contains or manages another entity. For example, a subnet is contained and managed in the scope of a VCN, therefore a VCN has a contains relationship to a subnet.

Attributes

TYPE_ASSOCIATED_WITH str(object=’’) -> str
TYPE_CONTAINS str(object=’’) -> str
TYPE_ROUTES_TO str(object=’’) -> str
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 TopologyContainsEntityRelationship 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'
TYPE_CONTAINS = 'CONTAINS'
TYPE_ROUTES_TO = 'ROUTES_TO'
__init__(**kwargs)

Initializes a new TopologyContainsEntityRelationship object with values from keyword arguments. The default value of the type attribute of this class is CONTAINS and it should not be changed. 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 TopologyContainsEntityRelationship.
  • id2 (str) – The value to assign to the id2 property of this TopologyContainsEntityRelationship.
  • type (str) – The value to assign to the type property of this TopologyContainsEntityRelationship. Allowed values for this property are: “CONTAINS”, “ASSOCIATED_WITH”, “ROUTES_TO”
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