Skip to content

Commit

Permalink
feat: add virtualization objects support (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
leoparente authored Aug 30, 2024
1 parent 7aec8c9 commit d0a9729
Show file tree
Hide file tree
Showing 6 changed files with 1,338 additions and 27 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,12 @@ if __name__ == "__main__":
* [Role](./docs/entities.md#role)
* [IP Address](./docs/entities.md#ip-address)
* [Prefix](./docs/entities.md#prefix)
* [Cluster Group](./docs/entities.md#cluster-group)
* [Cluster Type](./docs/entities.md#cluster-type)
* [Cluster](./docs/entities.md#cluster)
* [Virtual Machine](./docs/entities.md#virtual-machine)
* [Virtual Disk](./docs/entities.md#virtual-disk)
* [VM Interface](./docs/entities.md#vm-interface)

## Development notes

Expand Down
Loading

0 comments on commit d0a9729

Please sign in to comment.