|
VMware vSphere Automation SDK for .NET 7.0.0.1
|
The Timezone interface provides methods to get and set the appliance timezone.
More...
Inherited by vmware::appliance::system::time::TimezoneStub.
Public Member Functions | |
| 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. | |
The Timezone interface provides methods to get and set the appliance timezone.
This interface was added in vSphere API 6.7.
| string vmware::appliance::system::time::Timezone::Get | ( | ) |
Get time zone.
This method was added in vSphere API 6.7.
| vmware.vapi.std.errors.Error | if timezone cannot be read. |
Implemented in vmware::appliance::system::time::TimezoneStub.
| string vmware::appliance::system::time::Timezone::Get | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) |
Get time zone.
This method was added in vSphere API 6.7.
| vmware.vapi.std.errors.Error | if timezone cannot be read. |
Implemented in vmware::appliance::system::time::TimezoneStub.
| global::System.Threading.Tasks.Task<string> vmware::appliance::system::time::Timezone::GetAsync | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) |
Get time zone.
This method was added in vSphere API 6.7.
| vmware.vapi.std.errors.Error | if timezone cannot be read. |
Implemented in vmware::appliance::system::time::TimezoneStub.
| global::System.Threading.Tasks.Task<string> vmware::appliance::system::time::Timezone::GetAsync | ( | ) |
Get time zone.
This method was added in vSphere API 6.7.
| vmware.vapi.std.errors.Error | if timezone cannot be read. |
Implemented in vmware::appliance::system::time::TimezoneStub.
| void vmware::appliance::system::time::Timezone::Set | ( | string | name, |
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) |
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 |
Implemented in vmware::appliance::system::time::TimezoneStub.
| void vmware::appliance::system::time::Timezone::Set | ( | string | name | ) |
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. |
Implemented in vmware::appliance::system::time::TimezoneStub.
| global::System.Threading.Tasks.Task vmware::appliance::system::time::Timezone::SetAsync | ( | string | name | ) |
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. |
Implemented in vmware::appliance::system::time::TimezoneStub.
| global::System.Threading.Tasks.Task vmware::appliance::system::time::Timezone::SetAsync | ( | string | name, |
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) |
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 |
Implemented in vmware::appliance::system::time::TimezoneStub.