VMware vSphere Automation SDK for .NET 7.0.0.1
|
The TimeSeries
interface provides methods to gather statistical values for clusters, namespaces and pods.
More...
Inherited by vmware::vcenter::namespace_management::stats::TimeSeriesStub.
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. |
The TimeSeries
interface provides methods to gather statistical values for clusters, namespaces and pods.
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.
vmware.vapi.std.errors.Error | if the system reports an error while responding to the request. |
vmware.vapi.std.errors.InvalidArgument | if the start time in TimeSeries.Spec.start is invalid, or the end time in TimeSeries.Spec.end is invalid. |
vmware.vapi.std.errors.NotFound | if 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.Unsupported | if the specified cluster in TimeSeries.Spec.cluster is not enabled for Namespaces. |
vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
vmware.vapi.std.errors.Unauthorized | if the user does not have System.Read privilege. |
spec | Specification of the statistical values that should be returned. |
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.
vmware.vapi.std.errors.Error | if the system reports an error while responding to the request. |
vmware.vapi.std.errors.InvalidArgument | if the start time in TimeSeries.Spec.start is invalid, or the end time in TimeSeries.Spec.end is invalid. |
vmware.vapi.std.errors.NotFound | if 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.Unsupported | if the specified cluster in TimeSeries.Spec.cluster is not enabled for Namespaces. |
vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
vmware.vapi.std.errors.Unauthorized | if the user does not have System.Read privilege. |
spec | Specification of the statistical values that should be returned. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
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.
vmware.vapi.std.errors.Error | if the system reports an error while responding to the request. |
vmware.vapi.std.errors.InvalidArgument | if the start time in TimeSeries.Spec.start is invalid, or the end time in TimeSeries.Spec.end is invalid. |
vmware.vapi.std.errors.NotFound | if 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.Unsupported | if the specified cluster in TimeSeries.Spec.cluster is not enabled for Namespaces. |
vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
vmware.vapi.std.errors.Unauthorized | if the user does not have System.Read privilege. |
spec | Specification of the statistical values that should be returned. |
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.
vmware.vapi.std.errors.Error | if the system reports an error while responding to the request. |
vmware.vapi.std.errors.InvalidArgument | if the start time in TimeSeries.Spec.start is invalid, or the end time in TimeSeries.Spec.end is invalid. |
vmware.vapi.std.errors.NotFound | if 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.Unsupported | if the specified cluster in TimeSeries.Spec.cluster is not enabled for Namespaces. |
vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
vmware.vapi.std.errors.Unauthorized | if the user does not have System.Read privilege. |
spec | Specification of the statistical values that should be returned. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implemented in vmware::vcenter::namespace_management::stats::TimeSeriesStub.