VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::namespace_management::stats::TimeSeriesStub Class Reference

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

Inherits vmware::vcenter::namespace_management::stats::TimeSeries.

List of all members.

Public Member Functions

 TimeSeriesStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config)
 TimeSeriesStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config)
global::System.Collections.Generic.List
< vmware.vcenter.namespace_management.stats.TimeSeriesTypes.TimeSeries
Get (vmware.vcenter.namespace_management.stats.TimeSeriesTypes.Spec spec)
 Gather statistical values for a cluster, namespace, or pod.
global::System.Collections.Generic.List
< vmware.vcenter.namespace_management.stats.TimeSeriesTypes.TimeSeries
Get (vmware.vcenter.namespace_management.stats.TimeSeriesTypes.Spec spec, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Gather statistical values for a cluster, namespace, or pod.
global::System.Threading.Tasks.Task
< global::System.Collections.Generic.List
< vmware.vcenter.namespace_management.stats.TimeSeriesTypes.TimeSeries > > 
GetAsync (vmware.vcenter.namespace_management.stats.TimeSeriesTypes.Spec spec)
 Gather statistical values for a cluster, namespace, or pod.
global::System.Threading.Tasks.Task
< global::System.Collections.Generic.List
< vmware.vcenter.namespace_management.stats.TimeSeriesTypes.TimeSeries > > 
GetAsync (vmware.vcenter.namespace_management.stats.TimeSeriesTypes.Spec spec, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Gather statistical values for a cluster, namespace, or pod.

Detailed Description

Remote stub implementation of the TimeSeries API service.


Constructor & Destructor Documentation

vmware::vcenter::namespace_management::stats::TimeSeriesStub::TimeSeriesStub ( vmware.vapi.core.IApiProvider  iApiProvider,
vmware.vapi.bindings.TypeConverter  typeConverter,
vmware.vapi.bindings.IStubConfiguration  config 
) [inline]
vmware::vcenter::namespace_management::stats::TimeSeriesStub::TimeSeriesStub ( vmware.vapi.core.IApiProvider  iApiProvider,
vmware.vapi.bindings.IStubConfiguration  config 
) [inline]

Member Function Documentation

global::System.Collections.Generic.List<vmware.vcenter.namespace_management.stats.TimeSeriesTypes.TimeSeries> vmware::vcenter::namespace_management::stats::TimeSeriesStub::Get ( vmware.vcenter.namespace_management.stats.TimeSeriesTypes.Spec  spec) [inline]

Gather statistical values for a cluster, namespace, or pod.

Exceptions:
vmware.vapi.std.errors.Errorif the system reports an error while responding to the request.
vmware.vapi.std.errors.InvalidArgumentif the start time in TimeSeries.Spec.start is invalid, or the end time in TimeSeries.Spec.end is invalid.
vmware.vapi.std.errors.NotFoundif the specified cluster in TimeSeries.Spec.cluster or the namespace in TimeSeries.Spec.namespace_ or TimeSeries.Spec.pod does not exist.
vmware.vapi.std.errors.Unsupportedif the specified cluster in TimeSeries.Spec.cluster is not enabled for Namespaces.
vmware.vapi.std.errors.Unauthenticatedif the user can not be authenticated.
vmware.vapi.std.errors.Unauthorizedif the user does not have System.Read privilege.
Parameters:
specSpecification of the statistical values that should be returned.
Returns:
A list of TimeSeries values for each counter specified in the request.

Implements vmware::vcenter::namespace_management::stats::TimeSeries.

global::System.Collections.Generic.List<vmware.vcenter.namespace_management.stats.TimeSeriesTypes.TimeSeries> vmware::vcenter::namespace_management::stats::TimeSeriesStub::Get ( vmware.vcenter.namespace_management.stats.TimeSeriesTypes.Spec  spec,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Gather statistical values for a cluster, namespace, or pod.

Exceptions:
vmware.vapi.std.errors.Errorif the system reports an error while responding to the request.
vmware.vapi.std.errors.InvalidArgumentif the start time in TimeSeries.Spec.start is invalid, or the end time in TimeSeries.Spec.end is invalid.
vmware.vapi.std.errors.NotFoundif the specified cluster in TimeSeries.Spec.cluster or the namespace in TimeSeries.Spec.namespace_ or TimeSeries.Spec.pod does not exist.
vmware.vapi.std.errors.Unsupportedif the specified cluster in TimeSeries.Spec.cluster is not enabled for Namespaces.
vmware.vapi.std.errors.Unauthenticatedif the user can not be authenticated.
vmware.vapi.std.errors.Unauthorizedif the user does not have System.Read privilege.
Parameters:
specSpecification of the statistical values that should be returned.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
A list of TimeSeries values for each counter specified in the request.

Implements vmware::vcenter::namespace_management::stats::TimeSeries.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.vcenter.namespace_management.stats.TimeSeriesTypes.TimeSeries> > vmware::vcenter::namespace_management::stats::TimeSeriesStub::GetAsync ( vmware.vcenter.namespace_management.stats.TimeSeriesTypes.Spec  spec) [inline]

Gather statistical values for a cluster, namespace, or pod.

Exceptions:
vmware.vapi.std.errors.Errorif the system reports an error while responding to the request.
vmware.vapi.std.errors.InvalidArgumentif the start time in TimeSeries.Spec.start is invalid, or the end time in TimeSeries.Spec.end is invalid.
vmware.vapi.std.errors.NotFoundif the specified cluster in TimeSeries.Spec.cluster or the namespace in TimeSeries.Spec.namespace_ or TimeSeries.Spec.pod does not exist.
vmware.vapi.std.errors.Unsupportedif the specified cluster in TimeSeries.Spec.cluster is not enabled for Namespaces.
vmware.vapi.std.errors.Unauthenticatedif the user can not be authenticated.
vmware.vapi.std.errors.Unauthorizedif the user does not have System.Read privilege.
Parameters:
specSpecification of the statistical values that should be returned.
Returns:
A list of TimeSeries values for each counter specified in the request.

Implements vmware::vcenter::namespace_management::stats::TimeSeries.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.vcenter.namespace_management.stats.TimeSeriesTypes.TimeSeries> > vmware::vcenter::namespace_management::stats::TimeSeriesStub::GetAsync ( vmware.vcenter.namespace_management.stats.TimeSeriesTypes.Spec  spec,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Gather statistical values for a cluster, namespace, or pod.

Exceptions:
vmware.vapi.std.errors.Errorif the system reports an error while responding to the request.
vmware.vapi.std.errors.InvalidArgumentif the start time in TimeSeries.Spec.start is invalid, or the end time in TimeSeries.Spec.end is invalid.
vmware.vapi.std.errors.NotFoundif the specified cluster in TimeSeries.Spec.cluster or the namespace in TimeSeries.Spec.namespace_ or TimeSeries.Spec.pod does not exist.
vmware.vapi.std.errors.Unsupportedif the specified cluster in TimeSeries.Spec.cluster is not enabled for Namespaces.
vmware.vapi.std.errors.Unauthenticatedif the user can not be authenticated.
vmware.vapi.std.errors.Unauthorizedif the user does not have System.Read privilege.
Parameters:
specSpecification of the statistical values that should be returned.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
A list of TimeSeries values for each counter specified in the request.

Implements vmware::vcenter::namespace_management::stats::TimeSeries.


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