VMware vSphere Automation SDK for .NET 7.0.0.1
|
Remote stub implementation of the Uptime API service. More...
Inherits vmware::appliance::system::Uptime.
Public Member Functions | |
UptimeStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config) | |
UptimeStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config) | |
double | Get () |
Get the system uptime. | |
double | Get (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Get the system uptime. | |
global::System.Threading.Tasks.Task < double > | GetAsync () |
Get the system uptime. | |
global::System.Threading.Tasks.Task < double > | GetAsync (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Get the system uptime. |
Remote stub implementation of the Uptime API service.
vmware::appliance::system::UptimeStub::UptimeStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
vmware.vapi.bindings.TypeConverter | typeConverter, | ||
vmware.vapi.bindings.IStubConfiguration | config | ||
) | [inline] |
vmware::appliance::system::UptimeStub::UptimeStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
vmware.vapi.bindings.IStubConfiguration | config | ||
) | [inline] |
double vmware::appliance::system::UptimeStub::Get | ( | ) | [inline] |
Get the system uptime.
vmware.vapi.std.errors.Error | Generic error |
Implements vmware::appliance::system::Uptime.
double vmware::appliance::system::UptimeStub::Get | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Get the system uptime.
vmware.vapi.std.errors.Error | Generic error |
Implements vmware::appliance::system::Uptime.
global::System.Threading.Tasks.Task<double> vmware::appliance::system::UptimeStub::GetAsync | ( | ) | [inline] |
Get the system uptime.
vmware.vapi.std.errors.Error | Generic error |
Implements vmware::appliance::system::Uptime.
global::System.Threading.Tasks.Task<double> vmware::appliance::system::UptimeStub::GetAsync | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Get the system uptime.
vmware.vapi.std.errors.Error | Generic error |
Implements vmware::appliance::system::Uptime.