mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 03:11:24 -07:00
Add new CloudStack module cs_physical_network (#54098)
This commit is contained in:
parent
a191ed7b58
commit
cdb1d02f4c
5 changed files with 723 additions and 0 deletions
|
@ -106,6 +106,7 @@ class AnsibleCloudStack:
|
|||
self.project = None
|
||||
self.ip_address = None
|
||||
self.network = None
|
||||
self.physical_network = None
|
||||
self.vpc = None
|
||||
self.zone = None
|
||||
self.vm = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue