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(ApiProvider apiProvider,
StubConfigurationBase config) |
HostnameStub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
StubConfigurationBase config) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
get()
Get the Fully Qualified Doman Name.
|
void |
get(AsyncCallback<java.lang.String> asyncCallback)
Get the Fully Qualified Doman Name.
|
void |
get(AsyncCallback<java.lang.String> asyncCallback,
InvocationConfig invocationConfig)
Get the Fully Qualified Doman Name.
|
java.lang.String |
get(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,
AsyncCallback<java.lang.Void> asyncCallback)
Set the Fully Qualified Domain Name.
|
void |
set(java.lang.String name,
AsyncCallback<java.lang.Void> asyncCallback,
InvocationConfig invocationConfig)
Set the Fully Qualified Domain Name.
|
void |
set(java.lang.String name,
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,
AsyncCallback<HostnameTypes.TestStatusInfo> asyncCallback)
Test the Fully Qualified Domain Name.
|
void |
test(java.lang.String name,
AsyncCallback<HostnameTypes.TestStatusInfo> asyncCallback,
InvocationConfig invocationConfig)
Test the Fully Qualified Domain Name.
|
HostnameTypes.TestStatusInfo |
test(java.lang.String name,
InvocationConfig invocationConfig)
Test the Fully Qualified Domain Name.
|
public HostnameStub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public HostnameStub(ApiProvider apiProvider, 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, 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, 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, AsyncCallback<HostnameTypes.TestStatusInfo> asyncCallback, 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, 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, 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, AsyncCallback<java.lang.Void> asyncCallback, 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(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(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(AsyncCallback<java.lang.String> asyncCallback, 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