TopologyAssociation Class

Resources that have an association with the parent resource.

Inheritance
TopologyAssociation

Constructor

TopologyAssociation(*, name: typing.Union[str, NoneType] = None, resource_id: typing.Union[str, NoneType] = None, association_type: typing.Union[str, _ForwardRef('AssociationType'), NoneType] = None, **kwargs)

Parameters

name
str

The name of the resource that is associated with the parent resource.

resource_id
str

The ID of the resource that is associated with the parent resource.

association_type
str or AssociationType

The association type of the child resource to the parent resource. Possible values include: "Associated", "Contains".