pycloudlib.vmware.instance module
VMWare instance.
- class pycloudlib.vmware.instance.VMWareInstance(key_pair: KeyPair, vm_id: str, env: Mapping)[source]
Bases:
BaseInstanceVMWare backed instance.
- __init__(key_pair: KeyPair, vm_id: str, env: Mapping)[source]
Instance for VMWare.
- Parameters:
key_pair – SSH key object
vm_id – ID of the VM to interact with
- property id: str
Return instance id.
- property ip: str
Return VM IP.
- property name: str
Return VM name.