VMware vSphere Automation SDK for .NET 7.0.0.1
|
Remote stub implementation of the Timezone API service. More...
Inherits vmware::appliance::system::time::Timezone.
Public Member Functions | |
TimezoneStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config) | |
TimezoneStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config) | |
void | Set (string name) |
Set time zone. | |
void | Set (string name, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Set time zone. | |
global::System.Threading.Tasks.Task | SetAsync (string name) |
Set time zone. | |
global::System.Threading.Tasks.Task | SetAsync (string name, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Set time zone. | |
string | Get () |
Get time zone. | |
string | Get (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Get time zone. | |
global::System.Threading.Tasks.Task < string > | GetAsync () |
Get time zone. | |
global::System.Threading.Tasks.Task < string > | GetAsync (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Get time zone. |
Remote stub implementation of the Timezone API service.
vmware::appliance::system::time::TimezoneStub::TimezoneStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
vmware.vapi.bindings.TypeConverter | typeConverter, | ||
vmware.vapi.bindings.IStubConfiguration | config | ||
) | [inline] |
vmware::appliance::system::time::TimezoneStub::TimezoneStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
vmware.vapi.bindings.IStubConfiguration | config | ||
) | [inline] |
string vmware::appliance::system::time::TimezoneStub::Get | ( | ) | [inline] |
Get time zone.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Error | if timezone cannot be read. |
Implements vmware::appliance::system::time::Timezone.
string vmware::appliance::system::time::TimezoneStub::Get | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Get time zone.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Error | if timezone cannot be read. |
Implements vmware::appliance::system::time::Timezone.
global::System.Threading.Tasks.Task<string> vmware::appliance::system::time::TimezoneStub::GetAsync | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Get time zone.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Error | if timezone cannot be read. |
Implements vmware::appliance::system::time::Timezone.
global::System.Threading.Tasks.Task<string> vmware::appliance::system::time::TimezoneStub::GetAsync | ( | ) | [inline] |
Get time zone.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Error | if timezone cannot be read. |
Implements vmware::appliance::system::time::Timezone.
void vmware::appliance::system::time::TimezoneStub::Set | ( | string | name, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Set time zone.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.InvalidArgument | if passed arguments are invalid. |
vmware.vapi.std.errors.Error | if any error occurs during the execution of the operation. |
name | Time zone name. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implements vmware::appliance::system::time::Timezone.
void vmware::appliance::system::time::TimezoneStub::Set | ( | string | name | ) | [inline] |
Set time zone.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.InvalidArgument | if passed arguments are invalid. |
vmware.vapi.std.errors.Error | if any error occurs during the execution of the operation. |
name | Time zone name. |
Implements vmware::appliance::system::time::Timezone.
global::System.Threading.Tasks.Task vmware::appliance::system::time::TimezoneStub::SetAsync | ( | string | name | ) | [inline] |
Set time zone.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.InvalidArgument | if passed arguments are invalid. |
vmware.vapi.std.errors.Error | if any error occurs during the execution of the operation. |
name | Time zone name. |
Implements vmware::appliance::system::time::Timezone.
global::System.Threading.Tasks.Task vmware::appliance::system::time::TimezoneStub::SetAsync | ( | string | name, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Set time zone.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.InvalidArgument | if passed arguments are invalid. |
vmware.vapi.std.errors.Error | if any error occurs during the execution of the operation. |
name | Time zone name. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implements vmware::appliance::system::time::Timezone.