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

Uploaded Source

File details

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

File metadata

  • Download URL: hyper-v-0.0.14.tar.gz
  • Upload date:
  • Size: 4.7 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.14.tar.gz
Algorithm Hash digest
SHA256 99e822797b472c6a69b1ddead8dbe4f5f5f55b0cb6b5e145f5c6d5e3d9d0e586
MD5 bca39d67c6bfad08d990bea736c5f57c
BLAKE2b-256 c73175fc850432ce1f823834ffa1371a369c991c8c51911b54d5c63239f5cb1c

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