VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vstats::DataStub Class Reference

Remote stub implementation of the Data API service. More...

Inherits vmware::vstats::Data.

List of all members.

Public Member Functions

 DataStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config)
 DataStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config)
vmware.vstats.DataTypes.DataPointsResult QueryDataPoints (vmware.vstats.DataTypes.FilterSpec filter)
 Returns Data.DataPointsResult matching the filter parameters.
vmware.vstats.DataTypes.DataPointsResult QueryDataPoints (vmware.vstats.DataTypes.FilterSpec filter, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Returns Data.DataPointsResult matching the filter parameters.
global::System.Threading.Tasks.Task
< vmware.vstats.DataTypes.DataPointsResult
QueryDataPointsAsync (vmware.vstats.DataTypes.FilterSpec filter)
 Returns Data.DataPointsResult matching the filter parameters.
global::System.Threading.Tasks.Task
< vmware.vstats.DataTypes.DataPointsResult
QueryDataPointsAsync (vmware.vstats.DataTypes.FilterSpec filter, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Returns Data.DataPointsResult matching the filter parameters.

Detailed Description

Remote stub implementation of the Data API service.


Constructor & Destructor Documentation

vmware::vstats::DataStub::DataStub ( vmware.vapi.core.IApiProvider  iApiProvider,
vmware.vapi.bindings.TypeConverter  typeConverter,
vmware.vapi.bindings.IStubConfiguration  config 
) [inline]
vmware::vstats::DataStub::DataStub ( vmware.vapi.core.IApiProvider  iApiProvider,
vmware.vapi.bindings.IStubConfiguration  config 
) [inline]

Member Function Documentation

vmware.vstats.DataTypes.DataPointsResult vmware::vstats::DataStub::QueryDataPoints ( vmware.vstats.DataTypes.FilterSpec  filter) [inline]

Returns Data.DataPointsResult matching the filter parameters.

/vstats/data/dp?types=VM&types=VCPU

/vstats/data/dp?rsrcs=type.HOST=host-16&rsrcs=type.VM=vm-31 . Warning: This method is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.

Exceptions:
vmware.vapi.std.errors.Errorif the system reports an error while responding to the request.
vmware.vapi.std.errors.InvalidArgumentif any of the specified parameters are invalid.
vmware.vapi.std.errors.Unauthenticatedif the user can not be authenticated.
vmware.vapi.std.errors.Unauthorizedif the user does not have sufficient privileges.
Parameters:
filterSpecification to match DataPoints. When set filtering will be applied to the result.
Returns:
Data points matching the filter.

Implements vmware::vstats::Data.

vmware.vstats.DataTypes.DataPointsResult vmware::vstats::DataStub::QueryDataPoints ( vmware.vstats.DataTypes.FilterSpec  filter,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Returns Data.DataPointsResult matching the filter parameters.

/vstats/data/dp?types=VM&types=VCPU

/vstats/data/dp?rsrcs=type.HOST=host-16&rsrcs=type.VM=vm-31 . Warning: This method is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.

Exceptions:
vmware.vapi.std.errors.Errorif the system reports an error while responding to the request.
vmware.vapi.std.errors.InvalidArgumentif any of the specified parameters are invalid.
vmware.vapi.std.errors.Unauthenticatedif the user can not be authenticated.
vmware.vapi.std.errors.Unauthorizedif the user does not have sufficient privileges.
Parameters:
filterSpecification to match DataPoints. When set filtering will be applied to the result.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
Data points matching the filter.

Implements vmware::vstats::Data.

global::System.Threading.Tasks.Task<vmware.vstats.DataTypes.DataPointsResult> vmware::vstats::DataStub::QueryDataPointsAsync ( vmware.vstats.DataTypes.FilterSpec  filter) [inline]

Returns Data.DataPointsResult matching the filter parameters.

/vstats/data/dp?types=VM&types=VCPU

/vstats/data/dp?rsrcs=type.HOST=host-16&rsrcs=type.VM=vm-31 . Warning: This method is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.

Exceptions:
vmware.vapi.std.errors.Errorif the system reports an error while responding to the request.
vmware.vapi.std.errors.InvalidArgumentif any of the specified parameters are invalid.
vmware.vapi.std.errors.Unauthenticatedif the user can not be authenticated.
vmware.vapi.std.errors.Unauthorizedif the user does not have sufficient privileges.
Parameters:
filterSpecification to match DataPoints. When set filtering will be applied to the result.
Returns:
Data points matching the filter.

Implements vmware::vstats::Data.

global::System.Threading.Tasks.Task<vmware.vstats.DataTypes.DataPointsResult> vmware::vstats::DataStub::QueryDataPointsAsync ( vmware.vstats.DataTypes.FilterSpec  filter,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Returns Data.DataPointsResult matching the filter parameters.

/vstats/data/dp?types=VM&types=VCPU

/vstats/data/dp?rsrcs=type.HOST=host-16&rsrcs=type.VM=vm-31 . Warning: This method is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.

Exceptions:
vmware.vapi.std.errors.Errorif the system reports an error while responding to the request.
vmware.vapi.std.errors.InvalidArgumentif any of the specified parameters are invalid.
vmware.vapi.std.errors.Unauthenticatedif the user can not be authenticated.
vmware.vapi.std.errors.Unauthorizedif the user does not have sufficient privileges.
Parameters:
filterSpecification to match DataPoints. When set filtering will be applied to the result.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
Data points matching the filter.

Implements vmware::vstats::Data.


The documentation for this class was generated from the following file: