Files
deb-python-pyvmomi/docs/vim/vm/DefinedProfileSpec.rst
Shawn Hartsock 15f7be9a52 pyVmomi reStructured Text Documentation
This external documentation for pyVmomi was generated using Googly Docs
(aka Google Standard Documentation) which renders very cleanly in
GitHub. Internal documentation for a class should be done in Sphinx
format because tools like pyCharm and Eclipse can use that documentation
as a hint for code completion.

Note: External docs as Googly Docs, internal docs as Sphinx.

Closes bug#15
2014-06-17 14:07:42 -04:00

1.2 KiB

vim.vm.DefinedProfileSpec

Policy specification that carries a pre-defined Storage Policy to be associated with a Virtual Machine Home or a Virtual Disk object. Such a pre-defined policy can be either be vSphere Storage Administrator defined or may come from a set of pre-defined policies from Storage Vendor.Neither the association nor the policy data is persisted in Virtual Machine configuration. This data is managed by the an extension of Virtual Center (Storage Policy Based Management).

extends

vim.vm.ProfileSpec

since

vSphere API 5.5

Attributes:

profileId (str):

Storage Policy Profile identification - Should be pbm.profileId but for implementation reasons, could not be.

profileData (vim.vm.ProfileRawData, optional):

Profile data sent to the Storage Backend by vSphere.This data is provided by the SPBM component of the vSphere platform. This field should not be set by Virtual Center users.