VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::appliance::system::time::TimezoneStub Class Reference

Remote stub implementation of the Timezone API service. More...

Inherits vmware::appliance::system::time::Timezone.

List of all members.

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.

Detailed Description

Remote stub implementation of the Timezone API service.


Constructor & Destructor Documentation

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]

Member Function Documentation

string vmware::appliance::system::time::TimezoneStub::Get ( ) [inline]

Get time zone.

This method was added in vSphere API 6.7.

Exceptions:
vmware.vapi.std.errors.Errorif timezone cannot be read.
Returns:
Time zone name.

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.

Exceptions:
vmware.vapi.std.errors.Errorif timezone cannot be read.
Returns:
Time zone name.

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.

Exceptions:
vmware.vapi.std.errors.Errorif timezone cannot be read.
Returns:
Time zone name.

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.

Exceptions:
vmware.vapi.std.errors.Errorif timezone cannot be read.
Returns:
Time zone name.

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.

Exceptions:
vmware.vapi.std.errors.InvalidArgumentif passed arguments are invalid.
vmware.vapi.std.errors.Errorif any error occurs during the execution of the operation.
Parameters:
nameTime zone name.
_progressProgress notification call back
_invocationConfigConfiguration 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.

Exceptions:
vmware.vapi.std.errors.InvalidArgumentif passed arguments are invalid.
vmware.vapi.std.errors.Errorif any error occurs during the execution of the operation.
Parameters:
nameTime 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.

Exceptions:
vmware.vapi.std.errors.InvalidArgumentif passed arguments are invalid.
vmware.vapi.std.errors.Errorif any error occurs during the execution of the operation.
Parameters:
nameTime 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.

Exceptions:
vmware.vapi.std.errors.InvalidArgumentif passed arguments are invalid.
vmware.vapi.std.errors.Errorif any error occurs during the execution of the operation.
Parameters:
nameTime zone name.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation

Implements vmware::appliance::system::time::Timezone.


The documentation for this class was generated from the following file: