Skip to main content

Удаленное управление Hyper-V через winrm

Project description

Hyper-V winrm python

На данный момент можно создавать виртуальные машины только через заранее подготовленный шаблон виртуальноф машины.

Installation

python3 -m pip install hyper-v

Configuration

from hyperv import HyperV
import config

HV = HyperV(
    env_prefix=env_prefix,
    storage_root=storage_root,
    vm_template_pach=vm_template_pach,
    host=hv_host,
    user=hv_user,
    password=hv_password
    )


free_memory = HV.get_free_memory
print(free_memory)
  • storage_root - Директория, где будет создана папка, для Виртуальной машины
  • vm_template_pach - Директория, где лежит шаблон Виртуальной машины
  • env_prefix - Префикс, который будет добавлен к имени Виртуальной машины
  • host - Hyper-V хост
  • user - Имя пользователя для доступа по winrm
  • password - Пароль пользователя для доступа по winrm

License

GPL-3.0

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hyper-v-0.0.18.tar.gz (4.9 kB view details)

Uploaded Source

File details

Details for the file hyper-v-0.0.18.tar.gz.

File metadata

  • Download URL: hyper-v-0.0.18.tar.gz
  • Upload date:
  • Size: 4.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.10

File hashes

Hashes for hyper-v-0.0.18.tar.gz
Algorithm Hash digest
SHA256 27fddd5c8a4070cb6533606876079b434255ad441e07cfbdd54ffd4f70f64826
MD5 3962a5764927ea2bb5b65731470f3c9a
BLAKE2b-256 0d8ba2c9c2db0682e5c1471917ba821c432e4b7e868eaf9e7acd90752e9b1ce0

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page