| Local Methods | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Properties
Name | Type | Description |
---|---|---|
None |
Methods
Methods defined in this Managed Object |
---|
DeleteHostSpecification, DeleteHostSubSpecification, HostSpecGetUpdatedHosts, RetrieveHostSpecification, UpdateHostSpecification, UpdateHostSubSpecification |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the HostSpecificationManager used to make the method call. |
host | ManagedObjectReference
to a HostSystem |
The specified host for which the specification will be
deleted.
|
Return Value
Type | Description |
---|---|
None |
Faults
Type | Description |
---|---|
HostSpecificationOperationFailed | Thrown if the method fails when delete the spec. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
Type | |
---|---|
None |
subSpecname
of the specified host.
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the HostSpecificationManager used to make the method call. |
host | ManagedObjectReference
to a HostSystem |
The specified host for which the sub specification will be
deleted.
|
subSpecName | xsd:string |
The name of the host sub specification to be deleted.
|
Return Value
Type | Description |
---|---|
None |
Faults
Type | Description |
---|---|
HostSpecificationOperationFailed | Thrown if the method fails when delete the sub spec. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
Type | |
---|---|
None |
startChangeID
isn't provided, it will
return all the host updated before the endChangeID
. When the
endChangeID
isn't provided, it will return all the hosts
updated after startChangeID
. If both aren't provided, all
hosts having host spec will be returned.
The format of the change ID is defined at
changeID.
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the HostSpecificationManager used to make the method call. |
startChangeID* | xsd:string |
The beginning of the time period.
|
endChangeID* | xsd:string |
The ending of the time period.
|
Return Value
Type | Description |
---|---|
ManagedObjectReference[]
to a HostSystem[] | The queried host list. |
Faults
Type | Description |
---|---|
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
Type | |
---|---|
None |
fromHost
is true
, the host specification is retrieved from the host;
otherwise, it is from the host specification "database" for this manager.
When retrieved from host, the copy in host specification "database" will
be updated. On success, it will fire a
HostSpecificationChangedEvent
.
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the HostSpecificationManager used to make the method call. |
host | ManagedObjectReference
to a HostSystem |
The specified host whose host specification will be retrieved.
|
fromHost | xsd:boolean |
Whether retrieve from the host.
|
Return Value
Type | Description |
---|---|
HostSpecification | The host specification of the specified host. |
Faults
Type | Description |
---|---|
HostSpecificationOperationFailed | Thrown if the method fails when retrieve from host. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
Type | |
---|---|
None |
HostSpecificationChangedEvent
.
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the HostSpecificationManager used to make the method call. |
host | ManagedObjectReference
to a HostSystem |
The host whose specification will be updated.
|
hostSpec | HostSpecification |
The new host specification to be updated with.
|
Return Value
Type | Description |
---|---|
None |
Faults
Type | Description |
---|---|
HostSpecificationOperationFailed | Thrown if the method fails. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
Type | |
---|---|
None |
HostSpecificationChangedEvent
.
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the HostSpecificationManager used to make the method call. |
host | ManagedObjectReference
to a HostSystem |
The host whose specification will be updated.
|
hostSubSpec | HostSubSpecification |
The data object for the new host sub specification.
|
Return Value
Type | Description |
---|---|
None |
Faults
Type | Description |
---|---|
HostSpecificationOperationFailed | Thrown if the method fails. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
Type | |
---|---|
None |
Top of page | Local Methods | ||
Managed Object Types | Data Object Types | All Properties | All Methods |