com.vmware.content.type.ovf package¶
Submodules¶
com.vmware.content.type.ovf.policy_client module¶
-
class
com.vmware.content.type.ovf.policy_client.StoragePolicy(group_id=None)¶ Bases:
vmware.vapi.bindings.struct.VapiStructProvide information of the membership of a particular storage policy group.
It is valid for disk, virtual machine or virtual machine collection.
Tip
The arguments are used to initialize data attributes with the same names.
- Parameters
group_id (
str) – Id reference of the particular storage policy group.
-
class
com.vmware.content.type.ovf.policy_client.StoragePolicyGroup(id=None, name=None, description=None)¶ Bases:
vmware.vapi.bindings.struct.VapiStructProvide information of storage policy for a group of disks, virtual machines and/or virtual machine collections.
Tip
The arguments are used to initialize data attributes with the same names.
- Parameters
id (
str) – Id of the policyname (
str) – Name of the policydescription (
strorNone) – Description of the policy Description is not required.
-
class
com.vmware.content.type.ovf.policy_client.StubFactory(stub_config)¶ Bases:
vmware.vapi.bindings.stub.StubFactoryBaseInitialize StubFactoryBase
- Parameters
stub_config (
vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance