public interface Global extends com.vmware.vapi.bindings.Service, GlobalTypes
Global
interface provides methods APIs to configure manual/custom TLS
parameters. This interface was added in vSphere API 8.0.3.0.GlobalTypes.Info, GlobalTypes.ProtocolVersionInfo, GlobalTypes.SetSpec
_VAPI_SERVICE_ID
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.
|
GlobalTypes.Info get()
Synchronous method overload. Result of the invocation will be reported as a method return value.
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 authenticatedUnauthorized
- if the user is not authorized. User needs to have operator privileges.GlobalTypes.Info get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig
to specify configuration for this particular invocation.
invocationConfig
- Configuration for the method invocation.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 authenticatedUnauthorized
- if the user is not authorized. User needs to have operator privileges.void get(com.vmware.vapi.bindings.client.AsyncCallback<GlobalTypes.Info> asyncCallback)
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.
asyncCallback
- Receives the status (progress, result or error) of the operation invocation.void get(com.vmware.vapi.bindings.client.AsyncCallback<GlobalTypes.Info> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
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.
asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.