VMware vSphere Automation SDK for .NET 7.0.0.1
|
Remote stub implementation of the Hostname API service. More...
Inherits vmware::appliance::networking::dns::Hostname.
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. |
Remote stub implementation of the Hostname API service.
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] |
string vmware::appliance::networking::dns::HostnameStub::Get | ( | ) | [inline] |
Get the Fully Qualified Doman Name.
vmware.vapi.std.errors.Error | Generic error |
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.
vmware.vapi.std.errors.Error | Generic error |
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.
vmware.vapi.std.errors.Error | Generic error |
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.
vmware.vapi.std.errors.Error | Generic error |
Implements vmware::appliance::networking::dns::Hostname.
void vmware::appliance::networking::dns::HostnameStub::Set | ( | string | name | ) | [inline] |
Set the Fully Qualified Domain Name.
vmware.vapi.std.errors.Error | Generic error |
name | FQDN. |
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.
vmware.vapi.std.errors.Error | Generic error |
name | FQDN. |
_progress | Progress notification call back |
_invocationConfig | Configuration 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.
vmware.vapi.std.errors.Error | Generic error |
name | FQDN. |
_progress | Progress notification call back |
_invocationConfig | Configuration 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.
vmware.vapi.std.errors.Error | Generic error |
name | FQDN. |
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.
vmware.vapi.std.errors.Error | Generic error |
name | FQDN. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
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.
vmware.vapi.std.errors.Error | Generic error |
name | FQDN. |
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.
vmware.vapi.std.errors.Error | Generic error |
name | FQDN. |
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.
vmware.vapi.std.errors.Error | Generic error |
name | FQDN. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implements vmware::appliance::networking::dns::Hostname.