VMware vSphere Automation SDK for .NET 7.0.0.1
|
Remote stub implementation of the TimeSeries API service. More...
Inherits vmware::vcenter::namespace_management::stats::TimeSeries.
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. |
Remote stub implementation of the TimeSeries API service.
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] |
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.
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. |
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.
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 |
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.
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. |
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.
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 |
Implements vmware::vcenter::namespace_management::stats::TimeSeries.