vSphere Web Services API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - VirtualMachineDefinedProfileSpec(vim.vm.DefinedProfileSpec)
- Extends
- VirtualMachineProfileSpec
- See also
- KeyValue, ReplicationSpec, VirtualMachineProfileRawData
- Since
- vSphere API Release 5.5
Data Object Description
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).
Properties
Name | Type | Description |
---|---|---|
profileData* | VirtualMachineProfileRawData |
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.
|
profileId | xsd:string |
Storage Policy Profile identification - Should be
pbm.profileId but for implementation reasons, could not be.
|
profileParams* | KeyValue[] |
Parameterized Storage Profiles
Extra configuration that is not expressed as a capability in the Profile
definition.
Since vSphere API Release 6.7 |
replicationSpec* | ReplicationSpec |
Specification containing replication related parameters, sent to the Replication Data Service
provider.
Since vSphere API Release 6.5 |
Properties inherited from VirtualMachineProfileSpec | ||
None | ||
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |