TopologyAssociation Class

Resources that have an association with the parent resource.

Constructor

TopologyAssociation(*args: Any, **kwargs: Any)

Variables

Name Description
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

The association type of the child resource to the parent resource. Known values are: "Associated" and "Contains".

Attributes

association_type

The association type of the child resource to the parent resource. Known values are: "Associated" and "Contains".

association_type: str | _models.AssociationType | None

name

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

name: str | None

resource_id

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

resource_id: str | None