public class HostnameStub extends com.vmware.vapi.internal.bindings.Stub implements Hostname
Hostname
API service.
WARNING: Internal class, subject to change in future versions.
HostnameTypes.Message, HostnameTypes.MessageStatus, HostnameTypes.TestStatus, HostnameTypes.TestStatusInfo
apiProvider, converter, ifaceId, retryPolicy, securityContext
_VAPI_SERVICE_ID
Constructor and Description |
---|
HostnameStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
HostnameStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
get()
Get the Fully Qualified Doman Name.
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.String> asyncCallback)
Get the Fully Qualified Doman Name.
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.String> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get the Fully Qualified Doman Name.
|
java.lang.String |
get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get the Fully Qualified Doman Name.
|
void |
set(java.lang.String name)
Set the Fully Qualified Domain Name.
|
void |
set(java.lang.String name,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Set the Fully Qualified Domain Name.
|
void |
set(java.lang.String name,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Set the Fully Qualified Domain Name.
|
void |
set(java.lang.String name,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Set the Fully Qualified Domain Name.
|
HostnameTypes.TestStatusInfo |
test(java.lang.String name)
Test the Fully Qualified Domain Name.
|
void |
test(java.lang.String name,
com.vmware.vapi.bindings.client.AsyncCallback<HostnameTypes.TestStatusInfo> asyncCallback)
Test the Fully Qualified Domain Name.
|
void |
test(java.lang.String name,
com.vmware.vapi.bindings.client.AsyncCallback<HostnameTypes.TestStatusInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Test the Fully Qualified Domain Name.
|
HostnameTypes.TestStatusInfo |
test(java.lang.String name,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Test the Fully Qualified Domain Name.
|
public HostnameStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, com.vmware.vapi.bindings.StubConfigurationBase config)
public HostnameStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.bindings.StubConfigurationBase config)
public HostnameTypes.TestStatusInfo test(java.lang.String name)
Hostname
Synchronous method overload. Result of the invocation will be reported as a method return value.
public HostnameTypes.TestStatusInfo test(java.lang.String name, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Hostname
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig
to specify configuration for this particular invocation.
public void test(java.lang.String name, com.vmware.vapi.bindings.client.AsyncCallback<HostnameTypes.TestStatusInfo> asyncCallback)
Hostname
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
FQDN status
Operation Errors:
Error
- Generic error
public void test(java.lang.String name, com.vmware.vapi.bindings.client.AsyncCallback<HostnameTypes.TestStatusInfo> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Hostname
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Use invocationConfig
to specify configuration for this particular invocation.
Invocation Result:
FQDN status
Operation Errors:
Error
- Generic error
public void set(java.lang.String name)
Hostname
Synchronous method overload. Result of the invocation will be reported as a method return value.
public void set(java.lang.String name, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Hostname
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig
to specify configuration for this particular invocation.
public void set(java.lang.String name, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Hostname
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Operation Errors:
Error
- Generic error
public void set(java.lang.String name, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Hostname
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Use invocationConfig
to specify configuration for this particular invocation.
Operation Errors:
Error
- Generic error
public java.lang.String get()
Hostname
Synchronous method overload. Result of the invocation will be reported as a method return value.
public java.lang.String get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Hostname
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig
to specify configuration for this particular invocation.
public void get(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.String> asyncCallback)
Hostname
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
FQDN.
Operation Errors:
Error
- Generic error
public void get(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.String> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Hostname
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Use invocationConfig
to specify configuration for this particular invocation.
Invocation Result:
FQDN.
Operation Errors:
Error
- Generic error