|
| Local Methods | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |
Properties
| Name | Type | Description |
|---|---|---|
| None | ||
Methods
| Methods defined in this Managed Object |
|---|
| ConfigureSyncInterval, QueryList, QueryTopology, Sync, UpdateVcDbConnectionInfo |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the ServiceInstance used to make the method call. |
| interval | xsd:int |
sync interval in seconds (>= 300).
|
Return Value
| Type | Description |
|---|---|
| None | |
Faults
| Type | Description |
|---|---|
| AuthenticationFailed | Thrown if the credential/permission validation of the request fails. |
| InvalidArgument | Thrown if specified interval is not within valid range InvalidSyncInterval. |
| RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
| ServiceNotInitialized | Thrown if the service is not in an initialized state. |
This operation supports these entities:
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the ServiceInstance used to make the method call. |
| contextEntity* | EntityReference |
Optional. Limits result set from the query to
storage attributes associated with the specified entity.
|
| queryEntityType | EntityReferenceEntityType |
Type of entities to query.
|
| querySpec* | QuerySpec |
Additional constraints (range, filtering,
sorting, and so on) to be applied on the result
set.
|
Return Value
| Type | Description |
|---|---|
| QueryResult | Data object containing results from the query and supporting metadata. |
Faults
| Type | Description |
|---|---|
| AuthenticationFailed | Thrown if the credential/permission validation of the request fails. |
| EntityNotFound | Thrown if the specified entity does not exist. |
| InvalidArgument | Thrown if invalid input is provided. Examples include: InvalidEntity - invalid entity reference InvalidEntityType- invalid entity type. InvalidEntityType - null or invalid query entity type. InvalidQuerySpec - illegal values for maxCount and offset fields in QuerySpec. MultipleSortSpecsNotSupported - multiple sort specs are specified. InvalidSortSpec - invalid property value in SortSpec. InvalidListQuery - query for given entity types is not supported. |
| QueryExecutionFailed | Thrown if an error is encountered while processing the query request. |
| RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
| ServiceNotInitialized | Thrown if the service is not in an initialized state. |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the ServiceInstance used to make the method call. |
| entity | EntityReference |
entity for which topology map is required.
|
Return Value
| Type | Description |
|---|---|
| Map | structure with list of nodes and edges to construct the topology. |
Faults
| Type | Description |
|---|---|
| AuthenticationFailed | Thrown if the credential/permission. validation of the request fails |
| EntityNotFound | Thrown if the specified entity does not exist. |
| InvalidArgument | Thrown if invalid input is provided: InvalidEntity, InvalidEntityType - entity is null or contains invalid id/type. InvalidTopologyQuery - query is not supported for given entity type. |
| QueryExecutionFailed | Thrown if an error is encountered while processing the query request. |
| RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
| ServiceNotInitialized | Thrown if the service is not in an initialized state. |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the ServiceInstance used to make the method call. |
Return Value
| Type | Description |
|---|---|
| None | |
Faults
| Type | Description |
|---|---|
| AuthenticationFailed | Thrown if the credential/permission validation of the request fails |
| ProviderSyncFailed | Thrown if an error is encountered while executing the sync operation for a provider. |
| RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
| ServiceNotInitialized | Thrown if the service is not in an initialized state. |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the ServiceInstance used to make the method call. |
| dbConnectionSpec* | DbConnectionSpec |
database connection information.
|
Return Value
| Type | Description |
|---|---|
| None | |
Faults
| Type | Description |
|---|---|
| AuthenticationFailed | Thrown if the credential/permission validation of the request fails. |
| InvalidArgument | Thrown if DbConnectionSpec.url is null/empty or if it is in an unknown format UnsupportedDbUrl. |
| RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
| ServiceInitializationFailed | Thrown if an error occurs during service initialization. |
| Top of page | Local Methods | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |