VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::appliance::networking::dns::HostnameStub Class Reference

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

Inherits vmware::appliance::networking::dns::Hostname.

List of all members.

Public Member Functions

 HostnameStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config)
 HostnameStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config)
vmware.appliance.networking.dns.HostnameTypes.TestStatusInfo Test (string name)
 Test the Fully Qualified Domain Name.
vmware.appliance.networking.dns.HostnameTypes.TestStatusInfo Test (string name, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Test the Fully Qualified Domain Name.
global::System.Threading.Tasks.Task
< vmware.appliance.networking.dns.HostnameTypes.TestStatusInfo
TestAsync (string name)
 Test the Fully Qualified Domain Name.
global::System.Threading.Tasks.Task
< vmware.appliance.networking.dns.HostnameTypes.TestStatusInfo
TestAsync (string name, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Test the Fully Qualified Domain Name.
void Set (string name)
 Set the Fully Qualified Domain Name.
void Set (string name, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Set the Fully Qualified Domain Name.
global::System.Threading.Tasks.Task SetAsync (string name)
 Set the Fully Qualified Domain Name.
global::System.Threading.Tasks.Task SetAsync (string name, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Set the Fully Qualified Domain Name.
string Get ()
 Get the Fully Qualified Doman Name.
string Get (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Get the Fully Qualified Doman Name.
global::System.Threading.Tasks.Task
< string > 
GetAsync ()
 Get the Fully Qualified Doman Name.
global::System.Threading.Tasks.Task
< string > 
GetAsync (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Get the Fully Qualified Doman Name.

Detailed Description

Remote stub implementation of the Hostname API service.


Constructor & Destructor Documentation

vmware::appliance::networking::dns::HostnameStub::HostnameStub ( vmware.vapi.core.IApiProvider  iApiProvider,
vmware.vapi.bindings.TypeConverter  typeConverter,
vmware.vapi.bindings.IStubConfiguration  config 
) [inline]
vmware::appliance::networking::dns::HostnameStub::HostnameStub ( vmware.vapi.core.IApiProvider  iApiProvider,
vmware.vapi.bindings.IStubConfiguration  config 
) [inline]

Member Function Documentation

string vmware::appliance::networking::dns::HostnameStub::Get ( ) [inline]

Get the Fully Qualified Doman Name.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Returns:
FQDN.

Implements vmware::appliance::networking::dns::Hostname.

string vmware::appliance::networking::dns::HostnameStub::Get ( global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Get the Fully Qualified Doman Name.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Returns:
FQDN.

Implements vmware::appliance::networking::dns::Hostname.

global::System.Threading.Tasks.Task<string> vmware::appliance::networking::dns::HostnameStub::GetAsync ( ) [inline]

Get the Fully Qualified Doman Name.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Returns:
FQDN.

Implements vmware::appliance::networking::dns::Hostname.

global::System.Threading.Tasks.Task<string> vmware::appliance::networking::dns::HostnameStub::GetAsync ( global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Get the Fully Qualified Doman Name.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Returns:
FQDN.

Implements vmware::appliance::networking::dns::Hostname.

void vmware::appliance::networking::dns::HostnameStub::Set ( string  name) [inline]

Set the Fully Qualified Domain Name.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
nameFQDN.

Implements vmware::appliance::networking::dns::Hostname.

void vmware::appliance::networking::dns::HostnameStub::Set ( string  name,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Set the Fully Qualified Domain Name.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
nameFQDN.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation

Implements vmware::appliance::networking::dns::Hostname.

global::System.Threading.Tasks.Task vmware::appliance::networking::dns::HostnameStub::SetAsync ( string  name,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Set the Fully Qualified Domain Name.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
nameFQDN.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation

Implements vmware::appliance::networking::dns::Hostname.

global::System.Threading.Tasks.Task vmware::appliance::networking::dns::HostnameStub::SetAsync ( string  name) [inline]

Set the Fully Qualified Domain Name.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
nameFQDN.

Implements vmware::appliance::networking::dns::Hostname.

vmware.appliance.networking.dns.HostnameTypes.TestStatusInfo vmware::appliance::networking::dns::HostnameStub::Test ( string  name,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Test the Fully Qualified Domain Name.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
nameFQDN.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
FQDN status

Implements vmware::appliance::networking::dns::Hostname.

vmware.appliance.networking.dns.HostnameTypes.TestStatusInfo vmware::appliance::networking::dns::HostnameStub::Test ( string  name) [inline]

Test the Fully Qualified Domain Name.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
nameFQDN.
Returns:
FQDN status

Implements vmware::appliance::networking::dns::Hostname.

global::System.Threading.Tasks.Task<vmware.appliance.networking.dns.HostnameTypes.TestStatusInfo> vmware::appliance::networking::dns::HostnameStub::TestAsync ( string  name) [inline]

Test the Fully Qualified Domain Name.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
nameFQDN.
Returns:
FQDN status

Implements vmware::appliance::networking::dns::Hostname.

global::System.Threading.Tasks.Task<vmware.appliance.networking.dns.HostnameTypes.TestStatusInfo> vmware::appliance::networking::dns::HostnameStub::TestAsync ( string  name,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Test the Fully Qualified Domain Name.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
nameFQDN.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
FQDN status

Implements vmware::appliance::networking::dns::Hostname.


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