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.VapiStruct- Provide 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.VapiStruct- Provide 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 policy
- name ( - str) – Name of the policy
- description ( - stror- None) – Description of the policy Description is not required.
 
 
- class com.vmware.content.type.ovf.policy_client.StubFactory(stub_config)
- Bases: - vmware.vapi.bindings.stub.StubFactoryBase- Initialize StubFactoryBase - Parameters
- stub_config ( - vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance