Skip to main content

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

Project description

Hyper-V winrm python

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

Installation

python3 -m pip install hyper-v

Configuration

from hyperv.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.7.tar.gz (4.6 kB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: hyper-v-0.0.7.tar.gz
  • Upload date:
  • Size: 4.6 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.7.tar.gz
Algorithm Hash digest
SHA256 3333806e51f2bb37f76a078aa8560621c8fc09d4cf373e51401740ed6c5113ee
MD5 4803a0b786e998e9d90b2b3ddd19d8aa
BLAKE2b-256 a7ca2e7be8ee2d63a397022fe10a870206086247b4f31e6b85141467aecfd033

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