Managed Object - CustomizationSpecManager

Property of
ServiceContent
See also
CustomizationSpecInfo, CustomizationSpecItem
Since
null


Managed Object Description

Properties

Name Type Description
encryptionKey* Pxsd:byte[]


info* PCustomizationSpecInfo[]


*May not be presentPRequired privilege - see tooltip for details

Methods

Methods defined in this Managed Object
CheckCustomizationResources, CreateCustomizationSpec, CustomizationSpecItemToXml, DeleteCustomizationSpec, DoesCustomizationSpecExist, DuplicateCustomizationSpec, GetCustomizationSpec, OverwriteCustomizationSpec, RenameCustomizationSpec, XmlToCustomizationSpecItem

CheckCustomizationResources

Required Privileges
System.View

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the CustomizationSpecManager used to make the method call.
guestOs Pxsd:string

Since null
P Required privilege: guestOs

Return Value

Type Description
None

Faults

Type Description
CustomizationFault
RuntimeFaultThrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error.

Events

Type
None



CreateCustomizationSpec

Required Privileges
VirtualMachine.Provisioning.ModifyCustSpecs

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the CustomizationSpecManager used to make the method call.
item PCustomizationSpecItem

Since null
P Required privilege: item

Return Value

Type Description
None

Faults

Type Description
AlreadyExists
CustomizationFault
RuntimeFaultThrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error.

Events

Type
None



CustomizationSpecItemToXml

Required Privileges
System.View

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the CustomizationSpecManager used to make the method call.
item PCustomizationSpecItem

Since null
P Required privilege: item

Return Value

Type Description
xsd:string

Faults

Type Description
RuntimeFaultThrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error.

Events

Type
None



DeleteCustomizationSpec

Required Privileges
VirtualMachine.Provisioning.ModifyCustSpecs

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the CustomizationSpecManager used to make the method call.
name Pxsd:string

Since null
P Required privilege: name

Return Value

Type Description
None

Faults

Type Description
NotFound
RuntimeFaultThrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error.

Events

Type
None



DoesCustomizationSpecExist

Required Privileges
VirtualMachine.Provisioning.ReadCustSpecs

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the CustomizationSpecManager used to make the method call.
name Pxsd:string

Since null
P Required privilege: name

Return Value

Type Description
xsd:boolean

Faults

Type Description
RuntimeFaultThrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error.

Events

Type
None



DuplicateCustomizationSpec

Required Privileges
VirtualMachine.Provisioning.ModifyCustSpecs

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the CustomizationSpecManager used to make the method call.
name Pxsd:string

Since null
newName Pxsd:string

Since null
PRequired privilege - see tooltip for details

Return Value

Type Description
None

Faults

Type Description
AlreadyExists
NotFound
RuntimeFaultThrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error.

Events

Type
None



GetCustomizationSpec

Required Privileges
VirtualMachine.Provisioning.ReadCustSpecs

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the CustomizationSpecManager used to make the method call.
name Pxsd:string

Since null
P Required privilege: name

Return Value

Type Description
CustomizationSpecItem

Faults

Type Description
NotFound
RuntimeFaultThrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error.

Events

Type
None



OverwriteCustomizationSpec

Required Privileges
VirtualMachine.Provisioning.ModifyCustSpecs

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the CustomizationSpecManager used to make the method call.
item PCustomizationSpecItem

Since null
P Required privilege: item

Return Value

Type Description
None

Faults

Type Description
ConcurrentAccess
CustomizationFault
NotFound
RuntimeFaultThrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error.

Events

Type
None



RenameCustomizationSpec

Required Privileges
VirtualMachine.Provisioning.ModifyCustSpecs

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the CustomizationSpecManager used to make the method call.
name Pxsd:string

Since null
newName Pxsd:string

Since null
PRequired privilege - see tooltip for details

Return Value

Type Description
None

Faults

Type Description
AlreadyExists
NotFound
RuntimeFaultThrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error.

Events

Type
None



XmlToCustomizationSpecItem

Required Privileges
System.View

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the CustomizationSpecManager used to make the method call.
specItemXml Pxsd:string

Since null
P Required privilege: specItemXml

Return Value

Type Description
CustomizationSpecItem

Faults

Type Description
CustomizationFault
RuntimeFaultThrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error.

Events

Type
None