vCenter Storage Monitoring Service API
| Local Methods | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Managed Object - SmsServiceInstance(sms.ServiceInstance)
- See also
- SmsAboutInfo, SmsSessionManager, SmsStorageManager
- Since
- 1.0
Managed Object Description
Service interface for the Storage Monitoring Service.Properties
Name | Type | Description |
---|---|---|
None |
Methods
Methods defined in this Managed Object |
---|
QueryAboutInfo, QuerySessionManager, QueryStorageManager |
QueryAboutInfo(queryAboutInfo)
Retrieves information about the service.- Required Privileges
- StorageViews.View
- Since
- 2.0
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the SmsServiceInstance used to make the method call. |
Return Value
Type | Description |
---|---|
SmsAboutInfo | AboutInfo information about the system |
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 |
Show WSDL type definition
QuerySessionManager(querySessionManager)
Retrieves SMS Session Manager managed object.- Required Privileges
- System.Anonymous
- Since
- 5.0
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the SmsServiceInstance used to make the method call. |
Return Value
Type | Description |
---|---|
ManagedObjectReference
to a SmsSessionManager | A managed object SmsSessionManager reference. |
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 |
Show WSDL type definition
QueryStorageManager(queryStorageManager)
Retrieves Storage Manager managed object.- Required Privileges
- StorageViews.View
- Since
- 2.0
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the SmsServiceInstance used to make the method call. |
Return Value
Type | Description |
---|---|
ManagedObjectReference
to a SmsStorageManager | A managed object SmsStorageManager reference. |
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 |
Show WSDL type definition
Top of page | Local Methods | ||
Managed Object Types | Data Object Types | All Properties | All Methods |