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-2.0.3.tar.gz (5.2 kB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: hyper-v-2.0.3.tar.gz
  • Upload date:
  • Size: 5.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.10.12

File hashes

Hashes for hyper-v-2.0.3.tar.gz
Algorithm Hash digest
SHA256 363e6418b28fc465d3b6ac83784c717b4484d61cc1ee86ee8e7d793ebe99a004
MD5 e7a0005462cfb47e4c088c7126e7345c
BLAKE2b-256 e8f87764a35913dedc2378083ca3f9e578d3b3aeae5c898e1fb44b01b1bf7dff

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