public class GlobalStub extends com.vmware.vapi.internal.bindings.Stub implements Global
Global
API service.
WARNING: Internal class, subject to change in future versions.
GlobalTypes.Info, GlobalTypes.ProtocolVersionInfo, GlobalTypes.SetSpec
apiProvider, converter, ifaceId, retryPolicy, securityContext
_VAPI_SERVICE_ID
Constructor and Description |
---|
GlobalStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
GlobalStub(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 |
---|---|
GlobalTypes.Info |
get()
Gets the current custom/manual global TLS parameters configured in the
appliance.
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<GlobalTypes.Info> asyncCallback)
Gets the current custom/manual global TLS parameters configured in the
appliance.
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<GlobalTypes.Info> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Gets the current custom/manual global TLS parameters configured in the
appliance.
|
GlobalTypes.Info |
get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Gets the current custom/manual global TLS parameters configured in the
appliance.
|
public GlobalStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, com.vmware.vapi.bindings.StubConfigurationBase config)
public GlobalStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.bindings.StubConfigurationBase config)
public GlobalTypes.Info get()
Global
Synchronous method overload. Result of the invocation will be reported as a method return value.
public GlobalTypes.Info get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Global
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<GlobalTypes.Info> asyncCallback)
Global
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
The current protocol version, ciphers, and other TLS parameters.
Operation Errors:
Error
- if there is some unknown internal error. The accompanying error message will
give more details about the failure.
Unauthenticated
- if the session is not authenticated
Unauthorized
- if the user is not authorized. User needs to have operator privileges.
public void get(com.vmware.vapi.bindings.client.AsyncCallback<GlobalTypes.Info> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Global
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:
The current protocol version, ciphers, and other TLS parameters.
Operation Errors:
Error
- if there is some unknown internal error. The accompanying error message will
give more details about the failure.
Unauthenticated
- if the session is not authenticated
Unauthorized
- if the user is not authorized. User needs to have operator privileges.