VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::namespace_management::stats::TimeSeries Interface Reference

The TimeSeries interface provides methods to gather statistical values for clusters, namespaces and pods. More...

Inherited by vmware::vcenter::namespace_management::stats::TimeSeriesStub.

List of all members.

Public Member Functions

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

The TimeSeries interface provides methods to gather statistical values for clusters, namespaces and pods.


Member Function Documentation

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

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.

Implemented in vmware::vcenter::namespace_management::stats::TimeSeriesStub.

global::System.Collections.Generic.List<vmware.vcenter.namespace_management.stats.TimeSeriesTypes.TimeSeries> vmware::vcenter::namespace_management::stats::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.

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.

Implemented in vmware::vcenter::namespace_management::stats::TimeSeriesStub.

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

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.

Implemented in vmware::vcenter::namespace_management::stats::TimeSeriesStub.

global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.vcenter.namespace_management.stats.TimeSeriesTypes.TimeSeries> > vmware::vcenter::namespace_management::stats::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.

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.

Implemented in vmware::vcenter::namespace_management::stats::TimeSeriesStub.


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