Managed Object - SmsServiceInstance(sms.ServiceInstance)

See also
SmsAboutInfo, SmsStorageManager


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
SMS API 2.0

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the SmsServiceInstance used to make the method call.

Return Value

Type Description
SmsAboutInfoAboutInfo information about the system

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

Show WSDL type definition



QuerySessionManager(querySessionManager)

Retrieves SMS Session Manager managed object.
Required Privileges
System.Anonymous
Since
SMS API 5.0

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the SmsServiceInstance used to make the method call.

Return Value

Type Description
sms.auth.SessionManagerA managed object SmsSessionManager reference.

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

Show WSDL type definition



QueryStorageManager(queryStorageManager)

Retrieves Storage Manager managed object.
Required Privileges
StorageViews.View
Since
SMS API 2.0

Parameters

NameTypeDescription
_thisManagedObjectReference 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
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

Show WSDL type definition