Test Search VMware Storage Policy API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - PbmCapabilityProfileCreateSpec(pbm.profile.CapabilityBasedProfileCreateSpec)
- Parameter to
- PbmCheckCompatibilityWithSpec, PbmCreate, PbmQueryMatchingHubWithSpec
- Extends
- DynamicData
- See also
- PbmCapabilityConstraints, PbmProfileResourceType
- Since
- 1.0
Data Object Description
The PbmCapabilityProfileCreateSpec describes storage requirements. Use this data object to create a PbmCapabilityProfile.Properties
Name | Type | Description |
---|---|---|
category* | xsd:string |
Category specifies the type of policy to be created. This can be REQUIREMENT from
PbmProfileCategoryEnum
or null when creating a storage policy. And it can be DATA_SERVICE_POLICY from
PbmProfileCategoryEnum
when creating a data service policy. RESOURCE from PbmProfileCategoryEnum
is not allowed as resource profile is created by the system.
Since 6.5 |
constraints | PbmCapabilityConstraints |
Set of subprofiles that define the storage requirements.
A subprofile corresponds to a rule set in the vSphere Web Client.
|
description* | xsd:string |
Text description associated with the profile.
|
name | xsd:string |
Name of the capability based profile to be created.
The maximum length of the name is 80 characters.
|
resourceType | PbmProfileResourceType |
Deprecated.
as of vSphere API 6.5
Specifies the type of resource to which the profile applies.
The only legal value is STORAGE - deprecated.
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |