Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W _ 

A

AbstractServer - Class in com.vmware.vapi.protocol.server.rpc.http.impl
Base class implementing Server interface with common code.
AbstractServer() - Constructor for class com.vmware.vapi.protocol.server.rpc.http.impl.AbstractServer
 
accept(TypeVisitor) - Method in class com.vmware.vapi.bindings.type.AnyErrorType
 
accept(TypeVisitor) - Method in class com.vmware.vapi.bindings.type.BinaryType
 
accept(TypeVisitor) - Method in class com.vmware.vapi.bindings.type.BooleanType
 
accept(TypeVisitor) - Method in class com.vmware.vapi.bindings.type.DateTimeType
 
accept(TypeVisitor) - Method in class com.vmware.vapi.bindings.type.DoubleType
 
accept(TypeVisitor) - Method in class com.vmware.vapi.bindings.type.DynamicStructType
 
accept(TypeVisitor) - Method in class com.vmware.vapi.bindings.type.EnumType
 
accept(TypeVisitor) - Method in class com.vmware.vapi.bindings.type.ErrorType
 
accept(TypeVisitor) - Method in class com.vmware.vapi.bindings.type.IdType
 
accept(TypeVisitor) - Method in class com.vmware.vapi.bindings.type.IntegerType
 
accept(TypeVisitor) - Method in class com.vmware.vapi.bindings.type.ListType
 
accept(TypeVisitor) - Method in class com.vmware.vapi.bindings.type.MapType
 
accept(TypeVisitor) - Method in class com.vmware.vapi.bindings.type.OpaqueType
 
accept(TypeVisitor) - Method in class com.vmware.vapi.bindings.type.OptionalType
 
accept(TypeVisitor) - Method in class com.vmware.vapi.bindings.type.SecretType
 
accept(TypeVisitor) - Method in class com.vmware.vapi.bindings.type.SetType
 
accept(TypeVisitor) - Method in class com.vmware.vapi.bindings.type.StringType
 
accept(TypeVisitor) - Method in class com.vmware.vapi.bindings.type.StructType
 
accept(TypeVisitor) - Method in interface com.vmware.vapi.bindings.type.Type
Accepts a type visitor and dispatches to the appropriate visitor method, depending on class of the individual type.
accept(TypeVisitor) - Method in class com.vmware.vapi.bindings.type.TypeReference
 
accept(TypeVisitor) - Method in class com.vmware.vapi.bindings.type.UriType
 
accept(TypeVisitor) - Method in class com.vmware.vapi.bindings.type.VoidType
 
accept(T) - Method in interface com.vmware.vapi.core.Consumer
Performs the operation on the given input
accept(DefinitionVisitor) - Method in class com.vmware.vapi.data.AnyErrorDefinition
 
accept(DefinitionVisitor) - Method in class com.vmware.vapi.data.BlobDefinition
 
accept(ValueVisitor) - Method in class com.vmware.vapi.data.BlobValue
 
accept(DefinitionVisitor) - Method in class com.vmware.vapi.data.BooleanDefinition
 
accept(ValueVisitor) - Method in class com.vmware.vapi.data.BooleanValue
 
accept(DefinitionVisitor) - Method in class com.vmware.vapi.data.DataDefinition
Applies a visitor to this data-definition.
accept(ValueVisitor) - Method in interface com.vmware.vapi.data.DataValue
 
accept(DefinitionVisitor) - Method in class com.vmware.vapi.data.DoubleDefinition
 
accept(ValueVisitor) - Method in class com.vmware.vapi.data.DoubleValue
 
accept(DefinitionVisitor) - Method in class com.vmware.vapi.data.DynamicStructDefinition
 
accept(DefinitionVisitor) - Method in class com.vmware.vapi.data.IntegerDefinition
 
accept(ValueVisitor) - Method in class com.vmware.vapi.data.IntegerValue
 
accept(DefinitionVisitor) - Method in class com.vmware.vapi.data.ListDefinition
 
accept(ValueVisitor) - Method in class com.vmware.vapi.data.ListValue
 
accept(DefinitionVisitor) - Method in class com.vmware.vapi.data.OpaqueDefinition
 
accept(DefinitionVisitor) - Method in class com.vmware.vapi.data.OptionalDefinition
Applies a visitor to this data-definition.
accept(ValueVisitor) - Method in class com.vmware.vapi.data.OptionalValue
 
accept(DefinitionVisitor) - Method in class com.vmware.vapi.data.SecretDefinition
 
accept(ValueVisitor) - Method in class com.vmware.vapi.data.SecretValue
 
accept(DefinitionVisitor) - Method in class com.vmware.vapi.data.StringDefinition
 
accept(ValueVisitor) - Method in class com.vmware.vapi.data.StringValue
 
accept(DefinitionVisitor) - Method in class com.vmware.vapi.data.StructDefinition
 
accept(DefinitionVisitor) - Method in class com.vmware.vapi.data.StructRefDefinition
 
accept(ValueVisitor) - Method in class com.vmware.vapi.data.StructValue
 
accept(DefinitionVisitor) - Method in class com.vmware.vapi.data.VoidDefinition
 
accept(ValueVisitor) - Method in class com.vmware.vapi.data.VoidValue
 
ACCEPT_LANGUAGE_KEY - Static variable in class com.vmware.vapi.core.ExecutionContext.ApplicationData
ApplicationData translation language preference property key.
acceptEither(CompletionStage<? extends T>, Consumer<? super T>) - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
acceptEitherAsync(CompletionStage<? extends T>, Consumer<? super T>) - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
acceptEitherAsync(CompletionStage<? extends T>, Consumer<? super T>, Executor) - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
access(HttpResponse) - Method in interface com.vmware.vapi.core.HttpResponseAccessor
Processes the raw HTTP response.
access(HttpResponse) - Method in class com.vmware.vapi.protocol.client.http.CompositeResponseAccessor
 
access(HttpResponse) - Method in class com.vmware.vapi.protocol.client.http.HeaderExtractor
 
access(HttpResponse) - Method in class com.vmware.vapi.protocol.client.http.ResponseExtractor
 
access(HttpResponse) - Method in class com.vmware.vapi.protocol.client.http.SingleHeaderExtractor
 
ACCESS_TOKEN - Static variable in class com.vmware.vapi.security.OAuthSecurityContext
 
activation() - Method in class com.vmware.vapi.std.StdFactory
The com.vmware.vapi.std.activation package provides interfaces that TODO.
ACTIVATION_MANAGER_ID - Static variable in class com.vmware.vapi.std.activation.impl.ActivationFilter
Interface identifier of the activation manager service.
ActivationFactory - Class in com.vmware.vapi.std.activation
ActivationFactory is responsible for creating instances of services contained inside the com.vmware.vapi.std.activation package and also has the subpackages reference to access respective subpackage services.
ActivationFilter - Class in com.vmware.vapi.std.activation.impl
WARNING: Use only as a sample.
ActivationFilter(ApiProvider, ActivationRegistry) - Constructor for class com.vmware.vapi.std.activation.impl.ActivationFilter
Creates an activation filter.
ActivationManager - Interface in com.vmware.vapi.std.activation
WARNING: Use only as a sample.
ActivationManagerApiInterface - Class in com.vmware.vapi.std.activation
Implementation of ApiInterfaceSkeleton which adapts API service implementation (class that implements the generated ActivationManagerProvider interface).
ActivationManagerApiInterface() - Constructor for class com.vmware.vapi.std.activation.ActivationManagerApiInterface
Constructor.
ActivationManagerApiInterface(Class<? extends ActivationManagerProvider>) - Constructor for class com.vmware.vapi.std.activation.ActivationManagerApiInterface
Constructor.
ActivationManagerApiInterface(ActivationManagerProvider) - Constructor for class com.vmware.vapi.std.activation.ActivationManagerApiInterface
Constructor.
ActivationManagerApiInterface(ActivationManagerProvider, TypeConverter) - Constructor for class com.vmware.vapi.std.activation.ActivationManagerApiInterface
Constructor.
ActivationManagerDefinitions - Class in com.vmware.vapi.std.activation
Defines the type descriptors for the ActivationManager API service.
ActivationManagerDefinitions() - Constructor for class com.vmware.vapi.std.activation.ActivationManagerDefinitions
 
ActivationManagerImpl - Class in com.vmware.vapi.std.activation.impl
WARNING: Use only as a sample.
ActivationManagerImpl() - Constructor for class com.vmware.vapi.std.activation.impl.ActivationManagerImpl
 
ActivationManagerProvider - Interface in com.vmware.vapi.std.activation
WARNING: Use only as a sample.
activationManagerService() - Method in class com.vmware.vapi.std.activation.ActivationFactory
Returns an instance of class ActivationManager
ActivationManagerStub - Class in com.vmware.vapi.std.activation
Remote stub implementation of the ActivationManager API service.
ActivationManagerStub(ApiProvider, TypeConverter, StubConfigurationBase) - Constructor for class com.vmware.vapi.std.activation.ActivationManagerStub
 
ActivationManagerStub(ApiProvider, StubConfigurationBase) - Constructor for class com.vmware.vapi.std.activation.ActivationManagerStub
 
ActivationManagerSyncApiInterface - Class in com.vmware.vapi.std.activation
Implementation of ApiInterfaceSkeleton which adapts API service implementation (class that implements the generated ActivationManagerSyncProvider interface).
ActivationManagerSyncApiInterface() - Constructor for class com.vmware.vapi.std.activation.ActivationManagerSyncApiInterface
Constructor.
ActivationManagerSyncApiInterface(Class<? extends ActivationManagerSyncProvider>) - Constructor for class com.vmware.vapi.std.activation.ActivationManagerSyncApiInterface
Constructor.
ActivationManagerSyncApiInterface(ActivationManagerSyncProvider) - Constructor for class com.vmware.vapi.std.activation.ActivationManagerSyncApiInterface
Constructor.
ActivationManagerSyncApiInterface(ActivationManagerSyncProvider, TypeConverter) - Constructor for class com.vmware.vapi.std.activation.ActivationManagerSyncApiInterface
Constructor.
ActivationManagerSyncProvider - Interface in com.vmware.vapi.std.activation
WARNING: Use only as a sample.
ActivationManagerTypes - Interface in com.vmware.vapi.std.activation
WARNING: Use only as a sample.
ActivationMonitor - Class in com.vmware.vapi.activation
WARNING: Use only as a sample.
ActivationMonitor() - Constructor for class com.vmware.vapi.activation.ActivationMonitor
 
Activations - Class in com.vmware.vapi.activation
Utility methods for working with activations.
add(DataValue) - Method in class com.vmware.vapi.data.ListValue
Appends the specified element to the end of this list.
addAll(Collection<? extends DataValue>) - Method in class com.vmware.vapi.data.ListValue
Appends all of the values in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator.
addInterface(ApiInterface) - Method in class com.vmware.vapi.provider.local.LocalProvider
Adds the specified API interface to the provider.
addInterfaces(List<ApiInterface>) - Method in class com.vmware.vapi.provider.local.LocalProvider
Adds a list of API interface to the provider.
addLifecycleListener(LifecycleListener) - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.AbstractServer
 
addLifecycleListener(LifecycleListener) - Method in interface com.vmware.vapi.protocol.server.rpc.http.LifecycleManager
Add single life LifecycleListener to the end of the LifecycleListener listeners list.
AGGREGATOR_DEFAULT_NAME - Static variable in class com.vmware.vapi.provider.aggregator.ApiAggregator
Default name of this provider.
ALREADY_EXISTS - Static variable in interface com.vmware.vapi.bindings.exception.Constants
 
ALREADY_EXISTS - Static variable in class com.vmware.vapi.std.errors.Error.Type
Discriminator for the AlreadyExists type.
ALREADY_EXISTS - Static variable in class com.vmware.vapi.std.StandardDataFactory
 
ALREADY_IN_DESIRED_STATE - Static variable in interface com.vmware.vapi.bindings.exception.Constants
 
ALREADY_IN_DESIRED_STATE - Static variable in class com.vmware.vapi.std.errors.Error.Type
Discriminator for the AlreadyInDesiredState type.
AlreadyExists - Exception in com.vmware.vapi.std.errors
The AlreadyExists exception indicates that an attempt was made to create an entity but the entity already exists.
AlreadyExists(List<LocalizableMessage>, Structure) - Constructor for exception com.vmware.vapi.std.errors.AlreadyExists
This constructor is provided for backwards compatibility purposes only.
AlreadyExists() - Constructor for exception com.vmware.vapi.std.errors.AlreadyExists
Default constructor.
AlreadyExists(StructValue) - Constructor for exception com.vmware.vapi.std.errors.AlreadyExists
 
AlreadyExists(StructValue, Error.Type) - Constructor for exception com.vmware.vapi.std.errors.AlreadyExists
 
alreadyExists - Static variable in class com.vmware.vapi.std.errors.StructDefinitions
 
AlreadyExists.Builder - Class in com.vmware.vapi.std.errors
Builder class for AlreadyExists.
AlreadyInDesiredState - Exception in com.vmware.vapi.std.errors
The AlreadyInDesiredState exception indicates that an attempt to change the state of a resource or service had no effect because the resource or service is already in the desired state.
AlreadyInDesiredState(List<LocalizableMessage>, Structure) - Constructor for exception com.vmware.vapi.std.errors.AlreadyInDesiredState
This constructor is provided for backwards compatibility purposes only.
AlreadyInDesiredState() - Constructor for exception com.vmware.vapi.std.errors.AlreadyInDesiredState
Default constructor.
AlreadyInDesiredState(StructValue) - Constructor for exception com.vmware.vapi.std.errors.AlreadyInDesiredState
 
AlreadyInDesiredState(StructValue, Error.Type) - Constructor for exception com.vmware.vapi.std.errors.AlreadyInDesiredState
 
alreadyInDesiredState - Static variable in class com.vmware.vapi.std.errors.StructDefinitions
 
AlreadyInDesiredState.Builder - Class in com.vmware.vapi.std.errors
Builder class for AlreadyInDesiredState.
ANY_ERROR - Static variable in class com.vmware.vapi.std.introspection.OperationTypes.DataDefinition.DataType
Indicates the value is arbitrary error type.
AnyErrorDefinition - Class in com.vmware.vapi.data
DataDefinition for Exception IDL type.
AnyErrorType - Class in com.vmware.vapi.bindings.type
Type descriptor for Exception IDL type.
AnyErrorType() - Constructor for class com.vmware.vapi.bindings.type.AnyErrorType
 
ApiAggregator - Class in com.vmware.vapi.provider.aggregator
The ApiAggregator class is an aggregating implementation of the ApiProvider interface.
ApiAggregator(String, Map<String, ApiProvider>) - Constructor for class com.vmware.vapi.provider.aggregator.ApiAggregator
Calls ApiAggregator(String, Map, boolean), automatically deploying introspection services.
ApiAggregator(String, Map<String, ApiProvider>, boolean) - Constructor for class com.vmware.vapi.provider.aggregator.ApiAggregator
Constructor.
ApiClient - Interface in com.vmware.vapi.client
Represents a Client for an API.
ApiClients - Class in com.vmware.vapi.client
This class contains static factory methods for creating new ApiClient instances.
ApiClients() - Constructor for class com.vmware.vapi.client.ApiClients
 
ApiEnumeration<E extends ApiEnumeration<E>> - Class in com.vmware.vapi.bindings
Base class for all Java mappings of interface definition language enumerated types.
ApiEnumeration(String) - Constructor for class com.vmware.vapi.bindings.ApiEnumeration
 
ApiError - Exception in com.vmware.vapi.bindings
Common base class for all VMODL2 errors (standard and custom ones) in Java static language bindings.
ApiError() - Constructor for exception com.vmware.vapi.bindings.ApiError
 
ApiInterface - Interface in com.vmware.vapi.provider
The ApiInterface interface provides introspection APIs for a vAPI interface; it is implemented by API providers.
ApiIntrospection - Interface in com.vmware.vapi.provider.introspection
Interface for API Introspection.
ApiIntrospectionStub - Interface in com.vmware.vapi.provider.introspection
Client-side stub for the introspection services exposed by a provider.
ApiMethod - Interface in com.vmware.vapi.provider
The ApiMethod interface provides introspection and invocation APIs for a vAPI method; it is implemented by API providers.
ApiMethodBasedApiInterface - Class in com.vmware.vapi.provider
Base ApiInterface implementation that uses ApiMethod
ApiMethodBasedApiInterface(InterfaceIdentifier) - Constructor for class com.vmware.vapi.provider.ApiMethodBasedApiInterface
Constructor.
ApiMethodBasedApiInterface(String) - Constructor for class com.vmware.vapi.provider.ApiMethodBasedApiInterface
Constructor.
ApiProvider - Interface in com.vmware.vapi.core
The ApiProvider interface provides interface and method introspection and invocation operations for use by API clients.
ApiProviderStub - Interface in com.vmware.vapi.core
A blend of synchronous and asynchronous provider interfaces.
ApiProviderStubImpl - Class in com.vmware.vapi.core
Utility which provides synchronous method overloads on top of an ApiProvider.
ApiProviderStubImpl(ApiProvider) - Constructor for class com.vmware.vapi.core.ApiProviderStubImpl
 
ApplicationData() - Constructor for class com.vmware.vapi.core.ExecutionContext.ApplicationData
Constructs an empty instance.
ApplicationData(Map<String, String>) - Constructor for class com.vmware.vapi.core.ExecutionContext.ApplicationData
Constructs an instance with the specified data as a source.
ApplicationData(String, String) - Constructor for class com.vmware.vapi.core.ExecutionContext.ApplicationData
Constructs an instance with a single property only.
applyServerConfigurator() - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.AbstractServer
 
applyToEither(CompletionStage<? extends T>, Function<? super T, U>) - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
applyToEitherAsync(CompletionStage<? extends T>, Function<? super T, U>) - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
applyToEitherAsync(CompletionStage<? extends T>, Function<? super T, U>, Executor) - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
ARGS_FIELD_NAME - Static variable in class com.vmware.vapi.std.StandardDataFactory
 
ArgumentLocations - Class in com.vmware.vapi.std.errors
The ArgumentLocations class describes which part(s) of the input to the method caused the exception.
ArgumentLocations(String, List<String>) - Constructor for class com.vmware.vapi.std.errors.ArgumentLocations
This constructor is provided for backwards compatibility purposes only.
ArgumentLocations() - Constructor for class com.vmware.vapi.std.errors.ArgumentLocations
Default constructor.
ArgumentLocations(StructValue) - Constructor for class com.vmware.vapi.std.errors.ArgumentLocations
 
argumentLocations - Static variable in class com.vmware.vapi.std.errors.StructDefinitions
 
ArgumentLocations.Builder - Class in com.vmware.vapi.std.errors
Builder class for ArgumentLocations.
ASYNC_TIMEOUT_KEY - Static variable in class com.vmware.vapi.protocol.server.rpc.http.impl.TcServer
 
AsyncCallback<T> - Class in com.vmware.vapi.bindings.client
This callback is used to receive the status (progress, result or error) of an asynchronous operation invocation.
AsyncCallback() - Constructor for class com.vmware.vapi.bindings.client.AsyncCallback
 
AsyncCallbackFuture<T> - Class in com.vmware.vapi.bindings.client
Utility which is both an asynchronous callback and a future.
AsyncCallbackFuture() - Constructor for class com.vmware.vapi.bindings.client.AsyncCallbackFuture
 
AsyncCallbackSyncAdapter<T> - Class in com.vmware.vapi.bindings.client
This utility provides a synchronous view of an asynchronous callback.
AsyncCallbackSyncAdapter() - Constructor for class com.vmware.vapi.bindings.client.AsyncCallbackSyncAdapter
 
AsyncContext<T> - Class in com.vmware.vapi.bindings.server
Context of an asynchronous operation.
AsyncContext() - Constructor for class com.vmware.vapi.bindings.server.AsyncContext
 
AsyncHandle<T> - Class in com.vmware.vapi.core
This handle is used to complete an operation invocation (with an output value or an error) or report progress.
AsyncHandle() - Constructor for class com.vmware.vapi.core.AsyncHandle
 
AsyncHandleSyncAdapter<T> - Class in com.vmware.vapi.core
This utility provides a synchronous view of an AsyncHandle.
AsyncHandleSyncAdapter() - Constructor for class com.vmware.vapi.core.AsyncHandleSyncAdapter
 
attachServerSpan(HttpServletRequest) - Method in interface com.vmware.vapi.tracing.Tracer
Creates a new server span and attaches it to the tracer propagated with the http request.
authenticate(ExecutionContext.SecurityContext, AsyncHandle<AuthenticationHandler.AuthenticationResult>) - Method in interface com.vmware.vapi.security.AuthenticationHandler
Verifies the provided authentication data against the relevant identity source.
AUTHENTICATION_DATA_ID - Static variable in interface com.vmware.vapi.core.ExecutionContext.SecurityContext
 
AUTHENTICATION_SCHEME_ID - Static variable in interface com.vmware.vapi.core.ExecutionContext.SecurityContext
 
AuthenticationConfig - Interface in com.vmware.vapi.security
Implementations of this interface will provide the authentication configuration data
AuthenticationConfig.AuthnScheme - Class in com.vmware.vapi.security
This class representations an authentication scheme
AuthenticationFilter - Class in com.vmware.vapi.security
This class acts as a decorator to the actual provider.
AuthenticationFilter(ApiProvider, AuthenticationConfig, List<AuthenticationHandler>) - Constructor for class com.vmware.vapi.security.AuthenticationFilter
 
AuthenticationHandler - Interface in com.vmware.vapi.security
Implementations of this interface should be able to verify the authentication data provided in the security context against an identity source.
AuthenticationHandler.AuthenticationResult - Class in com.vmware.vapi.security
Implementations of this class will contain the needed authentication result on a successful authentication.
AuthenticationResult() - Constructor for class com.vmware.vapi.security.AuthenticationHandler.AuthenticationResult
 
AuthenticationScheme - Class in com.vmware.vapi.std
The AuthenticationScheme class defines constants for authentication scheme identifiers for authentication mechanisms present in the vAPI infrastructure shipped by VMware.
AuthenticationScheme() - Constructor for class com.vmware.vapi.std.AuthenticationScheme
Default constructor.
AuthenticationScheme(StructValue) - Constructor for class com.vmware.vapi.std.AuthenticationScheme
 
authenticationScheme - Static variable in class com.vmware.vapi.std.StructDefinitions
 
AuthenticationScheme.Builder - Class in com.vmware.vapi.std
Builder class for AuthenticationScheme.
AuthnScheme(List<String>) - Constructor for class com.vmware.vapi.security.AuthenticationConfig.AuthnScheme
 

B

BasicHeader(String, String) - Constructor for class com.vmware.vapi.protocol.HttpConfiguration.BasicHeader
 
BINARY - Static variable in class com.vmware.vapi.std.introspection.OperationTypes.DataDefinition.DataType
Indicates the value is a binary type.
BinaryType - Class in com.vmware.vapi.bindings.type
 
BinaryType() - Constructor for class com.vmware.vapi.bindings.type.BinaryType
 
BindingsException - Exception in com.vmware.vapi.client.exception
Thrown in cases of communication protocol errors related to the vAPI protocol errors.
BindingsException() - Constructor for exception com.vmware.vapi.client.exception.BindingsException
 
BindingsException(String) - Constructor for exception com.vmware.vapi.client.exception.BindingsException
 
BindingsException(String, Throwable) - Constructor for exception com.vmware.vapi.client.exception.BindingsException
 
BindingsException(Throwable) - Constructor for exception com.vmware.vapi.client.exception.BindingsException
 
BlobDefinition - Class in com.vmware.vapi.data
 
BlobValue - Class in com.vmware.vapi.data
 
BlobValue(byte[]) - Constructor for class com.vmware.vapi.data.BlobValue
 
BOOLEAN - Static variable in class com.vmware.vapi.std.introspection.OperationTypes.DataDefinition.DataType
Indicates the value is a boolean type.
BooleanDefinition - Class in com.vmware.vapi.data
 
booleanList(List<Boolean>) - Static method in class com.vmware.vapi.data.ListValue
 
BooleanType - Class in com.vmware.vapi.bindings.type
 
BooleanType() - Constructor for class com.vmware.vapi.bindings.type.BooleanType
 
BooleanValue - Class in com.vmware.vapi.data
 
build() - Method in class com.vmware.vapi.client.Configuration.Builder
 
build() - Method in class com.vmware.vapi.core.ExecutionContext.Builder
 
build() - Method in class com.vmware.vapi.std.AuthenticationScheme.Builder
 
build() - Method in class com.vmware.vapi.std.DynamicID.Builder
 
build() - Method in class com.vmware.vapi.std.errors.AlreadyExists.Builder
 
build() - Method in class com.vmware.vapi.std.errors.AlreadyInDesiredState.Builder
 
build() - Method in class com.vmware.vapi.std.errors.ArgumentLocations.Builder
 
build() - Method in class com.vmware.vapi.std.errors.Canceled.Builder
 
build() - Method in class com.vmware.vapi.std.errors.ConcurrentChange.Builder
 
build() - Method in class com.vmware.vapi.std.errors.Error.Builder
 
build() - Method in class com.vmware.vapi.std.errors.FeatureInUse.Builder
 
build() - Method in class com.vmware.vapi.std.errors.FileLocations.Builder
 
build() - Method in class com.vmware.vapi.std.errors.InternalServerError.Builder
 
build() - Method in class com.vmware.vapi.std.errors.InvalidArgument.Builder
 
build() - Method in class com.vmware.vapi.std.errors.InvalidElementConfiguration.Builder
 
build() - Method in class com.vmware.vapi.std.errors.InvalidElementType.Builder
 
build() - Method in class com.vmware.vapi.std.errors.InvalidRequest.Builder
 
build() - Method in class com.vmware.vapi.std.errors.NotAllowedInCurrentState.Builder
 
build() - Method in class com.vmware.vapi.std.errors.NotFound.Builder
 
build() - Method in class com.vmware.vapi.std.errors.OperationNotFound.Builder
 
build() - Method in class com.vmware.vapi.std.errors.ResourceBusy.Builder
 
build() - Method in class com.vmware.vapi.std.errors.ResourceInaccessible.Builder
 
build() - Method in class com.vmware.vapi.std.errors.ResourceInUse.Builder
 
build() - Method in class com.vmware.vapi.std.errors.ServiceUnavailable.Builder
 
build() - Method in class com.vmware.vapi.std.errors.TimedOut.Builder
 
build() - Method in class com.vmware.vapi.std.errors.TransientIndication.Builder
 
build() - Method in class com.vmware.vapi.std.errors.UnableToAllocateResource.Builder
 
build() - Method in class com.vmware.vapi.std.errors.Unauthenticated.Builder
 
build() - Method in class com.vmware.vapi.std.errors.Unauthorized.Builder
 
build() - Method in class com.vmware.vapi.std.errors.UnexpectedInput.Builder
 
build() - Method in class com.vmware.vapi.std.errors.Unsupported.Builder
 
build() - Method in class com.vmware.vapi.std.errors.UnverifiedPeer.Builder
 
build() - Method in class com.vmware.vapi.std.interposition.InvocationRequest.Builder
 
build() - Method in class com.vmware.vapi.std.interposition.InvocationResult.Builder
 
build() - Method in class com.vmware.vapi.std.interposition.SecurityPrincipal.Builder
 
build() - Method in class com.vmware.vapi.std.introspection.OperationTypes.DataDefinition.Builder
 
build() - Method in class com.vmware.vapi.std.introspection.OperationTypes.Info.Builder
 
build() - Method in class com.vmware.vapi.std.introspection.ProviderTypes.Info.Builder
 
build() - Method in class com.vmware.vapi.std.introspection.ServiceTypes.Info.Builder
 
build() - Method in class com.vmware.vapi.std.LocalizableMessage.Builder
 
build() - Method in class com.vmware.vapi.std.LocalizationParam.Builder
 
build() - Method in class com.vmware.vapi.std.NestedLocalizableMessage.Builder
 
build() - Method in class com.vmware.vapi.tracing.OpenTelemetryTracerBuilder
Builds a new Tracer
Builder() - Constructor for class com.vmware.vapi.client.Configuration.Builder
Constructor.
Builder(Configuration) - Constructor for class com.vmware.vapi.client.Configuration.Builder
Constructor.
Builder(Map<String, Object>) - Constructor for class com.vmware.vapi.client.Configuration.Builder
Constructor.
Builder() - Constructor for class com.vmware.vapi.core.ExecutionContext.Builder
 
Builder() - Constructor for class com.vmware.vapi.protocol.ClientConfiguration.Builder
 
Builder(ClientConfiguration) - Constructor for class com.vmware.vapi.protocol.ClientConfiguration.Builder
Create a builder that is preconfigured with the given ClientConfiguration
Builder() - Constructor for class com.vmware.vapi.protocol.HttpConfiguration.Builder
 
Builder() - Constructor for class com.vmware.vapi.protocol.HttpConfiguration.SslConfiguration.Builder
 
Builder(KeyStore) - Constructor for class com.vmware.vapi.protocol.HttpConfiguration.SslConfiguration.Builder
 
Builder() - Constructor for class com.vmware.vapi.std.AuthenticationScheme.Builder
Constructor with parameters for the required properties of AuthenticationScheme.
Builder(String, String) - Constructor for class com.vmware.vapi.std.DynamicID.Builder
Constructor with parameters for the required properties of DynamicID.
Builder(List<LocalizableMessage>) - Constructor for class com.vmware.vapi.std.errors.AlreadyExists.Builder
Constructor with parameters for the required properties of AlreadyExists.
Builder(List<LocalizableMessage>) - Constructor for class com.vmware.vapi.std.errors.AlreadyInDesiredState.Builder
Constructor with parameters for the required properties of AlreadyInDesiredState.
Builder(String, List<String>) - Constructor for class com.vmware.vapi.std.errors.ArgumentLocations.Builder
Constructor with parameters for the required properties of ArgumentLocations.
Builder(List<LocalizableMessage>) - Constructor for class com.vmware.vapi.std.errors.Canceled.Builder
Constructor with parameters for the required properties of Canceled.
Builder(List<LocalizableMessage>) - Constructor for class com.vmware.vapi.std.errors.ConcurrentChange.Builder
Constructor with parameters for the required properties of ConcurrentChange.
Builder(List<LocalizableMessage>) - Constructor for class com.vmware.vapi.std.errors.Error.Builder
Constructor with parameters for the required properties of Error.
Builder(List<LocalizableMessage>) - Constructor for class com.vmware.vapi.std.errors.FeatureInUse.Builder
Constructor with parameters for the required properties of FeatureInUse.
Builder(String, List<String>) - Constructor for class com.vmware.vapi.std.errors.FileLocations.Builder
Constructor with parameters for the required properties of FileLocations.
Builder(List<LocalizableMessage>) - Constructor for class com.vmware.vapi.std.errors.InternalServerError.Builder
Constructor with parameters for the required properties of InternalServerError.
Builder(List<LocalizableMessage>) - Constructor for class com.vmware.vapi.std.errors.InvalidArgument.Builder
Constructor with parameters for the required properties of InvalidArgument.
Builder(List<LocalizableMessage>) - Constructor for class com.vmware.vapi.std.errors.InvalidElementConfiguration.Builder
Constructor with parameters for the required properties of InvalidElementConfiguration.
Builder(List<LocalizableMessage>) - Constructor for class com.vmware.vapi.std.errors.InvalidElementType.Builder
Constructor with parameters for the required properties of InvalidElementType.
Builder(List<LocalizableMessage>) - Constructor for class com.vmware.vapi.std.errors.InvalidRequest.Builder
Constructor with parameters for the required properties of InvalidRequest.
Builder(List<LocalizableMessage>) - Constructor for class com.vmware.vapi.std.errors.NotAllowedInCurrentState.Builder
Constructor with parameters for the required properties of NotAllowedInCurrentState.
Builder(List<LocalizableMessage>) - Constructor for class com.vmware.vapi.std.errors.NotFound.Builder
Constructor with parameters for the required properties of NotFound.
Builder(List<LocalizableMessage>) - Constructor for class com.vmware.vapi.std.errors.OperationNotFound.Builder
Constructor with parameters for the required properties of OperationNotFound.
Builder(List<LocalizableMessage>) - Constructor for class com.vmware.vapi.std.errors.ResourceBusy.Builder
Constructor with parameters for the required properties of ResourceBusy.
Builder(List<LocalizableMessage>) - Constructor for class com.vmware.vapi.std.errors.ResourceInaccessible.Builder
Constructor with parameters for the required properties of ResourceInaccessible.
Builder(List<LocalizableMessage>) - Constructor for class com.vmware.vapi.std.errors.ResourceInUse.Builder
Constructor with parameters for the required properties of ResourceInUse.
Builder(List<LocalizableMessage>) - Constructor for class com.vmware.vapi.std.errors.ServiceUnavailable.Builder
Constructor with parameters for the required properties of ServiceUnavailable.
Builder(List<LocalizableMessage>) - Constructor for class com.vmware.vapi.std.errors.TimedOut.Builder
Constructor with parameters for the required properties of TimedOut.
Builder(boolean) - Constructor for class com.vmware.vapi.std.errors.TransientIndication.Builder
Constructor with parameters for the required properties of TransientIndication.
Builder(List<LocalizableMessage>) - Constructor for class com.vmware.vapi.std.errors.UnableToAllocateResource.Builder
Constructor with parameters for the required properties of UnableToAllocateResource.
Builder(List<LocalizableMessage>) - Constructor for class com.vmware.vapi.std.errors.Unauthenticated.Builder
Constructor with parameters for the required properties of Unauthenticated.
Builder(List<LocalizableMessage>) - Constructor for class com.vmware.vapi.std.errors.Unauthorized.Builder
Constructor with parameters for the required properties of Unauthorized.
Builder(List<LocalizableMessage>) - Constructor for class com.vmware.vapi.std.errors.UnexpectedInput.Builder
Constructor with parameters for the required properties of UnexpectedInput.
Builder(List<LocalizableMessage>) - Constructor for class com.vmware.vapi.std.errors.Unsupported.Builder
Constructor with parameters for the required properties of Unsupported.
Builder(List<LocalizableMessage>) - Constructor for class com.vmware.vapi.std.errors.UnverifiedPeer.Builder
Constructor with parameters for the required properties of UnverifiedPeer.
Builder(String, String, DataValue, List<SecurityPrincipal>) - Constructor for class com.vmware.vapi.std.interposition.InvocationRequest.Builder
Constructor with parameters for the required properties of InvocationRequest.
Builder(InvocationResult.ResultType) - Constructor for class com.vmware.vapi.std.interposition.InvocationResult.Builder
Constructor with parameters for the required properties of InvocationResult.
Builder(String) - Constructor for class com.vmware.vapi.std.interposition.SecurityPrincipal.Builder
Constructor with parameters for the required properties of SecurityPrincipal.
Builder(OperationTypes.DataDefinition.DataType) - Constructor for class com.vmware.vapi.std.introspection.OperationTypes.DataDefinition.Builder
Constructor with parameters for the required properties of OperationTypes.DataDefinition.
Builder(OperationTypes.DataDefinition, OperationTypes.DataDefinition, List<OperationTypes.DataDefinition>) - Constructor for class com.vmware.vapi.std.introspection.OperationTypes.Info.Builder
Constructor with parameters for the required properties of OperationTypes.Info.
Builder(String, String) - Constructor for class com.vmware.vapi.std.introspection.ProviderTypes.Info.Builder
Constructor with parameters for the required properties of ProviderTypes.Info.
Builder(Set<String>) - Constructor for class com.vmware.vapi.std.introspection.ServiceTypes.Info.Builder
Constructor with parameters for the required properties of ServiceTypes.Info.
Builder(String, String, List<String>) - Constructor for class com.vmware.vapi.std.LocalizableMessage.Builder
Constructor with parameters for the required properties of LocalizableMessage.
Builder() - Constructor for class com.vmware.vapi.std.LocalizationParam.Builder
Constructor with parameters for the required properties of LocalizationParam.
Builder(String) - Constructor for class com.vmware.vapi.std.NestedLocalizableMessage.Builder
Constructor with parameters for the required properties of NestedLocalizableMessage.
buildErrorValue(String, String, String...) - Static method in class com.vmware.vapi.ErrorValueFactory
 
buildErrorValue(String, Message...) - Static method in class com.vmware.vapi.ErrorValueFactory
 
buildErrorValue(String, List<Message>) - Static method in class com.vmware.vapi.ErrorValueFactory
 
buildErrorValue(String, Message, List<Message>) - Static method in class com.vmware.vapi.ErrorValueFactory
 
buildInterfacesMap(LocalProvider) - Method in class com.vmware.vapi.config.InterfacesHelper
Return a map from service id to the local provider for all the services handled by the local provider.
buildInterfacesMap(ApiProvider) - Method in class com.vmware.vapi.config.InterfacesHelper
Return a map from service id to the API provider for all the services handled by the API provider.
buildInterfacesMap(ProtocolConnection) - Method in class com.vmware.vapi.config.InterfacesHelper
Return a map from service id to the provider for all the services handled by the provider of the protocol connection.
buildMessage(String, String...) - Method in class com.vmware.vapi.MessageFactory
Return a message object for the given id with the given args.
buildNameMap(T[]) - Static method in class com.vmware.vapi.bindings.ApiEnumeration
 
BuiltInDataFactory - Class in com.vmware.vapi.std
Factory for built-in vAPI data objects.
BuiltInDataFactory() - Constructor for class com.vmware.vapi.std.BuiltInDataFactory
 

C

cancel(boolean) - Method in class com.vmware.vapi.bindings.client.AsyncCallbackFuture
this implementation doesn't support canceling, so it will always return false.
cancel(boolean) - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
cancel(String) - Method in interface com.vmware.vapi.std.activation.ActivationManager
Asks for cancellation of a running activation.
cancel(String, InvocationConfig) - Method in interface com.vmware.vapi.std.activation.ActivationManager
Asks for cancellation of a running activation.
cancel(String, AsyncCallback<Void>) - Method in interface com.vmware.vapi.std.activation.ActivationManager
Asks for cancellation of a running activation.
cancel(String, AsyncCallback<Void>, InvocationConfig) - Method in interface com.vmware.vapi.std.activation.ActivationManager
Asks for cancellation of a running activation.
cancel(String, AsyncContext<Void>) - Method in interface com.vmware.vapi.std.activation.ActivationManagerProvider
Asks for cancellation of a running activation.
cancel(String) - Method in class com.vmware.vapi.std.activation.ActivationManagerStub
 
cancel(String, InvocationConfig) - Method in class com.vmware.vapi.std.activation.ActivationManagerStub
 
cancel(String, AsyncCallback<Void>) - Method in class com.vmware.vapi.std.activation.ActivationManagerStub
 
cancel(String, AsyncCallback<Void>, InvocationConfig) - Method in class com.vmware.vapi.std.activation.ActivationManagerStub
 
cancel(String, InvocationContext) - Method in interface com.vmware.vapi.std.activation.ActivationManagerSyncProvider
Asks for cancellation of a running activation.
cancel(String, AsyncContext<Void>) - Method in class com.vmware.vapi.std.activation.impl.ActivationManagerImpl
 
Canceled - Exception in com.vmware.vapi.std.errors
The Canceled exception indicates that the method canceled itself in response to an explicit request to do so.
Canceled(List<LocalizableMessage>, Structure) - Constructor for exception com.vmware.vapi.std.errors.Canceled
This constructor is provided for backwards compatibility purposes only.
Canceled() - Constructor for exception com.vmware.vapi.std.errors.Canceled
Default constructor.
Canceled(StructValue) - Constructor for exception com.vmware.vapi.std.errors.Canceled
 
Canceled(StructValue, Error.Type) - Constructor for exception com.vmware.vapi.std.errors.Canceled
 
CANCELED - Static variable in class com.vmware.vapi.std.errors.Error.Type
Discriminator for the Canceled type.
canceled - Static variable in class com.vmware.vapi.std.errors.StructDefinitions
 
Canceled.Builder - Class in com.vmware.vapi.std.errors
Builder class for Canceled.
CANCELLED - Static variable in interface com.vmware.vapi.bindings.exception.Constants
 
ClassLoaderUtil - Class in com.vmware.vapi.internal
Class loading policy used to load vAPI services.
ClassLoaderUtil() - Constructor for class com.vmware.vapi.internal.ClassLoaderUtil
 
cleanUpContext() - Method in interface com.vmware.vapi.diagnostics.LogDiagnosticsConfigurator
Clean the logging context for the current thread.
cleanUpContext(Collection<String>) - Method in interface com.vmware.vapi.diagnostics.LogDiagnosticsConfigurator
Cleans specified keys from the logging context.
cleanUpContext() - Method in class com.vmware.vapi.diagnostics.Slf4jMDCLogConfigurator
 
cleanUpContext(Collection<String>) - Method in class com.vmware.vapi.diagnostics.Slf4jMDCLogConfigurator
 
clear() - Method in class com.vmware.vapi.data.SecretValue
Clear the content inside SecretValue
ClientConfiguration - Class in com.vmware.vapi.protocol
This class is used for vAPI runtime client configuration.
ClientConfiguration.Builder - Class in com.vmware.vapi.protocol
This is a builder for ClientConfiguration
ClientException - Exception in com.vmware.vapi.client.exception
Signals that an exception has occurred in the vAPI client.
ClientException() - Constructor for exception com.vmware.vapi.client.exception.ClientException
Constructs an exception with an empty message string.
ClientException(String) - Constructor for exception com.vmware.vapi.client.exception.ClientException
Constructs an exception with the specified message string.
ClientException(Throwable) - Constructor for exception com.vmware.vapi.client.exception.ClientException
Constructs an exception with the specified cause.
ClientException(String, Throwable) - Constructor for exception com.vmware.vapi.client.exception.ClientException
Constructs an exception with the specified message and cause.
com.vmware.vapi - package com.vmware.vapi
The com.vmware.vapi component provides API infrastructure interfaces and standard types that can be used in the interface specification of any interface.
com.vmware.vapi.activation - package com.vmware.vapi.activation
 
com.vmware.vapi.bindings - package com.vmware.vapi.bindings
 
com.vmware.vapi.bindings.annotation - package com.vmware.vapi.bindings.annotation
 
com.vmware.vapi.bindings.client - package com.vmware.vapi.bindings.client
 
com.vmware.vapi.bindings.convert - package com.vmware.vapi.bindings.convert
 
com.vmware.vapi.bindings.convert.impl - package com.vmware.vapi.bindings.convert.impl
 
com.vmware.vapi.bindings.exception - package com.vmware.vapi.bindings.exception
 
com.vmware.vapi.bindings.server - package com.vmware.vapi.bindings.server
 
com.vmware.vapi.bindings.server.impl - package com.vmware.vapi.bindings.server.impl
 
com.vmware.vapi.bindings.type - package com.vmware.vapi.bindings.type
Representation of the IDL types for the use of the Java language bindings.
com.vmware.vapi.client - package com.vmware.vapi.client
 
com.vmware.vapi.client.exception - package com.vmware.vapi.client.exception
 
com.vmware.vapi.client.util - package com.vmware.vapi.client.util
 
com.vmware.vapi.config - package com.vmware.vapi.config
 
com.vmware.vapi.core - package com.vmware.vapi.core
 
com.vmware.vapi.data - package com.vmware.vapi.data
 
com.vmware.vapi.diagnostics - package com.vmware.vapi.diagnostics
 
com.vmware.vapi.dsig.json - package com.vmware.vapi.dsig.json
 
com.vmware.vapi.internal - package com.vmware.vapi.internal
 
com.vmware.vapi.l10n - package com.vmware.vapi.l10n
 
com.vmware.vapi.protocol - package com.vmware.vapi.protocol
 
com.vmware.vapi.protocol.client.http - package com.vmware.vapi.protocol.client.http
 
com.vmware.vapi.protocol.common - package com.vmware.vapi.protocol.common
 
com.vmware.vapi.protocol.common.http - package com.vmware.vapi.protocol.common.http
 
com.vmware.vapi.protocol.common.json - package com.vmware.vapi.protocol.common.json
 
com.vmware.vapi.protocol.local - package com.vmware.vapi.protocol.local
 
com.vmware.vapi.protocol.server.msg.json - package com.vmware.vapi.protocol.server.msg.json
 
com.vmware.vapi.protocol.server.rpc - package com.vmware.vapi.protocol.server.rpc
 
com.vmware.vapi.protocol.server.rpc.http - package com.vmware.vapi.protocol.server.rpc.http
 
com.vmware.vapi.protocol.server.rpc.http.impl - package com.vmware.vapi.protocol.server.rpc.http.impl
 
com.vmware.vapi.provider - package com.vmware.vapi.provider
 
com.vmware.vapi.provider.aggregator - package com.vmware.vapi.provider.aggregator
 
com.vmware.vapi.provider.introspection - package com.vmware.vapi.provider.introspection
 
com.vmware.vapi.provider.local - package com.vmware.vapi.provider.local
 
com.vmware.vapi.security - package com.vmware.vapi.security
 
com.vmware.vapi.server - package com.vmware.vapi.server
 
com.vmware.vapi.std - package com.vmware.vapi.std
The com.vmware.vapi.std package provides standard types that can be used in the interface specification of any interface.
com.vmware.vapi.std.activation - package com.vmware.vapi.std.activation
The com.vmware.vapi.std.activation package provides interfaces that TODO.
com.vmware.vapi.std.activation.impl - package com.vmware.vapi.std.activation.impl
 
com.vmware.vapi.std.errors - package com.vmware.vapi.std.errors
The com.vmware.vapi.std.errors package provides the standard exceptions that can be included in the list of exceptions in the specification of methods to indicate that the method might report those exceptions.
com.vmware.vapi.std.interposition - package com.vmware.vapi.std.interposition
The com.vmware.vapi.std.interposition package provides interfaces that TODO.
com.vmware.vapi.std.introspection - package com.vmware.vapi.std.introspection
The com.vmware.vapi.std.introspection package provides interfaces that expose basic information about the vAPI interfaces registered with a vAPI provider.
com.vmware.vapi.tracing - package com.vmware.vapi.tracing
 
com.vmware.vapi.util - package com.vmware.vapi.util
 
com.vmware.vapi.util.async - package com.vmware.vapi.util.async
 
completeValue(DataValue) - Method in class com.vmware.vapi.data.DataDefinition
Check the value to see if the data-definition can fill in any missing data before validation
completeValue(DataValue) - Method in class com.vmware.vapi.data.ListDefinition
 
completeValue(DataValue) - Method in class com.vmware.vapi.data.OptionalDefinition
 
completeValue(DataValue) - Method in class com.vmware.vapi.data.StructDefinition
 
completeValue(DataValue) - Method in class com.vmware.vapi.data.StructRefDefinition
 
CompletionStageFuture<T> - Class in com.vmware.vapi.bindings
This class exposes the Future and CompletionStage abstractions for binding clients.
CompletionStageFuture(CompletableFuture<T>) - Constructor for class com.vmware.vapi.bindings.CompletionStageFuture
 
CompositeResponseAccessor - Class in com.vmware.vapi.protocol.client.http
CompositeResponseAccessor(List<HttpResponseAccessor>) - Constructor for class com.vmware.vapi.protocol.client.http.CompositeResponseAccessor
 
CompositeResponseAccessor(HttpResponseAccessor...) - Constructor for class com.vmware.vapi.protocol.client.http.CompositeResponseAccessor
 
CONCURRENT_CHANGE - Static variable in interface com.vmware.vapi.bindings.exception.Constants
 
CONCURRENT_CHANGE - Static variable in class com.vmware.vapi.std.errors.Error.Type
Discriminator for the ConcurrentChange type.
ConcurrentChange - Exception in com.vmware.vapi.std.errors
The ConcurrentChange exception indicates that a data structure, entity, or resource has been modified since some earlier point in time.
ConcurrentChange(List<LocalizableMessage>, Structure) - Constructor for exception com.vmware.vapi.std.errors.ConcurrentChange
This constructor is provided for backwards compatibility purposes only.
ConcurrentChange() - Constructor for exception com.vmware.vapi.std.errors.ConcurrentChange
Default constructor.
ConcurrentChange(StructValue) - Constructor for exception com.vmware.vapi.std.errors.ConcurrentChange
 
ConcurrentChange(StructValue, Error.Type) - Constructor for exception com.vmware.vapi.std.errors.ConcurrentChange
 
concurrentChange - Static variable in class com.vmware.vapi.std.errors.StructDefinitions
 
ConcurrentChange.Builder - Class in com.vmware.vapi.std.errors
Builder class for ConcurrentChange.
Configuration - Class in com.vmware.vapi.client
Configuration for ApiClientImpls.
Configuration(Map<String, Object>) - Constructor for class com.vmware.vapi.client.Configuration
Constructor.
Configuration.Builder - Class in com.vmware.vapi.client
Builder for Configuration instances.
Configurator - Interface in com.vmware.vapi.config
Collection of the server-side runtime objects created from a configuration.
configure(Server) - Method in interface com.vmware.vapi.protocol.server.rpc.http.ServerConfigurator
Customizes configuration for the server.
configureContext(Map<String, String>) - Method in interface com.vmware.vapi.diagnostics.LogDiagnosticsConfigurator
Configure logging context for the current thread.
configureContext(Map<String, String>) - Method in class com.vmware.vapi.diagnostics.Slf4jMDCLogConfigurator
 
CONN_ACCEPT_QUEUE_SIZE - Static variable in class com.vmware.vapi.protocol.server.rpc.http.impl.TcServer
 
CONN_ALGORITHM - Static variable in class com.vmware.vapi.protocol.server.rpc.http.impl.TcServer
 
CONN_CIPHERS - Static variable in class com.vmware.vapi.protocol.server.rpc.http.impl.TcServer
 
CONN_CLIENT_AUTH - Static variable in class com.vmware.vapi.protocol.server.rpc.http.impl.TcServer
 
CONN_ENABLED_PROTOCOLS - Static variable in class com.vmware.vapi.protocol.server.rpc.http.impl.TcServer
 
CONN_HOST - Static variable in class com.vmware.vapi.protocol.server.rpc.http.impl.TcServer
Connector property names
CONN_KEY_PASS - Static variable in class com.vmware.vapi.protocol.server.rpc.http.impl.TcServer
 
CONN_KEYSTORE_FILE - Static variable in class com.vmware.vapi.protocol.server.rpc.http.impl.TcServer
 
CONN_KEYSTORE_PASS - Static variable in class com.vmware.vapi.protocol.server.rpc.http.impl.TcServer
 
CONN_KEYSTORE_PROVIDER - Static variable in class com.vmware.vapi.protocol.server.rpc.http.impl.TcServer
 
CONN_KEYSTORE_TYPE - Static variable in class com.vmware.vapi.protocol.server.rpc.http.impl.TcServer
 
CONN_MAX_IDLE_TIME - Static variable in class com.vmware.vapi.protocol.server.rpc.http.impl.TcServer
 
CONN_NUM_ACCEPTORS - Static variable in class com.vmware.vapi.protocol.server.rpc.http.impl.TcServer
 
CONN_SSL_ENABLED - Static variable in class com.vmware.vapi.protocol.server.rpc.http.impl.TcServer
 
CONN_SSL_IMPLEMENTATION - Static variable in class com.vmware.vapi.protocol.server.rpc.http.impl.TcServer
 
CONN_TRUSTSTORE_FILE - Static variable in class com.vmware.vapi.protocol.server.rpc.http.impl.TcServer
 
CONN_TRUSTSTORE_PASS - Static variable in class com.vmware.vapi.protocol.server.rpc.http.impl.TcServer
 
CONN_TRUSTSTORE_PROVIDER - Static variable in class com.vmware.vapi.protocol.server.rpc.http.impl.TcServer
 
CONN_TRUSTSTORE_TYPE - Static variable in class com.vmware.vapi.protocol.server.rpc.http.impl.TcServer
 
ConnectionException - Exception in com.vmware.vapi.client.exception
Thrown in cases of server connection exceptions.
ConnectionException() - Constructor for exception com.vmware.vapi.client.exception.ConnectionException
 
ConnectionException(String) - Constructor for exception com.vmware.vapi.client.exception.ConnectionException
 
ConnectionException(String, Throwable) - Constructor for exception com.vmware.vapi.client.exception.ConnectionException
 
ConnectionException(Throwable) - Constructor for exception com.vmware.vapi.client.exception.ConnectionException
 
Constants - Interface in com.vmware.vapi.bindings.exception
Constants for vAPI ErrorValues.
Constants - Class in com.vmware.vapi.protocol
 
Constants() - Constructor for class com.vmware.vapi.protocol.Constants
 
ConstraintValidationException - Exception in com.vmware.vapi.data
This exception is thrown when static or dynamic constraint validation fails
ConstraintValidationException(Message) - Constructor for exception com.vmware.vapi.data.ConstraintValidationException
 
ConstraintValidationException(Message, Throwable) - Constructor for exception com.vmware.vapi.data.ConstraintValidationException
 
ConstraintValidationException(String, String...) - Constructor for exception com.vmware.vapi.data.ConstraintValidationException
 
Consumer<T> - Interface in com.vmware.vapi.core
Represents an operation that accepts a single input.
CONTENT_TYPE_CLEAN_JSON - Static variable in class com.vmware.vapi.protocol.common.http.HttpConstants
VAPI JSON-RPC without type information and framing
CONTENT_TYPE_CLEAN_STREAM_JSON - Static variable in class com.vmware.vapi.protocol.common.http.HttpConstants
VAPI JSON-RPC with multiple streamed response frames without type information
CONTENT_TYPE_FRAMED - Static variable in class com.vmware.vapi.protocol.common.http.HttpConstants
Content-Type prefix for HTTP responses which contain multiple response frames.
CONTENT_TYPE_JSON - Static variable in class com.vmware.vapi.protocol.common.http.HttpConstants
Content-Type for JSON HTTP requests and single frame JSON HTTP responses.
CONTENT_TYPE_STREAM_JSON - Static variable in class com.vmware.vapi.protocol.common.http.HttpConstants
VAPI JSON-RPC with multiple streamed responses and type information
ConverterException - Exception in com.vmware.vapi.bindings.convert
Exception thrown by the type converter.
ConverterException(Message, Throwable) - Constructor for exception com.vmware.vapi.bindings.convert.ConverterException
 
ConverterException(Message) - Constructor for exception com.vmware.vapi.bindings.convert.ConverterException
 
ConverterException(String, String...) - Constructor for exception com.vmware.vapi.bindings.convert.ConverterException
 
convertToStrings(Object[]) - Method in class com.vmware.vapi.l10n.MessageArgConverter
 
copy() - Method in class com.vmware.vapi.data.BlobValue
 
copy() - Method in class com.vmware.vapi.data.BooleanValue
 
copy() - Method in interface com.vmware.vapi.data.DataValue
 
copy() - Method in class com.vmware.vapi.data.DoubleValue
 
copy() - Method in class com.vmware.vapi.data.ErrorValue
 
copy() - Method in class com.vmware.vapi.data.IntegerValue
 
copy() - Method in class com.vmware.vapi.data.ListValue
 
copy() - Method in class com.vmware.vapi.data.OptionalValue
 
copy() - Method in class com.vmware.vapi.data.SecretValue
 
copy() - Method in class com.vmware.vapi.data.StringValue
 
copy() - Method in class com.vmware.vapi.data.StructValue
 
copy() - Method in class com.vmware.vapi.data.VoidValue
 
CoreException - Exception in com.vmware.vapi
 
CoreException(Message, Throwable) - Constructor for exception com.vmware.vapi.CoreException
 
CoreException(Message) - Constructor for exception com.vmware.vapi.CoreException
 
CoreException(String, String...) - Constructor for exception com.vmware.vapi.CoreException
 
createClientSpan(String) - Method in interface com.vmware.vapi.tracing.Tracer
Creates a new client span and associates it with the current tracing context.
createErrorValueForMessages(String, List<Message>) - Static method in class com.vmware.vapi.std.StandardDataFactory
Creates a standard error ErrorValue instance for the given name list of Messages.
createErrorValueForMessages(ErrorDefinition, List<Message>) - Static method in class com.vmware.vapi.std.StandardDataFactory
Creates instance for given error definition and list of Messages.
createHttpTransport(String, ClientConfiguration, HttpConfiguration) - Method in class com.vmware.vapi.protocol.JsonProtocolConnectionFactory
Factory method which creates the CorrelatingClient to use as transport for the ProtocolConnections created by this factory.
createInstance(X509Certificate[]) - Static method in class com.vmware.vapi.dsig.json.DefaultStsTrustChain
Creates a DefaultStsTrustChain instance with predefined trusted certificate chain.
createStandardErrorDefinition(String) - Static method in class com.vmware.vapi.std.StandardDataFactory
Creates ErrorDefinitions for standard vAPI errors.
createStub(ApiInterface, Class<T>) - Method in class com.vmware.vapi.bindings.LocalStubFactory
createStub(ApiInterface, Class<T>, StubConfigurationBase) - Method in class com.vmware.vapi.bindings.LocalStubFactory
Creates a stub for the specified service implementation.
createStub(ApiInterface, Class<T>, StubConfigurationBase, ApiProvider) - Method in class com.vmware.vapi.bindings.LocalStubFactory
 
createStub(Class<T>) - Method in interface com.vmware.vapi.bindings.StubCreator
Creates a stub for the specified interface.
createStub(Class<T>, StubConfigurationBase) - Method in interface com.vmware.vapi.bindings.StubCreator
Creates a stub for the specified interface.
createStub(Class<T>) - Method in class com.vmware.vapi.bindings.StubFactory
 
createStub(Class<T>, StubConfigurationBase) - Method in class com.vmware.vapi.bindings.StubFactory
 
custom(String, int) - Static method in class com.vmware.vapi.protocol.HttpConfiguration.ProxyConfiguration
Creates builder object for construction of HttpConfiguration.ProxyConfiguration instance with custom host, port.

D

DATA_FIELD_NAME - Static variable in class com.vmware.vapi.std.StandardDataFactory
 
DataDefinition - Class in com.vmware.vapi.data
The DataDefinition class is an abstract base class for all types in the vAPI run-time type system.
DataDefinition() - Constructor for class com.vmware.vapi.data.DataDefinition
Constructor for (typically implicit) use by derived class constructors.
dataDefinition - Static variable in class com.vmware.vapi.std.introspection.OperationDefinitions
 
DataDefinition(OperationTypes.DataDefinition.DataType, OperationTypes.DataDefinition, String, Map<String, OperationTypes.DataDefinition>) - Constructor for class com.vmware.vapi.std.introspection.OperationTypes.DataDefinition
This constructor is provided for backwards compatibility purposes only.
DataDefinition() - Constructor for class com.vmware.vapi.std.introspection.OperationTypes.DataDefinition
Default constructor.
DataDefinition(StructValue) - Constructor for class com.vmware.vapi.std.introspection.OperationTypes.DataDefinition
 
DataType - Enum in com.vmware.vapi.data
Enumeration for build-in vAPI types.
DataValue - Interface in com.vmware.vapi.data
 
DateTimeType - Class in com.vmware.vapi.bindings.type
 
DateTimeType() - Constructor for class com.vmware.vapi.bindings.type.DateTimeType
 
decorated - Variable in class com.vmware.vapi.util.async.DecoratorAsyncHandle
 
decoratedProvider - Variable in class com.vmware.vapi.core.DecoratorApiProvider
 
DecoratorApiProvider - Class in com.vmware.vapi.core
Utility which decorates an existing provider.
DecoratorApiProvider(ApiProvider) - Constructor for class com.vmware.vapi.core.DecoratorApiProvider
Creates ApiProvider Decorator.
DecoratorAsyncHandle<T> - Class in com.vmware.vapi.util.async
Utility which decorates an existing async handle.
DecoratorAsyncHandle(AsyncHandle<T>) - Constructor for class com.vmware.vapi.util.async.DecoratorAsyncHandle
Creates a decorator around the specified handle.
DEFAUL_MSG_FIELD_NAME - Static variable in class com.vmware.vapi.std.StandardDataFactory
 
DEFAULT_PORT - Static variable in class com.vmware.vapi.protocol.server.rpc.http.impl.AbstractServer
 
DefaultStsTrustChain - Class in com.vmware.vapi.dsig.json
This class is capable of retrieving the STS certificate trust chain from different sources.
DefaultStsTrustChain() - Constructor for class com.vmware.vapi.dsig.json.DefaultStsTrustChain
 
DefinitionVisitor - Interface in com.vmware.vapi.data
 
deserializeDataValue(String) - Method in interface com.vmware.vapi.protocol.common.json.JsonRpcDeserializer
Deserializes a JSON string as DataValue.
disableCertificateValidation() - Method in class com.vmware.vapi.protocol.HttpConfiguration.SslConfiguration.Builder
Disables the validation of the server's certificate chain, thus making the client trust all the endpoints it is connecting to regardless of the certificate they provide.
disableHostnameVerification() - Method in class com.vmware.vapi.protocol.HttpConfiguration.SslConfiguration.Builder
Disables the verification of the server's hostname, thus exposing the client to man-in-the-middle attacks.
disconnect() - Method in class com.vmware.vapi.protocol.local.LocalConnection
 
disconnect() - Method in interface com.vmware.vapi.protocol.ProtocolConnection
Disconnect from the remote side.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.HttpStreamingServlet
Method to handle HTTP POST request.
DOUBLE - Static variable in class com.vmware.vapi.std.introspection.OperationTypes.DataDefinition.DataType
Indicates the value is a double type.
DoubleDefinition - Class in com.vmware.vapi.data
 
doubleList(List<Double>) - Static method in class com.vmware.vapi.data.ListValue
 
DoubleType - Class in com.vmware.vapi.bindings.type
 
DoubleType() - Constructor for class com.vmware.vapi.bindings.type.DoubleType
 
DoubleValue - Class in com.vmware.vapi.data
 
DoubleValue(double) - Constructor for class com.vmware.vapi.data.DoubleValue
 
DYNAMIC_STRUCTURE - Static variable in class com.vmware.vapi.std.introspection.OperationTypes.DataDefinition.DataType
Indicates the value is a dynamic structure.
DynamicAuthnFilter - Class in com.vmware.vapi.client.util
Filter that can be used to acquire on-demand security context for requests.
DynamicAuthnFilter(ApiProvider, Supplier<CompletionStage<ExecutionContext.SecurityContext>>, long) - Constructor for class com.vmware.vapi.client.util.DynamicAuthnFilter
Creates a new authentication filter that can be used to create stub that will have all their calls authenticated
DynamicID - Class in com.vmware.vapi.std
The DynamicID class represents an identifier for a resource of an arbitrary type.
DynamicID(String, String) - Constructor for class com.vmware.vapi.std.DynamicID
This constructor is provided for backwards compatibility purposes only.
DynamicID() - Constructor for class com.vmware.vapi.std.DynamicID
Default constructor.
DynamicID(StructValue) - Constructor for class com.vmware.vapi.std.DynamicID
 
dynamicID - Static variable in class com.vmware.vapi.std.StructDefinitions
 
DynamicID.Builder - Class in com.vmware.vapi.std
Builder class for DynamicID.
DynamicStructClassResolver - Interface in com.vmware.vapi.bindings
Resolver that specifies the target class for "dynamic data" conversion.
DynamicStructDefinition - Class in com.vmware.vapi.data
DataDefinition for dynamic structures.
DynamicStructType - Class in com.vmware.vapi.bindings.type
Description of a "dynamic structure" type in static language bindings.
DynamicStructType() - Constructor for class com.vmware.vapi.bindings.type.DynamicStructType
Constructor.
DynamicStructType(List<ConstraintValidator>) - Constructor for class com.vmware.vapi.bindings.type.DynamicStructType
 
DynamicStructure - Interface in com.vmware.vapi.bindings
Interface representing a "dynamic structure".
DynamicStructureImpl - Class in com.vmware.vapi.bindings
DynamicStructure implementation backed by a StructValue.
DynamicStructureImpl(StructValue) - Constructor for class com.vmware.vapi.bindings.DynamicStructureImpl
Constructor.
DynamicStructureImpl(StructValue, TypeConverter) - Constructor for class com.vmware.vapi.bindings.DynamicStructureImpl
Constructor.

E

EMPTY - Static variable in class com.vmware.vapi.core.ExecutionContext
Empty context
EMPTY - Static variable in class com.vmware.vapi.core.MethodResult
 
Endpoint - Interface in com.vmware.vapi.protocol.server.rpc.http
An HTTP server (host, port, protocol) triple plus connector specific configuration
Endpoint.EndpointType - Enum in com.vmware.vapi.protocol.server.rpc.http
Describe the endpoint's I/O connector type
Endpoint.Protocol - Enum in com.vmware.vapi.protocol.server.rpc.http
Describes the endpoint's protocol
EnumType - Class in com.vmware.vapi.bindings.type
Description of an enumeration type.
EnumType(String, Class<?>) - Constructor for class com.vmware.vapi.bindings.type.EnumType
Creates an enumeration type.
equals(Object) - Method in class com.vmware.vapi.bindings.ApiEnumeration
 
equals(Object) - Method in class com.vmware.vapi.bindings.DynamicStructureImpl
 
equals(Object) - Method in class com.vmware.vapi.core.InterfaceDefinition
 
equals(Object) - Method in class com.vmware.vapi.core.InterfaceIdentifier
equals(Object) - Method in class com.vmware.vapi.core.MethodDefinition
 
equals(Object) - Method in class com.vmware.vapi.core.MethodIdentifier
equals(Object) - Method in class com.vmware.vapi.core.ProviderDefinition
 
equals(Object) - Method in class com.vmware.vapi.data.BlobValue
 
equals(Object) - Method in class com.vmware.vapi.data.DoubleValue
 
equals(Object) - Method in class com.vmware.vapi.data.IntegerValue
 
equals(Object) - Method in class com.vmware.vapi.data.ListDefinition
 
equals(Object) - Method in class com.vmware.vapi.data.ListValue
 
equals(Object) - Method in class com.vmware.vapi.data.OptionalDefinition
 
equals(Object) - Method in class com.vmware.vapi.data.OptionalValue
 
equals(Object) - Method in class com.vmware.vapi.data.SecretValue
 
equals(Object) - Method in class com.vmware.vapi.data.StringValue
 
equals(Object) - Method in class com.vmware.vapi.data.StructDefinition
 
equals(Object) - Method in class com.vmware.vapi.data.StructRefDefinition
 
equals(Object) - Method in class com.vmware.vapi.data.StructValue
 
equals(Object) - Method in class com.vmware.vapi.Message
 
equals(Object) - Method in class com.vmware.vapi.protocol.HttpConfiguration.BasicHeader
 
equals(Object) - Method in class com.vmware.vapi.security.AuthenticationConfig.AuthnScheme
 
equals(Object) - Method in class com.vmware.vapi.std.AuthenticationScheme
 
equals(Object) - Method in class com.vmware.vapi.std.DynamicID
 
equals(Object) - Method in exception com.vmware.vapi.std.errors.AlreadyExists
 
equals(Object) - Method in exception com.vmware.vapi.std.errors.AlreadyInDesiredState
 
equals(Object) - Method in class com.vmware.vapi.std.errors.ArgumentLocations
 
equals(Object) - Method in exception com.vmware.vapi.std.errors.Canceled
 
equals(Object) - Method in exception com.vmware.vapi.std.errors.ConcurrentChange
 
equals(Object) - Method in exception com.vmware.vapi.std.errors.Error
 
equals(Object) - Method in exception com.vmware.vapi.std.errors.FeatureInUse
 
equals(Object) - Method in class com.vmware.vapi.std.errors.FileLocations
 
equals(Object) - Method in exception com.vmware.vapi.std.errors.InternalServerError
 
equals(Object) - Method in exception com.vmware.vapi.std.errors.InvalidArgument
 
equals(Object) - Method in exception com.vmware.vapi.std.errors.InvalidElementConfiguration
 
equals(Object) - Method in exception com.vmware.vapi.std.errors.InvalidElementType
 
equals(Object) - Method in exception com.vmware.vapi.std.errors.InvalidRequest
 
equals(Object) - Method in exception com.vmware.vapi.std.errors.NotAllowedInCurrentState
 
equals(Object) - Method in exception com.vmware.vapi.std.errors.NotFound
 
equals(Object) - Method in exception com.vmware.vapi.std.errors.OperationNotFound
 
equals(Object) - Method in exception com.vmware.vapi.std.errors.ResourceBusy
 
equals(Object) - Method in exception com.vmware.vapi.std.errors.ResourceInaccessible
 
equals(Object) - Method in exception com.vmware.vapi.std.errors.ResourceInUse
 
equals(Object) - Method in exception com.vmware.vapi.std.errors.ServiceUnavailable
 
equals(Object) - Method in exception com.vmware.vapi.std.errors.TimedOut
 
equals(Object) - Method in class com.vmware.vapi.std.errors.TransientIndication
 
equals(Object) - Method in exception com.vmware.vapi.std.errors.UnableToAllocateResource
 
equals(Object) - Method in exception com.vmware.vapi.std.errors.Unauthenticated
 
equals(Object) - Method in exception com.vmware.vapi.std.errors.Unauthorized
 
equals(Object) - Method in exception com.vmware.vapi.std.errors.UnexpectedInput
 
equals(Object) - Method in exception com.vmware.vapi.std.errors.Unsupported
 
equals(Object) - Method in exception com.vmware.vapi.std.errors.UnverifiedPeer
 
equals(Object) - Method in class com.vmware.vapi.std.interposition.InvocationRequest
 
equals(Object) - Method in class com.vmware.vapi.std.interposition.InvocationResult
 
equals(Object) - Method in class com.vmware.vapi.std.interposition.SecurityPrincipal
 
equals(Object) - Method in class com.vmware.vapi.std.introspection.OperationTypes.DataDefinition
 
equals(Object) - Method in class com.vmware.vapi.std.introspection.OperationTypes.Info
 
equals(Object) - Method in class com.vmware.vapi.std.introspection.ProviderTypes.Info
 
equals(Object) - Method in class com.vmware.vapi.std.introspection.ServiceTypes.Info
 
equals(Object) - Method in class com.vmware.vapi.std.LocalizableMessage
 
equals(Object) - Method in class com.vmware.vapi.std.LocalizationParam
 
equals(Object) - Method in class com.vmware.vapi.std.NestedLocalizableMessage
 
equals(Object) - Method in class com.vmware.vapi.std.Progress
 
Error - Exception in com.vmware.vapi.std.errors
The Error exception describes theproperties common to all standard exceptions.
Error(List<LocalizableMessage>, Structure) - Constructor for exception com.vmware.vapi.std.errors.Error
This constructor is provided for backwards compatibility purposes only.
Error() - Constructor for exception com.vmware.vapi.std.errors.Error
Default constructor.
Error(StructValue) - Constructor for exception com.vmware.vapi.std.errors.Error
 
Error(StructValue, Error.Type) - Constructor for exception com.vmware.vapi.std.errors.Error
 
ERROR - Static variable in class com.vmware.vapi.std.errors.Error.Type
Discriminator for the Error type.
error - Static variable in class com.vmware.vapi.std.errors.StructDefinitions
 
ERROR - Static variable in class com.vmware.vapi.std.introspection.OperationTypes.DataDefinition.DataType
Indicates the value is a specific error type.
Error.Builder - Class in com.vmware.vapi.std.errors
Builder class for Error.
Error.Type - Class in com.vmware.vapi.std.errors
Enumeration of all standard errors.
Error.Type.Values - Enum in com.vmware.vapi.std.errors
Native Java enum representing this enumeration class.
ERROR_RESULT - Static variable in class com.vmware.vapi.std.interposition.InvocationResult.ResultType
Error invocation result.
ErrorAugmentingFilter - Class in com.vmware.vapi.provider.introspection
Decorator which augments the set of error definitions returned by the operation introspection service.
ErrorAugmentingFilter(ApiProvider, Set<ErrorDefinition>) - Constructor for class com.vmware.vapi.provider.introspection.ErrorAugmentingFilter
Creates a filter for a fixed set of error definitions.
ErrorDefinition - Class in com.vmware.vapi.data
DataDefinitions implementation for vAPI errors.
ErrorDefinition(String, Map<String, DataDefinition>) - Constructor for class com.vmware.vapi.data.ErrorDefinition
Constructor.
errors() - Method in class com.vmware.vapi.std.StdFactory
The com.vmware.vapi.std.errors package provides the standard exceptions that can be included in the list of exceptions in the specification of methods to indicate that the method might report those exceptions.
ErrorsFactory - Class in com.vmware.vapi.std.errors
ErrorsFactory is responsible for creating instances of services contained inside the com.vmware.vapi.std.errors package and also has the subpackages reference to access respective subpackage services.
ErrorType - Class in com.vmware.vapi.bindings.type
Description of an error type.
ErrorType(String, Map<String, Type>, Class<?>, Map<String, StructType.FieldNameDetails>) - Constructor for class com.vmware.vapi.bindings.type.ErrorType
Creates an error type.
ErrorValue - Class in com.vmware.vapi.data
DataValue implementation for vAPI errors.
ErrorValue(String) - Constructor for class com.vmware.vapi.data.ErrorValue
Constructor.
ErrorValueException - Exception in com.vmware.vapi.core
Exception that contains an ErrorValue.
ErrorValueException(ErrorValue) - Constructor for exception com.vmware.vapi.core.ErrorValueException
 
ErrorValueFactory - Class in com.vmware.vapi
Factory for constructing ErrorValues.
ErrorValueFactory() - Constructor for class com.vmware.vapi.ErrorValueFactory
 
exceptionally(Function<Throwable, ? extends T>) - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
ExecutionContext - Class in com.vmware.vapi.core
The ExecutionContext class provides information about the execution of an API method invocation.
ExecutionContext() - Constructor for class com.vmware.vapi.core.ExecutionContext
Default constructor.
ExecutionContext(ExecutionContext.SecurityContext) - Constructor for class com.vmware.vapi.core.ExecutionContext
Do not use this constructor to recreate ExecutionContext instances with modified parameters.
ExecutionContext(ExecutionContext.ApplicationData, ExecutionContext.SecurityContext) - Constructor for class com.vmware.vapi.core.ExecutionContext
Do not use this constructor to recreate ExecutionContext instances with modified parameters.
ExecutionContext(ExecutionContext.ApplicationData, ExecutionContext.SecurityContext, ExecutionContext.RuntimeData) - Constructor for class com.vmware.vapi.core.ExecutionContext
Do not use this constructor to recreate ExecutionContext instances with modified parameters.
ExecutionContext.ApplicationData - Class in com.vmware.vapi.core
Immutable class representing additional application specific data associated with the request for method execution represented by this ExecutionContext.
ExecutionContext.Builder - Class in com.vmware.vapi.core
 
ExecutionContext.RuntimeData - Class in com.vmware.vapi.core
This class contains data and settings related to the execution of the invocation by the vAPI runtime, protocol and transport.
ExecutionContext.SecurityContext - Interface in com.vmware.vapi.core
Implementations of this interface will provide all needed data for authentication for the given invocation.

F

FALSE - Static variable in class com.vmware.vapi.data.BooleanValue
 
FEATURE_IN_USE - Static variable in interface com.vmware.vapi.bindings.exception.Constants
 
FEATURE_IN_USE - Static variable in class com.vmware.vapi.std.errors.Error.Type
Discriminator for the FeatureInUse type.
FeatureInUse - Exception in com.vmware.vapi.std.errors
The FeatureInUse exception indicates that an action cannot be completed because a feature is in use.
FeatureInUse(List<LocalizableMessage>, Structure) - Constructor for exception com.vmware.vapi.std.errors.FeatureInUse
This constructor is provided for backwards compatibility purposes only.
FeatureInUse() - Constructor for exception com.vmware.vapi.std.errors.FeatureInUse
Default constructor.
FeatureInUse(StructValue) - Constructor for exception com.vmware.vapi.std.errors.FeatureInUse
 
FeatureInUse(StructValue, Error.Type) - Constructor for exception com.vmware.vapi.std.errors.FeatureInUse
 
featureInUse - Static variable in class com.vmware.vapi.std.errors.StructDefinitions
 
FeatureInUse.Builder - Class in com.vmware.vapi.std.errors
Builder class for FeatureInUse.
FieldNameDetails(String, String, String, String) - Constructor for class com.vmware.vapi.bindings.type.StructType.FieldNameDetails
Create a field name details instance.
FileLocations - Class in com.vmware.vapi.std.errors
The FileLocations class identifies the file(s) that caused the method to report the exception.
FileLocations(String, List<String>) - Constructor for class com.vmware.vapi.std.errors.FileLocations
This constructor is provided for backwards compatibility purposes only.
FileLocations() - Constructor for class com.vmware.vapi.std.errors.FileLocations
Default constructor.
FileLocations(StructValue) - Constructor for class com.vmware.vapi.std.errors.FileLocations
 
fileLocations - Static variable in class com.vmware.vapi.std.errors.StructDefinitions
 
FileLocations.Builder - Class in com.vmware.vapi.std.errors
Builder class for FileLocations.
Filter - Interface in com.vmware.vapi.protocol.server.rpc.http
 
Filter.Dispatcher - Enum in com.vmware.vapi.protocol.server.rpc.http
 
FilterImpl - Class in com.vmware.vapi.protocol.server.rpc.http.impl
 
FilterImpl() - Constructor for class com.vmware.vapi.protocol.server.rpc.http.impl.FilterImpl
 
format(String, List<String>, Locale) - Method in class com.vmware.vapi.l10n.MessageFormatTemplateFormatter
 
format(String, List<String>, Locale, TimeZone) - Method in class com.vmware.vapi.l10n.MessageFormatTemplateFormatter
 
format(String, List<String>, Locale) - Method in class com.vmware.vapi.l10n.StringFormatTemplateFormatter
 
format(String, List<String>, Locale, TimeZone) - Method in class com.vmware.vapi.l10n.StringFormatTemplateFormatter
 
format(String, List<String>, Locale) - Method in interface com.vmware.vapi.l10n.TemplateFormatter
Formats a message template for the target locale.
format(String, List<String>, Locale, TimeZone) - Method in interface com.vmware.vapi.l10n.TemplateFormatter
Formats a message template for the target locale.
FORMAT_LOCALE_KEY - Static variable in class com.vmware.vapi.core.ExecutionContext.ApplicationData
ApplicationData formatting locale property key.
from(ExecutionContext) - Static method in class com.vmware.vapi.core.ExecutionContext.Builder
Initializes the builder with existing ExecutionContext data.
fromCalendar(Calendar) - Method in class com.vmware.vapi.l10n.MessageArgConverter
 
fromDouble(Double) - Method in class com.vmware.vapi.l10n.MessageArgConverter
 
fromLong(Long) - Method in class com.vmware.vapi.l10n.MessageArgConverter
 
FULL_DATE - Static variable in class com.vmware.vapi.std.LocalizationParam.DateTimeFormat
The date and time value will be formatted as full date, for example 2019 Jan 28, Mon
FULL_DATE_TIME - Static variable in class com.vmware.vapi.std.LocalizationParam.DateTimeFormat
The date and time value will be formatted as full date and time, for example 2019 Jan 28, Mon 12:59:01 Z
FULL_TIME - Static variable in class com.vmware.vapi.std.LocalizationParam.DateTimeFormat
The date and time value will be formatted as full time, for example 12:59:01 Z

G

get() - Method in class com.vmware.vapi.bindings.client.AsyncCallbackFuture
 
get(long, TimeUnit) - Method in class com.vmware.vapi.bindings.client.AsyncCallbackFuture
 
get() - Method in class com.vmware.vapi.bindings.client.AsyncCallbackSyncAdapter
Returns the result or throws the error of this callback.
get() - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
get(long, TimeUnit) - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
get() - Method in class com.vmware.vapi.core.AsyncHandleSyncAdapter
Returns the result or throws the error of this async handle.
get(int) - Method in class com.vmware.vapi.data.ListValue
Returns the value at the specified position.
get(String, String) - Method in interface com.vmware.vapi.std.introspection.Operation
Returns the OperationTypes.Info for a given vAPI operation.
get(String, String, InvocationConfig) - Method in interface com.vmware.vapi.std.introspection.Operation
Returns the OperationTypes.Info for a given vAPI operation.
get(String, String, AsyncCallback<OperationTypes.Info>) - Method in interface com.vmware.vapi.std.introspection.Operation
Returns the OperationTypes.Info for a given vAPI operation.
get(String, String, AsyncCallback<OperationTypes.Info>, InvocationConfig) - Method in interface com.vmware.vapi.std.introspection.Operation
Returns the OperationTypes.Info for a given vAPI operation.
get(String, String, AsyncContext<OperationTypes.Info>) - Method in interface com.vmware.vapi.std.introspection.OperationProvider
Returns the OperationTypes.Info for a given vAPI operation.
get(String, String) - Method in class com.vmware.vapi.std.introspection.OperationStub
 
get(String, String, InvocationConfig) - Method in class com.vmware.vapi.std.introspection.OperationStub
 
get(String, String, AsyncCallback<OperationTypes.Info>) - Method in class com.vmware.vapi.std.introspection.OperationStub
 
get(String, String, AsyncCallback<OperationTypes.Info>, InvocationConfig) - Method in class com.vmware.vapi.std.introspection.OperationStub
 
get(String, String, InvocationContext) - Method in interface com.vmware.vapi.std.introspection.OperationSyncProvider
Returns the OperationTypes.Info for a given vAPI operation.
get() - Method in interface com.vmware.vapi.std.introspection.Provider
Returns a ProviderTypes.Info describing the vAPI provider on which the operation is invoked
get(InvocationConfig) - Method in interface com.vmware.vapi.std.introspection.Provider
Returns a ProviderTypes.Info describing the vAPI provider on which the operation is invoked
get(AsyncCallback<ProviderTypes.Info>) - Method in interface com.vmware.vapi.std.introspection.Provider
Returns a ProviderTypes.Info describing the vAPI provider on which the operation is invoked
get(AsyncCallback<ProviderTypes.Info>, InvocationConfig) - Method in interface com.vmware.vapi.std.introspection.Provider
Returns a ProviderTypes.Info describing the vAPI provider on which the operation is invoked
get(AsyncContext<ProviderTypes.Info>) - Method in interface com.vmware.vapi.std.introspection.ProviderProvider
Returns a ProviderTypes.Info describing the vAPI provider on which the operation is invoked
get() - Method in class com.vmware.vapi.std.introspection.ProviderStub
 
get(InvocationConfig) - Method in class com.vmware.vapi.std.introspection.ProviderStub
 
get(AsyncCallback<ProviderTypes.Info>) - Method in class com.vmware.vapi.std.introspection.ProviderStub
 
get(AsyncCallback<ProviderTypes.Info>, InvocationConfig) - Method in class com.vmware.vapi.std.introspection.ProviderStub
 
get(InvocationContext) - Method in interface com.vmware.vapi.std.introspection.ProviderSyncProvider
Returns a ProviderTypes.Info describing the vAPI provider on which the operation is invoked
get(String) - Method in interface com.vmware.vapi.std.introspection.Service
Returns the ServiceTypes.Info for the specified service
get(String, InvocationConfig) - Method in interface com.vmware.vapi.std.introspection.Service
Returns the ServiceTypes.Info for the specified service
get(String, AsyncCallback<ServiceTypes.Info>) - Method in interface com.vmware.vapi.std.introspection.Service
Returns the ServiceTypes.Info for the specified service
get(String, AsyncCallback<ServiceTypes.Info>, InvocationConfig) - Method in interface com.vmware.vapi.std.introspection.Service
Returns the ServiceTypes.Info for the specified service
get(String, AsyncContext<ServiceTypes.Info>) - Method in interface com.vmware.vapi.std.introspection.ServiceProvider
Returns the ServiceTypes.Info for the specified service
get(String) - Method in class com.vmware.vapi.std.introspection.ServiceStub
 
get(String, InvocationConfig) - Method in class com.vmware.vapi.std.introspection.ServiceStub
 
get(String, AsyncCallback<ServiceTypes.Info>) - Method in class com.vmware.vapi.std.introspection.ServiceStub
 
get(String, AsyncCallback<ServiceTypes.Info>, InvocationConfig) - Method in class com.vmware.vapi.std.introspection.ServiceStub
 
get(String, InvocationContext) - Method in interface com.vmware.vapi.std.introspection.ServiceSyncProvider
Returns the ServiceTypes.Info for the specified service
getAcceptLanguage() - Method in interface com.vmware.vapi.protocol.server.rpc.RequestReceiver.RequestContext
Gets the identifier of the accept language.
getAcceptQueueSize() - Method in interface com.vmware.vapi.protocol.server.rpc.http.Endpoint
Get number of connection requests that can be queued up before the operating system starts to send rejections.
getAcceptQueueSize() - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.HttpEndpoint
 
getAccessToken() - Method in class com.vmware.vapi.security.OAuthSecurityContext
Retrieve the access token that should be used for authentication.
getActivationId(InvocationConfig) - Static method in class com.vmware.vapi.activation.Activations
Retrieves an activation identifier from the specified configuration.
getActivationId(AsyncContext<T>) - Static method in class com.vmware.vapi.activation.Activations
Retrieves an activation identifier from the specified context.
getActivationId(InvocationContext) - Static method in class com.vmware.vapi.activation.Activations
Retrieves an activation identifier from the specified context.
getActivationId(ExecutionContext) - Static method in class com.vmware.vapi.activation.Activations
Retrieves an activation identifier from the specified context.
getActivationId(ExecutionContext.ApplicationData) - Static method in class com.vmware.vapi.activation.Activations
Retrieves an activation identifier from the specified application data object.
getAllProperties() - Method in class com.vmware.vapi.client.Configuration
 
getAllProperties() - Method in class com.vmware.vapi.core.ExecutionContext.ApplicationData
 
getAllProperties() - Method in interface com.vmware.vapi.core.ExecutionContext.SecurityContext
 
getAllProperties() - Method in interface com.vmware.vapi.protocol.server.rpc.RequestReceiver.RequestContext
Gets a mapping between all incoming auxiliary property names as keys and their respective values.
getAllProperties() - Method in class com.vmware.vapi.security.OAuthSecurityContext
 
getAllProperties() - Method in class com.vmware.vapi.security.SessionSecurityContext
 
getAllProperties() - Method in class com.vmware.vapi.security.UserPassSecurityContext
 
getApiProvider() - Method in interface com.vmware.vapi.config.Configurator
Returns the primary API provider described in the configuration.
getApiProvider() - Method in class com.vmware.vapi.config.PropertyConfigurator
 
getApiProvider() - Method in class com.vmware.vapi.config.SpringConfigurator
 
getApiProvider() - Method in class com.vmware.vapi.protocol.local.LocalConnection
 
getApiProvider() - Method in class com.vmware.vapi.protocol.local.LocalProtocol
 
getApiProvider() - Method in interface com.vmware.vapi.protocol.ProtocolConnection
Once connected get an ApiProvider that can be used to make calls.
getApiProviderStub() - Method in class com.vmware.vapi.protocol.local.LocalConnection
 
getApiProviderStub() - Method in interface com.vmware.vapi.protocol.ProtocolConnection
Returns an ApiProvider stub which has both synchronous and asynchronous method overloads.
getArgs() - Method in class com.vmware.vapi.Message
 
getArgs() - Method in class com.vmware.vapi.std.LocalizableMessage
Positional arguments to be substituted into the message template.
getBindingClass() - Method in class com.vmware.vapi.bindings.type.EnumType
Returns a class which represents the Java language binding of this enumeration.
getBindingClass() - Method in class com.vmware.vapi.bindings.type.StructType
Returns a class which represents the Java language binding of this structure.
getBoolean() - Method in class com.vmware.vapi.data.OptionalValue
 
getBoolean(String) - Method in class com.vmware.vapi.data.StructValue
 
getBooleanList() - Method in class com.vmware.vapi.data.ListValue
 
getBooleanOrElse(boolean) - Method in class com.vmware.vapi.data.OptionalValue
 
getBooleanOrNull() - Method in class com.vmware.vapi.data.OptionalValue
 
getCanonicalName() - Method in class com.vmware.vapi.bindings.type.StructType.FieldNameDetails
Get the field canonical name.
getChallenge() - Method in exception com.vmware.vapi.std.errors.Unauthenticated
Indicates the authentication challenges applicable to the target API provider.
getCheckSum() - Method in class com.vmware.vapi.core.ProviderDefinition
Returns a checksum for the introspected API.
getChecksum() - Method in class com.vmware.vapi.std.introspection.ProviderTypes.Info
Checksum of the information present in the provider.
getConfig() - Method in class com.vmware.vapi.protocol.ClientConfiguration.Builder
 
getConfig() - Method in class com.vmware.vapi.protocol.HttpConfiguration.Builder
Creates a configuration with all the settings set to this builder instance.
getConfig() - Method in class com.vmware.vapi.protocol.HttpConfiguration.ProxyConfiguration.Builder
 
getConfig() - Method in class com.vmware.vapi.protocol.HttpConfiguration.SslConfiguration.Builder
Creates a configuration with all the settings set to this builder instance.
getConnection(String, String, KeyStore) - Method in class com.vmware.vapi.protocol.JsonProtocolConnectionFactory
 
getConnection(String, String, KeyStore) - Method in interface com.vmware.vapi.protocol.ProtocolConnectionFactory
 
getConnectTimeout() - Method in class com.vmware.vapi.protocol.HttpConfiguration
 
getContent() - Method in exception com.vmware.vapi.client.exception.InvalidSslCertificateException
The body content of the 526 HTTP error as a UTF-8 String.
getContentBase() - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.StaticContentServiceImpl
 
getContentBase() - Method in interface com.vmware.vapi.protocol.server.rpc.http.StaticContentService
Get the static content base.
getContentBasePath() - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.StaticContentServiceImpl
 
getContentBasePath() - Method in interface com.vmware.vapi.protocol.server.rpc.http.StaticContentService
Get static content base as absolute path.
getContext() - Method in interface com.vmware.vapi.diagnostics.LogDiagnosticsConfigurator
Retrieve the logging context for the current thread (Thread.currentThread()).
getContext() - Method in class com.vmware.vapi.diagnostics.Slf4jMDCLogConfigurator
 
getContext() - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.TcServer
 
getCrlCertStore() - Method in class com.vmware.vapi.protocol.HttpConfiguration.SslConfiguration
Returns the certificate revocation list CertStore that would be used for validating server certificates.
getCtx() - Method in class com.vmware.vapi.protocol.RequestProcessor.Request
 
getCurrent() - Method in class com.vmware.vapi.std.Progress
 
getD() - Method in class com.vmware.vapi.std.LocalizationParam
The double value associated with the parameter.
getData() - Method in exception com.vmware.vapi.std.errors.Error
Data to facilitate clients responding to the method reporting a standard exception to indicating that it was unable to complete successfully.
getDefaultMessage() - Method in class com.vmware.vapi.Message
 
getDefaultMessage() - Method in class com.vmware.vapi.std.LocalizableMessage
The value of this localizable string or message template in the en_US (English) locale.
getDefinition(ExecutionContext, AsyncHandle<ProviderDefinition>) - Method in class com.vmware.vapi.core.ApiProviderStubImpl
 
getDefinition() - Method in class com.vmware.vapi.core.ApiProviderStubImpl
 
getDefinition(ExecutionContext) - Method in class com.vmware.vapi.core.ApiProviderStubImpl
 
getDefinition() - Method in interface com.vmware.vapi.provider.ApiInterface
Returns the details for this interface.
getDefinition() - Method in interface com.vmware.vapi.provider.ApiMethod
Returns the definition for this method.
getDefinition() - Method in class com.vmware.vapi.provider.ApiMethodBasedApiInterface
 
getDefinition(ExecutionContext, AsyncHandle<ProviderDefinition>) - Method in interface com.vmware.vapi.provider.introspection.ApiIntrospection
Returns the definition for this API provider.
getDefinition() - Method in interface com.vmware.vapi.provider.introspection.ApiIntrospectionStub
Returns the definition for this API provider.
getDefinition(ExecutionContext) - Method in interface com.vmware.vapi.provider.introspection.SyncApiIntrospection
Returns the definition for this API provider.
getDefinition(ExecutionContext) - Method in class com.vmware.vapi.provider.local.LocalProvider
 
getDiagnosticContext(ExecutionContext) - Static method in class com.vmware.vapi.diagnostics.LogDiagnosticUtil
Extracts log disgnostic context from ExecutionContext.
getDiagnosticKeys() - Static method in class com.vmware.vapi.diagnostics.LogDiagnosticUtil
Returns the diagnostic context keys used by vAPI infrastructure.
getDirListing() - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.StaticContentServiceImpl
 
getDirListing() - Method in interface com.vmware.vapi.protocol.server.rpc.http.StaticContentService
 
getDisabledSSLCiphers() - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.AbstractServer
Returns an array with supported disabled cipher suites.
getDiscriminatedBy() - Method in class com.vmware.vapi.bindings.type.StructType
Returns the value which identifies this structure when used in a discriminator field.
getDiscriminator() - Method in class com.vmware.vapi.bindings.type.StructType
Returns the name of the field in this structure which serves as type discriminator.
getDispatchers() - Method in interface com.vmware.vapi.protocol.server.rpc.http.Filter
 
getDispatchers() - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.FilterImpl
 
getDomain() - Method in interface com.vmware.vapi.security.PrincipalId
 
getDomain() - Method in class com.vmware.vapi.std.interposition.SecurityPrincipal
Principal domain.
getDouble() - Method in class com.vmware.vapi.data.OptionalValue
 
getDouble(String) - Method in class com.vmware.vapi.data.StructValue
 
getDoubleList() - Method in class com.vmware.vapi.data.ListValue
 
getDoubleOrElse(double) - Method in class com.vmware.vapi.data.OptionalValue
 
getDoubleOrNull() - Method in class com.vmware.vapi.data.OptionalValue
 
getDt() - Method in class com.vmware.vapi.std.LocalizationParam
Date and time value associated with the parameter.
getElementDefinition() - Method in class com.vmware.vapi.std.introspection.OperationTypes.DataDefinition
Contains the element definition for generic data types like List and Optional.
getElementType() - Method in class com.vmware.vapi.bindings.type.ListType
 
getElementType() - Method in class com.vmware.vapi.bindings.type.OptionalType
 
getElementType() - Method in class com.vmware.vapi.bindings.type.SetType
 
getElementType() - Method in class com.vmware.vapi.data.ListDefinition
 
getElementType() - Method in class com.vmware.vapi.data.OptionalDefinition
Return the data-definition for the element type of this optional-definition.
getEnabledCipherSuites() - Method in class com.vmware.vapi.protocol.HttpConfiguration.SslConfiguration
Returns the names of the SSL cipher suites enabled for use by this configuration.
getEnabledProtocols() - Method in class com.vmware.vapi.protocol.HttpConfiguration.SslConfiguration
Returns the names of cryptographic protocols enabled for use by this configuration.
getEnabledProtocols() - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.HttpsEndpoint
 
getEnabledProtocols() - Method in interface com.vmware.vapi.protocol.server.rpc.http.SslEndpoint
Gets the list of protocols that are enabled for use by SSL connections.
getEnabledSSLCiphers() - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.AbstractServer
Returns an array with supported enabled cipher suites.
getEndpointType() - Method in interface com.vmware.vapi.protocol.server.rpc.http.Endpoint
Get the endpoint connector I/O type.
getEndpointType() - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.HttpEndpoint
 
getEnumValue() - Method in class com.vmware.vapi.std.errors.Error.Type
Returns a native Java enum constant representing this enumeration constant.
getEnumValue() - Method in class com.vmware.vapi.std.interposition.InvocationResult.ResultType
Returns a native Java enum constant representing this enumeration constant.
getEnumValue() - Method in class com.vmware.vapi.std.introspection.OperationTypes.DataDefinition.DataType
Returns a native Java enum constant representing this enumeration constant.
getEnumValue() - Method in class com.vmware.vapi.std.LocalizationParam.DateTimeFormat
Returns a native Java enum constant representing this enumeration constant.
getError() - Method in class com.vmware.vapi.core.MethodResult
Returns the error for this MethodResult.
getError() - Method in class com.vmware.vapi.std.interposition.InvocationResult
Error result value.
getErrorDefinition(String) - Method in class com.vmware.vapi.core.MethodDefinition
Returns the error definition with the specified name reported by this method or null if this method doesn't report an error with the specified name.
getErrorDefinitions() - Method in class com.vmware.vapi.core.MethodDefinition
Returns a set of error definitions describing the errors which this method can report.
getErrorDefinitions() - Method in class com.vmware.vapi.std.introspection.OperationTypes.Info
List of OperationTypes.DataDefinition describing the errors that the operation might report.
getErrorType() - Method in exception com.vmware.vapi.std.errors.Error
Discriminator field to help API consumers identify the structure type.
getErrorTypes() - Method in class com.vmware.vapi.bindings.StubConfiguration
 
getErrorTypes() - Method in class com.vmware.vapi.bindings.StubConfigurationBase
Returns ErrorTypes to be used for resolving VMODL2 for method invocations by the configured Stub.
getErrorValue() - Method in exception com.vmware.vapi.core.ErrorValueException
 
getExceptionMessages() - Method in exception com.vmware.vapi.CoreException
 
getExecutionContext() - Method in class com.vmware.vapi.bindings.client.InvocationConfig
Returns the execution context associated with this configuration.
getExecutionContext() - Method in class com.vmware.vapi.bindings.client.RetryPolicy.RetryContext
 
getExecutionContext() - Method in class com.vmware.vapi.bindings.server.impl.InvocationContextImpl
 
getExecutionContext() - Method in interface com.vmware.vapi.bindings.server.InvocationContext
 
getExecutor() - Method in class com.vmware.vapi.protocol.ClientConfiguration
Returns the executor which must be used by the client to process requests.
getFactory(StubFactory, StubConfiguration) - Static method in class com.vmware.vapi.std.activation.ActivationFactory
Creates the new instance of this class with provided configuration
getFactory(StubFactory, StubConfiguration) - Static method in class com.vmware.vapi.std.errors.ErrorsFactory
Creates the new instance of this class with provided configuration
getFactory(StubFactory, StubConfiguration) - Static method in class com.vmware.vapi.std.interposition.InterpositionFactory
Creates the new instance of this class with provided configuration
getFactory(StubFactory, StubConfiguration) - Static method in class com.vmware.vapi.std.introspection.IntrospectionFactory
Creates the new instance of this class with provided configuration
getFactory(StubFactory, StubConfiguration) - Static method in class com.vmware.vapi.std.StdFactory
Creates the new instance of this class with provided configuration
getFactory(StubFactory, StubConfiguration) - Static method in class com.vmware.vapi.VapiFactory
Creates the new instance of this class with provided configuration
getField(String, Class<T>) - Method in interface com.vmware.vapi.bindings.DynamicStructure
Gets a field value, represented as static bindings type.
getField(String, Class<T>) - Method in class com.vmware.vapi.bindings.DynamicStructureImpl
 
getField(String) - Method in class com.vmware.vapi.bindings.type.StructType
Returns the type of the specified structure field.
getField(String) - Method in class com.vmware.vapi.data.StructDefinition
 
getField(String) - Method in class com.vmware.vapi.data.StructValue
Gets the value for a field with given name.
getFieldByJavaName(String) - Method in class com.vmware.vapi.bindings.type.StructType
Returns the type of the specified structure field by its mixed case (java) name.
getFieldNameDetails(String) - Method in class com.vmware.vapi.bindings.type.StructType
Get field name details by the field canonical name.
getFieldNames() - Method in class com.vmware.vapi.bindings.type.StructType
Returns the names of the structure fields in no particular order.
getFieldNames() - Method in class com.vmware.vapi.data.StructDefinition
 
getFieldNames() - Method in class com.vmware.vapi.data.StructValue
 
getFields() - Method in class com.vmware.vapi.data.StructValue
 
getFields() - Method in class com.vmware.vapi.std.introspection.OperationTypes.DataDefinition
Fields of the structure type.
getFieldWithSetterNames() - Method in class com.vmware.vapi.bindings.type.StructType
Returns the names of the structure fields, which do have setters, in no particular order.
getFilter() - Method in interface com.vmware.vapi.protocol.server.rpc.http.Filter
Get the Servlet API filter.
getFilter() - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.FilterImpl
 
getFormat() - Method in class com.vmware.vapi.std.LocalizationParam
Format associated with the date and time value in getDt() property.
getFullyQualifiedName() - Method in class com.vmware.vapi.core.MethodIdentifier
 
getFullyQualifiedName(String, String) - Static method in class com.vmware.vapi.core.MethodIdentifier
 
getGetterMethodForField(String) - Method in class com.vmware.vapi.bindings.type.StructType
Get the Method representing the getter for the specified field in the the binding class for the structure.
getGetterName() - Method in class com.vmware.vapi.bindings.type.StructType.FieldNameDetails
Get the binding getter method name for the field.
getGroups() - Method in class com.vmware.vapi.security.AuthenticationHandler.AuthenticationResult
 
getGroups() - Method in class com.vmware.vapi.std.interposition.InvocationRequest
Groups of the user who started the interposed operation.
getHandler(String) - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.MediaTypeResolverImpl
 
getHandler(String) - Method in interface com.vmware.vapi.protocol.server.rpc.http.MediaTypeResolver
Returns a handler which is meant to process content of the specified media type.
getHeader(String) - Method in interface com.vmware.vapi.core.HttpResponse
Returns the values of for a particular header name.
getHeaders() - Method in interface com.vmware.vapi.core.HttpResponse
Returns all HTTP headers.
getHeaders() - Method in interface com.vmware.vapi.protocol.HttpConfiguration.HeadersProvider
Retrieves the headers to be added to an HTTP request.
getHeadersProvider() - Method in class com.vmware.vapi.protocol.HttpConfiguration
 
getHeaderValue() - Method in class com.vmware.vapi.protocol.client.http.SingleHeaderExtractor
Returns the captured HTTP header value.
getHeaderValues() - Method in class com.vmware.vapi.protocol.client.http.HeaderExtractor
Returns the captured HTTP header values.
getHost() - Method in class com.vmware.vapi.protocol.HttpConfiguration.ProxyConfiguration
 
getHost() - Method in interface com.vmware.vapi.protocol.server.rpc.http.Endpoint
Returns the endpoint's host.
getHost() - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.HttpEndpoint
 
getHttpConnection(String, ClientConfiguration, HttpConfiguration) - Method in class com.vmware.vapi.protocol.JsonProtocolConnectionFactory
 
getHttpConnection(String, ClientConfiguration, HttpConfiguration) - Method in interface com.vmware.vapi.protocol.ProtocolConnectionFactory
Creates an vAPI client that uses HTTP connection.
getI() - Method in class com.vmware.vapi.std.LocalizationParam
long value associated with the parameter.
getId() - Method in class com.vmware.vapi.Message
 
getId() - Method in class com.vmware.vapi.std.DynamicID
The identifier for a resource whose type is specified by DynamicID.getType().
getId() - Method in class com.vmware.vapi.std.introspection.ProviderTypes.Info
Identifier of the provider
getId() - Method in class com.vmware.vapi.std.LocalizableMessage
Unique identifier of the localizable string or message template.
getId() - Method in class com.vmware.vapi.std.NestedLocalizableMessage
Unique identifier of the localizable string or message template.
getIdentifier() - Method in class com.vmware.vapi.core.InterfaceDefinition
Returns the identifier of this interface.
getIdentifier() - Method in class com.vmware.vapi.core.MethodDefinition
Returns the identifier of this method.
getIdentifier() - Method in class com.vmware.vapi.core.ProviderDefinition
Returns the identifier of the provider.
getIdentifier() - Method in interface com.vmware.vapi.provider.ApiInterface
Returns the identifier for this interface.
getIdentifier() - Method in interface com.vmware.vapi.provider.ApiMethod
Returns the identifier for this method.
getIdentifier() - Method in class com.vmware.vapi.provider.ApiMethodBasedApiInterface
 
getIFaceAuthenticationRules() - Method in interface com.vmware.vapi.security.AuthenticationConfig
 
getIFaceAuthenticationRules() - Method in class com.vmware.vapi.security.IniFileAuthenticationConfig
 
getIFaceAuthenticationRules() - Method in class com.vmware.vapi.security.JsonAuthenticationConfig
 
getImplicitlyAnonymousOperations() - Static method in class com.vmware.vapi.security.AuthenticationFilter
 
getInitParameters() - Method in interface com.vmware.vapi.protocol.server.rpc.http.Filter
Get the parameters, which which the Filter will be initialized.
getInitParameters() - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.FilterImpl
 
getInitParameters() - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.ServiceImpl
 
getInitParameters() - Method in interface com.vmware.vapi.protocol.server.rpc.http.Service
Get the parameters, which which the Servlet will be.
getInput() - Method in class com.vmware.vapi.bindings.client.RetryPolicy.RetryContext
 
getInput() - Method in class com.vmware.vapi.protocol.RequestProcessor.Request
 
getInputDefinition() - Method in class com.vmware.vapi.core.MethodDefinition
Returns the input definition of this method.
getInputDefinition() - Method in interface com.vmware.vapi.provider.ApiMethod
Returns the data definition for the input of this method.
getInputDefinition() - Method in class com.vmware.vapi.std.introspection.OperationTypes.Info
OperationTypes.DataDefinition describing the operation input.
getInsecureConnection(String, String) - Method in class com.vmware.vapi.protocol.JsonProtocolConnectionFactory
 
getInsecureConnection(String, String) - Method in interface com.vmware.vapi.protocol.ProtocolConnectionFactory
 
getInsecureProtocolHandler(String, String, ApiProvider) - Method in interface com.vmware.vapi.protocol.ProtocolHandlerFactory
Create a insecure protocol handler.
getInstance() - Static method in class com.vmware.vapi.data.AnyErrorDefinition
 
getInstance() - Static method in class com.vmware.vapi.data.BlobDefinition
 
getInstance() - Static method in class com.vmware.vapi.data.BooleanDefinition
 
getInstance(boolean) - Static method in class com.vmware.vapi.data.BooleanValue
 
getInstance() - Static method in class com.vmware.vapi.data.DoubleDefinition
 
getInstance() - Static method in class com.vmware.vapi.data.DynamicStructDefinition
 
getInstance() - Static method in class com.vmware.vapi.data.IntegerDefinition
 
getInstance() - Static method in class com.vmware.vapi.data.OpaqueDefinition
 
getInstance() - Static method in class com.vmware.vapi.data.SecretDefinition
 
getInstance() - Static method in class com.vmware.vapi.data.StringDefinition
 
getInstance() - Static method in class com.vmware.vapi.data.VoidDefinition
 
getInstance() - Static method in class com.vmware.vapi.data.VoidValue
 
getInstance(ExecutionContext.SecurityContext) - Static method in class com.vmware.vapi.security.UserPassSecurityContext
Creates a UserPassSecurityContext from the given ExecutionContext.SecurityContext if possible.
getInteger() - Method in class com.vmware.vapi.data.OptionalValue
 
getInteger(String) - Method in class com.vmware.vapi.data.StructValue
 
getIntegerList() - Method in class com.vmware.vapi.data.ListValue
 
getIntegerOrElse(long) - Method in class com.vmware.vapi.data.OptionalValue
 
getIntegerOrNull() - Method in class com.vmware.vapi.data.OptionalValue
 
getInterface(ExecutionContext, InterfaceIdentifier, AsyncHandle<InterfaceDefinition>) - Method in class com.vmware.vapi.core.ApiProviderStubImpl
 
getInterface(InterfaceIdentifier) - Method in class com.vmware.vapi.core.ApiProviderStubImpl
 
getInterface(ExecutionContext, InterfaceIdentifier) - Method in class com.vmware.vapi.core.ApiProviderStubImpl
 
getInterface(ExecutionContext, InterfaceIdentifier, AsyncHandle<InterfaceDefinition>) - Method in interface com.vmware.vapi.provider.introspection.ApiIntrospection
Returns interface definition for a given interface identifier.
getInterface(InterfaceIdentifier) - Method in interface com.vmware.vapi.provider.introspection.ApiIntrospectionStub
Returns interface definition for a given interface identifier.
getInterface(ExecutionContext, InterfaceIdentifier) - Method in interface com.vmware.vapi.provider.introspection.SyncApiIntrospection
Returns interface definition for a given interface identifier.
getInterface(ExecutionContext, InterfaceIdentifier) - Method in class com.vmware.vapi.provider.local.LocalProvider
 
getInterfaceIdentifier() - Method in class com.vmware.vapi.core.MethodIdentifier
Returns the identifier of the interface containing this method.
getInterfaceIdentifiers(ExecutionContext, AsyncHandle<Set<InterfaceIdentifier>>) - Method in class com.vmware.vapi.core.ApiProviderStubImpl
 
getInterfaceIdentifiers() - Method in class com.vmware.vapi.core.ApiProviderStubImpl
 
getInterfaceIdentifiers(ExecutionContext) - Method in class com.vmware.vapi.core.ApiProviderStubImpl
 
getInterfaceIdentifiers(ExecutionContext, AsyncHandle<Set<InterfaceIdentifier>>) - Method in interface com.vmware.vapi.provider.introspection.ApiIntrospection
Returns the set of interface identifiers supported by this provider.
getInterfaceIdentifiers() - Method in interface com.vmware.vapi.provider.introspection.ApiIntrospectionStub
Returns the set of interface identifiers supported by this provider.
getInterfaceIdentifiers(ExecutionContext) - Method in interface com.vmware.vapi.provider.introspection.SyncApiIntrospection
Returns the set of interface identifiers supported by this provider.
getInterfaceIdentifiers(ExecutionContext) - Method in class com.vmware.vapi.provider.local.LocalProvider
 
getIntValue() - Method in enum com.vmware.vapi.data.DataType
 
getInvocationConfig() - Method in class com.vmware.vapi.bindings.client.RetryPolicy.RetrySpec
 
getInvocationContext() - Method in class com.vmware.vapi.bindings.server.AsyncContext
Returns context information about the method invocation.
getIoThreadCount() - Method in class com.vmware.vapi.protocol.HttpConfiguration
 
getIsTransient() - Method in class com.vmware.vapi.std.errors.TransientIndication
Indicates that the exception this class is attached to is transient.
getKeepAlivePeriod() - Method in class com.vmware.vapi.protocol.HttpConfiguration
Maximum keep alive period for pooled/idle TCP connections.
getKeyAlias() - Method in class com.vmware.vapi.protocol.HttpConfiguration.KeyStoreConfig
 
getKeyAlias() - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.HttpsEndpoint
 
getKeyAlias() - Method in interface com.vmware.vapi.protocol.server.rpc.http.SslEndpoint
Returns the alias of the key/cert pair to use for this endpoint.
getKeyPassword() - Method in class com.vmware.vapi.protocol.ProtocolHandlerFactory.KeyStoreConfig
 
getKeyPassword() - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.HttpsEndpoint
 
getKeyPassword() - Method in interface com.vmware.vapi.protocol.server.rpc.http.SslEndpoint
Returns the key password.
getKeyStore() - Method in class com.vmware.vapi.protocol.HttpConfiguration.SslConfiguration
Returns the keystore which contains the certificates used to authenticate the client during an SSL handshake.
getKeyStoreConfig() - Method in class com.vmware.vapi.protocol.HttpConfiguration.SslConfiguration
Returns the configuration parameters (alias and password) for the KeyStore containing the client certificates for authentication.
getKeyStorePassword() - Method in class com.vmware.vapi.protocol.HttpConfiguration.KeyStoreConfig
 
getKeyStorePassword() - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.HttpsEndpoint
 
getKeyStorePassword() - Method in interface com.vmware.vapi.protocol.server.rpc.http.SslEndpoint
Returns the keystore password.
getKeyStorePath() - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.HttpsEndpoint
 
getKeyStorePath() - Method in interface com.vmware.vapi.protocol.server.rpc.http.SslEndpoint
Returns the path to the keystore.
getKeyStoreType() - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.HttpsEndpoint
 
getKeyStoreType() - Method in interface com.vmware.vapi.protocol.server.rpc.http.SslEndpoint
Returns keystore type
getKeyType() - Method in class com.vmware.vapi.bindings.type.MapType
 
getL() - Method in class com.vmware.vapi.std.LocalizationParam
Nested localizable value associated with the parameter.
getLibraryType() - Method in class com.vmware.vapi.protocol.HttpConfiguration
 
getList() - Method in class com.vmware.vapi.data.ListValue
Returns read-only view of the underlying data.
getList() - Method in class com.vmware.vapi.data.OptionalValue
 
getList(String) - Method in class com.vmware.vapi.data.StructValue
Gets the list value for a field with given name.
getLocalConnection() - Method in class com.vmware.vapi.server.Server
Returns local connection to the primary API provider.
getLocalConnection() - Method in interface com.vmware.vapi.server.ServerInterface
Returns local connection to the primary API provider.
getLocalizableMessage(String, String...) - Method in class com.vmware.vapi.bindings.LocalizableMessageFactory
Creates a LocalizableMessage for the specified ID and arguments.
getLocalizableMessage(String, Object...) - Method in class com.vmware.vapi.bindings.LocalizableMessageFactory
Creates a LocalizableMessage for the specified ID and typed arguments.
getLocalizableMessageDefinition() - Static method in class com.vmware.vapi.std.StandardDataFactory
 
getLocalized() - Method in class com.vmware.vapi.std.LocalizableMessage
Localized string value as per request requirements.
getMax() - Method in class com.vmware.vapi.std.Progress
 
getMaxConnections() - Method in class com.vmware.vapi.protocol.HttpConfiguration
 
getMaxIdleTime() - Method in interface com.vmware.vapi.protocol.server.rpc.http.Endpoint
Default valule is 200000 ms
getMaxIdleTime() - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.HttpEndpoint
 
getMessage(String, String...) - Static method in class com.vmware.vapi.MessageFactory
Return a message object for the given id with the given args.
getMessage() - Method in exception com.vmware.vapi.std.errors.AlreadyExists
 
getMessage() - Method in exception com.vmware.vapi.std.errors.AlreadyInDesiredState
 
getMessage() - Method in exception com.vmware.vapi.std.errors.Canceled
 
getMessage() - Method in exception com.vmware.vapi.std.errors.ConcurrentChange
 
getMessage() - Method in exception com.vmware.vapi.std.errors.Error
 
getMessage() - Method in exception com.vmware.vapi.std.errors.FeatureInUse
 
getMessage() - Method in exception com.vmware.vapi.std.errors.InternalServerError
 
getMessage() - Method in exception com.vmware.vapi.std.errors.InvalidArgument
 
getMessage() - Method in exception com.vmware.vapi.std.errors.InvalidElementConfiguration
 
getMessage() - Method in exception com.vmware.vapi.std.errors.InvalidElementType
 
getMessage() - Method in exception com.vmware.vapi.std.errors.InvalidRequest
 
getMessage() - Method in exception com.vmware.vapi.std.errors.NotAllowedInCurrentState
 
getMessage() - Method in exception com.vmware.vapi.std.errors.NotFound
 
getMessage() - Method in exception com.vmware.vapi.std.errors.OperationNotFound
 
getMessage() - Method in exception com.vmware.vapi.std.errors.ResourceBusy
 
getMessage() - Method in exception com.vmware.vapi.std.errors.ResourceInaccessible
 
getMessage() - Method in exception com.vmware.vapi.std.errors.ResourceInUse
 
getMessage() - Method in exception com.vmware.vapi.std.errors.ServiceUnavailable
 
getMessage() - Method in exception com.vmware.vapi.std.errors.TimedOut
 
getMessage() - Method in exception com.vmware.vapi.std.errors.UnableToAllocateResource
 
getMessage() - Method in exception com.vmware.vapi.std.errors.Unauthenticated
 
getMessage() - Method in exception com.vmware.vapi.std.errors.Unauthorized
 
getMessage() - Method in exception com.vmware.vapi.std.errors.UnexpectedInput
 
getMessage() - Method in exception com.vmware.vapi.std.errors.Unsupported
 
getMessage() - Method in exception com.vmware.vapi.std.errors.UnverifiedPeer
 
getMessages() - Method in exception com.vmware.vapi.std.errors.Error
Stack of one or more localizable messages for human exception consumers.
getMessagesFromErrorValue(StructValue) - Static method in class com.vmware.vapi.std.StandardDataFactory
Returns messages associated with the specified standard error ErrorValue represented as list of Messages.
getMethod(ExecutionContext, MethodIdentifier, AsyncHandle<MethodDefinition>) - Method in class com.vmware.vapi.core.ApiProviderStubImpl
 
getMethod(MethodIdentifier) - Method in class com.vmware.vapi.core.ApiProviderStubImpl
 
getMethod(ExecutionContext, MethodIdentifier) - Method in class com.vmware.vapi.core.ApiProviderStubImpl
 
getMethod(ExecutionContext, MethodIdentifier, AsyncHandle<MethodDefinition>) - Method in interface com.vmware.vapi.provider.introspection.ApiIntrospection
Returns method definitions for a given method identifier.
getMethod(MethodIdentifier) - Method in interface com.vmware.vapi.provider.introspection.ApiIntrospectionStub
Returns method definitions for a given method identifier.
getMethod(ExecutionContext, MethodIdentifier) - Method in interface com.vmware.vapi.provider.introspection.SyncApiIntrospection
Returns method definitions for a given method identifier.
getMethod(ExecutionContext, MethodIdentifier) - Method in class com.vmware.vapi.provider.local.LocalProvider
 
getMethodDefinition(MethodIdentifier) - Method in interface com.vmware.vapi.provider.ApiInterface
Returns method definition for the specified method identifier.
getMethodDefinition(MethodIdentifier) - Method in class com.vmware.vapi.provider.ApiMethodBasedApiInterface
 
getMethodIdentifiers() - Method in class com.vmware.vapi.core.InterfaceDefinition
Returns the set of identifiers for methods in this interface.
getMin() - Method in class com.vmware.vapi.std.Progress
 
getMixedCaseName() - Method in class com.vmware.vapi.bindings.type.StructType.FieldNameDetails
Get the field name as defined in the bindings.
getModelKeyFields() - Method in class com.vmware.vapi.bindings.type.StructType
Get array specifying model key fields names for the model.
getName() - Method in class com.vmware.vapi.bindings.type.EnumType
 
getName() - Method in class com.vmware.vapi.bindings.type.StructType
Returns the name of the structure.
getName() - Method in class com.vmware.vapi.core.InterfaceIdentifier
Returns the name of this interface.
getName() - Method in class com.vmware.vapi.core.MethodIdentifier
Returns the name of this method.
getName() - Method in class com.vmware.vapi.data.StructDefinition
 
getName() - Method in class com.vmware.vapi.data.StructRefDefinition
Returns the structure name of this reference.
getName() - Method in class com.vmware.vapi.data.StructValue
 
getName() - Method in class com.vmware.vapi.protocol.HttpConfiguration.BasicHeader
 
getName() - Method in interface com.vmware.vapi.protocol.HttpConfiguration.Header
Get the name of the header.
getName() - Method in interface com.vmware.vapi.security.PrincipalId
 
getName() - Method in class com.vmware.vapi.std.interposition.SecurityPrincipal
Principal name.
getName() - Method in class com.vmware.vapi.std.introspection.OperationTypes.DataDefinition
Fully qualified name of the structure.
getNeedClientAuth() - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.HttpsEndpoint
 
getNeedClientAuth() - Method in interface com.vmware.vapi.protocol.server.rpc.http.SslEndpoint
Gets whether server requires the client to authenticate with certificate.
getNext() - Method in class com.vmware.vapi.core.MethodResult
Returns the handle to receive the next AsyncHandle or null.
getNoAuthenticationScheme() - Static method in class com.vmware.vapi.security.AuthenticationConfig.AuthnScheme
 
getNumAcceptors() - Method in interface com.vmware.vapi.protocol.server.rpc.http.Endpoint
Get the number of thread dedicated to accepting incoming connections.
getNumAcceptors() - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.HttpEndpoint
 
getOperationAuthenticationRules() - Method in interface com.vmware.vapi.security.AuthenticationConfig
 
getOperationAuthenticationRules() - Method in class com.vmware.vapi.security.IniFileAuthenticationConfig
 
getOperationAuthenticationRules() - Method in class com.vmware.vapi.security.JsonAuthenticationConfig
 
getOperationId() - Method in class com.vmware.vapi.bindings.client.RetryPolicy.RetryContext
 
getOperationId() - Method in class com.vmware.vapi.protocol.RequestProcessor.Request
 
getOperationId() - Method in interface com.vmware.vapi.protocol.server.rpc.RequestReceiver.RequestContext
Gets the identifier of the operation.
getOperationId() - Method in class com.vmware.vapi.std.interposition.InvocationRequest
Name of the interposed operation.
getOperationInput() - Method in class com.vmware.vapi.std.interposition.InvocationRequest
Input of the interposed operation.
getOperations() - Method in class com.vmware.vapi.std.introspection.ServiceTypes.Info
Set of identifiers of operations present in the service
getOptional() - Method in class com.vmware.vapi.data.OptionalValue
 
getOptional(String) - Method in class com.vmware.vapi.data.StructValue
 
getOutput() - Method in class com.vmware.vapi.core.MethodResult
Returns the output of the method call.
getOutput() - Method in class com.vmware.vapi.std.interposition.InvocationResult
Normal result value.
getOutputDefinition() - Method in class com.vmware.vapi.core.MethodDefinition
Returns the output definition of this method.
getOutputDefinition() - Method in interface com.vmware.vapi.provider.ApiMethod
Returns the data definition for the output of this method.
getOutputDefinition() - Method in class com.vmware.vapi.std.introspection.OperationTypes.Info
OperationTypes.DataDefinition describing the operation output.
getPackageAuthenticationRules() - Method in interface com.vmware.vapi.security.AuthenticationConfig
 
getPackageAuthenticationRules() - Method in class com.vmware.vapi.security.IniFileAuthenticationConfig
 
getPackageAuthenticationRules() - Method in class com.vmware.vapi.security.JsonAuthenticationConfig
 
getParams() - Method in class com.vmware.vapi.std.LocalizableMessage
Named arguments to be substituted into the message template.
getParams() - Method in class com.vmware.vapi.std.NestedLocalizableMessage
Named Arguments to be substituted into the message template.
getPassword() - Method in class com.vmware.vapi.protocol.ProtocolHandlerFactory.KeyStoreConfig
 
getPassword() - Method in class com.vmware.vapi.protocol.ProtocolHandlerFactory.TrustStoreConfig
 
getPassword() - Method in class com.vmware.vapi.protocol.UserPassCredentials
 
getPassword() - Method in class com.vmware.vapi.security.UserPassSecurityContext
 
getPath() - Method in class com.vmware.vapi.protocol.ProtocolHandlerFactory.KeyStoreConfig
 
getPath() - Method in class com.vmware.vapi.protocol.ProtocolHandlerFactory.TrustStoreConfig
 
getPath() - Method in interface com.vmware.vapi.protocol.server.rpc.http.Filter
Get the path for, which the filter is triggered.
getPath() - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.FilterImpl
 
getPath() - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.ServiceImpl
 
getPath() - Method in interface com.vmware.vapi.protocol.server.rpc.http.Service
Get the path under which the service can be accessed.
getPort() - Method in class com.vmware.vapi.protocol.HttpConfiguration.ProxyConfiguration
 
getPort() - Method in interface com.vmware.vapi.protocol.server.rpc.http.Endpoint
Returns the endpoint's port number.
getPort() - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.HttpEndpoint
 
getPrecision() - Method in class com.vmware.vapi.std.LocalizationParam
Number of fractional digits to include in formatted double value.
getPrimary() - Method in class com.vmware.vapi.std.errors.ArgumentLocations
String describing the location of the input that triggered the exception.
getPrimary() - Method in class com.vmware.vapi.std.errors.FileLocations
String identifying the file that triggered the exception.
getProperty(String, Class<T>) - Method in class com.vmware.vapi.client.Configuration
Get the value of given configuration property.
getProperty(String) - Method in class com.vmware.vapi.core.ExecutionContext.ApplicationData
 
getProperty(String) - Method in interface com.vmware.vapi.core.ExecutionContext.SecurityContext
 
getProperty(String) - Method in class com.vmware.vapi.security.OAuthSecurityContext
 
getProperty(String) - Method in class com.vmware.vapi.security.SessionSecurityContext
 
getProperty(String) - Method in class com.vmware.vapi.security.UserPassSecurityContext
 
getProtocol() - Method in class com.vmware.vapi.protocol.HttpConfiguration
 
getProtocol() - Method in interface com.vmware.vapi.protocol.server.rpc.http.Endpoint
Returns the endpoint's protocol.
getProtocol() - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.HttpEndpoint
 
getProtocolHandler(String, String, String, String, String, String, ApiProvider) - Method in interface com.vmware.vapi.protocol.ProtocolHandlerFactory
Create protocol handler.
getProtocolHandler(String, String, String, String, ProtocolHandlerFactory.KeyStoreConfig, ProtocolHandlerFactory.TrustStoreConfig, ApiProvider) - Method in interface com.vmware.vapi.protocol.ProtocolHandlerFactory
Create protocol handler with configurable client authentication.
getProtocolHandlers() - Method in interface com.vmware.vapi.config.Configurator
Returns a list of protocol handlers as described in the configuration.
getProtocolHandlers() - Method in class com.vmware.vapi.config.PropertyConfigurator
 
getProtocolHandlers() - Method in class com.vmware.vapi.config.SpringConfigurator
 
getProxyConfiguration() - Method in class com.vmware.vapi.protocol.HttpConfiguration
 
getReadTimeout() - Method in class com.vmware.vapi.core.ExecutionContext.RuntimeData
Returns client-side read timeout as specified in ExecutionContext.Builder.setReadTimeout(Integer).
getRequestContext() - Method in interface com.vmware.vapi.protocol.server.rpc.RequestReceiver.TransportContext
Gets information about the client request.
getRequestProcessors() - Method in class com.vmware.vapi.protocol.ClientConfiguration.Builder
 
getRequestProcessors() - Method in class com.vmware.vapi.protocol.ClientConfiguration
 
getResourceBundle(String, Locale) - Method in interface com.vmware.vapi.l10n.ResourceBundleProvider
Returns a ResourceBundle for the specified message ID and locale.
getResourceBundle(String, Locale) - Method in class com.vmware.vapi.l10n.SimpleBundleProvider
 
getResourceType() - Method in class com.vmware.vapi.bindings.type.IdType
Returns the resource type for the ID.
getResourceTypeFieldName() - Method in class com.vmware.vapi.bindings.type.IdType
Returns the field specifying the resource type for polymorphic resource ID in canonical form.
getResourceTypes() - Method in class com.vmware.vapi.bindings.type.IdType
Returns the allowed resource types for polymorphic resource ID.
getResponse() - Method in class com.vmware.vapi.protocol.client.http.ResponseExtractor
 
getResponseAccessor() - Method in class com.vmware.vapi.core.ExecutionContext.RuntimeData
Returns client-side raw REST response accessor as specified in ExecutionContext.Builder.setResponseAccessor(HttpResponseAccessor).
getResultType() - Method in class com.vmware.vapi.std.interposition.InvocationResult
Type of the invocation result.
getRetryPolicy() - Method in class com.vmware.vapi.bindings.StubConfiguration
 
getRetryPolicy() - Method in class com.vmware.vapi.bindings.StubConfigurationBase
 
getS() - Method in class com.vmware.vapi.std.LocalizationParam
String value associated with the parameter.
getSecondary() - Method in class com.vmware.vapi.std.errors.ArgumentLocations
List (possibly empty) of strings describing the locations of other inputs that caused the the primary input to trigger the exception.
getSecondary() - Method in class com.vmware.vapi.std.errors.FileLocations
List (possibly empty) of strings identifying other files that caused the primary file to trigger the exception.
getSecret() - Method in class com.vmware.vapi.data.OptionalValue
 
getSecret(String) - Method in class com.vmware.vapi.data.StructValue
 
getSecretList() - Method in class com.vmware.vapi.data.ListValue
 
getSecretOrElse(char[]) - Method in class com.vmware.vapi.data.OptionalValue
 
getSecretOrNull() - Method in class com.vmware.vapi.data.OptionalValue
 
getSecurityContext() - Method in class com.vmware.vapi.bindings.StubConfiguration
 
getSecurityContext() - Method in class com.vmware.vapi.bindings.StubConfigurationBase
 
getSecurityContext() - Method in class com.vmware.vapi.security.AuthenticationHandler.AuthenticationResult
 
getSecurityContextProperties(ExecutionContext.SecurityContext) - Method in class com.vmware.vapi.dsig.json.JsonOAuthProcessor
 
getSecurityContextProperties(ExecutionContext.SecurityContext) - Method in class com.vmware.vapi.dsig.json.JsonSessionProcessor
 
getSecurityContextProperties(ExecutionContext.SecurityContext) - Method in class com.vmware.vapi.dsig.json.JsonUserPassProcessor
 
getSecurityContextProperties(ExecutionContext.SecurityContext) - Method in class com.vmware.vapi.dsig.json.SecurityContextProcessor
 
getServer() - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.TcServer
Returns the Tomcat server implementation.
getServiceClassLoader() - Static method in class com.vmware.vapi.internal.ClassLoaderUtil
Returns class loader which should be used to load service classes (stubs, skeletons, interfaces, etc.) by the runtime.
getServiceId() - Method in class com.vmware.vapi.bindings.client.RetryPolicy.RetryContext
 
getServiceId() - Method in class com.vmware.vapi.protocol.RequestProcessor.Request
 
getServiceId() - Method in interface com.vmware.vapi.protocol.server.rpc.RequestReceiver.RequestContext
Gets the identifier of the service.
getServiceId() - Method in class com.vmware.vapi.std.interposition.InvocationRequest
Fully qualified name of the service which contains the interposed operation.
getServlet() - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.ServiceImpl
 
getServlet() - Method in interface com.vmware.vapi.protocol.server.rpc.http.Service
Get the Servlet that handles this service entry point.
getSession() - Method in interface com.vmware.vapi.protocol.server.rpc.RequestReceiver.RequestContext
Gets the identifier of the vAPI session.
getSessionId() - Method in class com.vmware.vapi.security.SessionSecurityContext
 
getSetterMethodForField(String) - Method in class com.vmware.vapi.bindings.type.StructType
Get the Method representing the setter for the specified field in the the binding class for the structure.
getSetterName() - Method in class com.vmware.vapi.bindings.type.StructType.FieldNameDetails
Get the binding setter method name for the field.
getSoTimeout() - Method in class com.vmware.vapi.protocol.HttpConfiguration
 
getSslConfiguration() - Method in class com.vmware.vapi.protocol.HttpConfiguration
 
getStatusCode() - Method in interface com.vmware.vapi.core.HttpResponse
Returns the status code of the HTTP response.
getString() - Method in class com.vmware.vapi.data.OptionalValue
 
getString(String) - Method in class com.vmware.vapi.data.StructValue
 
getStringList() - Method in class com.vmware.vapi.data.ListValue
 
getStringOrElse(String) - Method in class com.vmware.vapi.data.OptionalValue
 
getStringOrNull() - Method in class com.vmware.vapi.data.OptionalValue
 
getStruct() - Method in class com.vmware.vapi.data.OptionalValue
 
getStruct(String) - Method in class com.vmware.vapi.data.StructValue
 
getStsTrustChain() - Method in class com.vmware.vapi.dsig.json.DefaultStsTrustChain
 
getStsTrustChain() - Method in interface com.vmware.vapi.dsig.json.StsTrustChain
 
getTarget() - Method in class com.vmware.vapi.data.StructRefDefinition
Returns the target structure definition of this reference.
getTaskId() - Method in class com.vmware.vapi.bindings.Task
 
getTaskSupport() - Method in class com.vmware.vapi.core.MethodDefinition
Returns task support level of the method.
getTracer() - Method in class com.vmware.vapi.protocol.ClientConfiguration
Returns the Tracer configured for the vAPI runtime.
getTracingSpan() - Method in interface com.vmware.vapi.protocol.server.rpc.RequestReceiver.RequestContext
 
getTransportGuarantee() - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.ServiceImpl
 
getTransportGuarantee() - Method in interface com.vmware.vapi.protocol.server.rpc.http.Service
Obtain the connection restriction this service places on the container.
getTrustStore() - Method in class com.vmware.vapi.protocol.HttpConfiguration.SslConfiguration
Returns the keystore that contains certificates of trusted parties or Certificate Authorities trusted to identify other parties.
getTrustStorePassword() - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.HttpsEndpoint
 
getTrustStorePassword() - Method in interface com.vmware.vapi.protocol.server.rpc.http.SslEndpoint
Returns the trust store password.
getTrustStorePath() - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.HttpsEndpoint
 
getTrustStorePath() - Method in interface com.vmware.vapi.protocol.server.rpc.http.SslEndpoint
Returns the path to the trust store.
getType() - Method in class com.vmware.vapi.bindings.Task
 
getType() - Method in class com.vmware.vapi.data.AnyErrorDefinition
 
getType() - Method in class com.vmware.vapi.data.BlobDefinition
 
getType() - Method in class com.vmware.vapi.data.BlobValue
 
getType() - Method in class com.vmware.vapi.data.BooleanDefinition
 
getType() - Method in class com.vmware.vapi.data.BooleanValue
 
getType() - Method in class com.vmware.vapi.data.DataDefinition
Returns the DataType for this type.
getType() - Method in interface com.vmware.vapi.data.DataValue
 
getType() - Method in class com.vmware.vapi.data.DoubleDefinition
 
getType() - Method in class com.vmware.vapi.data.DoubleValue
 
getType() - Method in class com.vmware.vapi.data.DynamicStructDefinition
 
getType() - Method in class com.vmware.vapi.data.ErrorDefinition
 
getType() - Method in class com.vmware.vapi.data.ErrorValue
 
getType() - Method in class com.vmware.vapi.data.IntegerDefinition
 
getType() - Method in class com.vmware.vapi.data.IntegerValue
 
getType() - Method in class com.vmware.vapi.data.ListDefinition
 
getType() - Method in class com.vmware.vapi.data.ListValue
 
getType() - Method in class com.vmware.vapi.data.OpaqueDefinition
 
getType() - Method in class com.vmware.vapi.data.OptionalDefinition
 
getType() - Method in class com.vmware.vapi.data.OptionalValue
 
getType() - Method in class com.vmware.vapi.data.SecretDefinition
 
getType() - Method in class com.vmware.vapi.data.SecretValue
 
getType() - Method in class com.vmware.vapi.data.StringDefinition
 
getType() - Method in class com.vmware.vapi.data.StringValue
 
getType() - Method in class com.vmware.vapi.data.StructDefinition
 
getType() - Method in class com.vmware.vapi.data.StructRefDefinition
 
getType() - Method in class com.vmware.vapi.data.StructValue
 
getType() - Method in class com.vmware.vapi.data.VoidDefinition
 
getType() - Method in class com.vmware.vapi.data.VoidValue
 
getType() - Method in class com.vmware.vapi.std.DynamicID
The type of resource being identified (for example com.acme.Person).
getType() - Method in class com.vmware.vapi.std.introspection.OperationTypes.DataDefinition
Data type of the value.
getUser() - Method in class com.vmware.vapi.protocol.UserPassCredentials
 
getUser() - Method in class com.vmware.vapi.security.AuthenticationHandler.AuthenticationResult
 
getUser() - Method in class com.vmware.vapi.security.UserPassSecurityContext
 
getUser() - Method in class com.vmware.vapi.std.interposition.InvocationRequest
User which started the interposed operation.
getUserAgent() - Static method in class com.vmware.vapi.internal.VersionUtil
Returns a String representing the user agent.
getUserAgent() - Method in interface com.vmware.vapi.protocol.server.rpc.RequestReceiver.RequestContext
Gets the identifier of the user agent.
getUserPassCredentials() - Method in class com.vmware.vapi.protocol.HttpConfiguration.ProxyConfiguration
 
getValue(String) - Method in class com.vmware.vapi.core.ExecutionContext.RuntimeData
Returns the value of the data entry with key key.
getValue() - Method in class com.vmware.vapi.data.BlobValue
 
getValue() - Method in class com.vmware.vapi.data.BooleanValue
 
getValue() - Method in enum com.vmware.vapi.data.DataType
 
getValue() - Method in class com.vmware.vapi.data.DoubleValue
 
getValue() - Method in class com.vmware.vapi.data.IntegerValue
 
getValue() - Method in class com.vmware.vapi.data.OptionalValue
 
getValue() - Method in class com.vmware.vapi.data.SecretValue
Returns the underlying char array content.
getValue() - Method in class com.vmware.vapi.data.StringValue
Returns the underlying string content.
getValue() - Method in class com.vmware.vapi.protocol.HttpConfiguration.BasicHeader
 
getValue() - Method in interface com.vmware.vapi.protocol.HttpConfiguration.Header
Get the value of the header.
getValueType() - Method in class com.vmware.vapi.bindings.type.MapType
 
getWantClientAuth() - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.HttpsEndpoint
 
getWantClientAuth() - Method in interface com.vmware.vapi.protocol.server.rpc.http.SslEndpoint
Gets whether server desires the client to authenticate with certificate.

H

handle(BiFunction<? super T, Throwable, ? extends U>) - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
handle(String, String, HttpRequest, DataValue, ExecutionContext) - Method in interface com.vmware.vapi.protocol.client.http.RequestPreProcessor
Pre-process HttpRequest before sending it to the caller.
handle(String, String, MethodResult, HttpResponse) - Method in interface com.vmware.vapi.protocol.client.http.ResponsePostProcessor
Post-process MethodResult before using it to complete operation invocation.
handleAsync(BiFunction<? super T, Throwable, ? extends U>) - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
handleAsync(BiFunction<? super T, Throwable, ? extends U>, Executor) - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
hasField(String) - Method in class com.vmware.vapi.data.StructDefinition
 
hasField(String) - Method in class com.vmware.vapi.data.StructValue
 
hashCode() - Method in class com.vmware.vapi.bindings.ApiEnumeration
 
hashCode() - Method in class com.vmware.vapi.bindings.DynamicStructureImpl
 
hashCode() - Method in class com.vmware.vapi.core.InterfaceDefinition
 
hashCode() - Method in class com.vmware.vapi.core.InterfaceIdentifier
hashCode() - Method in class com.vmware.vapi.core.MethodDefinition
 
hashCode() - Method in class com.vmware.vapi.core.MethodIdentifier
hashCode() - Method in class com.vmware.vapi.core.ProviderDefinition
 
hashCode() - Method in class com.vmware.vapi.data.BlobValue
 
hashCode() - Method in class com.vmware.vapi.data.DoubleValue
 
hashCode() - Method in class com.vmware.vapi.data.IntegerValue
 
hashCode() - Method in class com.vmware.vapi.data.ListDefinition
 
hashCode() - Method in class com.vmware.vapi.data.ListValue
 
hashCode() - Method in class com.vmware.vapi.data.OptionalDefinition
 
hashCode() - Method in class com.vmware.vapi.data.OptionalValue
 
hashCode() - Method in class com.vmware.vapi.data.SecretValue
 
hashCode() - Method in class com.vmware.vapi.data.StringValue
 
hashCode() - Method in class com.vmware.vapi.data.StructDefinition
 
hashCode() - Method in class com.vmware.vapi.data.StructRefDefinition
 
hashCode() - Method in class com.vmware.vapi.data.StructValue
 
hashCode() - Method in class com.vmware.vapi.Message
 
hashCode() - Method in class com.vmware.vapi.protocol.HttpConfiguration.BasicHeader
 
hashCode() - Method in class com.vmware.vapi.security.AuthenticationConfig.AuthnScheme
 
hashCode() - Method in class com.vmware.vapi.std.AuthenticationScheme
 
hashCode() - Method in class com.vmware.vapi.std.DynamicID
 
hashCode() - Method in exception com.vmware.vapi.std.errors.AlreadyExists
 
hashCode() - Method in exception com.vmware.vapi.std.errors.AlreadyInDesiredState
 
hashCode() - Method in class com.vmware.vapi.std.errors.ArgumentLocations
 
hashCode() - Method in exception com.vmware.vapi.std.errors.Canceled
 
hashCode() - Method in exception com.vmware.vapi.std.errors.ConcurrentChange
 
hashCode() - Method in exception com.vmware.vapi.std.errors.Error
 
hashCode() - Method in exception com.vmware.vapi.std.errors.FeatureInUse
 
hashCode() - Method in class com.vmware.vapi.std.errors.FileLocations
 
hashCode() - Method in exception com.vmware.vapi.std.errors.InternalServerError
 
hashCode() - Method in exception com.vmware.vapi.std.errors.InvalidArgument
 
hashCode() - Method in exception com.vmware.vapi.std.errors.InvalidElementConfiguration
 
hashCode() - Method in exception com.vmware.vapi.std.errors.InvalidElementType
 
hashCode() - Method in exception com.vmware.vapi.std.errors.InvalidRequest
 
hashCode() - Method in exception com.vmware.vapi.std.errors.NotAllowedInCurrentState
 
hashCode() - Method in exception com.vmware.vapi.std.errors.NotFound
 
hashCode() - Method in exception com.vmware.vapi.std.errors.OperationNotFound
 
hashCode() - Method in exception com.vmware.vapi.std.errors.ResourceBusy
 
hashCode() - Method in exception com.vmware.vapi.std.errors.ResourceInaccessible
 
hashCode() - Method in exception com.vmware.vapi.std.errors.ResourceInUse
 
hashCode() - Method in exception com.vmware.vapi.std.errors.ServiceUnavailable
 
hashCode() - Method in exception com.vmware.vapi.std.errors.TimedOut
 
hashCode() - Method in class com.vmware.vapi.std.errors.TransientIndication
 
hashCode() - Method in exception com.vmware.vapi.std.errors.UnableToAllocateResource
 
hashCode() - Method in exception com.vmware.vapi.std.errors.Unauthenticated
 
hashCode() - Method in exception com.vmware.vapi.std.errors.Unauthorized
 
hashCode() - Method in exception com.vmware.vapi.std.errors.UnexpectedInput
 
hashCode() - Method in exception com.vmware.vapi.std.errors.Unsupported
 
hashCode() - Method in exception com.vmware.vapi.std.errors.UnverifiedPeer
 
hashCode() - Method in class com.vmware.vapi.std.interposition.InvocationRequest
 
hashCode() - Method in class com.vmware.vapi.std.interposition.InvocationResult
 
hashCode() - Method in class com.vmware.vapi.std.interposition.SecurityPrincipal
 
hashCode() - Method in class com.vmware.vapi.std.introspection.OperationTypes.DataDefinition
 
hashCode() - Method in class com.vmware.vapi.std.introspection.OperationTypes.Info
 
hashCode() - Method in class com.vmware.vapi.std.introspection.ProviderTypes.Info
 
hashCode() - Method in class com.vmware.vapi.std.introspection.ServiceTypes.Info
 
hashCode() - Method in class com.vmware.vapi.std.LocalizableMessage
 
hashCode() - Method in class com.vmware.vapi.std.LocalizationParam
 
hashCode() - Method in class com.vmware.vapi.std.NestedLocalizableMessage
 
hashCode() - Method in class com.vmware.vapi.std.Progress
 
HEADER_ACCEPT - Static variable in class com.vmware.vapi.protocol.common.http.HttpConstants
The HTTP Accept header name.
HEADER_ACCEPT_LANGUAGE - Static variable in class com.vmware.vapi.protocol.common.http.HttpConstants
The HTTP accept-language header name.
HEADER_APPLICATION_CONTEXT_PREFIX - Static variable in class com.vmware.vapi.protocol.common.http.HttpConstants
The HTTP header prefix for application context.
HEADER_CONTENT_TYPE - Static variable in class com.vmware.vapi.protocol.common.http.HttpConstants
The HTTP Content-Type header name.
HEADER_OPERATION_ID - Static variable in class com.vmware.vapi.protocol.common.http.HttpConstants
The HTTP header name reserved for operation identification.
HEADER_SERVICE_ID - Static variable in class com.vmware.vapi.protocol.common.http.HttpConstants
The HTTP header name reserved for service identification.
HEADER_SESSION_ID - Static variable in class com.vmware.vapi.protocol.common.http.HttpConstants
The HTTP header name reserved for session identification.
HEADER_USER_AGENT - Static variable in class com.vmware.vapi.protocol.common.http.HttpConstants
The HTTP User-Agent header name.
HeaderExtractor - Class in com.vmware.vapi.protocol.client.http
Extractor which captures particular HTTP header from the raw REST response.
HeaderExtractor(String) - Constructor for class com.vmware.vapi.protocol.client.http.HeaderExtractor
Constructor.
HTTP_CONFIG_CFG - Static variable in class com.vmware.vapi.client.Configuration
 
HttpConfiguration - Class in com.vmware.vapi.protocol
This class is used for configuring the HTTP client that is used by the runtime client.
HttpConfiguration.BasicHeader - Class in com.vmware.vapi.protocol
A basic implementation of HttpConfiguration.Header.
HttpConfiguration.Builder - Class in com.vmware.vapi.protocol
Builder class for the HttpConfiguration.
HttpConfiguration.Header - Interface in com.vmware.vapi.protocol
Represents an HTTP header field.
HttpConfiguration.HeadersProvider - Interface in com.vmware.vapi.protocol
Callback for supplying HTTP headers per request.
HttpConfiguration.KeyStoreConfig - Class in com.vmware.vapi.protocol
This class contains the client certificates configuration.
HttpConfiguration.LibType - Enum in com.vmware.vapi.protocol
Type of the third-party HTTP library which would be used by the transport implementation.
HttpConfiguration.Protocol - Enum in com.vmware.vapi.protocol
Enumerates the wire protocols supported by the vAPI client for invoking APIs.
HttpConfiguration.ProxyConfiguration - Class in com.vmware.vapi.protocol
Class contains client proxy configuration.
HttpConfiguration.ProxyConfiguration.Builder - Class in com.vmware.vapi.protocol
HttpConfiguration.SslConfiguration - Class in com.vmware.vapi.protocol
This class contains the SSL configuration.
HttpConfiguration.SslConfiguration.Builder - Class in com.vmware.vapi.protocol
Builder class for the HttpConfiguration.SslConfiguration.
HttpConstants - Class in com.vmware.vapi.protocol.common.http
 
HttpEndpoint - Class in com.vmware.vapi.protocol.server.rpc.http.impl
Implementation of an HTTP server endpoint.
HttpEndpoint(String, int, Endpoint.Protocol) - Constructor for class com.vmware.vapi.protocol.server.rpc.http.impl.HttpEndpoint
Construct an HTTP endpoint for a particular host, port, and protocol.
HttpEndpoint(int) - Constructor for class com.vmware.vapi.protocol.server.rpc.http.impl.HttpEndpoint
Construct an HTTP endpoint that listens on all interfaces.
HttpEndpoint(String, int) - Constructor for class com.vmware.vapi.protocol.server.rpc.http.impl.HttpEndpoint
Construct an HTTP endpoint for a particular host and port.
HttpResponse - Interface in com.vmware.vapi.core
HTTP response abstraction for REST API invocations.
HttpResponseAccessor - Interface in com.vmware.vapi.core
Accessor of the raw HTTP response for REST API invocations.
HttpsEndpoint - Class in com.vmware.vapi.protocol.server.rpc.http.impl
Implementation of an HTTPS server endpoint.
HttpsEndpoint(String, int) - Constructor for class com.vmware.vapi.protocol.server.rpc.http.impl.HttpsEndpoint
Construct an SSL endpoint for a particular host, port, and protocol.
HttpsEndpoint(int) - Constructor for class com.vmware.vapi.protocol.server.rpc.http.impl.HttpsEndpoint
Construct an SSL endpoint that listens on all interfaces.
HttpServer - Class in com.vmware.vapi.protocol.server.rpc.http.impl
The server side of the HTTP protocol handler.
HttpServer(Server) - Constructor for class com.vmware.vapi.protocol.server.rpc.http.impl.HttpServer
 
HttpStreamingServlet - Class in com.vmware.vapi.protocol.server.rpc.http.impl
Servlet which enables its RequestReceiver handlers to send multiple response frames for a single request.
HttpStreamingServlet(MediaTypeResolver) - Constructor for class com.vmware.vapi.protocol.server.rpc.http.impl.HttpStreamingServlet
Calls HttpStreamingServlet(MediaTypeResolver, long) with timeout -1 (means no timeout).
HttpStreamingServlet(MediaTypeResolver, Tracer) - Constructor for class com.vmware.vapi.protocol.server.rpc.http.impl.HttpStreamingServlet
 
HttpStreamingServlet(MediaTypeResolver, long) - Constructor for class com.vmware.vapi.protocol.server.rpc.http.impl.HttpStreamingServlet
Calls HttpStreamingServlet(MediaTypeResolver, long, Tracer) with tracer Tracer.NO_OP meaning there is no tracing.
HttpStreamingServlet(MediaTypeResolver, long, Tracer) - Constructor for class com.vmware.vapi.protocol.server.rpc.http.impl.HttpStreamingServlet
Creates a servlet.

I

ID_FIELD_NAME - Static variable in class com.vmware.vapi.std.StandardDataFactory
 
IdType - Class in com.vmware.vapi.bindings.type
Description of an ID type.
IdType(String) - Constructor for class com.vmware.vapi.bindings.type.IdType
Constructor.
IdType(String[], String) - Constructor for class com.vmware.vapi.bindings.type.IdType
Constructor for the polymorphic resource ID case.
info - Static variable in class com.vmware.vapi.std.introspection.OperationDefinitions
 
Info(OperationTypes.DataDefinition, OperationTypes.DataDefinition, List<OperationTypes.DataDefinition>) - Constructor for class com.vmware.vapi.std.introspection.OperationTypes.Info
This constructor is provided for backwards compatibility purposes only.
Info() - Constructor for class com.vmware.vapi.std.introspection.OperationTypes.Info
Default constructor.
Info(StructValue) - Constructor for class com.vmware.vapi.std.introspection.OperationTypes.Info
 
info - Static variable in class com.vmware.vapi.std.introspection.ProviderDefinitions
 
Info(String, String) - Constructor for class com.vmware.vapi.std.introspection.ProviderTypes.Info
This constructor is provided for backwards compatibility purposes only.
Info() - Constructor for class com.vmware.vapi.std.introspection.ProviderTypes.Info
Default constructor.
Info(StructValue) - Constructor for class com.vmware.vapi.std.introspection.ProviderTypes.Info
 
info - Static variable in class com.vmware.vapi.std.introspection.ServiceDefinitions
 
Info(Set<String>) - Constructor for class com.vmware.vapi.std.introspection.ServiceTypes.Info
This constructor is provided for backwards compatibility purposes only.
Info() - Constructor for class com.vmware.vapi.std.introspection.ServiceTypes.Info
Default constructor.
Info(StructValue) - Constructor for class com.vmware.vapi.std.introspection.ServiceTypes.Info
 
IniFileAuthenticationConfig - Class in com.vmware.vapi.security
This class is capable of loading authentication data from an ini file
IniFileAuthenticationConfig(String) - Constructor for class com.vmware.vapi.security.IniFileAuthenticationConfig
 
IntegerDefinition - Class in com.vmware.vapi.data
 
integerList(List<Long>) - Static method in class com.vmware.vapi.data.ListValue
 
IntegerType - Class in com.vmware.vapi.bindings.type
 
IntegerType() - Constructor for class com.vmware.vapi.bindings.type.IntegerType
 
IntegerValue - Class in com.vmware.vapi.data
 
IntegerValue(long) - Constructor for class com.vmware.vapi.data.IntegerValue
 
InterfaceDefinition - Class in com.vmware.vapi.core
The InterfaceDefinition class contains detailed information about a vAPI interface.
InterfaceDefinition(InterfaceIdentifier, Set<MethodIdentifier>) - Constructor for class com.vmware.vapi.core.InterfaceDefinition
Constructor.
InterfaceIdentifier - Class in com.vmware.vapi.core
The InterfaceIdentifier class identifies an ApiInterface instance.
InterfaceIdentifier(String) - Constructor for class com.vmware.vapi.core.InterfaceIdentifier
Constructor.
InterfacesHelper - Class in com.vmware.vapi.config
Helper class containing methods to create maps of API providers.
InterfacesHelper() - Constructor for class com.vmware.vapi.config.InterfacesHelper
 
INTERNAL_SERVER_ERROR - Static variable in interface com.vmware.vapi.bindings.exception.Constants
 
INTERNAL_SERVER_ERROR - Static variable in class com.vmware.vapi.std.errors.Error.Type
Discriminator for the InternalServerError type.
INTERNAL_SERVER_ERROR - Static variable in class com.vmware.vapi.std.StandardDataFactory
 
InternalClientException - Exception in com.vmware.vapi.client.exception
Thrown in cases of unexpected framework errors.
InternalClientException() - Constructor for exception com.vmware.vapi.client.exception.InternalClientException
 
InternalClientException(String) - Constructor for exception com.vmware.vapi.client.exception.InternalClientException
 
InternalClientException(String, Throwable) - Constructor for exception com.vmware.vapi.client.exception.InternalClientException
 
InternalClientException(Throwable) - Constructor for exception com.vmware.vapi.client.exception.InternalClientException
 
InternalException - Exception in com.vmware.vapi.protocol.server.rpc.http
Thrown when an unexpected framework error occurs.
InternalException() - Constructor for exception com.vmware.vapi.protocol.server.rpc.http.InternalException
Constructs an exception with an empty message string.
InternalException(String) - Constructor for exception com.vmware.vapi.protocol.server.rpc.http.InternalException
Constructs an exception with the specified message string.
InternalException(Throwable) - Constructor for exception com.vmware.vapi.protocol.server.rpc.http.InternalException
Constructs an exception with the specified cause.
InternalServerError - Exception in com.vmware.vapi.std.errors
The InternalServerError exception indicates that the server encounters an unexpected condition that prevented it from fulfilling the request.
InternalServerError(List<LocalizableMessage>, Structure) - Constructor for exception com.vmware.vapi.std.errors.InternalServerError
This constructor is provided for backwards compatibility purposes only.
InternalServerError() - Constructor for exception com.vmware.vapi.std.errors.InternalServerError
Default constructor.
InternalServerError(StructValue) - Constructor for exception com.vmware.vapi.std.errors.InternalServerError
 
InternalServerError(StructValue, Error.Type) - Constructor for exception com.vmware.vapi.std.errors.InternalServerError
 
internalServerError - Static variable in class com.vmware.vapi.std.errors.StructDefinitions
 
InternalServerError.Builder - Class in com.vmware.vapi.std.errors
Builder class for InternalServerError.
interposition() - Method in class com.vmware.vapi.std.StdFactory
The com.vmware.vapi.std.interposition package provides interfaces that TODO.
InterpositionFactory - Class in com.vmware.vapi.std.interposition
InterpositionFactory is responsible for creating instances of services contained inside the com.vmware.vapi.std.interposition package and also has the subpackages reference to access respective subpackage services.
introspection() - Method in class com.vmware.vapi.std.StdFactory
The com.vmware.vapi.std.introspection package provides interfaces that expose basic information about the vAPI interfaces registered with a vAPI provider.
IntrospectionConstants - Interface in com.vmware.vapi.provider.introspection
Constants related to the standard introspection services.
IntrospectionFactory - Class in com.vmware.vapi.std.introspection
IntrospectionFactory is responsible for creating instances of services contained inside the com.vmware.vapi.std.introspection package and also has the subpackages reference to access respective subpackage services.
INVALID_ARGUMENT - Static variable in interface com.vmware.vapi.bindings.exception.Constants
 
INVALID_ARGUMENT - Static variable in class com.vmware.vapi.std.errors.Error.Type
Discriminator for the InvalidArgument type.
INVALID_ARGUMENT - Static variable in class com.vmware.vapi.std.StandardDataFactory
 
INVALID_ELEMENT_CONFIGURATION - Static variable in interface com.vmware.vapi.bindings.exception.Constants
 
INVALID_ELEMENT_CONFIGURATION - Static variable in class com.vmware.vapi.std.errors.Error.Type
Discriminator for the InvalidElementConfiguration type.
INVALID_ELEMENT_TYPE - Static variable in interface com.vmware.vapi.bindings.exception.Constants
 
INVALID_ELEMENT_TYPE - Static variable in class com.vmware.vapi.std.errors.Error.Type
Discriminator for the InvalidElementType type.
INVALID_REQUEST - Static variable in interface com.vmware.vapi.bindings.exception.Constants
 
INVALID_REQUEST - Static variable in class com.vmware.vapi.std.errors.Error.Type
Discriminator for the InvalidRequest type.
InvalidArgument - Exception in com.vmware.vapi.std.errors
The InvalidArgument exception indicates that the values received for one or more parameters are not acceptable.
InvalidArgument(List<LocalizableMessage>, Structure) - Constructor for exception com.vmware.vapi.std.errors.InvalidArgument
This constructor is provided for backwards compatibility purposes only.
InvalidArgument() - Constructor for exception com.vmware.vapi.std.errors.InvalidArgument
Default constructor.
InvalidArgument(StructValue) - Constructor for exception com.vmware.vapi.std.errors.InvalidArgument
 
InvalidArgument(StructValue, Error.Type) - Constructor for exception com.vmware.vapi.std.errors.InvalidArgument
 
invalidArgument - Static variable in class com.vmware.vapi.std.errors.StructDefinitions
 
InvalidArgument.Builder - Class in com.vmware.vapi.std.errors
Builder class for InvalidArgument.
InvalidElementConfiguration - Exception in com.vmware.vapi.std.errors
The InvalidElementConfiguration exception indicates that an attempt to modify the configuration of an element or a group containing the element failed due to the configuraton of the element.
InvalidElementConfiguration(List<LocalizableMessage>, Structure) - Constructor for exception com.vmware.vapi.std.errors.InvalidElementConfiguration
This constructor is provided for backwards compatibility purposes only.
InvalidElementConfiguration() - Constructor for exception com.vmware.vapi.std.errors.InvalidElementConfiguration
Default constructor.
InvalidElementConfiguration(StructValue) - Constructor for exception com.vmware.vapi.std.errors.InvalidElementConfiguration
 
InvalidElementConfiguration(StructValue, Error.Type) - Constructor for exception com.vmware.vapi.std.errors.InvalidElementConfiguration
 
invalidElementConfiguration - Static variable in class com.vmware.vapi.std.errors.StructDefinitions
 
InvalidElementConfiguration.Builder - Class in com.vmware.vapi.std.errors
Builder class for InvalidElementConfiguration.
InvalidElementType - Exception in com.vmware.vapi.std.errors
The InvalidElementType exception indicates that the server was unable to fulfil the request because an element of a specific type cannot be a member of particular group.
InvalidElementType(List<LocalizableMessage>, Structure) - Constructor for exception com.vmware.vapi.std.errors.InvalidElementType
This constructor is provided for backwards compatibility purposes only.
InvalidElementType() - Constructor for exception com.vmware.vapi.std.errors.InvalidElementType
Default constructor.
InvalidElementType(StructValue) - Constructor for exception com.vmware.vapi.std.errors.InvalidElementType
 
InvalidElementType(StructValue, Error.Type) - Constructor for exception com.vmware.vapi.std.errors.InvalidElementType
 
invalidElementType - Static variable in class com.vmware.vapi.std.errors.StructDefinitions
 
InvalidElementType.Builder - Class in com.vmware.vapi.std.errors
Builder class for InvalidElementType.
InvalidRequest - Exception in com.vmware.vapi.std.errors
The InvalidRequest exception indicates that the request is malformed in such a way that the server is unable to process it.
InvalidRequest(List<LocalizableMessage>, Structure) - Constructor for exception com.vmware.vapi.std.errors.InvalidRequest
This constructor is provided for backwards compatibility purposes only.
InvalidRequest() - Constructor for exception com.vmware.vapi.std.errors.InvalidRequest
Default constructor.
InvalidRequest(StructValue) - Constructor for exception com.vmware.vapi.std.errors.InvalidRequest
 
InvalidRequest(StructValue, Error.Type) - Constructor for exception com.vmware.vapi.std.errors.InvalidRequest
 
invalidRequest - Static variable in class com.vmware.vapi.std.errors.StructDefinitions
 
InvalidRequest.Builder - Class in com.vmware.vapi.std.errors
Builder class for InvalidRequest.
InvalidSslCertificateException - Exception in com.vmware.vapi.client.exception
Exception which is reported when HTTP response is received with status
InvalidSslCertificateException(String) - Constructor for exception com.vmware.vapi.client.exception.InvalidSslCertificateException
 
Invocable<T> - Interface in com.vmware.vapi.bindings
Describes the invoke methods of none task vAPI operation.
InvocationConfig - Class in com.vmware.vapi.bindings.client
Configuration for a method invocation.
InvocationConfig(ExecutionContext) - Constructor for class com.vmware.vapi.bindings.client.InvocationConfig
Creates a configuration object which provides an execution context to a method invocation.
InvocationContext - Interface in com.vmware.vapi.bindings.server
Information about a method call in the server-side bindings.
InvocationContextImpl - Class in com.vmware.vapi.bindings.server.impl
Implementation of InvocationContext.
InvocationContextImpl(ExecutionContext) - Constructor for class com.vmware.vapi.bindings.server.impl.InvocationContextImpl
 
InvocationContextImpl(ExecutionContext, boolean) - Constructor for class com.vmware.vapi.bindings.server.impl.InvocationContextImpl
 
InvocationRequest - Class in com.vmware.vapi.std.interposition
Information about an interposed request for operation invocation.
InvocationRequest(String, String, DataValue, SecurityPrincipal, List<SecurityPrincipal>) - Constructor for class com.vmware.vapi.std.interposition.InvocationRequest
This constructor is provided for backwards compatibility purposes only.
InvocationRequest() - Constructor for class com.vmware.vapi.std.interposition.InvocationRequest
Default constructor.
InvocationRequest(StructValue) - Constructor for class com.vmware.vapi.std.interposition.InvocationRequest
 
invocationRequest - Static variable in class com.vmware.vapi.std.interposition.StructDefinitions
 
InvocationRequest.Builder - Class in com.vmware.vapi.std.interposition
Builder class for InvocationRequest.
InvocationResult - Class in com.vmware.vapi.std.interposition
Information about the result from an interposed operation invocation.
InvocationResult(InvocationResult.ResultType, DataValue, Structure) - Constructor for class com.vmware.vapi.std.interposition.InvocationResult
This constructor is provided for backwards compatibility purposes only.
InvocationResult() - Constructor for class com.vmware.vapi.std.interposition.InvocationResult
Default constructor.
InvocationResult(StructValue) - Constructor for class com.vmware.vapi.std.interposition.InvocationResult
 
invocationResult - Static variable in class com.vmware.vapi.std.interposition.StructDefinitions
 
InvocationResult.Builder - Class in com.vmware.vapi.std.interposition
Builder class for InvocationResult.
InvocationResult.ResultType - Class in com.vmware.vapi.std.interposition
Type of the invocation result.
InvocationResult.ResultType.Values - Enum in com.vmware.vapi.std.interposition
Native Java enum representing this enumeration class.
invoke() - Method in interface com.vmware.vapi.bindings.Invocable
Asynchronous method.
invoke(InvocationConfig) - Method in interface com.vmware.vapi.bindings.Invocable
Asynchronous method with InvocationConfig.
invoke() - Method in interface com.vmware.vapi.bindings.StreamInvocable
Streaming method.
invoke(InvocationConfig) - Method in interface com.vmware.vapi.bindings.StreamInvocable
Streaming method with InvocationConfig.
invoke() - Method in interface com.vmware.vapi.bindings.TaskInvocable
Asynchronous method.
invoke(InvocationConfig) - Method in interface com.vmware.vapi.bindings.TaskInvocable
Asynchronous method with InvocationConfig.
invoke(String, String, DataValue, ExecutionContext, AsyncHandle<MethodResult>) - Method in class com.vmware.vapi.client.util.DynamicAuthnFilter
Invokes the decorated provider and in case of Unauthenticated error retries the request with refreshed ExecutionContext.SecurityContext.
invoke(String, String, DataValue, ExecutionContext, AsyncHandle<MethodResult>) - Method in interface com.vmware.vapi.core.ApiProvider
Invokes the specified operation using the provided input and execution context.
invoke(String, String, DataValue, ExecutionContext, AsyncHandle<MethodResult>) - Method in class com.vmware.vapi.core.ApiProviderStubImpl
 
invoke(String, String, DataValue, ExecutionContext) - Method in class com.vmware.vapi.core.ApiProviderStubImpl
invoke(String, String, DataValue, ExecutionContext, AsyncHandle<MethodResult>) - Method in class com.vmware.vapi.core.DecoratorApiProvider
 
invoke(String, String, DataValue, ExecutionContext) - Method in interface com.vmware.vapi.core.SyncApiProvider
Invokes the specified operation using the provided input and execution context.
invoke(String, String, DataValue, ExecutionContext, AsyncHandle<MethodResult>) - Method in class com.vmware.vapi.provider.aggregator.ApiAggregator
 
invoke(ExecutionContext, MethodIdentifier, DataValue, AsyncHandle<MethodResult>) - Method in interface com.vmware.vapi.provider.ApiInterface
Invokes a method and returns the result of that method invocation.
invoke(InvocationContext, DataValue, AsyncHandle<MethodResult>) - Method in interface com.vmware.vapi.provider.ApiMethod
Invokes a method and returns the result of that method invocation.
invoke(ExecutionContext, MethodIdentifier, DataValue, AsyncHandle<MethodResult>) - Method in class com.vmware.vapi.provider.ApiMethodBasedApiInterface
 
invoke(String, String, DataValue, ExecutionContext, AsyncHandle<MethodResult>) - Method in class com.vmware.vapi.provider.introspection.ErrorAugmentingFilter
 
invoke(String, String, DataValue, ExecutionContext, AsyncHandle<MethodResult>) - Method in class com.vmware.vapi.provider.local.LocalProvider
 
invoke(String, String, DataValue, ExecutionContext, AsyncHandle<MethodResult>) - Method in class com.vmware.vapi.security.AuthenticationFilter
 
invoke(String, String, DataValue, ExecutionContext, AsyncHandle<MethodResult>) - Method in class com.vmware.vapi.std.activation.impl.ActivationFilter
 
invokeNext(String, String, DataValue, ExecutionContext, AsyncHandle<MethodResult>) - Method in class com.vmware.vapi.client.util.DynamicAuthnFilter
 
isAllowed(AuthenticationConfig.AuthnScheme) - Method in class com.vmware.vapi.security.AuthenticationConfig.AuthnScheme
 
isCancelled() - Method in class com.vmware.vapi.bindings.client.AsyncCallbackFuture
 
isCancelled() - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
isCancelRequested(String) - Method in class com.vmware.vapi.activation.ActivationMonitor
Returns whether cancellation is requested for the specified activation.
isCancelRequested(String) - Method in class com.vmware.vapi.std.activation.impl.ActivationManagerImpl
 
isCertificateValidationDisabled() - Method in class com.vmware.vapi.protocol.HttpConfiguration.SslConfiguration
 
isDone() - Method in class com.vmware.vapi.bindings.client.AsyncCallbackFuture
 
isDone() - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
isEmpty() - Method in class com.vmware.vapi.data.ListValue
Returns true if this list contains no values.
isHostnameVerificationDisabled() - Method in class com.vmware.vapi.protocol.HttpConfiguration.SslConfiguration
 
isModel() - Method in class com.vmware.vapi.bindings.type.StructType
Check if the structure is marked as model.
isSchemeSupported(String) - Method in class com.vmware.vapi.dsig.json.JsonOAuthProcessor
 
isSchemeSupported(String) - Method in class com.vmware.vapi.dsig.json.JsonSessionProcessor
 
isSchemeSupported(String) - Method in class com.vmware.vapi.dsig.json.JsonUserPassProcessor
 
isSchemeSupported(String) - Method in class com.vmware.vapi.dsig.json.SecurityContextProcessor
 
isSet() - Method in class com.vmware.vapi.data.OptionalValue
 
isSteamingEnabled() - Method in class com.vmware.vapi.protocol.ClientConfiguration
Configures the client stack to advertise or not streaming capability.
isTask() - Method in class com.vmware.vapi.bindings.server.impl.InvocationContextImpl
 
isTask() - Method in interface com.vmware.vapi.bindings.server.InvocationContext
 
isUnknown() - Method in class com.vmware.vapi.std.errors.Error.Type
Checks if this enumeration constant is unknown.
isUnknown() - Method in class com.vmware.vapi.std.interposition.InvocationResult.ResultType
Checks if this enumeration constant is unknown.
isUnknown() - Method in class com.vmware.vapi.std.introspection.OperationTypes.DataDefinition.DataType
Checks if this enumeration constant is unknown.
isUnknown() - Method in class com.vmware.vapi.std.LocalizationParam.DateTimeFormat
Checks if this enumeration constant is unknown.
iterator() - Method in class com.vmware.vapi.data.ListValue
 

J

JAVA_LEGACY_ERROR - Static variable in interface com.vmware.vapi.bindings.exception.Constants
 
JavaBeanAdapter - Class in com.vmware.vapi.bindings.convert.impl
Utility for conversion between different naming conventions.
JavaBeanAdapter() - Constructor for class com.vmware.vapi.bindings.convert.impl.JavaBeanAdapter
 
join(List<List<T>>) - Static method in class com.vmware.vapi.config.ListHelper
Helper method for joining multiple lists.
join() - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.TcServer
 
join() - Method in interface com.vmware.vapi.protocol.server.rpc.http.Server
Blocks the current thread until the server stops.
JsonAuthenticationConfig - Class in com.vmware.vapi.security
This class is capable of loading authentication data from a JSON file
JsonAuthenticationConfig(String...) - Constructor for class com.vmware.vapi.security.JsonAuthenticationConfig
A resource is expected to be on the classpath and to be ASCII or UTF-8 encoded.
JsonAuthenticationConfig(Reader...) - Constructor for class com.vmware.vapi.security.JsonAuthenticationConfig
 
JsonOAuthProcessor - Class in com.vmware.vapi.dsig.json
RequestProcessor implementation for OAuth based authentication
JsonOAuthProcessor() - Constructor for class com.vmware.vapi.dsig.json.JsonOAuthProcessor
 
JsonProtocolConnectionFactory - Class in com.vmware.vapi.protocol
Factory for creating ProtocolConnection instances which uses JSON for messaging protocol.
JsonProtocolConnectionFactory() - Constructor for class com.vmware.vapi.protocol.JsonProtocolConnectionFactory
 
JsonProtocolConnectionFactory.Protocol - Enum in com.vmware.vapi.protocol
 
JsonRpcDeserializer - Interface in com.vmware.vapi.protocol.common.json
JSON-RPC deserializer for DataValues.
JsonRpcSerializer - Interface in com.vmware.vapi.protocol.common.json
JSON-RPC serializer for DataValues.
JsonServerConnection - Class in com.vmware.vapi.protocol.server.msg.json
 
JsonServerConnection(ApiProvider, List<RequestProcessor>) - Constructor for class com.vmware.vapi.protocol.server.msg.json.JsonServerConnection
Creates a handler which translates JSON-RPC 2.0 requests to ApiProvider method calls.
JsonSessionProcessor - Class in com.vmware.vapi.dsig.json
Client side processor for session authentication
JsonSessionProcessor() - Constructor for class com.vmware.vapi.dsig.json.JsonSessionProcessor
 
JsonUserPassProcessor - Class in com.vmware.vapi.dsig.json
RequestProcessor implementation for user and password authentication
JsonUserPassProcessor() - Constructor for class com.vmware.vapi.dsig.json.JsonUserPassProcessor
 

K

KEY_FIELD_NAME - Static variable in class com.vmware.vapi.std.StandardDataFactory
 
KeyStoreConfig(String, String) - Constructor for class com.vmware.vapi.protocol.HttpConfiguration.KeyStoreConfig
 
KeyStoreConfig(String, String, String) - Constructor for class com.vmware.vapi.protocol.ProtocolHandlerFactory.KeyStoreConfig
Creates a keystore configuration.

L

LifecycleListener - Interface in com.vmware.vapi.protocol.server.rpc.http
Interface that provide common mechanism for life cycle management of tasks and threads.
LifecycleManager - Interface in com.vmware.vapi.protocol.server.rpc.http
Interface that provide common mechanism for life cycle management of tasks and threads.
The classes that implements this interface are supposed to support shutdown of LifecycleListener items.
list(String) - Method in interface com.vmware.vapi.std.introspection.Operation
Returns the set of operation identifiers for a given vAPI service.
list(String, InvocationConfig) - Method in interface com.vmware.vapi.std.introspection.Operation
Returns the set of operation identifiers for a given vAPI service.
list(String, AsyncCallback<Set<String>>) - Method in interface com.vmware.vapi.std.introspection.Operation
Returns the set of operation identifiers for a given vAPI service.
list(String, AsyncCallback<Set<String>>, InvocationConfig) - Method in interface com.vmware.vapi.std.introspection.Operation
Returns the set of operation identifiers for a given vAPI service.
list(String, AsyncContext<Set<String>>) - Method in interface com.vmware.vapi.std.introspection.OperationProvider
Returns the set of operation identifiers for a given vAPI service.
list(String) - Method in class com.vmware.vapi.std.introspection.OperationStub
 
list(String, InvocationConfig) - Method in class com.vmware.vapi.std.introspection.OperationStub
 
list(String, AsyncCallback<Set<String>>) - Method in class com.vmware.vapi.std.introspection.OperationStub
 
list(String, AsyncCallback<Set<String>>, InvocationConfig) - Method in class com.vmware.vapi.std.introspection.OperationStub
 
list(String, InvocationContext) - Method in interface com.vmware.vapi.std.introspection.OperationSyncProvider
Returns the set of operation identifiers for a given vAPI service.
LIST - Static variable in class com.vmware.vapi.std.introspection.OperationTypes.DataDefinition.DataType
Indicates the value is a list data type.
list() - Method in interface com.vmware.vapi.std.introspection.Service
Returns the set of service identifiers.
list(InvocationConfig) - Method in interface com.vmware.vapi.std.introspection.Service
Returns the set of service identifiers.
list(AsyncCallback<Set<String>>) - Method in interface com.vmware.vapi.std.introspection.Service
Returns the set of service identifiers.
list(AsyncCallback<Set<String>>, InvocationConfig) - Method in interface com.vmware.vapi.std.introspection.Service
Returns the set of service identifiers.
list(AsyncContext<Set<String>>) - Method in interface com.vmware.vapi.std.introspection.ServiceProvider
Returns the set of service identifiers.
list() - Method in class com.vmware.vapi.std.introspection.ServiceStub
 
list(InvocationConfig) - Method in class com.vmware.vapi.std.introspection.ServiceStub
 
list(AsyncCallback<Set<String>>) - Method in class com.vmware.vapi.std.introspection.ServiceStub
 
list(AsyncCallback<Set<String>>, InvocationConfig) - Method in class com.vmware.vapi.std.introspection.ServiceStub
 
list(InvocationContext) - Method in interface com.vmware.vapi.std.introspection.ServiceSyncProvider
Returns the set of service identifiers.
ListDefinition - Class in com.vmware.vapi.data
 
ListDefinition(DataDefinition) - Constructor for class com.vmware.vapi.data.ListDefinition
 
ListHelper - Class in com.vmware.vapi.config
Utility class containing a helper method for joining multiple lists.
ListHelper() - Constructor for class com.vmware.vapi.config.ListHelper
 
ListType - Class in com.vmware.vapi.bindings.type
 
ListType(Type) - Constructor for class com.vmware.vapi.bindings.type.ListType
 
ListValue - Class in com.vmware.vapi.data
A list of values.
ListValue() - Constructor for class com.vmware.vapi.data.ListValue
Creates an empty list value.
loadFromKeystore(String, String, String) - Static method in class com.vmware.vapi.dsig.json.DefaultStsTrustChain
Loads the STS trust chain from keystore
LOCAL_PROVIDER_DEFAULT_NAME - Static variable in class com.vmware.vapi.provider.local.LocalProvider
 
LocalConnection - Class in com.vmware.vapi.protocol.local
Fake connection used to call only if in the same process.
LocalConnection(LocalProtocol) - Constructor for class com.vmware.vapi.protocol.local.LocalConnection
 
LocalizableMessage - Class in com.vmware.vapi.std
The LocalizableMessage class represents localizable string and message template.
LocalizableMessage(String, String, List<String>) - Constructor for class com.vmware.vapi.std.LocalizableMessage
This constructor is provided for backwards compatibility purposes only.
LocalizableMessage() - Constructor for class com.vmware.vapi.std.LocalizableMessage
Default constructor.
LocalizableMessage(StructValue) - Constructor for class com.vmware.vapi.std.LocalizableMessage
 
localizableMessage - Static variable in class com.vmware.vapi.std.StructDefinitions
 
LocalizableMessage.Builder - Class in com.vmware.vapi.std
Builder class for LocalizableMessage.
LocalizableMessageFactory - Class in com.vmware.vapi.bindings
Factory for LocalizableMessage instances.
LocalizableMessageFactory(ResourceBundle, TemplateFormatter) - Constructor for class com.vmware.vapi.bindings.LocalizableMessageFactory
Constructor.
LocalizationException - Exception in com.vmware.vapi.l10n
Exception used to signal problems with localizing messages.
LocalizationException(String) - Constructor for exception com.vmware.vapi.l10n.LocalizationException
 
LocalizationException(String, Throwable) - Constructor for exception com.vmware.vapi.l10n.LocalizationException
 
LocalizationParam - Class in com.vmware.vapi.std
This class holds a single message parameter and formatting settings for it.
LocalizationParam() - Constructor for class com.vmware.vapi.std.LocalizationParam
Default constructor.
LocalizationParam(StructValue) - Constructor for class com.vmware.vapi.std.LocalizationParam
 
localizationParam - Static variable in class com.vmware.vapi.std.StructDefinitions
 
LocalizationParam.Builder - Class in com.vmware.vapi.std
Builder class for LocalizationParam.
LocalizationParam.DateTimeFormat - Class in com.vmware.vapi.std
The DateTimeFormat enumeration class lists possible date and time formatting options.
LocalizationParam.DateTimeFormat.Values - Enum in com.vmware.vapi.std
Native Java enum representing this enumeration class.
localize(LocalizableMessage, Locale) - Method in class com.vmware.vapi.l10n.MessageLocalizer
Localizes a LocalizableMessage for given target locale.
localize(LocalizableMessage) - Method in class com.vmware.vapi.l10n.MessageLocalizer
Localizes a LocalizableMessage for the locale used to create this instance.
localize(StructValue, Locale) - Method in class com.vmware.vapi.l10n.MessageLocalizer
Localizes a dynamic (StructValue) representation of localizable message.
localize(StructValue) - Method in class com.vmware.vapi.l10n.MessageLocalizer
Localizes a dynamic (StructValue) representation of localizable message for the locale used to create this instance.
LOCALIZED_FIELD_NAME - Static variable in class com.vmware.vapi.std.StandardDataFactory
 
LocalProtocol - Class in com.vmware.vapi.protocol.local
Protocol for local callers.
LocalProtocol(ApiProvider) - Constructor for class com.vmware.vapi.protocol.local.LocalProtocol
 
LocalProvider - Class in com.vmware.vapi.provider.local
The LocalProvider class is a local (in-process) implementation of the ApiProvider interface.
LocalProvider(String) - Constructor for class com.vmware.vapi.provider.local.LocalProvider
Calls LocalProvider(String, List) with an empty list of ApiInterfaces, automatically deploying introspection services.
LocalProvider(String, List<ApiInterface>) - Constructor for class com.vmware.vapi.provider.local.LocalProvider
Calls LocalProvider(String, List, boolean) automatically deploying introspection services.
LocalProvider(String, List<ApiInterface>, boolean) - Constructor for class com.vmware.vapi.provider.local.LocalProvider
Constructor.
LocalStubFactory - Class in com.vmware.vapi.bindings
Factory for stubs which wrap local (in-process) service implementations.
LocalStubFactory() - Constructor for class com.vmware.vapi.bindings.LocalStubFactory
 
LogDiagnosticsConfigurator - Interface in com.vmware.vapi.diagnostics
Interface for configurators for logging dignostics context.
LogDiagnosticUtil - Class in com.vmware.vapi.diagnostics
Utility for log diagnostic context.
LogDiagnosticUtil() - Constructor for class com.vmware.vapi.diagnostics.LogDiagnosticUtil
 
LONG - Static variable in class com.vmware.vapi.std.introspection.OperationTypes.DataDefinition.DataType
Indicates the value is a long data type.
LONG_DATE - Static variable in class com.vmware.vapi.std.LocalizationParam.DateTimeFormat
The date and time value will be formatted as long date, for example 2019 Jan 28
LONG_DATE_TIME - Static variable in class com.vmware.vapi.std.LocalizationParam.DateTimeFormat
The date and time value will be formatted as long date and time, for example 2019 Jan 28 12:59:01 Z
LONG_TIME - Static variable in class com.vmware.vapi.std.LocalizationParam.DateTimeFormat
The date and time value will be formatted as long time, for example 12:59:01 Z

M

main(String[]) - Static method in class com.vmware.vapi.server.Server
Program entry point; runs the server using the configuration specified in the properties file provided as a command-line argument.
MAP_ENTRY_STRUCT_NAME - Static variable in class com.vmware.vapi.std.BuiltInDataFactory
Name for map entry "artificial" StructValue instances.
MAP_ENTRY_TYPE - Static variable in class com.vmware.vapi.std.StandardDataFactory
 
MAP_STRUCT_NAME - Static variable in class com.vmware.vapi.std.BuiltInDataFactory
Name for a StructValue representing a map with with String typed keys.
MapHelper - Class in com.vmware.vapi.config
Utility class containing a helper method for merging multiple maps.
MapHelper() - Constructor for class com.vmware.vapi.config.MapHelper
 
MapType - Class in com.vmware.vapi.bindings.type
 
MapType(Type, Type) - Constructor for class com.vmware.vapi.bindings.type.MapType
Map type.
MED_DATE - Static variable in class com.vmware.vapi.std.LocalizationParam.DateTimeFormat
The date and time value will be formatted as medium date, for example 2019 Jan 28
MED_DATE_TIME - Static variable in class com.vmware.vapi.std.LocalizationParam.DateTimeFormat
The date and time value will be formatted as medium date and time, for example 2019 Jan 28 12:59:01
MED_TIME - Static variable in class com.vmware.vapi.std.LocalizationParam.DateTimeFormat
The date and time value will be formatted as medium time, for example 12:59:01
MediaTypeResolver - Interface in com.vmware.vapi.protocol.server.rpc.http
Resolution policy which maps a media type (MIME type) to a content handler.
MediaTypeResolverImpl - Class in com.vmware.vapi.protocol.server.rpc.http.impl
Resolver which is based on a map of media types to content handlers.
MediaTypeResolverImpl(Map<String, RequestReceiver>) - Constructor for class com.vmware.vapi.protocol.server.rpc.http.impl.MediaTypeResolverImpl
Constructor which accepts a mapping of media type to content handler.
merge(ExecutionContext.ApplicationData, Map<String, String>) - Static method in class com.vmware.vapi.core.ExecutionContext.ApplicationData
Merges the specified source and data into a newly created ApplicationData instance.
merge(ExecutionContext.ApplicationData, String, String) - Static method in class com.vmware.vapi.core.ExecutionContext.ApplicationData
Merges the specified source and property into a newly created ApplicationData instance.
mergeApplicationData(String, String) - Method in class com.vmware.vapi.core.ExecutionContext.Builder
mergeApplicationData(Map<String, String>) - Method in class com.vmware.vapi.core.ExecutionContext.Builder
Add multiple entries to ExecutionContext.ApplicationData.
mergeMaps(Map<K, V>...) - Method in class com.vmware.vapi.config.MapHelper
Return a new map contain the mappings from all the maps.
Message - Class in com.vmware.vapi
This class represents a localizable message.
Message(String, String, String...) - Constructor for class com.vmware.vapi.Message
Construct a Message with a unique identifier, a ready-to-use default message, in default/server locale (say English) and the args.
MESSAGE_STRUCT_NAME - Static variable in class com.vmware.vapi.std.StandardDataFactory
 
MessageArgConverter - Class in com.vmware.vapi.l10n
Converter for arguments of LocalizableMessage.
MessageArgConverter() - Constructor for class com.vmware.vapi.l10n.MessageArgConverter
 
MessageFactory - Class in com.vmware.vapi
Factory for Message instances.
MessageFactory(ResourceBundle, TemplateFormatter) - Constructor for class com.vmware.vapi.MessageFactory
 
MessageFactory(ResourceBundle) - Constructor for class com.vmware.vapi.MessageFactory
 
MessageFormatTemplateFormatter - Class in com.vmware.vapi.l10n
MessageFormat based implementation of TemplateFormatter.
MessageFormatTemplateFormatter() - Constructor for class com.vmware.vapi.l10n.MessageFormatTemplateFormatter
 
MessageLocalizer - Class in com.vmware.vapi.l10n
Utility for localization of LocalizableMessage or its dynamic representation as StructValue.
MessageLocalizer(TemplateFormatter, ResourceBundleProvider, Locale) - Constructor for class com.vmware.vapi.l10n.MessageLocalizer
Constructor.
MessageProtocolException - Exception in com.vmware.vapi.client.exception
Thrown in cases of communication protocol errors related to the vAPI protocol errors.
MessageProtocolException() - Constructor for exception com.vmware.vapi.client.exception.MessageProtocolException
 
MessageProtocolException(String) - Constructor for exception com.vmware.vapi.client.exception.MessageProtocolException
 
MessageProtocolException(String, Throwable) - Constructor for exception com.vmware.vapi.client.exception.MessageProtocolException
 
MessageProtocolException(Throwable) - Constructor for exception com.vmware.vapi.client.exception.MessageProtocolException
 
MESSAGES_FIELD_NAME - Static variable in class com.vmware.vapi.std.StandardDataFactory
 
MethodDefinition - Class in com.vmware.vapi.core
The MethodDefinition class contains detailed information about a vAPI method.
MethodDefinition(MethodIdentifier, DataDefinition, DataDefinition, Set<ErrorDefinition>) - Constructor for class com.vmware.vapi.core.MethodDefinition
Constructor.
MethodDefinition(MethodIdentifier, DataDefinition, DataDefinition, Set<ErrorDefinition>, MethodDefinition.TaskSupport) - Constructor for class com.vmware.vapi.core.MethodDefinition
Constructor.
MethodDefinition.TaskSupport - Enum in com.vmware.vapi.core
Levels of task support by the method
MethodIdentifier - Class in com.vmware.vapi.core
The MethodIdentifier class identifies an ApiMethod instance.
MethodIdentifier(String) - Constructor for class com.vmware.vapi.core.MethodIdentifier
Creates a method identifier given a fully-qualified name ([interface].[method]).
MethodIdentifier(InterfaceIdentifier, String) - Constructor for class com.vmware.vapi.core.MethodIdentifier
Creates a method identifier given an interface identifier and a method name.
MethodResult - Class in com.vmware.vapi.core
The MethodResult class contains the result of a method call.
MethodResult(DataValue, ErrorValue) - Constructor for class com.vmware.vapi.core.MethodResult
Constructor.
MethodResult(DataValue, ErrorValue, Consumer<AsyncHandle<MethodResult>>) - Constructor for class com.vmware.vapi.core.MethodResult
Constructor.

N

name() - Method in class com.vmware.vapi.bindings.ApiEnumeration
 
NESTED_MSG_STRUCT_NAME - Static variable in class com.vmware.vapi.std.StandardDataFactory
 
NestedLocalizableMessage - Class in com.vmware.vapi.std
The NestedLocalizableMessage class represents a nested within a parameter localizable string or message template.
NestedLocalizableMessage() - Constructor for class com.vmware.vapi.std.NestedLocalizableMessage
Default constructor.
NestedLocalizableMessage(StructValue) - Constructor for class com.vmware.vapi.std.NestedLocalizableMessage
 
nestedLocalizableMessage - Static variable in class com.vmware.vapi.std.StructDefinitions
 
NestedLocalizableMessage.Builder - Class in com.vmware.vapi.std
Builder class for NestedLocalizableMessage.
newActivationId() - Static method in class com.vmware.vapi.activation.Activations
Generates a new activation identifier as a UUID.
newApplicationData(String) - Static method in class com.vmware.vapi.activation.Activations
Creates a new application data with the specified activation identifier.
newApplicationData() - Static method in class com.vmware.vapi.activation.Activations
Creates a new application data with an activation identifier, generated by Activations.newActivationId().
newEmptyConfig() - Static method in class com.vmware.vapi.client.Configuration
Creates a new empty configuration.
newErrorResult(ErrorValue) - Static method in class com.vmware.vapi.core.MethodResult
Static factory method for creating MethodResult instance for error reported by method invocation
newExecutionContext(String) - Static method in class com.vmware.vapi.activation.Activations
Creates a new execution context with the specified activation identifier.
newExecutionContext() - Static method in class com.vmware.vapi.activation.Activations
Creates a new execution context with an activation identifier, generated by Activations.newActivationId().
newHttpConfig(HttpConfiguration) - Static method in class com.vmware.vapi.client.Configuration
Creates a new configuration instance which holds HTTP settings.
newInstance() - Method in class com.vmware.vapi.data.ErrorDefinition
 
newInstance() - Method in class com.vmware.vapi.data.ListDefinition
 
newInstance() - Method in class com.vmware.vapi.data.OptionalDefinition
Create and return a new unset OptionalValue.
newInstance() - Method in class com.vmware.vapi.data.StructDefinition
 
newInstance(ExecutionContext.SecurityContext) - Static method in class com.vmware.vapi.security.OAuthSecurityContext
Creates a OAuthSecurityContext from the given ExecutionContext.SecurityContext if it has an access token.
newInstance(ExecutionContext.SecurityContext) - Static method in class com.vmware.vapi.security.SessionSecurityContext
Creates a SessionSecurityContext from the given ExecutionContext.SecurityContext if possible.
newInvocationConfig(String) - Static method in class com.vmware.vapi.activation.Activations
Creates a new invocation configuration with the specified activation identifier.
newInvocationConfig() - Static method in class com.vmware.vapi.activation.Activations
Creates a new invocation configuration with an activation identifier, generated by Activations.newActivationId().
newJsonResolver(RequestReceiver) - Static method in class com.vmware.vapi.protocol.server.rpc.http.impl.MediaTypeResolverImpl
Creates a resolver which processes only JSON content.
newJsonRpcDeserializer() - Static method in class com.vmware.vapi.protocol.common.Serializers
Creates a JSON-RPC deserializer instances.
newJsonRpcSerializer() - Static method in class com.vmware.vapi.protocol.common.Serializers
Creates a JSON-RPC serializer instance.
newRestClient(String) - Static method in class com.vmware.vapi.client.ApiClients
Creates ApiClient instance which can be used to consume REST API.
newRestClient(String, Configuration) - Static method in class com.vmware.vapi.client.ApiClients
Creates ApiClient instance for the specified configuration, which can be used to consume REST API.
newResult(DataValue) - Static method in class com.vmware.vapi.core.MethodResult
Static factory method for creating MethodResult instance for normal return value (as opposed to error)
newStubConfig(StubConfiguration) - Static method in class com.vmware.vapi.client.Configuration
Creates a new configuration instance which holds stub configuration.
NO_AUTHENTICATION - Static variable in class com.vmware.vapi.std.AuthenticationScheme
Indicates that the request doesn't need any authentication.
NO_AUTHN - Static variable in class com.vmware.vapi.security.StdSecuritySchemes
 
NO_FILTERS - Static variable in class com.vmware.vapi.protocol.server.rpc.http.impl.AbstractServer
 
NO_OP - Static variable in interface com.vmware.vapi.tracing.Tracer
 
NO_SERVICES - Static variable in class com.vmware.vapi.protocol.server.rpc.http.impl.AbstractServer
 
NORMAL_RESULT - Static variable in class com.vmware.vapi.std.interposition.InvocationResult.ResultType
Normal invocation result.
NOT_ALLOWED_IN_CURRENT_STATE - Static variable in interface com.vmware.vapi.bindings.exception.Constants
 
NOT_ALLOWED_IN_CURRENT_STATE - Static variable in class com.vmware.vapi.std.errors.Error.Type
Discriminator for the NotAllowedInCurrentState type.
NOT_FOUND - Static variable in interface com.vmware.vapi.bindings.exception.Constants
 
NOT_FOUND - Static variable in class com.vmware.vapi.std.errors.Error.Type
Discriminator for the NotFound type.
NOT_FOUND - Static variable in class com.vmware.vapi.std.StandardDataFactory
 
NotAllowedInCurrentState - Exception in com.vmware.vapi.std.errors
The NotAllowedInCurrentState exception indicates that the requested method is not allowed with a resource or service in its current state.
NotAllowedInCurrentState(List<LocalizableMessage>, Structure) - Constructor for exception com.vmware.vapi.std.errors.NotAllowedInCurrentState
This constructor is provided for backwards compatibility purposes only.
NotAllowedInCurrentState() - Constructor for exception com.vmware.vapi.std.errors.NotAllowedInCurrentState
Default constructor.
NotAllowedInCurrentState(StructValue) - Constructor for exception com.vmware.vapi.std.errors.NotAllowedInCurrentState
 
NotAllowedInCurrentState(StructValue, Error.Type) - Constructor for exception com.vmware.vapi.std.errors.NotAllowedInCurrentState
 
notAllowedInCurrentState - Static variable in class com.vmware.vapi.std.errors.StructDefinitions
 
NotAllowedInCurrentState.Builder - Class in com.vmware.vapi.std.errors
Builder class for NotAllowedInCurrentState.
NotFound - Exception in com.vmware.vapi.std.errors
The NotFound exception indicates that a specified element could not be found.
NotFound(List<LocalizableMessage>, Structure) - Constructor for exception com.vmware.vapi.std.errors.NotFound
This constructor is provided for backwards compatibility purposes only.
NotFound() - Constructor for exception com.vmware.vapi.std.errors.NotFound
Default constructor.
NotFound(StructValue) - Constructor for exception com.vmware.vapi.std.errors.NotFound
 
NotFound(StructValue, Error.Type) - Constructor for exception com.vmware.vapi.std.errors.NotFound
 
notFound - Static variable in class com.vmware.vapi.std.errors.StructDefinitions
 
NotFound.Builder - Class in com.vmware.vapi.std.errors
Builder class for NotFound.

O

OAUTH - Static variable in class com.vmware.vapi.security.StdSecuritySchemes
 
OAUTH_ACCESS_TOKEN - Static variable in class com.vmware.vapi.std.AuthenticationScheme
Indicates that the security context in a request is using OAuth2 based authentication scheme.
OAuthSecurityContext - Class in com.vmware.vapi.security
This class represents a security context suitable for OAuth2 authentication.
OAuthSecurityContext(char[]) - Constructor for class com.vmware.vapi.security.OAuthSecurityContext
 
onError(RuntimeException) - Method in class com.vmware.vapi.bindings.client.AsyncCallback
Completes the invocation with an error.
onError(RuntimeException) - Method in class com.vmware.vapi.bindings.client.AsyncCallbackFuture
 
onError(RuntimeException) - Method in class com.vmware.vapi.bindings.client.AsyncCallbackSyncAdapter
 
onInvocationError(RuntimeException, RetryPolicy.RetryContext, int) - Method in interface com.vmware.vapi.bindings.client.RetryPolicy
An invocation error has occurred.
onProgress(Progress) - Method in class com.vmware.vapi.bindings.client.AsyncCallback
Reports progress for the operation invocation.
onProgress(Progress) - Method in class com.vmware.vapi.bindings.client.AsyncCallbackFuture
 
onProgress(Progress) - Method in class com.vmware.vapi.bindings.client.AsyncCallbackSyncAdapter
 
onResult(T) - Method in class com.vmware.vapi.bindings.client.AsyncCallback
Completes the invocation with a result object.
onResult(T) - Method in class com.vmware.vapi.bindings.client.AsyncCallbackFuture
 
onResult(T) - Method in class com.vmware.vapi.bindings.client.AsyncCallbackSyncAdapter
 
OPAQUE - Static variable in class com.vmware.vapi.std.introspection.OperationTypes.DataDefinition.DataType
Indicates the value is an opaque type.
OpaqueDefinition - Class in com.vmware.vapi.data
 
OpaqueType - Class in com.vmware.vapi.bindings.type
 
OpaqueType() - Constructor for class com.vmware.vapi.bindings.type.OpaqueType
 
OpenTelemetryTracerBuilder - Class in com.vmware.vapi.tracing
This factory creates Tracer tracer instances.
OpenTelemetryTracerBuilder(OpenTelemetry) - Constructor for class com.vmware.vapi.tracing.OpenTelemetryTracerBuilder
 
Operation - Interface in com.vmware.vapi.std.introspection
The Operation service provides operations to retrieve information about the operations present in a vAPI service.
OPERATION_ID - Static variable in class com.vmware.vapi.diagnostics.LogDiagnosticUtil
 
OPERATION_INPUT_STRUCT_NAME - Static variable in class com.vmware.vapi.std.BuiltInDataFactory
Name for operation input "artificial" StructValue instances.
OPERATION_INTROSPECTION_SERVICE_ID - Static variable in interface com.vmware.vapi.provider.introspection.IntrospectionConstants
 
OPERATION_NOT_FOUND - Static variable in interface com.vmware.vapi.bindings.exception.Constants
 
OPERATION_NOT_FOUND - Static variable in class com.vmware.vapi.std.errors.Error.Type
Discriminator for the OperationNotFound type.
OPERATION_NOT_FOUND - Static variable in class com.vmware.vapi.std.StandardDataFactory
 
OperationApiInterface - Class in com.vmware.vapi.std.introspection
Implementation of ApiInterfaceSkeleton which adapts API service implementation (class that implements the generated OperationProvider interface).
OperationApiInterface() - Constructor for class com.vmware.vapi.std.introspection.OperationApiInterface
Constructor.
OperationApiInterface(Class<? extends OperationProvider>) - Constructor for class com.vmware.vapi.std.introspection.OperationApiInterface
Constructor.
OperationApiInterface(OperationProvider) - Constructor for class com.vmware.vapi.std.introspection.OperationApiInterface
Constructor.
OperationApiInterface(OperationProvider, TypeConverter) - Constructor for class com.vmware.vapi.std.introspection.OperationApiInterface
Constructor.
OperationDefinitions - Class in com.vmware.vapi.std.introspection
Defines the type descriptors for the Operation API service.
OperationDefinitions() - Constructor for class com.vmware.vapi.std.introspection.OperationDefinitions
 
OperationNotFound - Exception in com.vmware.vapi.std.errors
The OperationNotFound exception indicates that the method specified in the request could not be found.
OperationNotFound(List<LocalizableMessage>, Structure) - Constructor for exception com.vmware.vapi.std.errors.OperationNotFound
This constructor is provided for backwards compatibility purposes only.
OperationNotFound() - Constructor for exception com.vmware.vapi.std.errors.OperationNotFound
Default constructor.
OperationNotFound(StructValue) - Constructor for exception com.vmware.vapi.std.errors.OperationNotFound
 
OperationNotFound(StructValue, Error.Type) - Constructor for exception com.vmware.vapi.std.errors.OperationNotFound
 
operationNotFound - Static variable in class com.vmware.vapi.std.errors.StructDefinitions
 
OperationNotFound.Builder - Class in com.vmware.vapi.std.errors
Builder class for OperationNotFound.
OperationProvider - Interface in com.vmware.vapi.std.introspection
The OperationProvider service provides operations to retrieve information about the operations present in a vAPI service.
operationService() - Method in class com.vmware.vapi.std.introspection.IntrospectionFactory
Returns an instance of class Operation
OperationStub - Class in com.vmware.vapi.std.introspection
Remote stub implementation of the Operation API service.
OperationStub(ApiProvider, TypeConverter, StubConfigurationBase) - Constructor for class com.vmware.vapi.std.introspection.OperationStub
 
OperationStub(ApiProvider, StubConfigurationBase) - Constructor for class com.vmware.vapi.std.introspection.OperationStub
 
OperationSyncApiInterface - Class in com.vmware.vapi.std.introspection
Implementation of ApiInterfaceSkeleton which adapts API service implementation (class that implements the generated OperationSyncProvider interface).
OperationSyncApiInterface() - Constructor for class com.vmware.vapi.std.introspection.OperationSyncApiInterface
Constructor.
OperationSyncApiInterface(Class<? extends OperationSyncProvider>) - Constructor for class com.vmware.vapi.std.introspection.OperationSyncApiInterface
Constructor.
OperationSyncApiInterface(OperationSyncProvider) - Constructor for class com.vmware.vapi.std.introspection.OperationSyncApiInterface
Constructor.
OperationSyncApiInterface(OperationSyncProvider, TypeConverter) - Constructor for class com.vmware.vapi.std.introspection.OperationSyncApiInterface
Constructor.
OperationSyncProvider - Interface in com.vmware.vapi.std.introspection
The OperationSyncProvider service provides operations to retrieve information about the operations present in a vAPI service.
OperationTypes - Interface in com.vmware.vapi.std.introspection
The Operation service provides operations to retrieve information about the operations present in a vAPI service.
OperationTypes.DataDefinition - Class in com.vmware.vapi.std.introspection
The OperationTypes.DataDefinition structure describes a vAPI data type.
OperationTypes.DataDefinition.Builder - Class in com.vmware.vapi.std.introspection
OperationTypes.DataDefinition.DataType - Class in com.vmware.vapi.std.introspection
The OperationTypes.DataDefinition.DataType enumeration provides values representing the data types supported by the vAPI infrastructure.
OperationTypes.DataDefinition.DataType.Values - Enum in com.vmware.vapi.std.introspection
Native Java enum representing this enumeration class.
OperationTypes.Info - Class in com.vmware.vapi.std.introspection
Information about a vAPI operation.
OperationTypes.Info.Builder - Class in com.vmware.vapi.std.introspection
Builder class for OperationTypes.Info.
OPTIONAL - Static variable in class com.vmware.vapi.std.introspection.OperationTypes.DataDefinition.DataType
Indicates the value is an optional data type.
optionalBooleanList(List<Boolean>) - Static method in class com.vmware.vapi.data.ListValue
 
OptionalDefinition - Class in com.vmware.vapi.data
An OptionalDefinition instance defines an optional type with a specific element type.
OptionalDefinition(DataDefinition) - Constructor for class com.vmware.vapi.data.OptionalDefinition
Constructor to create a optional-definition with the specified element type.
optionalDoubleList(List<Double>) - Static method in class com.vmware.vapi.data.ListValue
 
optionalIntegerList(List<Long>) - Static method in class com.vmware.vapi.data.ListValue
 
optionalStringList(List<String>) - Static method in class com.vmware.vapi.data.ListValue
 
OptionalType - Class in com.vmware.vapi.bindings.type
 
OptionalType(Type) - Constructor for class com.vmware.vapi.bindings.type.OptionalType
 
OptionalValue - Class in com.vmware.vapi.data
 
OptionalValue() - Constructor for class com.vmware.vapi.data.OptionalValue
 
OptionalValue(DataValue) - Constructor for class com.vmware.vapi.data.OptionalValue
 
OptionalValue(boolean) - Constructor for class com.vmware.vapi.data.OptionalValue
 
OptionalValue(long) - Constructor for class com.vmware.vapi.data.OptionalValue
 
OptionalValue(double) - Constructor for class com.vmware.vapi.data.OptionalValue
 
OptionalValue(String) - Constructor for class com.vmware.vapi.data.OptionalValue
 
OptionalValue(char[]) - Constructor for class com.vmware.vapi.data.OptionalValue
 
OptionalValue(Boolean) - Constructor for class com.vmware.vapi.data.OptionalValue
 
OptionalValue(Long) - Constructor for class com.vmware.vapi.data.OptionalValue
 
OptionalValue(Double) - Constructor for class com.vmware.vapi.data.OptionalValue
 

P

PackageOf - Annotation Type in com.vmware.vapi.bindings.annotation
Annotation used to specify the API component name.
PARAM_STRUCT_NAME - Static variable in class com.vmware.vapi.std.StandardDataFactory
 
PARAMS_FIELD_NAME - Static variable in class com.vmware.vapi.std.StandardDataFactory
 
PASSWORD_KEY - Static variable in class com.vmware.vapi.security.UserPassSecurityContext
 
populateCanonicalNameToStructTypeMap(Map<String, StructType>) - Static method in class com.vmware.vapi.util.StructTypeUtil
Populates mappings for structures defined in a model (set of VMODL definitions).
prepareDefaultServlet(StaticContentService) - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.AbstractServer
Prepares default servlet for serving static content.
prepareDefaultServlet(StaticContentService) - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.TcServer
 
prepareStaticContentServices() - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.AbstractServer
 
PrincipalId - Interface in com.vmware.vapi.security
This interface represents a principal
process(byte[], Map<String, Object>, RequestProcessor.Request) - Method in class com.vmware.vapi.dsig.json.SecurityContextProcessor
 
process(byte[], Map<String, Object>, RequestProcessor.Request) - Method in interface com.vmware.vapi.protocol.RequestProcessor
Processes and possibly modifies the provided request byte array
Progress - Class in com.vmware.vapi.std
Progress notification which is emitted by a running operation.
Progress(long, long, long) - Constructor for class com.vmware.vapi.std.Progress
Creates a progress notification.
PROP_NAME_ACTIVATION_ID - Static variable in class com.vmware.vapi.activation.Activations
The name of the activation identifier property in an execution context.
properties() - Method in class com.vmware.vapi.client.Configuration
Returns the names of all configuration properties registered with this instance.
PropertyConfigurator - Class in com.vmware.vapi.config
Creates vAPI runtime objects from a Java property file configuration.
PropertyConfigurator(Properties) - Constructor for class com.vmware.vapi.config.PropertyConfigurator
 
PropertyConfigurator(Properties, ProtocolHandlerFactory) - Constructor for class com.vmware.vapi.config.PropertyConfigurator
 
ProtocolConnection - Interface in com.vmware.vapi.protocol
This is the 'client' side of a remote protocol.
ProtocolConnectionFactory - Interface in com.vmware.vapi.protocol
 
ProtocolHandler - Interface in com.vmware.vapi.protocol
ProtocolHanders are the classes that provide the endpoint for a given protocol.
ProtocolHandlerFactory - Interface in com.vmware.vapi.protocol
 
ProtocolHandlerFactory.KeyStoreConfig - Class in com.vmware.vapi.protocol
This class contains the keystore configuration.
ProtocolHandlerFactory.TrustStoreConfig - Class in com.vmware.vapi.protocol
This class contains the truststore configuration.
Provider - Interface in com.vmware.vapi.std.introspection
The Provider service provides operations to retrieve information about a vAPI Provider.
PROVIDER_INTROSPECTION_SERVICE_ID - Static variable in interface com.vmware.vapi.provider.introspection.IntrospectionConstants
 
ProviderApiInterface - Class in com.vmware.vapi.std.introspection
Implementation of ApiInterfaceSkeleton which adapts API service implementation (class that implements the generated ProviderProvider interface).
ProviderApiInterface() - Constructor for class com.vmware.vapi.std.introspection.ProviderApiInterface
Constructor.
ProviderApiInterface(Class<? extends ProviderProvider>) - Constructor for class com.vmware.vapi.std.introspection.ProviderApiInterface
Constructor.
ProviderApiInterface(ProviderProvider) - Constructor for class com.vmware.vapi.std.introspection.ProviderApiInterface
Constructor.
ProviderApiInterface(ProviderProvider, TypeConverter) - Constructor for class com.vmware.vapi.std.introspection.ProviderApiInterface
Constructor.
ProviderDefinition - Class in com.vmware.vapi.core
The ProviderDefinition contains detailed information about vAPI provider.
ProviderDefinition(String, String) - Constructor for class com.vmware.vapi.core.ProviderDefinition
Constructor.
ProviderDefinitions - Class in com.vmware.vapi.std.introspection
Defines the type descriptors for the Provider API service.
ProviderDefinitions() - Constructor for class com.vmware.vapi.std.introspection.ProviderDefinitions
 
ProviderFor - Annotation Type in com.vmware.vapi.bindings.annotation
Annotation used to specify the API interface implementation.
ProviderProvider - Interface in com.vmware.vapi.std.introspection
The ProviderProvider service provides operations to retrieve information about a vAPI Provider.
providerService() - Method in class com.vmware.vapi.std.introspection.IntrospectionFactory
Returns an instance of class Provider
ProviderStub - Class in com.vmware.vapi.std.introspection
Remote stub implementation of the Provider API service.
ProviderStub(ApiProvider, TypeConverter, StubConfigurationBase) - Constructor for class com.vmware.vapi.std.introspection.ProviderStub
 
ProviderStub(ApiProvider, StubConfigurationBase) - Constructor for class com.vmware.vapi.std.introspection.ProviderStub
 
ProviderSyncApiInterface - Class in com.vmware.vapi.std.introspection
Implementation of ApiInterfaceSkeleton which adapts API service implementation (class that implements the generated ProviderSyncProvider interface).
ProviderSyncApiInterface() - Constructor for class com.vmware.vapi.std.introspection.ProviderSyncApiInterface
Constructor.
ProviderSyncApiInterface(Class<? extends ProviderSyncProvider>) - Constructor for class com.vmware.vapi.std.introspection.ProviderSyncApiInterface
Constructor.
ProviderSyncApiInterface(ProviderSyncProvider) - Constructor for class com.vmware.vapi.std.introspection.ProviderSyncApiInterface
Constructor.
ProviderSyncApiInterface(ProviderSyncProvider, TypeConverter) - Constructor for class com.vmware.vapi.std.introspection.ProviderSyncApiInterface
Constructor.
ProviderSyncProvider - Interface in com.vmware.vapi.std.introspection
The ProviderSyncProvider service provides operations to retrieve information about a vAPI Provider.
ProviderTypes - Interface in com.vmware.vapi.std.introspection
The Provider service provides operations to retrieve information about a vAPI Provider.
ProviderTypes.Info - Class in com.vmware.vapi.std.introspection
Information about a vAPI provider
ProviderTypes.Info.Builder - Class in com.vmware.vapi.std.introspection
Builder class for ProviderTypes.Info.

R

RAW_REQUEST_LOGGING_SYS_PROP - Static variable in class com.vmware.vapi.protocol.Constants
The name of system property for enabling raw request and raw response logging in java vapi runtime.
register(String, Object) - Method in class com.vmware.vapi.client.Configuration.Builder
Registers a setting for the configuration to be built.
register(String, MethodIdentifier) - Method in class com.vmware.vapi.std.activation.impl.ActivationManagerImpl
 
registerErrorTypes(List<ErrorType>) - Method in class com.vmware.vapi.bindings.StubConfiguration
Registers a list of ErrorTypes to be used by the configured stub for resolving VMODL2 errors received as result of a method invocation.
registerMethod(ApiMethod) - Method in class com.vmware.vapi.provider.ApiMethodBasedApiInterface
Registers an ApiMethod with this ApiInterface.
Request(String, String, ExecutionContext, DataValue) - Constructor for class com.vmware.vapi.protocol.RequestProcessor.Request
 
RequestPreProcessor - Interface in com.vmware.vapi.protocol.client.http
Request pre-processor.
RequestProcessor - Interface in com.vmware.vapi.protocol
Implementations of this interface might be attached to client ApiProvider implementations as request post-processors or to the server ApiProvider implementations as request pre-processors.
RequestProcessor.Request - Class in com.vmware.vapi.protocol
This class represents a vAPI request.
requestReceived(InputStream, RequestReceiver.TransportContext) - Method in class com.vmware.vapi.protocol.server.msg.json.JsonServerConnection
 
requestReceived(InputStream, RequestReceiver.TransportContext) - Method in interface com.vmware.vapi.protocol.server.rpc.RequestReceiver
Notifies the request receiver that a new request is received.
RequestReceiver - Interface in com.vmware.vapi.protocol.server.rpc
Receiver of requests.
RequestReceiver.RequestContext - Interface in com.vmware.vapi.protocol.server.rpc
Auxiliary (optional) information about the request which triggered the API invocation.
RequestReceiver.TransportContext - Interface in com.vmware.vapi.protocol.server.rpc
Transport handle which can be used to send responses or retrieve transport specific information.
RESERVED_HEADERS - Static variable in class com.vmware.vapi.protocol.common.http.HttpConstants
The HTTP header names being used by vAPI's runtime.
resolve() - Method in class com.vmware.vapi.bindings.type.TypeReference
Resolves the reference.
resolveTargetClass(StructValue) - Method in interface com.vmware.vapi.bindings.DynamicStructClassResolver
Resolves the target Class.
RESOURCE_BUSY - Static variable in interface com.vmware.vapi.bindings.exception.Constants
 
RESOURCE_BUSY - Static variable in class com.vmware.vapi.std.errors.Error.Type
Discriminator for the ResourceBusy type.
RESOURCE_IN_USE - Static variable in interface com.vmware.vapi.bindings.exception.Constants
 
RESOURCE_IN_USE - Static variable in class com.vmware.vapi.std.errors.Error.Type
Discriminator for the ResourceInUse type.
RESOURCE_INACCESSIBLE - Static variable in interface com.vmware.vapi.bindings.exception.Constants
 
RESOURCE_INACCESSIBLE - Static variable in class com.vmware.vapi.std.errors.Error.Type
Discriminator for the ResourceInaccessible type.
ResourceBundleProvider - Interface in com.vmware.vapi.l10n
Strategy interface for resolving ResourceBundles for messages.
ResourceBusy - Exception in com.vmware.vapi.std.errors
The ResourceBusy exception indicates that the method could not be completed because a resource it needs is busy.
ResourceBusy(List<LocalizableMessage>, Structure) - Constructor for exception com.vmware.vapi.std.errors.ResourceBusy
This constructor is provided for backwards compatibility purposes only.
ResourceBusy() - Constructor for exception com.vmware.vapi.std.errors.ResourceBusy
Default constructor.
ResourceBusy(StructValue) - Constructor for exception com.vmware.vapi.std.errors.ResourceBusy
 
ResourceBusy(StructValue, Error.Type) - Constructor for exception com.vmware.vapi.std.errors.ResourceBusy
 
resourceBusy - Static variable in class com.vmware.vapi.std.errors.StructDefinitions
 
ResourceBusy.Builder - Class in com.vmware.vapi.std.errors
Builder class for ResourceBusy.
ResourceInaccessible - Exception in com.vmware.vapi.std.errors
The ResourceInaccessible exception indicates that the method could not be completed because an entity is not accessible.
ResourceInaccessible(List<LocalizableMessage>, Structure) - Constructor for exception com.vmware.vapi.std.errors.ResourceInaccessible
This constructor is provided for backwards compatibility purposes only.
ResourceInaccessible() - Constructor for exception com.vmware.vapi.std.errors.ResourceInaccessible
Default constructor.
ResourceInaccessible(StructValue) - Constructor for exception com.vmware.vapi.std.errors.ResourceInaccessible
 
ResourceInaccessible(StructValue, Error.Type) - Constructor for exception com.vmware.vapi.std.errors.ResourceInaccessible
 
resourceInaccessible - Static variable in class com.vmware.vapi.std.errors.StructDefinitions
 
ResourceInaccessible.Builder - Class in com.vmware.vapi.std.errors
Builder class for ResourceInaccessible.
ResourceInUse - Exception in com.vmware.vapi.std.errors
The ResourceInUse exception indicates that the method could not be completed because a resource is in use.
ResourceInUse(List<LocalizableMessage>, Structure) - Constructor for exception com.vmware.vapi.std.errors.ResourceInUse
This constructor is provided for backwards compatibility purposes only.
ResourceInUse() - Constructor for exception com.vmware.vapi.std.errors.ResourceInUse
Default constructor.
ResourceInUse(StructValue) - Constructor for exception com.vmware.vapi.std.errors.ResourceInUse
 
ResourceInUse(StructValue, Error.Type) - Constructor for exception com.vmware.vapi.std.errors.ResourceInUse
 
resourceInUse - Static variable in class com.vmware.vapi.std.errors.StructDefinitions
 
ResourceInUse.Builder - Class in com.vmware.vapi.std.errors
Builder class for ResourceInUse.
ResponseExtractor - Class in com.vmware.vapi.protocol.client.http
Capturer for the raw REST response.
ResponseExtractor() - Constructor for class com.vmware.vapi.protocol.client.http.ResponseExtractor
 
ResponsePostProcessor - Interface in com.vmware.vapi.protocol.client.http
Response post-processor.
retrieveApplicationData() - Method in class com.vmware.vapi.core.ExecutionContext
 
retrieveRuntimeData() - Method in class com.vmware.vapi.core.ExecutionContext
 
retrieveSecurityContext() - Method in class com.vmware.vapi.core.ExecutionContext
 
RetryContext(String, String, ExecutionContext, StructValue) - Constructor for class com.vmware.vapi.bindings.client.RetryPolicy.RetryContext
Creates a context.
RetryPolicy - Interface in com.vmware.vapi.bindings.client
Client-side policy which decides what to do when an error happens during an API invocation.
RetryPolicy.RetryContext - Class in com.vmware.vapi.bindings.client
Context about an invocation.
RetryPolicy.RetrySpec - Class in com.vmware.vapi.bindings.client
Retry specification.
RetrySpec(InvocationConfig) - Constructor for class com.vmware.vapi.bindings.client.RetryPolicy.RetrySpec
Creates a specification, which may have an InvocationConfig.
run() - Method in class com.vmware.vapi.server.Server
Runs the server.
run() - Method in interface com.vmware.vapi.server.ServerInterface
Runs the server.
runAfterBoth(CompletionStage<?>, Runnable) - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
runAfterBothAsync(CompletionStage<?>, Runnable) - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
runAfterBothAsync(CompletionStage<?>, Runnable, Executor) - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
runAfterEither(CompletionStage<?>, Runnable) - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
runAfterEitherAsync(CompletionStage<?>, Runnable) - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
runAfterEitherAsync(CompletionStage<?>, Runnable, Executor) - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 

S

SAML_BEARER_TOKEN - Static variable in class com.vmware.vapi.security.StdSecuritySchemes
 
SAML_BEARER_TOKEN - Static variable in class com.vmware.vapi.std.AuthenticationScheme
Indicates that the security context in a request is using a SAML bearer token based authentication scheme.
SAML_HOK_TOKEN - Static variable in class com.vmware.vapi.std.AuthenticationScheme
Indicates that the security context in a request is using a SAML holder-of-key token based authentication scheme.
SAML_TOKEN - Static variable in class com.vmware.vapi.security.StdSecuritySchemes
 
SCHEME_ID_KEY - Static variable in class com.vmware.vapi.dsig.json.SecurityContextProcessor
 
SECRET - Static variable in class com.vmware.vapi.std.introspection.OperationTypes.DataDefinition.DataType
Indicates the value is a secret data type.
SecretDefinition - Class in com.vmware.vapi.data
 
secretList(List<char[]>) - Static method in class com.vmware.vapi.data.ListValue
 
SecretType - Class in com.vmware.vapi.bindings.type
 
SecretType() - Constructor for class com.vmware.vapi.bindings.type.SecretType
 
SecretValue - Class in com.vmware.vapi.data
Value of type secret, which is intended to represent sensitive information, like passwords.
SecretValue(char[]) - Constructor for class com.vmware.vapi.data.SecretValue
Create a value with the specified char array content.
SECURITY_CONTEXT_KEY - Static variable in interface com.vmware.vapi.protocol.RequestProcessor
 
SECURITY_PROC_METADATA_KEY - Static variable in interface com.vmware.vapi.protocol.RequestProcessor
This key is used to transfer the authentication results to the authentication handlers using the metadata parameter.
SecurityContextAcquisitionError - Exception in com.vmware.vapi.client.util
Exception raised when acquiring authentication token from the configured in the AuthenticationFilter Supplier fails.
SecurityContextAcquisitionError(String) - Constructor for exception com.vmware.vapi.client.util.SecurityContextAcquisitionError
 
SecurityContextAcquisitionError(String, Throwable) - Constructor for exception com.vmware.vapi.client.util.SecurityContextAcquisitionError
 
SecurityContextProcessor - Class in com.vmware.vapi.dsig.json
This is an abstract processor that inserts the appropriate security context data into the request.
SecurityContextProcessor() - Constructor for class com.vmware.vapi.dsig.json.SecurityContextProcessor
 
SecurityPrincipal - Class in com.vmware.vapi.std.interposition
VMODL equivalent of com.vmware.vapi.security.PrincipalId.
SecurityPrincipal(String, String) - Constructor for class com.vmware.vapi.std.interposition.SecurityPrincipal
This constructor is provided for backwards compatibility purposes only.
SecurityPrincipal() - Constructor for class com.vmware.vapi.std.interposition.SecurityPrincipal
Default constructor.
SecurityPrincipal(StructValue) - Constructor for class com.vmware.vapi.std.interposition.SecurityPrincipal
 
securityPrincipal - Static variable in class com.vmware.vapi.std.interposition.StructDefinitions
 
SecurityPrincipal.Builder - Class in com.vmware.vapi.std.interposition
Builder class for SecurityPrincipal.
send(InputStream, int, boolean) - Method in interface com.vmware.vapi.protocol.server.rpc.RequestReceiver.TransportContext
Sends a response frame for the request which is associated with this transport handle.
serializeDataValue(DataValue) - Method in interface com.vmware.vapi.protocol.common.json.JsonRpcSerializer
Serializes the provided DataValue as JSON.
Serializers - Class in com.vmware.vapi.protocol.common
Static factories for (de)serializers.
Serializers() - Constructor for class com.vmware.vapi.protocol.common.Serializers
 
SERVER - Static variable in class com.vmware.vapi.protocol.server.rpc.http.impl.TcServer
 
Server - Interface in com.vmware.vapi.protocol.server.rpc.http
Enqueues requests and transmits queued responses
Server - Class in com.vmware.vapi.server
Starts an ApiProvider server.
Server(Properties) - Constructor for class com.vmware.vapi.server.Server
Creates an ApiProvider instance configured according to the provided properties object.
Server(Configurator) - Constructor for class com.vmware.vapi.server.Server
Creates an ApiProvider instance configured by the provided Configurator.
ServerConfigurator - Interface in com.vmware.vapi.protocol.server.rpc.http
Allow applications to add custom configuration to a @{link Server} implementation before starting the server (e.g.
ServerInterface - Interface in com.vmware.vapi.server
Interface for an ApiProvider server.
Service - Interface in com.vmware.vapi.bindings
Marker interface for vAPI generated bindings services
Service - Interface in com.vmware.vapi.protocol.server.rpc.http
Represents a service entry point.
Service - Interface in com.vmware.vapi.std.introspection
The Service service provides operations to retrieve information about the services exposed by a vAPI provider.
Service.TransportGuarantee - Enum in com.vmware.vapi.protocol.server.rpc.http
Restrictions on the type of connection this service.
SERVICE_INTROSPECTION_SERVICE_ID - Static variable in interface com.vmware.vapi.provider.introspection.IntrospectionConstants
 
SERVICE_UNAVAILABLE - Static variable in interface com.vmware.vapi.bindings.exception.Constants
 
SERVICE_UNAVAILABLE - Static variable in class com.vmware.vapi.std.errors.Error.Type
Discriminator for the ServiceUnavailable type.
ServiceApiInterface - Class in com.vmware.vapi.std.introspection
Implementation of ApiInterfaceSkeleton which adapts API service implementation (class that implements the generated ServiceProvider interface).
ServiceApiInterface() - Constructor for class com.vmware.vapi.std.introspection.ServiceApiInterface
Constructor.
ServiceApiInterface(Class<? extends ServiceProvider>) - Constructor for class com.vmware.vapi.std.introspection.ServiceApiInterface
Constructor.
ServiceApiInterface(ServiceProvider) - Constructor for class com.vmware.vapi.std.introspection.ServiceApiInterface
Constructor.
ServiceApiInterface(ServiceProvider, TypeConverter) - Constructor for class com.vmware.vapi.std.introspection.ServiceApiInterface
Constructor.
ServiceDefinitions - Class in com.vmware.vapi.std.introspection
Defines the type descriptors for the Service API service.
ServiceDefinitions() - Constructor for class com.vmware.vapi.std.introspection.ServiceDefinitions
 
ServiceImpl - Class in com.vmware.vapi.protocol.server.rpc.http.impl
 
ServiceImpl() - Constructor for class com.vmware.vapi.protocol.server.rpc.http.impl.ServiceImpl
 
ServiceProvider - Interface in com.vmware.vapi.std.introspection
The ServiceProvider service provides operations to retrieve information about the services exposed by a vAPI provider.
serviceService() - Method in class com.vmware.vapi.std.introspection.IntrospectionFactory
Returns an instance of class Service
ServiceStub - Class in com.vmware.vapi.std.introspection
Remote stub implementation of the Service API service.
ServiceStub(ApiProvider, TypeConverter, StubConfigurationBase) - Constructor for class com.vmware.vapi.std.introspection.ServiceStub
 
ServiceStub(ApiProvider, StubConfigurationBase) - Constructor for class com.vmware.vapi.std.introspection.ServiceStub
 
ServiceSyncApiInterface - Class in com.vmware.vapi.std.introspection
Implementation of ApiInterfaceSkeleton which adapts API service implementation (class that implements the generated ServiceSyncProvider interface).
ServiceSyncApiInterface() - Constructor for class com.vmware.vapi.std.introspection.ServiceSyncApiInterface
Constructor.
ServiceSyncApiInterface(Class<? extends ServiceSyncProvider>) - Constructor for class com.vmware.vapi.std.introspection.ServiceSyncApiInterface
Constructor.
ServiceSyncApiInterface(ServiceSyncProvider) - Constructor for class com.vmware.vapi.std.introspection.ServiceSyncApiInterface
Constructor.
ServiceSyncApiInterface(ServiceSyncProvider, TypeConverter) - Constructor for class com.vmware.vapi.std.introspection.ServiceSyncApiInterface
Constructor.
ServiceSyncProvider - Interface in com.vmware.vapi.std.introspection
The ServiceSyncProvider service provides operations to retrieve information about the services exposed by a vAPI provider.
ServiceTypes - Interface in com.vmware.vapi.std.introspection
The Service service provides operations to retrieve information about the services exposed by a vAPI provider.
ServiceTypes.Info - Class in com.vmware.vapi.std.introspection
Information about a vAPI service
ServiceTypes.Info.Builder - Class in com.vmware.vapi.std.introspection
Builder class for ServiceTypes.Info.
ServiceUnavailable - Exception in com.vmware.vapi.std.errors
The ServiceUnavailable exception indicates that the interface is unavailable.
ServiceUnavailable(List<LocalizableMessage>, Structure) - Constructor for exception com.vmware.vapi.std.errors.ServiceUnavailable
This constructor is provided for backwards compatibility purposes only.
ServiceUnavailable() - Constructor for exception com.vmware.vapi.std.errors.ServiceUnavailable
Default constructor.
ServiceUnavailable(StructValue) - Constructor for exception com.vmware.vapi.std.errors.ServiceUnavailable
 
ServiceUnavailable(StructValue, Error.Type) - Constructor for exception com.vmware.vapi.std.errors.ServiceUnavailable
 
serviceUnavailable - Static variable in class com.vmware.vapi.std.errors.StructDefinitions
 
ServiceUnavailable.Builder - Class in com.vmware.vapi.std.errors
Builder class for ServiceUnavailable.
SESSION - Static variable in class com.vmware.vapi.security.StdSecuritySchemes
 
SESSION_ID - Static variable in class com.vmware.vapi.std.AuthenticationScheme
Indicates that the security context in a request is using a session identifier based authentication scheme.
SESSION_ID_KEY - Static variable in class com.vmware.vapi.security.SessionSecurityContext
 
SessionSecurityContext - Class in com.vmware.vapi.security
This class represents the security context needed for authentication a session ID.
SessionSecurityContext(char[]) - Constructor for class com.vmware.vapi.security.SessionSecurityContext
 
setAcceptQueueSize(int) - Method in interface com.vmware.vapi.protocol.server.rpc.http.Endpoint
Set number of connection requests that can be queued up before the operating system starts to send rejections.
setAcceptQueueSize(int) - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.HttpEndpoint
 
setActivationId(ExecutionContext.ApplicationData, String) - Static method in class com.vmware.vapi.activation.Activations
Creates a copy of the specified application data with the specified activation identifier.
setActivationId(ExecutionContext, String) - Static method in class com.vmware.vapi.activation.Activations
Creates a copy of the specified execution context with the specified activation identifier.
setActivationId(InvocationConfig, String) - Static method in class com.vmware.vapi.activation.Activations
Creates a copy of the specified invocation configuration with the specified activation identifier.
setApplicationData(ExecutionContext.ApplicationData) - Method in class com.vmware.vapi.core.ExecutionContext.Builder
 
setArgs(List<String>) - Method in class com.vmware.vapi.std.LocalizableMessage
Positional arguments to be substituted into the message template.
setAsyncTimeout(long) - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.TcServer
Set asynchronous timeout in millis
setChallenge(String) - Method in class com.vmware.vapi.std.errors.Unauthenticated.Builder
Indicates the authentication challenges applicable to the target API provider.
setChallenge(String) - Method in exception com.vmware.vapi.std.errors.Unauthenticated
Indicates the authentication challenges applicable to the target API provider.
setChecksum(String) - Method in class com.vmware.vapi.std.introspection.ProviderTypes.Info
Checksum of the information present in the provider.
setConnectTimeout(int) - Method in class com.vmware.vapi.protocol.HttpConfiguration.Builder
Sets the amount of time the client is going to wait for establishing a connection with the target API endpoint.
setContentBase(Resource) - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.StaticContentServiceImpl
 
setContentBase(Resource) - Method in interface com.vmware.vapi.protocol.server.rpc.http.StaticContentService
Set the static content base.
setCrlCertStore(CertStore) - Method in class com.vmware.vapi.protocol.HttpConfiguration.SslConfiguration.Builder
Sets the certificate revocation list CertStore that would be used for validating server certificates.
setD(Double) - Method in class com.vmware.vapi.std.LocalizationParam.Builder
The double value associated with the parameter.
setD(Double) - Method in class com.vmware.vapi.std.LocalizationParam
The double value associated with the parameter.
setData(Structure) - Method in class com.vmware.vapi.std.errors.AlreadyExists.Builder
Data to facilitate clients responding to the method reporting a standard exception to indicating that it was unable to complete successfully.
setData(Structure) - Method in class com.vmware.vapi.std.errors.AlreadyInDesiredState.Builder
Data to facilitate clients responding to the method reporting a standard exception to indicating that it was unable to complete successfully.
setData(Structure) - Method in class com.vmware.vapi.std.errors.Canceled.Builder
Data to facilitate clients responding to the method reporting a standard exception to indicating that it was unable to complete successfully.
setData(Structure) - Method in class com.vmware.vapi.std.errors.ConcurrentChange.Builder
Data to facilitate clients responding to the method reporting a standard exception to indicating that it was unable to complete successfully.
setData(Structure) - Method in class com.vmware.vapi.std.errors.Error.Builder
Data to facilitate clients responding to the method reporting a standard exception to indicating that it was unable to complete successfully.
setData(Structure) - Method in exception com.vmware.vapi.std.errors.Error
Data to facilitate clients responding to the method reporting a standard exception to indicating that it was unable to complete successfully.
setData(Structure) - Method in class com.vmware.vapi.std.errors.FeatureInUse.Builder
Data to facilitate clients responding to the method reporting a standard exception to indicating that it was unable to complete successfully.
setData(Structure) - Method in class com.vmware.vapi.std.errors.InternalServerError.Builder
Data to facilitate clients responding to the method reporting a standard exception to indicating that it was unable to complete successfully.
setData(Structure) - Method in class com.vmware.vapi.std.errors.InvalidArgument.Builder
Data to facilitate clients responding to the method reporting a standard exception to indicating that it was unable to complete successfully.
setData(Structure) - Method in class com.vmware.vapi.std.errors.InvalidElementConfiguration.Builder
Data to facilitate clients responding to the method reporting a standard exception to indicating that it was unable to complete successfully.
setData(Structure) - Method in class com.vmware.vapi.std.errors.InvalidElementType.Builder
Data to facilitate clients responding to the method reporting a standard exception to indicating that it was unable to complete successfully.
setData(Structure) - Method in class com.vmware.vapi.std.errors.InvalidRequest.Builder
Data to facilitate clients responding to the method reporting a standard exception to indicating that it was unable to complete successfully.
setData(Structure) - Method in class com.vmware.vapi.std.errors.NotAllowedInCurrentState.Builder
Data to facilitate clients responding to the method reporting a standard exception to indicating that it was unable to complete successfully.
setData(Structure) - Method in class com.vmware.vapi.std.errors.NotFound.Builder
Data to facilitate clients responding to the method reporting a standard exception to indicating that it was unable to complete successfully.
setData(Structure) - Method in class com.vmware.vapi.std.errors.OperationNotFound.Builder
Data to facilitate clients responding to the method reporting a standard exception to indicating that it was unable to complete successfully.
setData(Structure) - Method in class com.vmware.vapi.std.errors.ResourceBusy.Builder
Data to facilitate clients responding to the method reporting a standard exception to indicating that it was unable to complete successfully.
setData(Structure) - Method in class com.vmware.vapi.std.errors.ResourceInaccessible.Builder
Data to facilitate clients responding to the method reporting a standard exception to indicating that it was unable to complete successfully.
setData(Structure) - Method in class com.vmware.vapi.std.errors.ResourceInUse.Builder
Data to facilitate clients responding to the method reporting a standard exception to indicating that it was unable to complete successfully.
setData(Structure) - Method in class com.vmware.vapi.std.errors.ServiceUnavailable.Builder
Data to facilitate clients responding to the method reporting a standard exception to indicating that it was unable to complete successfully.
setData(Structure) - Method in class com.vmware.vapi.std.errors.TimedOut.Builder
Data to facilitate clients responding to the method reporting a standard exception to indicating that it was unable to complete successfully.
setData(Structure) - Method in class com.vmware.vapi.std.errors.UnableToAllocateResource.Builder
Data to facilitate clients responding to the method reporting a standard exception to indicating that it was unable to complete successfully.
setData(Structure) - Method in class com.vmware.vapi.std.errors.Unauthenticated.Builder
Data to facilitate clients responding to the method reporting a standard exception to indicating that it was unable to complete successfully.
setData(Structure) - Method in class com.vmware.vapi.std.errors.Unauthorized.Builder
Data to facilitate clients responding to the method reporting a standard exception to indicating that it was unable to complete successfully.
setData(Structure) - Method in class com.vmware.vapi.std.errors.UnexpectedInput.Builder
Data to facilitate clients responding to the method reporting a standard exception to indicating that it was unable to complete successfully.
setData(Structure) - Method in class com.vmware.vapi.std.errors.Unsupported.Builder
Data to facilitate clients responding to the method reporting a standard exception to indicating that it was unable to complete successfully.
setData(Structure) - Method in class com.vmware.vapi.std.errors.UnverifiedPeer.Builder
Data to facilitate clients responding to the method reporting a standard exception to indicating that it was unable to complete successfully.
setDefaultMessage(String) - Method in class com.vmware.vapi.std.LocalizableMessage
The value of this localizable string or message template in the en_US (English) locale.
setDirListing(boolean) - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.StaticContentServiceImpl
 
setDirListing(boolean) - Method in interface com.vmware.vapi.protocol.server.rpc.http.StaticContentService
 
setDispatchers(Filter.Dispatcher[]) - Method in interface com.vmware.vapi.protocol.server.rpc.http.Filter
 
setDispatchers(Filter.Dispatcher[]) - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.FilterImpl
 
setDomain(String) - Method in class com.vmware.vapi.std.interposition.SecurityPrincipal.Builder
Principal domain.
setDomain(String) - Method in class com.vmware.vapi.std.interposition.SecurityPrincipal
Principal domain.
setDt(Calendar) - Method in class com.vmware.vapi.std.LocalizationParam.Builder
Date and time value associated with the parameter.
setDt(Calendar) - Method in class com.vmware.vapi.std.LocalizationParam
Date and time value associated with the parameter.
setElementDefinition(OperationTypes.DataDefinition) - Method in class com.vmware.vapi.std.introspection.OperationTypes.DataDefinition.Builder
Contains the element definition for generic data types like List and Optional.
setElementDefinition(OperationTypes.DataDefinition) - Method in class com.vmware.vapi.std.introspection.OperationTypes.DataDefinition
Contains the element definition for generic data types like List and Optional.
setEnabledCipherSuites(String[]) - Method in class com.vmware.vapi.protocol.HttpConfiguration.SslConfiguration.Builder
Sets the cipher suites enabled for use by this configuration.
setEnabledProtocols(String[]) - Method in class com.vmware.vapi.protocol.HttpConfiguration.SslConfiguration.Builder
Sets the protocol versions enabled for use by this configuration.
setEnabledProtocols(String) - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.HttpsEndpoint
Sets the list of protocols that are enabled for use by SSL connections.
setEnabledSSLCiphers(String[]) - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.AbstractServer
Configures the enabled SSL ciphers.
setEndpoints(Endpoint[]) - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.AbstractServer
 
setEndpoints(Endpoint[]) - Method in interface com.vmware.vapi.protocol.server.rpc.http.Server
Specify the HTTP listening endpoints.
setEndpointType(Endpoint.EndpointType) - Method in interface com.vmware.vapi.protocol.server.rpc.http.Endpoint
Set the endpoint connector I/O type (like blocking or NIO).
setEndpointType(Endpoint.EndpointType) - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.HttpEndpoint
 
setError(RuntimeException) - Method in class com.vmware.vapi.bindings.server.AsyncContext
Completes the invocation with an error.
setError(RuntimeException) - Method in class com.vmware.vapi.core.AsyncHandle
Completes the invocation with an error.
setError(RuntimeException) - Method in class com.vmware.vapi.core.AsyncHandleSyncAdapter
 
setError(Structure) - Method in class com.vmware.vapi.std.interposition.InvocationResult.Builder
Error result value.
setError(Structure) - Method in class com.vmware.vapi.std.interposition.InvocationResult
Error result value.
setError(RuntimeException) - Method in class com.vmware.vapi.util.async.DecoratorAsyncHandle
 
setErrorDefinitions(List<OperationTypes.DataDefinition>) - Method in class com.vmware.vapi.std.introspection.OperationTypes.Info
List of OperationTypes.DataDefinition describing the errors that the operation might report.
setExecutor(Executor) - Method in class com.vmware.vapi.protocol.ClientConfiguration.Builder
Sets the executor the client must use to process requests.
setField(String, T, Class<T>) - Method in interface com.vmware.vapi.bindings.DynamicStructure
Sets a field value, represented as static bindings type.
setField(String, T, Class<T>) - Method in class com.vmware.vapi.bindings.DynamicStructureImpl
 
setField(String, DataValue) - Method in class com.vmware.vapi.data.StructValue
 
setField(String, long) - Method in class com.vmware.vapi.data.StructValue
 
setField(String, boolean) - Method in class com.vmware.vapi.data.StructValue
 
setField(String, double) - Method in class com.vmware.vapi.data.StructValue
 
setField(String, String) - Method in class com.vmware.vapi.data.StructValue
 
setField(String, char[]) - Method in class com.vmware.vapi.data.StructValue
 
setFields(Map<String, OperationTypes.DataDefinition>) - Method in class com.vmware.vapi.std.introspection.OperationTypes.DataDefinition.Builder
Fields of the structure type.
setFields(Map<String, OperationTypes.DataDefinition>) - Method in class com.vmware.vapi.std.introspection.OperationTypes.DataDefinition
Fields of the structure type.
setFilter(Filter) - Method in interface com.vmware.vapi.protocol.server.rpc.http.Filter
Set the Servlet API Filter.
setFilter(Filter) - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.FilterImpl
 
setFilters(Filter[]) - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.AbstractServer
 
setFilters(Filter[]) - Method in interface com.vmware.vapi.protocol.server.rpc.http.Server
Set the filter chain.
setFormat(LocalizationParam.DateTimeFormat) - Method in class com.vmware.vapi.std.LocalizationParam.Builder
Format associated with the date and time value in getDt() property.
setFormat(LocalizationParam.DateTimeFormat) - Method in class com.vmware.vapi.std.LocalizationParam
Format associated with the date and time value in getDt() property.
setGroups(List<SecurityPrincipal>) - Method in class com.vmware.vapi.std.interposition.InvocationRequest
Groups of the user who started the interposed operation.
setHeader(String, String) - Method in interface com.vmware.vapi.protocol.server.rpc.RequestReceiver.TransportContext
Sets a response header with the given name and value.
setHeadersProvider(HttpConfiguration.HeadersProvider) - Method in class com.vmware.vapi.protocol.HttpConfiguration.Builder
Sets a callback instance that gets invoked upon each request.
setI(Long) - Method in class com.vmware.vapi.std.LocalizationParam.Builder
long value associated with the parameter.
setI(Long) - Method in class com.vmware.vapi.std.LocalizationParam
long value associated with the parameter.
setId(String) - Method in class com.vmware.vapi.std.DynamicID
The identifier for a resource whose type is specified by DynamicID.getType().
setId(String) - Method in class com.vmware.vapi.std.introspection.ProviderTypes.Info
Identifier of the provider
setId(String) - Method in class com.vmware.vapi.std.LocalizableMessage
Unique identifier of the localizable string or message template.
setId(String) - Method in class com.vmware.vapi.std.NestedLocalizableMessage
Unique identifier of the localizable string or message template.
setInitParameters(Map<String, String>) - Method in interface com.vmware.vapi.protocol.server.rpc.http.Filter
Set the initial configuration of the Filter.
setInitParameters(Map<String, String>) - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.FilterImpl
 
setInitParameters(Map<String, String>) - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.ServiceImpl
 
setInitParameters(Map<String, String>) - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.StaticContentServiceImpl
 
setInitParameters(Map<String, String>) - Method in interface com.vmware.vapi.protocol.server.rpc.http.Service
Set the initial configuration of the servlet.
setInputDefinition(OperationTypes.DataDefinition) - Method in class com.vmware.vapi.std.introspection.OperationTypes.Info
OperationTypes.DataDefinition describing the operation input.
setIoThreadCount(int) - Method in class com.vmware.vapi.protocol.HttpConfiguration.Builder
Defines the number of I/O dispatch threads to be used by the I/O reactor of the third-party HTTP library.
setIsTransient(boolean) - Method in class com.vmware.vapi.std.errors.TransientIndication
Indicates that the exception this class is attached to is transient.
setKeepAlivePeriod(long) - Method in class com.vmware.vapi.protocol.HttpConfiguration.Builder
Sets the maximum time a connection is allowed to be kept alive.
setKeyPassword(String) - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.HttpsEndpoint
Set the password for the private key.
setKeyStore(KeyStore) - Method in class com.vmware.vapi.protocol.HttpConfiguration.SslConfiguration.Builder
Sets the KeyStore which contains the certificates used to authenticate the client during an SSL handshake.
setKeyStoreConfig(HttpConfiguration.KeyStoreConfig) - Method in class com.vmware.vapi.protocol.HttpConfiguration.SslConfiguration.Builder
Sets the configuration parameters for the KeyStore provided with HttpConfiguration.SslConfiguration.Builder.setKeyStore(KeyStore).
setKeyStorePassword(String) - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.HttpsEndpoint
Set the password for the keystore.
setKeyStorePath(String) - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.HttpsEndpoint
Set the endpoint's keystore.
setKeyStoreResource(Resource) - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.HttpsEndpoint
Set keystore (for spring config).
setKeyStoreType(String) - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.HttpsEndpoint
Sets keystore type
setL(NestedLocalizableMessage) - Method in class com.vmware.vapi.std.LocalizationParam.Builder
Nested localizable value associated with the parameter.
setL(NestedLocalizableMessage) - Method in class com.vmware.vapi.std.LocalizationParam
Nested localizable value associated with the parameter.
setLibraryType(HttpConfiguration.LibType) - Method in class com.vmware.vapi.protocol.HttpConfiguration.Builder
Sets the type of the HTTP library to be used for execution of API requests.
setLifecycleListeners(List<LifecycleListener>) - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.AbstractServer
 
setLifecycleListeners(List<LifecycleListener>) - Method in interface com.vmware.vapi.protocol.server.rpc.http.LifecycleManager
Sets a List of LifecycleListener listener items that should be managed.
setLocalized(String) - Method in class com.vmware.vapi.std.LocalizableMessage.Builder
Localized string value as per request requirements.
setLocalized(String) - Method in class com.vmware.vapi.std.LocalizableMessage
Localized string value as per request requirements.
setMaxConnections(int) - Method in class com.vmware.vapi.protocol.HttpConfiguration.Builder
Sets the maximum number of outstanding TCP connections.
setMaxIdleTime(int) - Method in interface com.vmware.vapi.protocol.server.rpc.http.Endpoint
Set the maximum Idle time for a connection, which roughly translates to the Socket.setSoTimeout(int) call but depends on the application server used and how it is configured.
setMaxIdleTime(int) - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.HttpEndpoint
 
setMessages(List<LocalizableMessage>) - Method in exception com.vmware.vapi.std.errors.Error
Stack of one or more localizable messages for human exception consumers.
setName(String) - Method in class com.vmware.vapi.std.interposition.SecurityPrincipal
Principal name.
setName(String) - Method in class com.vmware.vapi.std.introspection.OperationTypes.DataDefinition.Builder
Fully qualified name of the structure.
setName(String) - Method in class com.vmware.vapi.std.introspection.OperationTypes.DataDefinition
Fully qualified name of the structure.
setNeedClientAuth(boolean) - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.HttpsEndpoint
 
setNeedClientAuth(boolean) - Method in interface com.vmware.vapi.protocol.server.rpc.http.SslEndpoint
Sets whether the server will require the client to authenticate with certificate.
setNext(Consumer<AsyncHandle<MethodResult>>) - Method in class com.vmware.vapi.core.MethodResult
Sets the Consumer for the next frame of the result
setNumAcceptors(int) - Method in interface com.vmware.vapi.protocol.server.rpc.http.Endpoint
Set the number of thread dedicated to accepting incoming connections.
setNumAcceptors(int) - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.HttpEndpoint
 
setOperationId(String) - Method in class com.vmware.vapi.std.interposition.InvocationRequest
Name of the interposed operation.
setOperationInput(DataValue) - Method in class com.vmware.vapi.std.interposition.InvocationRequest
Input of the interposed operation.
setOperations(Set<String>) - Method in class com.vmware.vapi.std.introspection.ServiceTypes.Info
Set of identifiers of operations present in the service
setOptionalField(String, Long) - Method in class com.vmware.vapi.data.StructValue
 
setOptionalField(String, Boolean) - Method in class com.vmware.vapi.data.StructValue
 
setOptionalField(String, Double) - Method in class com.vmware.vapi.data.StructValue
 
setOptionalField(String, String) - Method in class com.vmware.vapi.data.StructValue
 
setOptionalField(String, long) - Method in class com.vmware.vapi.data.StructValue
 
setOptionalField(String, boolean) - Method in class com.vmware.vapi.data.StructValue
 
setOptionalField(String, double) - Method in class com.vmware.vapi.data.StructValue
 
setOutput(DataValue) - Method in class com.vmware.vapi.std.interposition.InvocationResult.Builder
Normal result value.
setOutput(DataValue) - Method in class com.vmware.vapi.std.interposition.InvocationResult
Normal result value.
setOutputDefinition(OperationTypes.DataDefinition) - Method in class com.vmware.vapi.std.introspection.OperationTypes.Info
OperationTypes.DataDefinition describing the operation output.
setParams(Map<String, LocalizationParam>) - Method in class com.vmware.vapi.std.LocalizableMessage.Builder
Named arguments to be substituted into the message template.
setParams(Map<String, LocalizationParam>) - Method in class com.vmware.vapi.std.LocalizableMessage
Named arguments to be substituted into the message template.
setParams(Map<String, LocalizationParam>) - Method in class com.vmware.vapi.std.NestedLocalizableMessage.Builder
Named Arguments to be substituted into the message template.
setParams(Map<String, LocalizationParam>) - Method in class com.vmware.vapi.std.NestedLocalizableMessage
Named Arguments to be substituted into the message template.
setPath(String) - Method in interface com.vmware.vapi.protocol.server.rpc.http.Filter
Set the path for which the filter is triggered.
setPath(String) - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.FilterImpl
 
setPath(String) - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.ServiceImpl
 
setPath(String) - Method in interface com.vmware.vapi.protocol.server.rpc.http.Service
Set the path under which the service can be accessed.
setPrecision(Long) - Method in class com.vmware.vapi.std.LocalizationParam.Builder
Number of fractional digits to include in formatted double value.
setPrecision(Long) - Method in class com.vmware.vapi.std.LocalizationParam
Number of fractional digits to include in formatted double value.
setPrimary(String) - Method in class com.vmware.vapi.std.errors.ArgumentLocations
String describing the location of the input that triggered the exception.
setPrimary(String) - Method in class com.vmware.vapi.std.errors.FileLocations
String identifying the file that triggered the exception.
setProtocol(HttpConfiguration.Protocol) - Method in class com.vmware.vapi.protocol.HttpConfiguration.Builder
Sets the vAPI Protocol that is used by client to invoke APIs on the server.
setProxyConfiguration(HttpConfiguration.ProxyConfiguration) - Method in class com.vmware.vapi.protocol.HttpConfiguration.Builder
Sets the proxy configuration object used to configure proxy settings on the client.
setReadTimeout(Integer) - Method in class com.vmware.vapi.core.ExecutionContext.Builder
Sets the amount of time in milliseconds the client will wait for a response from the server before timing out.
setRequestProcessors(List<RequestProcessor>) - Method in class com.vmware.vapi.protocol.ClientConfiguration.Builder
 
setResponseAccessor(HttpResponseAccessor) - Method in class com.vmware.vapi.core.ExecutionContext.Builder
Sets a HttpResponseAccessor instance which can access and capture information from the raw REST response.
setResult(T) - Method in class com.vmware.vapi.bindings.server.AsyncContext
Completes the invocation with a result object.
setResult(T) - Method in class com.vmware.vapi.core.AsyncHandle
Completes the invocation with an output value.
setResult(T) - Method in class com.vmware.vapi.core.AsyncHandleSyncAdapter
 
setResult(T) - Method in class com.vmware.vapi.util.async.DecoratorAsyncHandle
 
setResultType(InvocationResult.ResultType) - Method in class com.vmware.vapi.std.interposition.InvocationResult
Type of the invocation result.
setRetryPolicy(RetryPolicy) - Method in class com.vmware.vapi.bindings.StubConfiguration
 
setRuntimeKeyValue(String, Object) - Method in class com.vmware.vapi.core.ExecutionContext.Builder
Store additional data in the API invocation execution context in the form of a key-value entry.
setS(String) - Method in class com.vmware.vapi.std.LocalizationParam.Builder
String value associated with the parameter.
setS(String) - Method in class com.vmware.vapi.std.LocalizationParam
String value associated with the parameter.
setSecondary(List<String>) - Method in class com.vmware.vapi.std.errors.ArgumentLocations
List (possibly empty) of strings describing the locations of other inputs that caused the the primary input to trigger the exception.
setSecondary(List<String>) - Method in class com.vmware.vapi.std.errors.FileLocations
List (possibly empty) of strings identifying other files that caused the primary file to trigger the exception.
setSecurityContext(ExecutionContext.SecurityContext) - Method in class com.vmware.vapi.bindings.StubConfiguration
 
setSecurityContext(ExecutionContext.SecurityContext) - Method in class com.vmware.vapi.core.ExecutionContext.Builder
 
setServerConfigurator(ServerConfigurator) - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.AbstractServer
 
setServerConfigurator(ServerConfigurator) - Method in interface com.vmware.vapi.protocol.server.rpc.http.Server
Set a server configurator class that allows a server add a custom configuration
setServiceId(String) - Method in class com.vmware.vapi.std.interposition.InvocationRequest
Fully qualified name of the service which contains the interposed operation.
setServices(Service[]) - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.AbstractServer
 
setServices(Service[]) - Method in interface com.vmware.vapi.protocol.server.rpc.http.Server
 
setServlet(Servlet) - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.ServiceImpl
 
setServlet(Servlet) - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.StaticContentServiceImpl
 
setServlet(Servlet) - Method in interface com.vmware.vapi.protocol.server.rpc.http.Service
Set a Servlet to handle this service.
setSoTimeout(int) - Method in class com.vmware.vapi.protocol.HttpConfiguration.Builder
Sets the amount of time (in milliseconds) the client is going to wait for a response before timing out.
setSslConfiguration(HttpConfiguration.SslConfiguration) - Method in class com.vmware.vapi.protocol.HttpConfiguration.Builder
Sets the SSL configuration for executing request over HTTPs, including trust store for validating server certificate, and optionally key store for presenting client certificate (SSl mutual authentication).
setStreamingEnabled(boolean) - Method in class com.vmware.vapi.protocol.ClientConfiguration.Builder
Sets if streaming (pseudo-push) responses will be requested by the API client.
setTarget(StructDefinition) - Method in class com.vmware.vapi.data.StructRefDefinition
Resolves the reference.
setThreadPool(Executor) - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.TcServer
Set thread pool to be used by this server for handling HTTP connections.
setTracer(Tracer) - Method in class com.vmware.vapi.protocol.ClientConfiguration.Builder
Sets the Tracer for the vapi runtime.
setTracingLevel(TracingLevel) - Method in class com.vmware.vapi.tracing.OpenTelemetryTracerBuilder
Sets the TracingLevel for the Tracer that will be built.
setTransportGuarantee(Service.TransportGuarantee) - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.ServiceImpl
 
setTransportGuarantee(Service.TransportGuarantee) - Method in interface com.vmware.vapi.protocol.server.rpc.http.Service
Specify what connection guarantees this service expects from the container.
setTrustStore(KeyStore) - Method in class com.vmware.vapi.protocol.HttpConfiguration.SslConfiguration.Builder
Sets the KeyStore that contains certificates of trusted parties or Certificate Authorities trusted to identify other parties.
setTrustStorePassword(String) - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.HttpsEndpoint
Set the password for the trust store.
setTrustStorePath(String) - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.HttpsEndpoint
Set the endpoint's trust store.
SetType - Class in com.vmware.vapi.bindings.type
 
SetType(Type) - Constructor for class com.vmware.vapi.bindings.type.SetType
Set type.
setType(String) - Method in class com.vmware.vapi.std.DynamicID
The type of resource being identified (for example com.acme.Person).
setType(OperationTypes.DataDefinition.DataType) - Method in class com.vmware.vapi.std.introspection.OperationTypes.DataDefinition
Data type of the value.
setUser(SecurityPrincipal) - Method in class com.vmware.vapi.std.interposition.InvocationRequest.Builder
User which started the interposed operation.
setUser(SecurityPrincipal) - Method in class com.vmware.vapi.std.interposition.InvocationRequest
User which started the interposed operation.
setUserPassCredentials(UserPassCredentials) - Method in class com.vmware.vapi.protocol.HttpConfiguration.ProxyConfiguration.Builder
Sets credentials for proxy authentication.
setWantClientAuth(boolean) - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.HttpsEndpoint
 
setWantClientAuth(boolean) - Method in interface com.vmware.vapi.protocol.server.rpc.http.SslEndpoint
Sets whether the server will desire the client to authenticate with certificate.
SHORT_DATE - Static variable in class com.vmware.vapi.std.LocalizationParam.DateTimeFormat
The date and time value will be formatted as short date, for example 2019-01-28
SHORT_DATE_TIME - Static variable in class com.vmware.vapi.std.LocalizationParam.DateTimeFormat
The date and time value will be formatted as short date and time, for example 2019-01-28 12:59
SHORT_TIME - Static variable in class com.vmware.vapi.std.LocalizationParam.DateTimeFormat
The date and time value will be formatted as short time, for example 12:59
shouldLogRawRequestResponse() - Static method in class com.vmware.vapi.protocol.Constants
 
shutdown() - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.AbstractServer
 
shutdown() - Method in interface com.vmware.vapi.protocol.server.rpc.http.LifecycleListener
Shutdown the task.
shutdownNow() - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.AbstractServer
 
shutdownNow() - Method in interface com.vmware.vapi.protocol.server.rpc.http.LifecycleListener
Initiate ungraceful shutdown.
SignatureException - Exception in com.vmware.vapi.dsig.json
This class represents various conditions that led to signature/validation failure
SignatureException(Message) - Constructor for exception com.vmware.vapi.dsig.json.SignatureException
 
SignatureException(Message, Throwable) - Constructor for exception com.vmware.vapi.dsig.json.SignatureException
 
SimpleBundleProvider - Class in com.vmware.vapi.l10n
Simple implementation of ResourceBundleProvider based on ResourceBundle.getBundle(String).
SimpleBundleProvider(String) - Constructor for class com.vmware.vapi.l10n.SimpleBundleProvider
 
SingleHeaderExtractor - Class in com.vmware.vapi.protocol.client.http
Extractor which captures particular singleton HTTP header from the raw REST response.
SingleHeaderExtractor(String) - Constructor for class com.vmware.vapi.protocol.client.http.SingleHeaderExtractor
Constructor.
size() - Method in class com.vmware.vapi.data.ListValue
Returns the number of values in this list.
SKIP_SSL_INITIALIZATION - Static variable in class com.vmware.vapi.protocol.HttpConfiguration.SslConfiguration
Special instance which can be used to fully avoid TLS/SSL initialization when used with HttpConfiguration.Builder#setSslConfiguration(SslConfiguration)
Slf4jMDCLogConfigurator - Class in com.vmware.vapi.diagnostics
SLF4J MDC based log configurator.
Slf4jMDCLogConfigurator() - Constructor for class com.vmware.vapi.diagnostics.Slf4jMDCLogConfigurator
 
SpringConfigurator - Class in com.vmware.vapi.config
Creates vAPI runtime objects from a Spring config/application context.
SpringConfigurator(List<String>) - Constructor for class com.vmware.vapi.config.SpringConfigurator
Constructor.
SpringConfigurator(String, String) - Constructor for class com.vmware.vapi.config.SpringConfigurator
Constructor.
SpringConfigurator(String, String, String, String, String, String) - Constructor for class com.vmware.vapi.config.SpringConfigurator
Constructor.
SslConfiguration(KeyStore) - Constructor for class com.vmware.vapi.protocol.HttpConfiguration.SslConfiguration
SslConfiguration(KeyStore, KeyStore, HttpConfiguration.KeyStoreConfig) - Constructor for class com.vmware.vapi.protocol.HttpConfiguration.SslConfiguration
SslConfiguration(KeyStore, KeyStore, HttpConfiguration.KeyStoreConfig, CertStore) - Constructor for class com.vmware.vapi.protocol.HttpConfiguration.SslConfiguration
SslEndpoint - Interface in com.vmware.vapi.protocol.server.rpc.http
An SSL endpoint.
SslException - Exception in com.vmware.vapi.client.exception
Indicates error detected in the SSL subsystem of the transport protocol.
SslException() - Constructor for exception com.vmware.vapi.client.exception.SslException
 
SslException(String) - Constructor for exception com.vmware.vapi.client.exception.SslException
 
SslException(String, Throwable) - Constructor for exception com.vmware.vapi.client.exception.SslException
 
SslException(Throwable) - Constructor for exception com.vmware.vapi.client.exception.SslException
 
STANDARD_ERROR_FIELDS - Static variable in class com.vmware.vapi.std.StandardDataFactory
 
StandardDataFactory - Class in com.vmware.vapi.std
Factory for DataDefinitions and DataValues for standard vAPI structures, like errors and localizable messages.
StandardDataFactory() - Constructor for class com.vmware.vapi.std.StandardDataFactory
 
start() - Method in class com.vmware.vapi.protocol.local.LocalProtocol
 
start() - Method in interface com.vmware.vapi.protocol.ProtocolHandler
 
start() - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.HttpServer
Method to start HTTP server.
start() - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.TcServer
 
start() - Method in interface com.vmware.vapi.protocol.server.rpc.http.Server
Start the server.
StaticContentService - Interface in com.vmware.vapi.protocol.server.rpc.http
A Service for serving static content/files.
StaticContentServiceImpl - Class in com.vmware.vapi.protocol.server.rpc.http.impl
Instances of this class can be configured in the usual way except that it is not allowed to Service.setServlet(javax.servlet.Servlet) or Service.setInitParameters(java.util.Map<java.lang.String, java.lang.String>).
StaticContentServiceImpl() - Constructor for class com.vmware.vapi.protocol.server.rpc.http.impl.StaticContentServiceImpl
 
StaticStructure - Interface in com.vmware.vapi.bindings
Interface implemented by all generated static bindings structures.
STATUS_CODE - Static variable in exception com.vmware.vapi.client.exception.InvalidSslCertificateException
526 Invalid SSL Certificate
std() - Method in class com.vmware.vapi.VapiFactory
The com.vmware.vapi.std package provides standard types that can be used in the interface specification of any interface.
StdFactory - Class in com.vmware.vapi.std
StdFactory is responsible for creating instances of services contained inside the com.vmware.vapi.std package and also has the subpackages reference to access respective subpackage services.
StdSecuritySchemes - Class in com.vmware.vapi.security
This class contains the standard authentication scheme constants.
StdSecuritySchemes() - Constructor for class com.vmware.vapi.security.StdSecuritySchemes
 
stop() - Method in class com.vmware.vapi.protocol.local.LocalProtocol
 
stop() - Method in interface com.vmware.vapi.protocol.ProtocolHandler
 
stop() - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.HttpServer
Method to stop HTTP server
stop() - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.TcServer
 
stop() - Method in interface com.vmware.vapi.protocol.server.rpc.http.Server
Stop the server.
stop() - Method in class com.vmware.vapi.server.Server
Stops the server.
stop() - Method in interface com.vmware.vapi.server.ServerInterface
Stops the server.
StreamInvocable<T> - Interface in com.vmware.vapi.bindings
Describes the invoke methods of streaming none task vAPI operation.
STRING - Static variable in class com.vmware.vapi.std.introspection.OperationTypes.DataDefinition.DataType
Indicates the value is a string data type.
STRING_REPRESENTATION - Static variable in class com.vmware.vapi.data.SecretValue
Constant returned by the SecretValue.toString() method of SecretValue.
STRING_REPRESENTATION - Static variable in class com.vmware.vapi.data.VoidValue
Constant returned by the toString method of VoidValue.
StringDefinition - Class in com.vmware.vapi.data
 
StringFormatTemplateFormatter - Class in com.vmware.vapi.l10n
Formatter based TemplateFormatter.
StringFormatTemplateFormatter() - Constructor for class com.vmware.vapi.l10n.StringFormatTemplateFormatter
 
stringList(List<String>) - Static method in class com.vmware.vapi.data.ListValue
 
StringType - Class in com.vmware.vapi.bindings.type
 
StringType() - Constructor for class com.vmware.vapi.bindings.type.StringType
 
StringValue - Class in com.vmware.vapi.data
Value of type string.
StringValue(String) - Constructor for class com.vmware.vapi.data.StringValue
Create a value with the specified string content.
StructDefinition - Class in com.vmware.vapi.data
 
StructDefinition(String, Map<String, DataDefinition>) - Constructor for class com.vmware.vapi.data.StructDefinition
Constructor.
StructDefinitions - Class in com.vmware.vapi.std.activation
Defines the type descriptors for the top-level types in com.vmware.vapi.std.activation package.
StructDefinitions() - Constructor for class com.vmware.vapi.std.activation.StructDefinitions
 
StructDefinitions - Class in com.vmware.vapi.std.errors
Defines the type descriptors for the top-level types in com.vmware.vapi.std.errors package.
StructDefinitions() - Constructor for class com.vmware.vapi.std.errors.StructDefinitions
 
StructDefinitions - Class in com.vmware.vapi.std.interposition
Defines the type descriptors for the top-level types in com.vmware.vapi.std.interposition package.
StructDefinitions() - Constructor for class com.vmware.vapi.std.interposition.StructDefinitions
 
StructDefinitions - Class in com.vmware.vapi.std.introspection
Defines the type descriptors for the top-level types in com.vmware.vapi.std.introspection package.
StructDefinitions() - Constructor for class com.vmware.vapi.std.introspection.StructDefinitions
 
StructDefinitions - Class in com.vmware.vapi.std
Defines the type descriptors for the top-level types in com.vmware.vapi.std package.
StructDefinitions() - Constructor for class com.vmware.vapi.std.StructDefinitions
 
StructDefinitions - Class in com.vmware.vapi
Defines the type descriptors for the top-level types in com.vmware.vapi package.
StructDefinitions() - Constructor for class com.vmware.vapi.StructDefinitions
 
StructRefDefinition - Class in com.vmware.vapi.data
Reference to a StructDefinition.
StructRefDefinition(String) - Constructor for class com.vmware.vapi.data.StructRefDefinition
Creates an unresolved reference.
StructRefDefinition(StructDefinition) - Constructor for class com.vmware.vapi.data.StructRefDefinition
Creates a resolved reference.
StructType - Class in com.vmware.vapi.bindings.type
Description of a structure type.
StructType(String, Map<String, Type>, Class<?>, List<ConstraintValidator>, boolean, List<String>, Map<String, StructType.FieldNameDetails>) - Constructor for class com.vmware.vapi.bindings.type.StructType
Constructor overload for compatibility with bindings generated with older version of vAPI generator.
StructType(String, Map<String, Type>, Class<?>, List<ConstraintValidator>, boolean, List<String>, Map<String, StructType.FieldNameDetails>, String, String) - Constructor for class com.vmware.vapi.bindings.type.StructType
Constructor.
StructType.FieldNameDetails - Class in com.vmware.vapi.bindings.type
Field name details structure.
StructTypeUtil - Class in com.vmware.vapi.util
Utility for StructType.
StructTypeUtil() - Constructor for class com.vmware.vapi.util.StructTypeUtil
 
Structure - Interface in com.vmware.vapi.bindings
Base interface that represents a Java language bindings structure.
STRUCTURE - Static variable in class com.vmware.vapi.std.introspection.OperationTypes.DataDefinition.DataType
Indicates the value is a structure data type.
STRUCTURE_REF - Static variable in class com.vmware.vapi.std.introspection.OperationTypes.DataDefinition.DataType
Indicates the value is a structure reference.
StructValue - Class in com.vmware.vapi.data
Thread-safety: Instances of this class are not thread-safe.
StructValue(String) - Constructor for class com.vmware.vapi.data.StructValue
 
StsTrustChain - Interface in com.vmware.vapi.dsig.json
Interface that represent the security token service trust certificate chain
STUB_CONFIG_CFG - Static variable in class com.vmware.vapi.client.Configuration
 
StubConfiguration - Class in com.vmware.vapi.bindings
This is a helper class for creating stub configurations.
StubConfiguration() - Constructor for class com.vmware.vapi.bindings.StubConfiguration
Default Constructor.
StubConfiguration(ExecutionContext.SecurityContext) - Constructor for class com.vmware.vapi.bindings.StubConfiguration
Constructor.
StubConfigurationBase - Class in com.vmware.vapi.bindings
This class provides all needed configuration for creating a Stub
StubConfigurationBase() - Constructor for class com.vmware.vapi.bindings.StubConfigurationBase
 
StubCreator - Interface in com.vmware.vapi.bindings
Interface for vAPI client-side stub factories.
StubFactory - Class in com.vmware.vapi.bindings
Factory for client-side vAPI stubs.
StubFactory(ApiProvider) - Constructor for class com.vmware.vapi.bindings.StubFactory
Constructor.
StubFactory(ApiProvider, TypeConverter) - Constructor for class com.vmware.vapi.bindings.StubFactory
Constructor.
success() - Method in class com.vmware.vapi.core.MethodResult
Returns true if the invoked method completed successfully, i.e.
supportedAuthenticationSchemes() - Method in interface com.vmware.vapi.security.AuthenticationHandler
 
SyncApiIntrospection - Interface in com.vmware.vapi.provider.introspection
Synchronous interface for API Introspection.
SyncApiProvider - Interface in com.vmware.vapi.core
Synchronous version of ApiProvider.
systemDefault() - Static method in class com.vmware.vapi.protocol.HttpConfiguration.ProxyConfiguration
Creates builder object for construction of HttpConfiguration.ProxyConfiguration based on default ProxySelector configured on the JVM.

T

Task<T> - Class in com.vmware.vapi.bindings
This class is used to hold taskId and return type of the operations.
Task(String, Type) - Constructor for class com.vmware.vapi.bindings.Task
 
TaskInvocable<T> - Interface in com.vmware.vapi.bindings
Describes the invoke methods of task vAPI operations.
TcServer - Class in com.vmware.vapi.protocol.server.rpc.http.impl
Receives requests and passes them for processing through the configured server processing steps.
TcServer() - Constructor for class com.vmware.vapi.protocol.server.rpc.http.impl.TcServer
 
TemplateFormatter - Interface in com.vmware.vapi.l10n
Strategy interface for formatting message templates (with placeholders for arguments) for target locale.
thenAccept(Consumer<? super T>) - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
thenAcceptAsync(Consumer<? super T>) - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
thenAcceptAsync(Consumer<? super T>, Executor) - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
thenAcceptBoth(CompletionStage<? extends U>, BiConsumer<? super T, ? super U>) - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
thenAcceptBothAsync(CompletionStage<? extends U>, BiConsumer<? super T, ? super U>) - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
thenAcceptBothAsync(CompletionStage<? extends U>, BiConsumer<? super T, ? super U>, Executor) - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
thenApply(Function<? super T, ? extends U>) - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
thenApplyAsync(Function<? super T, ? extends U>) - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
thenApplyAsync(Function<? super T, ? extends U>, Executor) - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
thenCombine(CompletionStage<? extends U>, BiFunction<? super T, ? super U, ? extends V>) - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
thenCombineAsync(CompletionStage<? extends U>, BiFunction<? super T, ? super U, ? extends V>) - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
thenCombineAsync(CompletionStage<? extends U>, BiFunction<? super T, ? super U, ? extends V>, Executor) - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
thenCompose(Function<? super T, ? extends CompletionStage<U>>) - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
thenComposeAsync(Function<? super T, ? extends CompletionStage<U>>) - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
thenComposeAsync(Function<? super T, ? extends CompletionStage<U>>, Executor) - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
thenRun(Runnable) - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
thenRunAsync(Runnable) - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
thenRunAsync(Runnable, Executor) - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
TIMED_OUT - Static variable in interface com.vmware.vapi.bindings.exception.Constants
 
TIMED_OUT - Static variable in class com.vmware.vapi.std.errors.Error.Type
Discriminator for the TimedOut type.
timedOut - Static variable in class com.vmware.vapi.std.errors.StructDefinitions
 
TimedOut - Exception in com.vmware.vapi.std.errors
The TimedOut exception indicates that the method did not complete within the allowed amount of time.
TimedOut(List<LocalizableMessage>, Structure) - Constructor for exception com.vmware.vapi.std.errors.TimedOut
This constructor is provided for backwards compatibility purposes only.
TimedOut() - Constructor for exception com.vmware.vapi.std.errors.TimedOut
Default constructor.
TimedOut(StructValue) - Constructor for exception com.vmware.vapi.std.errors.TimedOut
 
TimedOut(StructValue, Error.Type) - Constructor for exception com.vmware.vapi.std.errors.TimedOut
 
TimedOut.Builder - Class in com.vmware.vapi.std.errors
Builder class for TimedOut.
TIMEZONE_KEY - Static variable in class com.vmware.vapi.core.ExecutionContext.ApplicationData
ApplicationData timezone preference property key.
toCalendarArgument(String) - Method in class com.vmware.vapi.l10n.MessageArgConverter
 
toCompletableFuture() - Method in class com.vmware.vapi.bindings.CompletionStageFuture
Returns the CompletableFuture delegate used to implement this CompletionStageFuture.
toDouble(String) - Method in class com.vmware.vapi.l10n.MessageArgConverter
 
toLong(String) - Method in class com.vmware.vapi.l10n.MessageArgConverter
 
toString() - Method in class com.vmware.vapi.bindings.ApiEnumeration
 
toString() - Method in class com.vmware.vapi.bindings.DynamicStructureImpl
 
toString() - Method in interface com.vmware.vapi.bindings.StaticStructure
Returns a string representation of this structure.
toString() - Method in exception com.vmware.vapi.core.ErrorValueException
 
toString() - Method in class com.vmware.vapi.core.InterfaceDefinition
 
toString() - Method in class com.vmware.vapi.core.InterfaceIdentifier
toString() - Method in class com.vmware.vapi.core.MethodDefinition
 
toString() - Method in class com.vmware.vapi.core.MethodIdentifier
toString() - Method in class com.vmware.vapi.core.MethodResult
toString() - Method in class com.vmware.vapi.core.ProviderDefinition
 
toString() - Method in class com.vmware.vapi.data.BlobDefinition
 
toString() - Method in class com.vmware.vapi.data.BlobValue
 
toString() - Method in class com.vmware.vapi.data.BooleanDefinition
 
toString() - Method in class com.vmware.vapi.data.BooleanValue
 
toString() - Method in class com.vmware.vapi.data.DataDefinition
toString() - Method in enum com.vmware.vapi.data.DataType
 
toString() - Method in class com.vmware.vapi.data.DoubleDefinition
 
toString() - Method in class com.vmware.vapi.data.DoubleValue
 
toString() - Method in class com.vmware.vapi.data.IntegerDefinition
 
toString() - Method in class com.vmware.vapi.data.IntegerValue
 
toString() - Method in class com.vmware.vapi.data.ListDefinition
 
toString() - Method in class com.vmware.vapi.data.ListValue
 
toString() - Method in class com.vmware.vapi.data.OpaqueDefinition
 
toString() - Method in class com.vmware.vapi.data.OptionalDefinition
toString() - Method in class com.vmware.vapi.data.OptionalValue
 
toString() - Method in class com.vmware.vapi.data.SecretDefinition
 
toString() - Method in class com.vmware.vapi.data.SecretValue
Always returns "<secret>" - Safety precaution for the case when someone uses the toString directly on SecretValue object or on a StructValue that contains a secret and for instance logs the result.
toString() - Method in class com.vmware.vapi.data.StringDefinition
 
toString() - Method in class com.vmware.vapi.data.StringValue
 
toString() - Method in class com.vmware.vapi.data.StructDefinition
 
toString() - Method in class com.vmware.vapi.data.StructRefDefinition
 
toString() - Method in class com.vmware.vapi.data.StructValue
 
toString() - Method in class com.vmware.vapi.data.VoidDefinition
 
toString() - Method in class com.vmware.vapi.data.VoidValue
 
toString() - Method in class com.vmware.vapi.Message
 
toString() - Method in class com.vmware.vapi.protocol.HttpConfiguration.BasicHeader
 
toString() - Method in class com.vmware.vapi.protocol.server.rpc.http.impl.HttpEndpoint
 
toString() - Method in class com.vmware.vapi.security.AuthenticationConfig.AuthnScheme
 
toString() - Method in class com.vmware.vapi.std.AuthenticationScheme
 
toString() - Method in class com.vmware.vapi.std.DynamicID
 
toString() - Method in class com.vmware.vapi.std.errors.ArgumentLocations
 
toString() - Method in class com.vmware.vapi.std.errors.FileLocations
 
toString() - Method in class com.vmware.vapi.std.errors.TransientIndication
 
toString() - Method in class com.vmware.vapi.std.interposition.InvocationRequest
 
toString() - Method in class com.vmware.vapi.std.interposition.InvocationResult
 
toString() - Method in class com.vmware.vapi.std.interposition.SecurityPrincipal
 
toString() - Method in class com.vmware.vapi.std.introspection.OperationTypes.DataDefinition
 
toString() - Method in class com.vmware.vapi.std.introspection.OperationTypes.Info
 
toString() - Method in class com.vmware.vapi.std.introspection.ProviderTypes.Info
 
toString() - Method in class com.vmware.vapi.std.introspection.ServiceTypes.Info
 
toString() - Method in class com.vmware.vapi.std.LocalizableMessage
 
toString() - Method in class com.vmware.vapi.std.LocalizationParam
 
toString() - Method in class com.vmware.vapi.std.NestedLocalizableMessage
 
toString() - Method in class com.vmware.vapi.std.Progress
 
Tracer - Interface in com.vmware.vapi.tracing
An interface for the creation of TracingSpan spans used by the vapi stack
TracingLevel - Enum in com.vmware.vapi.tracing
Defines the granularity of the tracing tags and messages that will be logged in the span created by the vapi stack
transientIndication - Static variable in class com.vmware.vapi.std.errors.StructDefinitions
 
TransientIndication - Class in com.vmware.vapi.std.errors
The TransientIndication class indicates whether or not the exception is transient.
TransientIndication(boolean) - Constructor for class com.vmware.vapi.std.errors.TransientIndication
This constructor is provided for backwards compatibility purposes only.
TransientIndication() - Constructor for class com.vmware.vapi.std.errors.TransientIndication
Default constructor.
TransientIndication(StructValue) - Constructor for class com.vmware.vapi.std.errors.TransientIndication
 
TransientIndication.Builder - Class in com.vmware.vapi.std.errors
Builder class for TransientIndication.
TransportProtocolException - Exception in com.vmware.vapi.client.exception
Thrown in cases of server protocol errors related to the lower level communication protocol errors (like HTTP protocol errors).
TransportProtocolException() - Constructor for exception com.vmware.vapi.client.exception.TransportProtocolException
 
TransportProtocolException(String) - Constructor for exception com.vmware.vapi.client.exception.TransportProtocolException
 
TransportProtocolException(String, Throwable) - Constructor for exception com.vmware.vapi.client.exception.TransportProtocolException
 
TransportProtocolException(Throwable) - Constructor for exception com.vmware.vapi.client.exception.TransportProtocolException
 
TRUE - Static variable in class com.vmware.vapi.data.BooleanValue
 
TrustStoreConfig(String, String) - Constructor for class com.vmware.vapi.protocol.ProtocolHandlerFactory.TrustStoreConfig
Creates a truststore configuration..
Type - Interface in com.vmware.vapi.bindings.type
Representation of an IDL type for the use of the Java language bindings.
TYPE_FIELD_NAME - Static variable in class com.vmware.vapi.std.StandardDataFactory
 
TypeReference<T extends Type> - Class in com.vmware.vapi.bindings.type
Reference to another type.
TypeReference() - Constructor for class com.vmware.vapi.bindings.type.TypeReference
 
TypeVisitor - Interface in com.vmware.vapi.bindings.type
Visitor of types.

U

UNABLE_TO_ALLOCATE_RESOURCE - Static variable in interface com.vmware.vapi.bindings.exception.Constants
 
UNABLE_TO_ALLOCATE_RESOURCE - Static variable in class com.vmware.vapi.std.errors.Error.Type
Discriminator for the UnableToAllocateResource type.
unableToAllocateResource - Static variable in class com.vmware.vapi.std.errors.StructDefinitions
 
UnableToAllocateResource - Exception in com.vmware.vapi.std.errors
The UnableToAllocateResource exception indicates that the method failed because it was unable to allocate or acquire a required resource.
UnableToAllocateResource(List<LocalizableMessage>, Structure) - Constructor for exception com.vmware.vapi.std.errors.UnableToAllocateResource
This constructor is provided for backwards compatibility purposes only.
UnableToAllocateResource() - Constructor for exception com.vmware.vapi.std.errors.UnableToAllocateResource
Default constructor.
UnableToAllocateResource(StructValue) - Constructor for exception com.vmware.vapi.std.errors.UnableToAllocateResource
 
UnableToAllocateResource(StructValue, Error.Type) - Constructor for exception com.vmware.vapi.std.errors.UnableToAllocateResource
 
UnableToAllocateResource.Builder - Class in com.vmware.vapi.std.errors
Builder class for UnableToAllocateResource.
UNAUTHENTICATED - Static variable in interface com.vmware.vapi.bindings.exception.Constants
 
UNAUTHENTICATED - Static variable in class com.vmware.vapi.std.errors.Error.Type
Discriminator for the Unauthenticated type.
unauthenticated - Static variable in class com.vmware.vapi.std.errors.StructDefinitions
 
Unauthenticated - Exception in com.vmware.vapi.std.errors
The Unauthenticated exception indicates that the method requires authentication and the user is not authenticated.
Unauthenticated(List<LocalizableMessage>, Structure) - Constructor for exception com.vmware.vapi.std.errors.Unauthenticated
This constructor is provided for backwards compatibility purposes only.
Unauthenticated() - Constructor for exception com.vmware.vapi.std.errors.Unauthenticated
Default constructor.
Unauthenticated(StructValue) - Constructor for exception com.vmware.vapi.std.errors.Unauthenticated
 
Unauthenticated(StructValue, Error.Type) - Constructor for exception com.vmware.vapi.std.errors.Unauthenticated
 
UNAUTHENTICATED - Static variable in class com.vmware.vapi.std.StandardDataFactory
 
Unauthenticated.Builder - Class in com.vmware.vapi.std.errors
Builder class for Unauthenticated.
UNAUTHORIZED - Static variable in interface com.vmware.vapi.bindings.exception.Constants
 
UNAUTHORIZED - Static variable in class com.vmware.vapi.std.errors.Error.Type
Discriminator for the Unauthorized type.
unauthorized - Static variable in class com.vmware.vapi.std.errors.StructDefinitions
 
Unauthorized - Exception in com.vmware.vapi.std.errors
The Unauthorized exception indicates that the user is not authorized to perform the method.
Unauthorized(List<LocalizableMessage>, Structure) - Constructor for exception com.vmware.vapi.std.errors.Unauthorized
This constructor is provided for backwards compatibility purposes only.
Unauthorized() - Constructor for exception com.vmware.vapi.std.errors.Unauthorized
Default constructor.
Unauthorized(StructValue) - Constructor for exception com.vmware.vapi.std.errors.Unauthorized
 
Unauthorized(StructValue, Error.Type) - Constructor for exception com.vmware.vapi.std.errors.Unauthorized
 
Unauthorized.Builder - Class in com.vmware.vapi.std.errors
Builder class for Unauthorized.
underscoreToCamelCase(String) - Static method in class com.vmware.vapi.bindings.convert.impl.JavaBeanAdapter
Converts underscore (_) separated words to CamelCase, e.g.
UNEXPECTED_INPUT - Static variable in interface com.vmware.vapi.bindings.exception.Constants
 
UNEXPECTED_INPUT - Static variable in class com.vmware.vapi.std.errors.Error.Type
Discriminator for the UnexpectedInput type.
UNEXPECTED_INPUT - Static variable in class com.vmware.vapi.std.StandardDataFactory
 
unexpectedInput - Static variable in class com.vmware.vapi.std.errors.StructDefinitions
 
UnexpectedInput - Exception in com.vmware.vapi.std.errors
The UnexpectedInput exception indicates that the request contained a parameter or property whose name is not known by the server.
UnexpectedInput(List<LocalizableMessage>, Structure) - Constructor for exception com.vmware.vapi.std.errors.UnexpectedInput
This constructor is provided for backwards compatibility purposes only.
UnexpectedInput() - Constructor for exception com.vmware.vapi.std.errors.UnexpectedInput
Default constructor.
UnexpectedInput(StructValue) - Constructor for exception com.vmware.vapi.std.errors.UnexpectedInput
 
UnexpectedInput(StructValue, Error.Type) - Constructor for exception com.vmware.vapi.std.errors.UnexpectedInput
 
UnexpectedInput.Builder - Class in com.vmware.vapi.std.errors
Builder class for UnexpectedInput.
unregister(String) - Method in class com.vmware.vapi.std.activation.impl.ActivationManagerImpl
 
UnresolvedError - Exception in com.vmware.vapi.bindings
Concrete ApiError which represents a VMODL2 error that was reported but couldn't be resolved.
UnresolvedError(ErrorValue) - Constructor for exception com.vmware.vapi.bindings.UnresolvedError
 
UNSET - Static variable in class com.vmware.vapi.data.OptionalValue
OptionalValue instance which is not set, i.e.
UNSUPPORTED - Static variable in interface com.vmware.vapi.bindings.exception.Constants
 
UNSUPPORTED - Static variable in class com.vmware.vapi.std.errors.Error.Type
Discriminator for the Unsupported type.
unsupported - Static variable in class com.vmware.vapi.std.errors.StructDefinitions
 
Unsupported - Exception in com.vmware.vapi.std.errors
The Unsupported exception indicates that the method is not supported by the interface.
Unsupported(List<LocalizableMessage>, Structure) - Constructor for exception com.vmware.vapi.std.errors.Unsupported
This constructor is provided for backwards compatibility purposes only.
Unsupported() - Constructor for exception com.vmware.vapi.std.errors.Unsupported
Default constructor.
Unsupported(StructValue) - Constructor for exception com.vmware.vapi.std.errors.Unsupported
 
Unsupported(StructValue, Error.Type) - Constructor for exception com.vmware.vapi.std.errors.Unsupported
 
Unsupported.Builder - Class in com.vmware.vapi.std.errors
Builder class for Unsupported.
UNVERIFIED_PEER - Static variable in class com.vmware.vapi.std.errors.Error.Type
Discriminator for the UnverifiedPeer type.
unverifiedPeer - Static variable in class com.vmware.vapi.std.errors.StructDefinitions
 
UnverifiedPeer - Exception in com.vmware.vapi.std.errors
The UnverifiedPeer exception indicates that an attempt to connect to an unknown or not-yet-trusted endpoint failed because the system was unable to verify the identity of the endpoint.
UnverifiedPeer(List<LocalizableMessage>, Structure) - Constructor for exception com.vmware.vapi.std.errors.UnverifiedPeer
This constructor is provided for backwards compatibility purposes only.
UnverifiedPeer() - Constructor for exception com.vmware.vapi.std.errors.UnverifiedPeer
Default constructor.
UnverifiedPeer(StructValue) - Constructor for exception com.vmware.vapi.std.errors.UnverifiedPeer
 
UnverifiedPeer(StructValue, Error.Type) - Constructor for exception com.vmware.vapi.std.errors.UnverifiedPeer
 
UnverifiedPeer.Builder - Class in com.vmware.vapi.std.errors
Builder class for UnverifiedPeer.
updateProgress(Progress) - Method in class com.vmware.vapi.bindings.server.AsyncContext
Reports progress for the operation invocation.
updateProgress(DataValue) - Method in class com.vmware.vapi.core.AsyncHandle
Reports progress for the operation invocation.
updateProgress(DataValue) - Method in class com.vmware.vapi.core.AsyncHandleSyncAdapter
 
updateProgress(DataValue) - Method in class com.vmware.vapi.util.async.DecoratorAsyncHandle
 
updateStubConfiguration(StubFactory, StubConfiguration) - Method in class com.vmware.vapi.std.activation.ActivationFactory
 
updateStubConfiguration(StubFactory, StubConfiguration) - Method in class com.vmware.vapi.std.errors.ErrorsFactory
 
updateStubConfiguration(StubFactory, StubConfiguration) - Method in class com.vmware.vapi.std.interposition.InterpositionFactory
 
updateStubConfiguration(StubFactory, StubConfiguration) - Method in class com.vmware.vapi.std.introspection.IntrospectionFactory
 
updateStubConfiguration(StubFactory, StubConfiguration) - Method in class com.vmware.vapi.std.StdFactory
 
updateStubConfiguration(StubFactory, StubConfiguration) - Method in class com.vmware.vapi.VapiFactory
 
UriType - Class in com.vmware.vapi.bindings.type
 
UriType() - Constructor for class com.vmware.vapi.bindings.type.UriType
 
USER_AGENT_KEY - Static variable in class com.vmware.vapi.core.ExecutionContext.ApplicationData
ApplicationData property key for user agent.
USER_KEY - Static variable in class com.vmware.vapi.security.UserPassSecurityContext
 
USER_PASS - Static variable in class com.vmware.vapi.security.StdSecuritySchemes
 
USER_PASSWORD - Static variable in class com.vmware.vapi.std.AuthenticationScheme
Indicates that the security context in a request is using username/password based authentication scheme.
UserPassCredentials - Class in com.vmware.vapi.protocol
Represents user and password credentials.
UserPassCredentials(String, char[]) - Constructor for class com.vmware.vapi.protocol.UserPassCredentials
Constructor.
UserPassSecurityContext - Class in com.vmware.vapi.security
This class represents a security context suitable for user/password authentication.
UserPassSecurityContext(String, char[]) - Constructor for class com.vmware.vapi.security.UserPassSecurityContext
 
usesSystemDefaultProxyConfiguration() - Method in class com.vmware.vapi.protocol.HttpConfiguration.ProxyConfiguration
 
UTF8_CHARSET - Static variable in interface com.vmware.vapi.protocol.RequestProcessor
 

V

validate(StructValue, TypeConverter) - Method in class com.vmware.vapi.bindings.type.DynamicStructType
Enforces all static (defined in the IDL) or dynamic constrains defined over this structure.
validate(StructValue) - Method in class com.vmware.vapi.bindings.type.StructType
Enforces all static (defined in the IDL) or dynamic constrains defined over this structure.
validate(StructValue, MethodIdentifier) - Method in class com.vmware.vapi.bindings.type.StructType
Enforces all static (defined in the IDL) or dynamic constrains defined over this structure.
validate(DataValue) - Method in class com.vmware.vapi.data.AnyErrorDefinition
Validates that the specified DataValue is an instance of this data definition.
validate(DataValue) - Method in class com.vmware.vapi.data.DataDefinition
Validates that the specified DataValue is an instance of this data definition.
validate(DataValue) - Method in class com.vmware.vapi.data.DynamicStructDefinition
Validates that the specified DataValue is an instance of this data definition.
validate(DataValue) - Method in class com.vmware.vapi.data.ListDefinition
Validates that the specified DataValue is an instance of this data definition.
validate(DataValue) - Method in class com.vmware.vapi.data.OpaqueDefinition
Validates that the specified DataValue is an instance of this data definition.
validate(DataValue) - Method in class com.vmware.vapi.data.OptionalDefinition
Validates that the specified DataValue is an instance of this data definition.
validate(DataValue) - Method in class com.vmware.vapi.data.StructDefinition
Validates that the specified DataValue is an instance of this data definition.
validate(DataValue) - Method in class com.vmware.vapi.data.StructRefDefinition
 
validateArray(Object[]) - Static method in class com.vmware.vapi.protocol.server.rpc.http.impl.AbstractServer
 
validInstanceOf(DataValue) - Method in class com.vmware.vapi.data.DataDefinition
Validates that the specified DataValue is an instance of this data-definition.
VALUE_FIELD_NAME - Static variable in class com.vmware.vapi.std.StandardDataFactory
 
valueOf(String) - Static method in enum com.vmware.vapi.core.MethodDefinition.TaskSupport
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vmware.vapi.data.DataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vmware.vapi.protocol.HttpConfiguration.LibType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vmware.vapi.protocol.HttpConfiguration.Protocol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vmware.vapi.protocol.JsonProtocolConnectionFactory.Protocol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vmware.vapi.protocol.server.rpc.http.Endpoint.EndpointType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vmware.vapi.protocol.server.rpc.http.Endpoint.Protocol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vmware.vapi.protocol.server.rpc.http.Filter.Dispatcher
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vmware.vapi.protocol.server.rpc.http.Service.TransportGuarantee
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class com.vmware.vapi.std.errors.Error.Type
Returns the enumeration constant for the specified name.
valueOf(String) - Static method in enum com.vmware.vapi.std.errors.Error.Type.Values
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class com.vmware.vapi.std.interposition.InvocationResult.ResultType
Returns the enumeration constant for the specified name.
valueOf(String) - Static method in enum com.vmware.vapi.std.interposition.InvocationResult.ResultType.Values
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class com.vmware.vapi.std.introspection.OperationTypes.DataDefinition.DataType
Returns the enumeration constant for the specified name.
valueOf(String) - Static method in enum com.vmware.vapi.std.introspection.OperationTypes.DataDefinition.DataType.Values
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class com.vmware.vapi.std.LocalizationParam.DateTimeFormat
Returns the enumeration constant for the specified name.
valueOf(String) - Static method in enum com.vmware.vapi.std.LocalizationParam.DateTimeFormat.Values
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vmware.vapi.tracing.TracingLevel
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.vmware.vapi.core.MethodDefinition.TaskSupport
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vmware.vapi.data.DataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vmware.vapi.protocol.HttpConfiguration.LibType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vmware.vapi.protocol.HttpConfiguration.Protocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vmware.vapi.protocol.JsonProtocolConnectionFactory.Protocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vmware.vapi.protocol.server.rpc.http.Endpoint.EndpointType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vmware.vapi.protocol.server.rpc.http.Endpoint.Protocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vmware.vapi.protocol.server.rpc.http.Filter.Dispatcher
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vmware.vapi.protocol.server.rpc.http.Service.TransportGuarantee
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class com.vmware.vapi.std.errors.Error.Type
Retrieve all enumeration constants pre-defined by this enumeration class.
values() - Static method in enum com.vmware.vapi.std.errors.Error.Type.Values
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class com.vmware.vapi.std.interposition.InvocationResult.ResultType
Retrieve all enumeration constants pre-defined by this enumeration class.
values() - Static method in enum com.vmware.vapi.std.interposition.InvocationResult.ResultType.Values
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class com.vmware.vapi.std.introspection.OperationTypes.DataDefinition.DataType
Retrieve all enumeration constants pre-defined by this enumeration class.
values() - Static method in enum com.vmware.vapi.std.introspection.OperationTypes.DataDefinition.DataType.Values
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class com.vmware.vapi.std.LocalizationParam.DateTimeFormat
Retrieve all enumeration constants pre-defined by this enumeration class.
values() - Static method in enum com.vmware.vapi.std.LocalizationParam.DateTimeFormat.Values
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vmware.vapi.tracing.TracingLevel
Returns an array containing the constants of this enum type, in the order they are declared.
ValueVisitor - Interface in com.vmware.vapi.data
 
VapiFactory - Class in com.vmware.vapi
VapiFactory is responsible for creating instances of services contained inside the com.vmware.vapi package and also has the subpackages reference to access respective subpackage services.
VersionUtil - Class in com.vmware.vapi.internal
Utility for accessing vAPI version information at runtime.
VersionUtil() - Constructor for class com.vmware.vapi.internal.VersionUtil
 
visit(VoidType) - Method in interface com.vmware.vapi.bindings.type.TypeVisitor
visit(IntegerType) - Method in interface com.vmware.vapi.bindings.type.TypeVisitor
visit(DoubleType) - Method in interface com.vmware.vapi.bindings.type.TypeVisitor
visit(StringType) - Method in interface com.vmware.vapi.bindings.type.TypeVisitor
visit(BooleanType) - Method in interface com.vmware.vapi.bindings.type.TypeVisitor
visit(BinaryType) - Method in interface com.vmware.vapi.bindings.type.TypeVisitor
visit(DateTimeType) - Method in interface com.vmware.vapi.bindings.type.TypeVisitor
visit(UriType) - Method in interface com.vmware.vapi.bindings.type.TypeVisitor
visit(OptionalType) - Method in interface com.vmware.vapi.bindings.type.TypeVisitor
visit(ListType) - Method in interface com.vmware.vapi.bindings.type.TypeVisitor
visit(StructType) - Method in interface com.vmware.vapi.bindings.type.TypeVisitor
visit(OpaqueType) - Method in interface com.vmware.vapi.bindings.type.TypeVisitor
visit(SecretType) - Method in interface com.vmware.vapi.bindings.type.TypeVisitor
visit(TypeReference<? extends Type>) - Method in interface com.vmware.vapi.bindings.type.TypeVisitor
visit(EnumType) - Method in interface com.vmware.vapi.bindings.type.TypeVisitor
visit(ErrorType) - Method in interface com.vmware.vapi.bindings.type.TypeVisitor
visit(IdType) - Method in interface com.vmware.vapi.bindings.type.TypeVisitor
visit(SetType) - Method in interface com.vmware.vapi.bindings.type.TypeVisitor
visit(MapType) - Method in interface com.vmware.vapi.bindings.type.TypeVisitor
visit(DynamicStructType) - Method in interface com.vmware.vapi.bindings.type.TypeVisitor
visit(AnyErrorType) - Method in interface com.vmware.vapi.bindings.type.TypeVisitor
visit(VoidDefinition) - Method in interface com.vmware.vapi.data.DefinitionVisitor
 
visit(BooleanDefinition) - Method in interface com.vmware.vapi.data.DefinitionVisitor
 
visit(IntegerDefinition) - Method in interface com.vmware.vapi.data.DefinitionVisitor
 
visit(DoubleDefinition) - Method in interface com.vmware.vapi.data.DefinitionVisitor
 
visit(StringDefinition) - Method in interface com.vmware.vapi.data.DefinitionVisitor
 
visit(BlobDefinition) - Method in interface com.vmware.vapi.data.DefinitionVisitor
 
visit(OptionalDefinition) - Method in interface com.vmware.vapi.data.DefinitionVisitor
 
visit(ListDefinition) - Method in interface com.vmware.vapi.data.DefinitionVisitor
 
visit(StructDefinition) - Method in interface com.vmware.vapi.data.DefinitionVisitor
 
visit(OpaqueDefinition) - Method in interface com.vmware.vapi.data.DefinitionVisitor
 
visit(SecretDefinition) - Method in interface com.vmware.vapi.data.DefinitionVisitor
 
visit(StructRefDefinition) - Method in interface com.vmware.vapi.data.DefinitionVisitor
 
visit(DynamicStructDefinition) - Method in interface com.vmware.vapi.data.DefinitionVisitor
 
visit(AnyErrorDefinition) - Method in interface com.vmware.vapi.data.DefinitionVisitor
 
visit(VoidValue) - Method in interface com.vmware.vapi.data.ValueVisitor
 
visit(BooleanValue) - Method in interface com.vmware.vapi.data.ValueVisitor
 
visit(IntegerValue) - Method in interface com.vmware.vapi.data.ValueVisitor
 
visit(DoubleValue) - Method in interface com.vmware.vapi.data.ValueVisitor
 
visit(StringValue) - Method in interface com.vmware.vapi.data.ValueVisitor
 
visit(SecretValue) - Method in interface com.vmware.vapi.data.ValueVisitor
 
visit(BlobValue) - Method in interface com.vmware.vapi.data.ValueVisitor
 
visit(OptionalValue) - Method in interface com.vmware.vapi.data.ValueVisitor
 
visit(ListValue) - Method in interface com.vmware.vapi.data.ValueVisitor
 
visit(StructValue) - Method in interface com.vmware.vapi.data.ValueVisitor
 
VOID - Static variable in class com.vmware.vapi.std.introspection.OperationTypes.DataDefinition.DataType
Indicates the value is a void data type.
VoidDefinition - Class in com.vmware.vapi.data
 
VoidType - Class in com.vmware.vapi.bindings.type
 
VoidType() - Constructor for class com.vmware.vapi.bindings.type.VoidType
 
VoidValue - Class in com.vmware.vapi.data
 

W

waitForShutdown(long) - Method in class com.vmware.vapi.server.Server
Wait for the server shutdown to complete.
waitForShutdown(long) - Method in interface com.vmware.vapi.server.ServerInterface
Wait for the server shutdown to complete.
whenComplete(BiConsumer<? super T, ? super Throwable>) - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
whenCompleteAsync(BiConsumer<? super T, ? super Throwable>) - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
whenCompleteAsync(BiConsumer<? super T, ? super Throwable>, Executor) - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
withApplicationData(ExecutionContext.ApplicationData) - Method in class com.vmware.vapi.core.ExecutionContext
Returns a new ExecutionContext instance with replaced application data
withReadTimeout(int) - Static method in class com.vmware.vapi.bindings.client.InvocationConfig
Static factory for instances with configured timeout as described in ExecutionContext.Builder#setReadTimeout for one or more specific invocations.
withResponseAccessor(HttpResponseAccessor) - Static method in class com.vmware.vapi.bindings.client.InvocationConfig
Static factory for instances configured with HttpResponseAccessor.
withSecurityContext(ExecutionContext.SecurityContext) - Method in class com.vmware.vapi.core.ExecutionContext
Returns a new ExecutionContext instance with replaced security context

_

__cancelInput - Static variable in class com.vmware.vapi.std.activation.ActivationManagerDefinitions
 
__cancelOutput - Static variable in class com.vmware.vapi.std.activation.ActivationManagerDefinitions
 
__dynamicStructureFields - Variable in class com.vmware.vapi.std.AuthenticationScheme
 
__dynamicStructureFields - Variable in class com.vmware.vapi.std.DynamicID
 
__dynamicStructureFields - Variable in class com.vmware.vapi.std.errors.ArgumentLocations
 
__dynamicStructureFields - Variable in exception com.vmware.vapi.std.errors.Error
 
__dynamicStructureFields - Variable in class com.vmware.vapi.std.errors.FileLocations
 
__dynamicStructureFields - Variable in class com.vmware.vapi.std.errors.TransientIndication
 
__dynamicStructureFields - Variable in class com.vmware.vapi.std.interposition.InvocationRequest
 
__dynamicStructureFields - Variable in class com.vmware.vapi.std.interposition.InvocationResult
 
__dynamicStructureFields - Variable in class com.vmware.vapi.std.interposition.SecurityPrincipal
 
__dynamicStructureFields - Variable in class com.vmware.vapi.std.introspection.OperationTypes.DataDefinition
 
__dynamicStructureFields - Variable in class com.vmware.vapi.std.introspection.OperationTypes.Info
 
__dynamicStructureFields - Variable in class com.vmware.vapi.std.introspection.ProviderTypes.Info
 
__dynamicStructureFields - Variable in class com.vmware.vapi.std.introspection.ServiceTypes.Info
 
__dynamicStructureFields - Variable in class com.vmware.vapi.std.LocalizableMessage
 
__dynamicStructureFields - Variable in class com.vmware.vapi.std.LocalizationParam
 
__dynamicStructureFields - Variable in class com.vmware.vapi.std.NestedLocalizableMessage
 
__getInput - Static variable in class com.vmware.vapi.std.introspection.OperationDefinitions
 
__getInput - Static variable in class com.vmware.vapi.std.introspection.ProviderDefinitions
 
__getInput - Static variable in class com.vmware.vapi.std.introspection.ServiceDefinitions
 
__getOutput - Static variable in class com.vmware.vapi.std.introspection.OperationDefinitions
 
__getOutput - Static variable in class com.vmware.vapi.std.introspection.ProviderDefinitions
 
__getOutput - Static variable in class com.vmware.vapi.std.introspection.ServiceDefinitions
 
__listInput - Static variable in class com.vmware.vapi.std.introspection.OperationDefinitions
 
__listInput - Static variable in class com.vmware.vapi.std.introspection.ServiceDefinitions
 
__listOutput - Static variable in class com.vmware.vapi.std.introspection.OperationDefinitions
 
__listOutput - Static variable in class com.vmware.vapi.std.introspection.ServiceDefinitions
 
_acceptQueueSize - Variable in class com.vmware.vapi.protocol.server.rpc.http.impl.HttpEndpoint
 
_convertTo(Class<T>) - Method in class com.vmware.vapi.bindings.DynamicStructureImpl
 
_convertTo(Class<T>) - Method in interface com.vmware.vapi.bindings.Structure
Converts this structure into an instance of the provided class structure if possible.
_convertTo(Class<T>) - Method in exception com.vmware.vapi.bindings.UnresolvedError
 
_convertTo(Class<T>) - Method in class com.vmware.vapi.std.AuthenticationScheme
 
_convertTo(Class<T>) - Method in class com.vmware.vapi.std.DynamicID
 
_convertTo(Class<T>) - Method in exception com.vmware.vapi.std.errors.AlreadyExists
 
_convertTo(Class<T>) - Method in exception com.vmware.vapi.std.errors.AlreadyInDesiredState
 
_convertTo(Class<T>) - Method in class com.vmware.vapi.std.errors.ArgumentLocations
 
_convertTo(Class<T>) - Method in exception com.vmware.vapi.std.errors.Canceled
 
_convertTo(Class<T>) - Method in exception com.vmware.vapi.std.errors.ConcurrentChange
 
_convertTo(Class<T>) - Method in exception com.vmware.vapi.std.errors.Error
 
_convertTo(Class<T>) - Method in exception com.vmware.vapi.std.errors.FeatureInUse
 
_convertTo(Class<T>) - Method in class com.vmware.vapi.std.errors.FileLocations
 
_convertTo(Class<T>) - Method in exception com.vmware.vapi.std.errors.InternalServerError
 
_convertTo(Class<T>) - Method in exception com.vmware.vapi.std.errors.InvalidArgument
 
_convertTo(Class<T>) - Method in exception com.vmware.vapi.std.errors.InvalidElementConfiguration
 
_convertTo(Class<T>) - Method in exception com.vmware.vapi.std.errors.InvalidElementType
 
_convertTo(Class<T>) - Method in exception com.vmware.vapi.std.errors.InvalidRequest
 
_convertTo(Class<T>) - Method in exception com.vmware.vapi.std.errors.NotAllowedInCurrentState
 
_convertTo(Class<T>) - Method in exception com.vmware.vapi.std.errors.NotFound
 
_convertTo(Class<T>) - Method in exception com.vmware.vapi.std.errors.OperationNotFound
 
_convertTo(Class<T>) - Method in exception com.vmware.vapi.std.errors.ResourceBusy
 
_convertTo(Class<T>) - Method in exception com.vmware.vapi.std.errors.ResourceInaccessible
 
_convertTo(Class<T>) - Method in exception com.vmware.vapi.std.errors.ResourceInUse
 
_convertTo(Class<T>) - Method in exception com.vmware.vapi.std.errors.ServiceUnavailable
 
_convertTo(Class<T>) - Method in exception com.vmware.vapi.std.errors.TimedOut
 
_convertTo(Class<T>) - Method in class com.vmware.vapi.std.errors.TransientIndication
 
_convertTo(Class<T>) - Method in exception com.vmware.vapi.std.errors.UnableToAllocateResource
 
_convertTo(Class<T>) - Method in exception com.vmware.vapi.std.errors.Unauthenticated
 
_convertTo(Class<T>) - Method in exception com.vmware.vapi.std.errors.Unauthorized
 
_convertTo(Class<T>) - Method in exception com.vmware.vapi.std.errors.UnexpectedInput
 
_convertTo(Class<T>) - Method in exception com.vmware.vapi.std.errors.Unsupported
 
_convertTo(Class<T>) - Method in exception com.vmware.vapi.std.errors.UnverifiedPeer
 
_convertTo(Class<T>) - Method in class com.vmware.vapi.std.interposition.InvocationRequest
 
_convertTo(Class<T>) - Method in class com.vmware.vapi.std.interposition.InvocationResult
 
_convertTo(Class<T>) - Method in class com.vmware.vapi.std.interposition.SecurityPrincipal
 
_convertTo(Class<T>) - Method in class com.vmware.vapi.std.introspection.OperationTypes.DataDefinition
 
_convertTo(Class<T>) - Method in class com.vmware.vapi.std.introspection.OperationTypes.Info
 
_convertTo(Class<T>) - Method in class com.vmware.vapi.std.introspection.ProviderTypes.Info
 
_convertTo(Class<T>) - Method in class com.vmware.vapi.std.introspection.ServiceTypes.Info
 
_convertTo(Class<T>) - Method in class com.vmware.vapi.std.LocalizableMessage
 
_convertTo(Class<T>) - Method in class com.vmware.vapi.std.LocalizationParam
 
_convertTo(Class<T>) - Method in class com.vmware.vapi.std.NestedLocalizableMessage
 
_endpoints - Variable in class com.vmware.vapi.protocol.server.rpc.http.impl.AbstractServer
Server listening endpoints
_filters - Variable in class com.vmware.vapi.protocol.server.rpc.http.impl.AbstractServer
Filters for HTTP requests and responses
_getCanonicalName() - Method in class com.vmware.vapi.bindings.DynamicStructureImpl
 
_getCanonicalName() - Method in interface com.vmware.vapi.bindings.Structure
Returns the canonical name of the structure.
_getCanonicalName() - Method in exception com.vmware.vapi.bindings.UnresolvedError
 
_getCanonicalName() - Method in class com.vmware.vapi.std.AuthenticationScheme
 
_getCanonicalName() - Method in class com.vmware.vapi.std.DynamicID
 
_getCanonicalName() - Method in exception com.vmware.vapi.std.errors.AlreadyExists
 
_getCanonicalName() - Method in exception com.vmware.vapi.std.errors.AlreadyInDesiredState
 
_getCanonicalName() - Method in class com.vmware.vapi.std.errors.ArgumentLocations
 
_getCanonicalName() - Method in exception com.vmware.vapi.std.errors.Canceled
 
_getCanonicalName() - Method in exception com.vmware.vapi.std.errors.ConcurrentChange
 
_getCanonicalName() - Method in exception com.vmware.vapi.std.errors.Error
 
_getCanonicalName() - Method in exception com.vmware.vapi.std.errors.FeatureInUse
 
_getCanonicalName() - Method in class com.vmware.vapi.std.errors.FileLocations
 
_getCanonicalName() - Method in exception com.vmware.vapi.std.errors.InternalServerError
 
_getCanonicalName() - Method in exception com.vmware.vapi.std.errors.InvalidArgument
 
_getCanonicalName() - Method in exception com.vmware.vapi.std.errors.InvalidElementConfiguration
 
_getCanonicalName() - Method in exception com.vmware.vapi.std.errors.InvalidElementType
 
_getCanonicalName() - Method in exception com.vmware.vapi.std.errors.InvalidRequest
 
_getCanonicalName() - Method in exception com.vmware.vapi.std.errors.NotAllowedInCurrentState
 
_getCanonicalName() - Method in exception com.vmware.vapi.std.errors.NotFound
 
_getCanonicalName() - Method in exception com.vmware.vapi.std.errors.OperationNotFound
 
_getCanonicalName() - Method in exception com.vmware.vapi.std.errors.ResourceBusy
 
_getCanonicalName() - Method in exception com.vmware.vapi.std.errors.ResourceInaccessible
 
_getCanonicalName() - Method in exception com.vmware.vapi.std.errors.ResourceInUse
 
_getCanonicalName() - Method in exception com.vmware.vapi.std.errors.ServiceUnavailable
 
_getCanonicalName() - Method in exception com.vmware.vapi.std.errors.TimedOut
 
_getCanonicalName() - Method in class com.vmware.vapi.std.errors.TransientIndication
 
_getCanonicalName() - Method in exception com.vmware.vapi.std.errors.UnableToAllocateResource
 
_getCanonicalName() - Method in exception com.vmware.vapi.std.errors.Unauthenticated
 
_getCanonicalName() - Method in exception com.vmware.vapi.std.errors.Unauthorized
 
_getCanonicalName() - Method in exception com.vmware.vapi.std.errors.UnexpectedInput
 
_getCanonicalName() - Method in exception com.vmware.vapi.std.errors.Unsupported
 
_getCanonicalName() - Method in exception com.vmware.vapi.std.errors.UnverifiedPeer
 
_getCanonicalName() - Method in class com.vmware.vapi.std.interposition.InvocationRequest
 
_getCanonicalName() - Method in class com.vmware.vapi.std.interposition.InvocationResult
 
_getCanonicalName() - Method in class com.vmware.vapi.std.interposition.SecurityPrincipal
 
_getCanonicalName() - Method in class com.vmware.vapi.std.introspection.OperationTypes.DataDefinition
 
_getCanonicalName() - Method in class com.vmware.vapi.std.introspection.OperationTypes.Info
 
_getCanonicalName() - Method in class com.vmware.vapi.std.introspection.ProviderTypes.Info
 
_getCanonicalName() - Method in class com.vmware.vapi.std.introspection.ServiceTypes.Info
 
_getCanonicalName() - Method in class com.vmware.vapi.std.LocalizableMessage
 
_getCanonicalName() - Method in class com.vmware.vapi.std.LocalizationParam
 
_getCanonicalName() - Method in class com.vmware.vapi.std.NestedLocalizableMessage
 
_getCanonicalTypeName() - Static method in class com.vmware.vapi.std.AuthenticationScheme
Returns the canonical type name.
_getCanonicalTypeName() - Static method in class com.vmware.vapi.std.DynamicID
Returns the canonical type name.
_getCanonicalTypeName() - Static method in exception com.vmware.vapi.std.errors.AlreadyExists
Returns the canonical type name.
_getCanonicalTypeName() - Static method in exception com.vmware.vapi.std.errors.AlreadyInDesiredState
Returns the canonical type name.
_getCanonicalTypeName() - Static method in class com.vmware.vapi.std.errors.ArgumentLocations
Returns the canonical type name.
_getCanonicalTypeName() - Static method in exception com.vmware.vapi.std.errors.Canceled
Returns the canonical type name.
_getCanonicalTypeName() - Static method in exception com.vmware.vapi.std.errors.ConcurrentChange
Returns the canonical type name.
_getCanonicalTypeName() - Static method in exception com.vmware.vapi.std.errors.Error
Returns the canonical type name.
_getCanonicalTypeName() - Static method in exception com.vmware.vapi.std.errors.FeatureInUse
Returns the canonical type name.
_getCanonicalTypeName() - Static method in class com.vmware.vapi.std.errors.FileLocations
Returns the canonical type name.
_getCanonicalTypeName() - Static method in exception com.vmware.vapi.std.errors.InternalServerError
Returns the canonical type name.
_getCanonicalTypeName() - Static method in exception com.vmware.vapi.std.errors.InvalidArgument
Returns the canonical type name.
_getCanonicalTypeName() - Static method in exception com.vmware.vapi.std.errors.InvalidElementConfiguration
Returns the canonical type name.
_getCanonicalTypeName() - Static method in exception com.vmware.vapi.std.errors.InvalidElementType
Returns the canonical type name.
_getCanonicalTypeName() - Static method in exception com.vmware.vapi.std.errors.InvalidRequest
Returns the canonical type name.
_getCanonicalTypeName() - Static method in exception com.vmware.vapi.std.errors.NotAllowedInCurrentState
Returns the canonical type name.
_getCanonicalTypeName() - Static method in exception com.vmware.vapi.std.errors.NotFound
Returns the canonical type name.
_getCanonicalTypeName() - Static method in exception com.vmware.vapi.std.errors.OperationNotFound
Returns the canonical type name.
_getCanonicalTypeName() - Static method in exception com.vmware.vapi.std.errors.ResourceBusy
Returns the canonical type name.
_getCanonicalTypeName() - Static method in exception com.vmware.vapi.std.errors.ResourceInaccessible
Returns the canonical type name.
_getCanonicalTypeName() - Static method in exception com.vmware.vapi.std.errors.ResourceInUse
Returns the canonical type name.
_getCanonicalTypeName() - Static method in exception com.vmware.vapi.std.errors.ServiceUnavailable
Returns the canonical type name.
_getCanonicalTypeName() - Static method in exception com.vmware.vapi.std.errors.TimedOut
Returns the canonical type name.
_getCanonicalTypeName() - Static method in class com.vmware.vapi.std.errors.TransientIndication
Returns the canonical type name.
_getCanonicalTypeName() - Static method in exception com.vmware.vapi.std.errors.UnableToAllocateResource
Returns the canonical type name.
_getCanonicalTypeName() - Static method in exception com.vmware.vapi.std.errors.Unauthenticated
Returns the canonical type name.
_getCanonicalTypeName() - Static method in exception com.vmware.vapi.std.errors.Unauthorized
Returns the canonical type name.
_getCanonicalTypeName() - Static method in exception com.vmware.vapi.std.errors.UnexpectedInput
Returns the canonical type name.
_getCanonicalTypeName() - Static method in exception com.vmware.vapi.std.errors.Unsupported
Returns the canonical type name.
_getCanonicalTypeName() - Static method in exception com.vmware.vapi.std.errors.UnverifiedPeer
Returns the canonical type name.
_getCanonicalTypeName() - Static method in class com.vmware.vapi.std.interposition.InvocationRequest
Returns the canonical type name.
_getCanonicalTypeName() - Static method in class com.vmware.vapi.std.interposition.InvocationResult
Returns the canonical type name.
_getCanonicalTypeName() - Static method in class com.vmware.vapi.std.interposition.SecurityPrincipal
Returns the canonical type name.
_getCanonicalTypeName() - Static method in class com.vmware.vapi.std.introspection.OperationTypes.DataDefinition
Returns the canonical type name.
_getCanonicalTypeName() - Static method in class com.vmware.vapi.std.introspection.OperationTypes.Info
Returns the canonical type name.
_getCanonicalTypeName() - Static method in class com.vmware.vapi.std.introspection.ProviderTypes.Info
Returns the canonical type name.
_getCanonicalTypeName() - Static method in class com.vmware.vapi.std.introspection.ServiceTypes.Info
Returns the canonical type name.
_getCanonicalTypeName() - Static method in class com.vmware.vapi.std.LocalizableMessage
Returns the canonical type name.
_getCanonicalTypeName() - Static method in class com.vmware.vapi.std.LocalizationParam
Returns the canonical type name.
_getCanonicalTypeName() - Static method in class com.vmware.vapi.std.NestedLocalizableMessage
Returns the canonical type name.
_getClassType() - Static method in class com.vmware.vapi.std.AuthenticationScheme
WARNING: Internal method, subject to change in future versions.
_getClassType() - Static method in class com.vmware.vapi.std.DynamicID
WARNING: Internal method, subject to change in future versions.
_getClassType() - Static method in exception com.vmware.vapi.std.errors.AlreadyExists
WARNING: Internal method, subject to change in future versions.
_getClassType() - Static method in exception com.vmware.vapi.std.errors.AlreadyInDesiredState
WARNING: Internal method, subject to change in future versions.
_getClassType() - Static method in class com.vmware.vapi.std.errors.ArgumentLocations
WARNING: Internal method, subject to change in future versions.
_getClassType() - Static method in exception com.vmware.vapi.std.errors.Canceled
WARNING: Internal method, subject to change in future versions.
_getClassType() - Static method in exception com.vmware.vapi.std.errors.ConcurrentChange
WARNING: Internal method, subject to change in future versions.
_getClassType() - Static method in exception com.vmware.vapi.std.errors.Error
WARNING: Internal method, subject to change in future versions.
_getClassType() - Static method in exception com.vmware.vapi.std.errors.FeatureInUse
WARNING: Internal method, subject to change in future versions.
_getClassType() - Static method in class com.vmware.vapi.std.errors.FileLocations
WARNING: Internal method, subject to change in future versions.
_getClassType() - Static method in exception com.vmware.vapi.std.errors.InternalServerError
WARNING: Internal method, subject to change in future versions.
_getClassType() - Static method in exception com.vmware.vapi.std.errors.InvalidArgument
WARNING: Internal method, subject to change in future versions.
_getClassType() - Static method in exception com.vmware.vapi.std.errors.InvalidElementConfiguration
WARNING: Internal method, subject to change in future versions.
_getClassType() - Static method in exception com.vmware.vapi.std.errors.InvalidElementType
WARNING: Internal method, subject to change in future versions.
_getClassType() - Static method in exception com.vmware.vapi.std.errors.InvalidRequest
WARNING: Internal method, subject to change in future versions.
_getClassType() - Static method in exception com.vmware.vapi.std.errors.NotAllowedInCurrentState
WARNING: Internal method, subject to change in future versions.
_getClassType() - Static method in exception com.vmware.vapi.std.errors.NotFound
WARNING: Internal method, subject to change in future versions.
_getClassType() - Static method in exception com.vmware.vapi.std.errors.OperationNotFound
WARNING: Internal method, subject to change in future versions.
_getClassType() - Static method in exception com.vmware.vapi.std.errors.ResourceBusy
WARNING: Internal method, subject to change in future versions.
_getClassType() - Static method in exception com.vmware.vapi.std.errors.ResourceInaccessible
WARNING: Internal method, subject to change in future versions.
_getClassType() - Static method in exception com.vmware.vapi.std.errors.ResourceInUse
WARNING: Internal method, subject to change in future versions.
_getClassType() - Static method in exception com.vmware.vapi.std.errors.ServiceUnavailable
WARNING: Internal method, subject to change in future versions.
_getClassType() - Static method in exception com.vmware.vapi.std.errors.TimedOut
WARNING: Internal method, subject to change in future versions.
_getClassType() - Static method in class com.vmware.vapi.std.errors.TransientIndication
WARNING: Internal method, subject to change in future versions.
_getClassType() - Static method in exception com.vmware.vapi.std.errors.UnableToAllocateResource
WARNING: Internal method, subject to change in future versions.
_getClassType() - Static method in exception com.vmware.vapi.std.errors.Unauthenticated
WARNING: Internal method, subject to change in future versions.
_getClassType() - Static method in exception com.vmware.vapi.std.errors.Unauthorized
WARNING: Internal method, subject to change in future versions.
_getClassType() - Static method in exception com.vmware.vapi.std.errors.UnexpectedInput
WARNING: Internal method, subject to change in future versions.
_getClassType() - Static method in exception com.vmware.vapi.std.errors.Unsupported
WARNING: Internal method, subject to change in future versions.
_getClassType() - Static method in exception com.vmware.vapi.std.errors.UnverifiedPeer
WARNING: Internal method, subject to change in future versions.
_getClassType() - Static method in class com.vmware.vapi.std.interposition.InvocationRequest
WARNING: Internal method, subject to change in future versions.
_getClassType() - Static method in class com.vmware.vapi.std.interposition.InvocationResult
WARNING: Internal method, subject to change in future versions.
_getClassType() - Static method in class com.vmware.vapi.std.interposition.SecurityPrincipal
WARNING: Internal method, subject to change in future versions.
_getClassType() - Static method in class com.vmware.vapi.std.introspection.OperationTypes.DataDefinition
WARNING: Internal method, subject to change in future versions.
_getClassType() - Static method in class com.vmware.vapi.std.introspection.OperationTypes.Info
WARNING: Internal method, subject to change in future versions.
_getClassType() - Static method in class com.vmware.vapi.std.introspection.ProviderTypes.Info
WARNING: Internal method, subject to change in future versions.
_getClassType() - Static method in class com.vmware.vapi.std.introspection.ServiceTypes.Info
WARNING: Internal method, subject to change in future versions.
_getClassType() - Static method in class com.vmware.vapi.std.LocalizableMessage
WARNING: Internal method, subject to change in future versions.
_getClassType() - Static method in class com.vmware.vapi.std.LocalizationParam
WARNING: Internal method, subject to change in future versions.
_getClassType() - Static method in class com.vmware.vapi.std.NestedLocalizableMessage
WARNING: Internal method, subject to change in future versions.
_getDataValue() - Method in class com.vmware.vapi.bindings.DynamicStructureImpl
 
_getDataValue() - Method in interface com.vmware.vapi.bindings.Structure
Returns this Structure represented in the dynamic DataValue model.
_getDataValue() - Method in exception com.vmware.vapi.bindings.UnresolvedError
 
_getDataValue() - Method in class com.vmware.vapi.std.AuthenticationScheme
 
_getDataValue() - Method in class com.vmware.vapi.std.DynamicID
 
_getDataValue() - Method in exception com.vmware.vapi.std.errors.AlreadyExists
 
_getDataValue() - Method in exception com.vmware.vapi.std.errors.AlreadyInDesiredState
 
_getDataValue() - Method in class com.vmware.vapi.std.errors.ArgumentLocations
 
_getDataValue() - Method in exception com.vmware.vapi.std.errors.Canceled
 
_getDataValue() - Method in exception com.vmware.vapi.std.errors.ConcurrentChange
 
_getDataValue() - Method in exception com.vmware.vapi.std.errors.Error
 
_getDataValue() - Method in exception com.vmware.vapi.std.errors.FeatureInUse
 
_getDataValue() - Method in class com.vmware.vapi.std.errors.FileLocations
 
_getDataValue() - Method in exception com.vmware.vapi.std.errors.InternalServerError
 
_getDataValue() - Method in exception com.vmware.vapi.std.errors.InvalidArgument
 
_getDataValue() - Method in exception com.vmware.vapi.std.errors.InvalidElementConfiguration
 
_getDataValue() - Method in exception com.vmware.vapi.std.errors.InvalidElementType
 
_getDataValue() - Method in exception com.vmware.vapi.std.errors.InvalidRequest
 
_getDataValue() - Method in exception com.vmware.vapi.std.errors.NotAllowedInCurrentState
 
_getDataValue() - Method in exception com.vmware.vapi.std.errors.NotFound
 
_getDataValue() - Method in exception com.vmware.vapi.std.errors.OperationNotFound
 
_getDataValue() - Method in exception com.vmware.vapi.std.errors.ResourceBusy
 
_getDataValue() - Method in exception com.vmware.vapi.std.errors.ResourceInaccessible
 
_getDataValue() - Method in exception com.vmware.vapi.std.errors.ResourceInUse
 
_getDataValue() - Method in exception com.vmware.vapi.std.errors.ServiceUnavailable
 
_getDataValue() - Method in exception com.vmware.vapi.std.errors.TimedOut
 
_getDataValue() - Method in class com.vmware.vapi.std.errors.TransientIndication
 
_getDataValue() - Method in exception com.vmware.vapi.std.errors.UnableToAllocateResource
 
_getDataValue() - Method in exception com.vmware.vapi.std.errors.Unauthenticated
 
_getDataValue() - Method in exception com.vmware.vapi.std.errors.Unauthorized
 
_getDataValue() - Method in exception com.vmware.vapi.std.errors.UnexpectedInput
 
_getDataValue() - Method in exception com.vmware.vapi.std.errors.Unsupported
 
_getDataValue() - Method in exception com.vmware.vapi.std.errors.UnverifiedPeer
 
_getDataValue() - Method in class com.vmware.vapi.std.interposition.InvocationRequest
 
_getDataValue() - Method in class com.vmware.vapi.std.interposition.InvocationResult
 
_getDataValue() - Method in class com.vmware.vapi.std.interposition.SecurityPrincipal
 
_getDataValue() - Method in class com.vmware.vapi.std.introspection.OperationTypes.DataDefinition
 
_getDataValue() - Method in class com.vmware.vapi.std.introspection.OperationTypes.Info
 
_getDataValue() - Method in class com.vmware.vapi.std.introspection.ProviderTypes.Info
 
_getDataValue() - Method in class com.vmware.vapi.std.introspection.ServiceTypes.Info
 
_getDataValue() - Method in class com.vmware.vapi.std.LocalizableMessage
 
_getDataValue() - Method in class com.vmware.vapi.std.LocalizationParam
 
_getDataValue() - Method in class com.vmware.vapi.std.NestedLocalizableMessage
 
_getDynamicField(String) - Method in interface com.vmware.vapi.bindings.StaticStructure
Get a dynamic field value, doesn't allow access to static fields (which have getters/setters).
_getDynamicField(String) - Method in class com.vmware.vapi.std.AuthenticationScheme
 
_getDynamicField(String) - Method in class com.vmware.vapi.std.DynamicID
 
_getDynamicField(String) - Method in exception com.vmware.vapi.std.errors.AlreadyExists
 
_getDynamicField(String) - Method in exception com.vmware.vapi.std.errors.AlreadyInDesiredState
 
_getDynamicField(String) - Method in class com.vmware.vapi.std.errors.ArgumentLocations
 
_getDynamicField(String) - Method in exception com.vmware.vapi.std.errors.Canceled
 
_getDynamicField(String) - Method in exception com.vmware.vapi.std.errors.ConcurrentChange
 
_getDynamicField(String) - Method in exception com.vmware.vapi.std.errors.Error
 
_getDynamicField(String) - Method in exception com.vmware.vapi.std.errors.FeatureInUse
 
_getDynamicField(String) - Method in class com.vmware.vapi.std.errors.FileLocations
 
_getDynamicField(String) - Method in exception com.vmware.vapi.std.errors.InternalServerError
 
_getDynamicField(String) - Method in exception com.vmware.vapi.std.errors.InvalidArgument
 
_getDynamicField(String) - Method in exception com.vmware.vapi.std.errors.InvalidElementConfiguration
 
_getDynamicField(String) - Method in exception com.vmware.vapi.std.errors.InvalidElementType
 
_getDynamicField(String) - Method in exception com.vmware.vapi.std.errors.InvalidRequest
 
_getDynamicField(String) - Method in exception com.vmware.vapi.std.errors.NotAllowedInCurrentState
 
_getDynamicField(String) - Method in exception com.vmware.vapi.std.errors.NotFound
 
_getDynamicField(String) - Method in exception com.vmware.vapi.std.errors.OperationNotFound
 
_getDynamicField(String) - Method in exception com.vmware.vapi.std.errors.ResourceBusy
 
_getDynamicField(String) - Method in exception com.vmware.vapi.std.errors.ResourceInaccessible
 
_getDynamicField(String) - Method in exception com.vmware.vapi.std.errors.ResourceInUse
 
_getDynamicField(String) - Method in exception com.vmware.vapi.std.errors.ServiceUnavailable
 
_getDynamicField(String) - Method in exception com.vmware.vapi.std.errors.TimedOut
 
_getDynamicField(String) - Method in class com.vmware.vapi.std.errors.TransientIndication
 
_getDynamicField(String) - Method in exception com.vmware.vapi.std.errors.UnableToAllocateResource
 
_getDynamicField(String) - Method in exception com.vmware.vapi.std.errors.Unauthenticated
 
_getDynamicField(String) - Method in exception com.vmware.vapi.std.errors.Unauthorized
 
_getDynamicField(String) - Method in exception com.vmware.vapi.std.errors.UnexpectedInput
 
_getDynamicField(String) - Method in exception com.vmware.vapi.std.errors.Unsupported
 
_getDynamicField(String) - Method in exception com.vmware.vapi.std.errors.UnverifiedPeer
 
_getDynamicField(String) - Method in class com.vmware.vapi.std.interposition.InvocationRequest
 
_getDynamicField(String) - Method in class com.vmware.vapi.std.interposition.InvocationResult
 
_getDynamicField(String) - Method in class com.vmware.vapi.std.interposition.SecurityPrincipal
 
_getDynamicField(String) - Method in class com.vmware.vapi.std.introspection.OperationTypes.DataDefinition
 
_getDynamicField(String) - Method in class com.vmware.vapi.std.introspection.OperationTypes.Info
 
_getDynamicField(String) - Method in class com.vmware.vapi.std.introspection.ProviderTypes.Info
 
_getDynamicField(String) - Method in class com.vmware.vapi.std.introspection.ServiceTypes.Info
 
_getDynamicField(String) - Method in class com.vmware.vapi.std.LocalizableMessage
 
_getDynamicField(String) - Method in class com.vmware.vapi.std.LocalizationParam
 
_getDynamicField(String) - Method in class com.vmware.vapi.std.NestedLocalizableMessage
 
_getDynamicFieldNames() - Method in interface com.vmware.vapi.bindings.StaticStructure
Get the names of the dynamic fields in the structure.
_getDynamicFieldNames() - Method in class com.vmware.vapi.std.AuthenticationScheme
 
_getDynamicFieldNames() - Method in class com.vmware.vapi.std.DynamicID
 
_getDynamicFieldNames() - Method in exception com.vmware.vapi.std.errors.AlreadyExists
 
_getDynamicFieldNames() - Method in exception com.vmware.vapi.std.errors.AlreadyInDesiredState
 
_getDynamicFieldNames() - Method in class com.vmware.vapi.std.errors.ArgumentLocations
 
_getDynamicFieldNames() - Method in exception com.vmware.vapi.std.errors.Canceled
 
_getDynamicFieldNames() - Method in exception com.vmware.vapi.std.errors.ConcurrentChange
 
_getDynamicFieldNames() - Method in exception com.vmware.vapi.std.errors.Error
 
_getDynamicFieldNames() - Method in exception com.vmware.vapi.std.errors.FeatureInUse
 
_getDynamicFieldNames() - Method in class com.vmware.vapi.std.errors.FileLocations
 
_getDynamicFieldNames() - Method in exception com.vmware.vapi.std.errors.InternalServerError
 
_getDynamicFieldNames() - Method in exception com.vmware.vapi.std.errors.InvalidArgument
 
_getDynamicFieldNames() - Method in exception com.vmware.vapi.std.errors.InvalidElementConfiguration
 
_getDynamicFieldNames() - Method in exception com.vmware.vapi.std.errors.InvalidElementType
 
_getDynamicFieldNames() - Method in exception com.vmware.vapi.std.errors.InvalidRequest
 
_getDynamicFieldNames() - Method in exception com.vmware.vapi.std.errors.NotAllowedInCurrentState
 
_getDynamicFieldNames() - Method in exception com.vmware.vapi.std.errors.NotFound
 
_getDynamicFieldNames() - Method in exception com.vmware.vapi.std.errors.OperationNotFound
 
_getDynamicFieldNames() - Method in exception com.vmware.vapi.std.errors.ResourceBusy
 
_getDynamicFieldNames() - Method in exception com.vmware.vapi.std.errors.ResourceInaccessible
 
_getDynamicFieldNames() - Method in exception com.vmware.vapi.std.errors.ResourceInUse
 
_getDynamicFieldNames() - Method in exception com.vmware.vapi.std.errors.ServiceUnavailable
 
_getDynamicFieldNames() - Method in exception com.vmware.vapi.std.errors.TimedOut
 
_getDynamicFieldNames() - Method in class com.vmware.vapi.std.errors.TransientIndication
 
_getDynamicFieldNames() - Method in exception com.vmware.vapi.std.errors.UnableToAllocateResource
 
_getDynamicFieldNames() - Method in exception com.vmware.vapi.std.errors.Unauthenticated
 
_getDynamicFieldNames() - Method in exception com.vmware.vapi.std.errors.Unauthorized
 
_getDynamicFieldNames() - Method in exception com.vmware.vapi.std.errors.UnexpectedInput
 
_getDynamicFieldNames() - Method in exception com.vmware.vapi.std.errors.Unsupported
 
_getDynamicFieldNames() - Method in exception com.vmware.vapi.std.errors.UnverifiedPeer
 
_getDynamicFieldNames() - Method in class com.vmware.vapi.std.interposition.InvocationRequest
 
_getDynamicFieldNames() - Method in class com.vmware.vapi.std.interposition.InvocationResult
 
_getDynamicFieldNames() - Method in class com.vmware.vapi.std.interposition.SecurityPrincipal
 
_getDynamicFieldNames() - Method in class com.vmware.vapi.std.introspection.OperationTypes.DataDefinition
 
_getDynamicFieldNames() - Method in class com.vmware.vapi.std.introspection.OperationTypes.Info
 
_getDynamicFieldNames() - Method in class com.vmware.vapi.std.introspection.ProviderTypes.Info
 
_getDynamicFieldNames() - Method in class com.vmware.vapi.std.introspection.ServiceTypes.Info
 
_getDynamicFieldNames() - Method in class com.vmware.vapi.std.LocalizableMessage
 
_getDynamicFieldNames() - Method in class com.vmware.vapi.std.LocalizationParam
 
_getDynamicFieldNames() - Method in class com.vmware.vapi.std.NestedLocalizableMessage
 
_getType() - Method in interface com.vmware.vapi.bindings.StaticStructure
WARNING: Internal method, subject to change in future versions.
_getType() - Method in class com.vmware.vapi.std.AuthenticationScheme
 
_getType() - Method in class com.vmware.vapi.std.DynamicID
 
_getType() - Method in exception com.vmware.vapi.std.errors.AlreadyExists
 
_getType() - Method in exception com.vmware.vapi.std.errors.AlreadyInDesiredState
 
_getType() - Method in class com.vmware.vapi.std.errors.ArgumentLocations
 
_getType() - Method in exception com.vmware.vapi.std.errors.Canceled
 
_getType() - Method in exception com.vmware.vapi.std.errors.ConcurrentChange
 
_getType() - Method in exception com.vmware.vapi.std.errors.Error
 
_getType() - Method in exception com.vmware.vapi.std.errors.FeatureInUse
 
_getType() - Method in class com.vmware.vapi.std.errors.FileLocations
 
_getType() - Method in exception com.vmware.vapi.std.errors.InternalServerError
 
_getType() - Method in exception com.vmware.vapi.std.errors.InvalidArgument
 
_getType() - Method in exception com.vmware.vapi.std.errors.InvalidElementConfiguration
 
_getType() - Method in exception com.vmware.vapi.std.errors.InvalidElementType
 
_getType() - Method in exception com.vmware.vapi.std.errors.InvalidRequest
 
_getType() - Method in exception com.vmware.vapi.std.errors.NotAllowedInCurrentState
 
_getType() - Method in exception com.vmware.vapi.std.errors.NotFound
 
_getType() - Method in exception com.vmware.vapi.std.errors.OperationNotFound
 
_getType() - Method in exception com.vmware.vapi.std.errors.ResourceBusy
 
_getType() - Method in exception com.vmware.vapi.std.errors.ResourceInaccessible
 
_getType() - Method in exception com.vmware.vapi.std.errors.ResourceInUse
 
_getType() - Method in exception com.vmware.vapi.std.errors.ServiceUnavailable
 
_getType() - Method in exception com.vmware.vapi.std.errors.TimedOut
 
_getType() - Method in class com.vmware.vapi.std.errors.TransientIndication
 
_getType() - Method in exception com.vmware.vapi.std.errors.UnableToAllocateResource
 
_getType() - Method in exception com.vmware.vapi.std.errors.Unauthenticated
 
_getType() - Method in exception com.vmware.vapi.std.errors.Unauthorized
 
_getType() - Method in exception com.vmware.vapi.std.errors.UnexpectedInput
 
_getType() - Method in exception com.vmware.vapi.std.errors.Unsupported
 
_getType() - Method in exception com.vmware.vapi.std.errors.UnverifiedPeer
 
_getType() - Method in class com.vmware.vapi.std.interposition.InvocationRequest
 
_getType() - Method in class com.vmware.vapi.std.interposition.InvocationResult
 
_getType() - Method in class com.vmware.vapi.std.interposition.SecurityPrincipal
 
_getType() - Method in class com.vmware.vapi.std.introspection.OperationTypes.DataDefinition
 
_getType() - Method in class com.vmware.vapi.std.introspection.OperationTypes.Info
 
_getType() - Method in class com.vmware.vapi.std.introspection.ProviderTypes.Info
 
_getType() - Method in class com.vmware.vapi.std.introspection.ServiceTypes.Info
 
_getType() - Method in class com.vmware.vapi.std.LocalizableMessage
 
_getType() - Method in class com.vmware.vapi.std.LocalizationParam
 
_getType() - Method in class com.vmware.vapi.std.NestedLocalizableMessage
 
_hasTypeNameOf(Class<? extends Structure>) - Method in class com.vmware.vapi.bindings.DynamicStructureImpl
 
_hasTypeNameOf(Class<? extends Structure>) - Method in interface com.vmware.vapi.bindings.Structure
Checks if the runtime type name of this structure matches the type represented by the specified binding class.
_hasTypeNameOf(Class<? extends Structure>) - Method in exception com.vmware.vapi.bindings.UnresolvedError
 
_hasTypeNameOf(Class<? extends Structure>) - Method in class com.vmware.vapi.std.AuthenticationScheme
 
_hasTypeNameOf(Class<? extends Structure>) - Method in class com.vmware.vapi.std.DynamicID
 
_hasTypeNameOf(Class<? extends Structure>) - Method in exception com.vmware.vapi.std.errors.AlreadyExists
 
_hasTypeNameOf(Class<? extends Structure>) - Method in exception com.vmware.vapi.std.errors.AlreadyInDesiredState
 
_hasTypeNameOf(Class<? extends Structure>) - Method in class com.vmware.vapi.std.errors.ArgumentLocations
 
_hasTypeNameOf(Class<? extends Structure>) - Method in exception com.vmware.vapi.std.errors.Canceled
 
_hasTypeNameOf(Class<? extends Structure>) - Method in exception com.vmware.vapi.std.errors.ConcurrentChange
 
_hasTypeNameOf(Class<? extends Structure>) - Method in exception com.vmware.vapi.std.errors.Error
 
_hasTypeNameOf(Class<? extends Structure>) - Method in exception com.vmware.vapi.std.errors.FeatureInUse
 
_hasTypeNameOf(Class<? extends Structure>) - Method in class com.vmware.vapi.std.errors.FileLocations
 
_hasTypeNameOf(Class<? extends Structure>) - Method in exception com.vmware.vapi.std.errors.InternalServerError
 
_hasTypeNameOf(Class<? extends Structure>) - Method in exception com.vmware.vapi.std.errors.InvalidArgument
 
_hasTypeNameOf(Class<? extends Structure>) - Method in exception com.vmware.vapi.std.errors.InvalidElementConfiguration
 
_hasTypeNameOf(Class<? extends Structure>) - Method in exception com.vmware.vapi.std.errors.InvalidElementType
 
_hasTypeNameOf(Class<? extends Structure>) - Method in exception com.vmware.vapi.std.errors.InvalidRequest
 
_hasTypeNameOf(Class<? extends Structure>) - Method in exception com.vmware.vapi.std.errors.NotAllowedInCurrentState
 
_hasTypeNameOf(Class<? extends Structure>) - Method in exception com.vmware.vapi.std.errors.NotFound
 
_hasTypeNameOf(Class<? extends Structure>) - Method in exception com.vmware.vapi.std.errors.OperationNotFound
 
_hasTypeNameOf(Class<? extends Structure>) - Method in exception com.vmware.vapi.std.errors.ResourceBusy
 
_hasTypeNameOf(Class<? extends Structure>) - Method in exception com.vmware.vapi.std.errors.ResourceInaccessible
 
_hasTypeNameOf(Class<? extends Structure>) - Method in exception com.vmware.vapi.std.errors.ResourceInUse
 
_hasTypeNameOf(Class<? extends Structure>) - Method in exception com.vmware.vapi.std.errors.ServiceUnavailable
 
_hasTypeNameOf(Class<? extends Structure>) - Method in exception com.vmware.vapi.std.errors.TimedOut
 
_hasTypeNameOf(Class<? extends Structure>) - Method in class com.vmware.vapi.std.errors.TransientIndication
 
_hasTypeNameOf(Class<? extends Structure>) - Method in exception com.vmware.vapi.std.errors.UnableToAllocateResource
 
_hasTypeNameOf(Class<? extends Structure>) - Method in exception com.vmware.vapi.std.errors.Unauthenticated
 
_hasTypeNameOf(Class<? extends Structure>) - Method in exception com.vmware.vapi.std.errors.Unauthorized
 
_hasTypeNameOf(Class<? extends Structure>) - Method in exception com.vmware.vapi.std.errors.UnexpectedInput
 
_hasTypeNameOf(Class<? extends Structure>) - Method in exception com.vmware.vapi.std.errors.Unsupported
 
_hasTypeNameOf(Class<? extends Structure>) - Method in exception com.vmware.vapi.std.errors.UnverifiedPeer
 
_hasTypeNameOf(Class<? extends Structure>) - Method in class com.vmware.vapi.std.interposition.InvocationRequest
 
_hasTypeNameOf(Class<? extends Structure>) - Method in class com.vmware.vapi.std.interposition.InvocationResult
 
_hasTypeNameOf(Class<? extends Structure>) - Method in class com.vmware.vapi.std.interposition.SecurityPrincipal
 
_hasTypeNameOf(Class<? extends Structure>) - Method in class com.vmware.vapi.std.introspection.OperationTypes.DataDefinition
 
_hasTypeNameOf(Class<? extends Structure>) - Method in class com.vmware.vapi.std.introspection.OperationTypes.Info
 
_hasTypeNameOf(Class<? extends Structure>) - Method in class com.vmware.vapi.std.introspection.ProviderTypes.Info
 
_hasTypeNameOf(Class<? extends Structure>) - Method in class com.vmware.vapi.std.introspection.ServiceTypes.Info
 
_hasTypeNameOf(Class<? extends Structure>) - Method in class com.vmware.vapi.std.LocalizableMessage
 
_hasTypeNameOf(Class<? extends Structure>) - Method in class com.vmware.vapi.std.LocalizationParam
 
_hasTypeNameOf(Class<? extends Structure>) - Method in class com.vmware.vapi.std.NestedLocalizableMessage
 
_host - Variable in class com.vmware.vapi.protocol.server.rpc.http.impl.HttpEndpoint
 
_lifecycleManager - Variable in class com.vmware.vapi.protocol.server.rpc.http.impl.AbstractServer
Common lifecycle for all server components
_logger - Static variable in class com.vmware.vapi.protocol.server.rpc.http.impl.AbstractServer
Logger
_maxIdleTime - Variable in class com.vmware.vapi.protocol.server.rpc.http.impl.HttpEndpoint
 
_newInstance(StructValue) - Static method in class com.vmware.vapi.std.AuthenticationScheme
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.
_newInstance(StructValue) - Static method in class com.vmware.vapi.std.DynamicID
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.
_newInstance(StructValue) - Static method in exception com.vmware.vapi.std.errors.AlreadyExists
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.
_newInstance(StructValue) - Static method in exception com.vmware.vapi.std.errors.AlreadyInDesiredState
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.
_newInstance(StructValue) - Static method in class com.vmware.vapi.std.errors.ArgumentLocations
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.
_newInstance(StructValue) - Static method in exception com.vmware.vapi.std.errors.Canceled
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.
_newInstance(StructValue) - Static method in exception com.vmware.vapi.std.errors.ConcurrentChange
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.
_newInstance(StructValue) - Static method in exception com.vmware.vapi.std.errors.Error
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.
_newInstance(StructValue) - Static method in exception com.vmware.vapi.std.errors.FeatureInUse
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.
_newInstance(StructValue) - Static method in class com.vmware.vapi.std.errors.FileLocations
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.
_newInstance(StructValue) - Static method in exception com.vmware.vapi.std.errors.InternalServerError
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.
_newInstance(StructValue) - Static method in exception com.vmware.vapi.std.errors.InvalidArgument
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.
_newInstance(StructValue) - Static method in exception com.vmware.vapi.std.errors.InvalidElementConfiguration
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.
_newInstance(StructValue) - Static method in exception com.vmware.vapi.std.errors.InvalidElementType
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.
_newInstance(StructValue) - Static method in exception com.vmware.vapi.std.errors.InvalidRequest
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.
_newInstance(StructValue) - Static method in exception com.vmware.vapi.std.errors.NotAllowedInCurrentState
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.
_newInstance(StructValue) - Static method in exception com.vmware.vapi.std.errors.NotFound
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.
_newInstance(StructValue) - Static method in exception com.vmware.vapi.std.errors.OperationNotFound
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.
_newInstance(StructValue) - Static method in exception com.vmware.vapi.std.errors.ResourceBusy
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.
_newInstance(StructValue) - Static method in exception com.vmware.vapi.std.errors.ResourceInaccessible
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.
_newInstance(StructValue) - Static method in exception com.vmware.vapi.std.errors.ResourceInUse
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.
_newInstance(StructValue) - Static method in exception com.vmware.vapi.std.errors.ServiceUnavailable
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.
_newInstance(StructValue) - Static method in exception com.vmware.vapi.std.errors.TimedOut
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.
_newInstance(StructValue) - Static method in class com.vmware.vapi.std.errors.TransientIndication
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.
_newInstance(StructValue) - Static method in exception com.vmware.vapi.std.errors.UnableToAllocateResource
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.
_newInstance(StructValue) - Static method in exception com.vmware.vapi.std.errors.Unauthenticated
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.
_newInstance(StructValue) - Static method in exception com.vmware.vapi.std.errors.Unauthorized
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.
_newInstance(StructValue) - Static method in exception com.vmware.vapi.std.errors.UnexpectedInput
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.
_newInstance(StructValue) - Static method in exception com.vmware.vapi.std.errors.Unsupported
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.
_newInstance(StructValue) - Static method in exception com.vmware.vapi.std.errors.UnverifiedPeer
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.
_newInstance(StructValue) - Static method in class com.vmware.vapi.std.interposition.InvocationRequest
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.
_newInstance(StructValue) - Static method in class com.vmware.vapi.std.interposition.InvocationResult
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.
_newInstance(StructValue) - Static method in class com.vmware.vapi.std.interposition.SecurityPrincipal
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.
_newInstance(StructValue) - Static method in class com.vmware.vapi.std.introspection.OperationTypes.DataDefinition
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.
_newInstance(StructValue) - Static method in class com.vmware.vapi.std.introspection.OperationTypes.Info
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.
_newInstance(StructValue) - Static method in class com.vmware.vapi.std.introspection.ProviderTypes.Info
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.
_newInstance(StructValue) - Static method in class com.vmware.vapi.std.introspection.ServiceTypes.Info
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.
_newInstance(StructValue) - Static method in class com.vmware.vapi.std.LocalizableMessage
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.
_newInstance(StructValue) - Static method in class com.vmware.vapi.std.LocalizationParam
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.
_newInstance(StructValue) - Static method in class com.vmware.vapi.std.NestedLocalizableMessage
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.
_newInstance2(StructValue) - Static method in class com.vmware.vapi.std.AuthenticationScheme
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.
_newInstance2(StructValue) - Static method in class com.vmware.vapi.std.DynamicID
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.
_newInstance2(StructValue) - Static method in exception com.vmware.vapi.std.errors.AlreadyExists
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.
_newInstance2(StructValue) - Static method in exception com.vmware.vapi.std.errors.AlreadyInDesiredState
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.
_newInstance2(StructValue) - Static method in class com.vmware.vapi.std.errors.ArgumentLocations
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.
_newInstance2(StructValue) - Static method in exception com.vmware.vapi.std.errors.Canceled
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.
_newInstance2(StructValue) - Static method in exception com.vmware.vapi.std.errors.ConcurrentChange
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.
_newInstance2(StructValue) - Static method in exception com.vmware.vapi.std.errors.Error
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.
_newInstance2(StructValue) - Static method in exception com.vmware.vapi.std.errors.FeatureInUse
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.
_newInstance2(StructValue) - Static method in class com.vmware.vapi.std.errors.FileLocations
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.
_newInstance2(StructValue) - Static method in exception com.vmware.vapi.std.errors.InternalServerError
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.
_newInstance2(StructValue) - Static method in exception com.vmware.vapi.std.errors.InvalidArgument
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.
_newInstance2(StructValue) - Static method in exception com.vmware.vapi.std.errors.InvalidElementConfiguration
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.
_newInstance2(StructValue) - Static method in exception com.vmware.vapi.std.errors.InvalidElementType
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.
_newInstance2(StructValue) - Static method in exception com.vmware.vapi.std.errors.InvalidRequest
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.
_newInstance2(StructValue) - Static method in exception com.vmware.vapi.std.errors.NotAllowedInCurrentState
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.
_newInstance2(StructValue) - Static method in exception com.vmware.vapi.std.errors.NotFound
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.
_newInstance2(StructValue) - Static method in exception com.vmware.vapi.std.errors.OperationNotFound
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.
_newInstance2(StructValue) - Static method in exception com.vmware.vapi.std.errors.ResourceBusy
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.
_newInstance2(StructValue) - Static method in exception com.vmware.vapi.std.errors.ResourceInaccessible
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.
_newInstance2(StructValue) - Static method in exception com.vmware.vapi.std.errors.ResourceInUse
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.
_newInstance2(StructValue) - Static method in exception com.vmware.vapi.std.errors.ServiceUnavailable
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.
_newInstance2(StructValue) - Static method in exception com.vmware.vapi.std.errors.TimedOut
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.
_newInstance2(StructValue) - Static method in class com.vmware.vapi.std.errors.TransientIndication
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.
_newInstance2(StructValue) - Static method in exception com.vmware.vapi.std.errors.UnableToAllocateResource
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.
_newInstance2(StructValue) - Static method in exception com.vmware.vapi.std.errors.Unauthenticated
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.
_newInstance2(StructValue) - Static method in exception com.vmware.vapi.std.errors.Unauthorized
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.
_newInstance2(StructValue) - Static method in exception com.vmware.vapi.std.errors.UnexpectedInput
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.
_newInstance2(StructValue) - Static method in exception com.vmware.vapi.std.errors.Unsupported
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.
_newInstance2(StructValue) - Static method in exception com.vmware.vapi.std.errors.UnverifiedPeer
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.
_newInstance2(StructValue) - Static method in class com.vmware.vapi.std.interposition.InvocationRequest
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.
_newInstance2(StructValue) - Static method in class com.vmware.vapi.std.interposition.InvocationResult
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.
_newInstance2(StructValue) - Static method in class com.vmware.vapi.std.interposition.SecurityPrincipal
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.
_newInstance2(StructValue) - Static method in class com.vmware.vapi.std.introspection.OperationTypes.DataDefinition
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.
_newInstance2(StructValue) - Static method in class com.vmware.vapi.std.introspection.OperationTypes.Info
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.
_newInstance2(StructValue) - Static method in class com.vmware.vapi.std.introspection.ProviderTypes.Info
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.
_newInstance2(StructValue) - Static method in class com.vmware.vapi.std.introspection.ServiceTypes.Info
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.
_newInstance2(StructValue) - Static method in class com.vmware.vapi.std.LocalizableMessage
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.
_newInstance2(StructValue) - Static method in class com.vmware.vapi.std.LocalizationParam
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.
_newInstance2(StructValue) - Static method in class com.vmware.vapi.std.NestedLocalizableMessage
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.
_numAcceptors - Variable in class com.vmware.vapi.protocol.server.rpc.http.impl.HttpEndpoint
 
_port - Variable in class com.vmware.vapi.protocol.server.rpc.http.impl.HttpEndpoint
 
_protocol - Variable in class com.vmware.vapi.protocol.server.rpc.http.impl.HttpEndpoint
 
_serverConfig - Variable in class com.vmware.vapi.protocol.server.rpc.http.impl.AbstractServer
 
_services - Variable in class com.vmware.vapi.protocol.server.rpc.http.impl.AbstractServer
Services to handle HTTP requests
_setDynamicField(String, DataValue) - Method in interface com.vmware.vapi.bindings.StaticStructure
Sets a dynamic field value.
_setDynamicField(String, DataValue) - Method in class com.vmware.vapi.std.AuthenticationScheme
 
_setDynamicField(String, DataValue) - Method in class com.vmware.vapi.std.DynamicID
 
_setDynamicField(String, DataValue) - Method in exception com.vmware.vapi.std.errors.AlreadyExists
 
_setDynamicField(String, DataValue) - Method in exception com.vmware.vapi.std.errors.AlreadyInDesiredState
 
_setDynamicField(String, DataValue) - Method in class com.vmware.vapi.std.errors.ArgumentLocations
 
_setDynamicField(String, DataValue) - Method in exception com.vmware.vapi.std.errors.Canceled
 
_setDynamicField(String, DataValue) - Method in exception com.vmware.vapi.std.errors.ConcurrentChange
 
_setDynamicField(String, DataValue) - Method in exception com.vmware.vapi.std.errors.Error
 
_setDynamicField(String, DataValue) - Method in exception com.vmware.vapi.std.errors.FeatureInUse
 
_setDynamicField(String, DataValue) - Method in class com.vmware.vapi.std.errors.FileLocations
 
_setDynamicField(String, DataValue) - Method in exception com.vmware.vapi.std.errors.InternalServerError
 
_setDynamicField(String, DataValue) - Method in exception com.vmware.vapi.std.errors.InvalidArgument
 
_setDynamicField(String, DataValue) - Method in exception com.vmware.vapi.std.errors.InvalidElementConfiguration
 
_setDynamicField(String, DataValue) - Method in exception com.vmware.vapi.std.errors.InvalidElementType
 
_setDynamicField(String, DataValue) - Method in exception com.vmware.vapi.std.errors.InvalidRequest
 
_setDynamicField(String, DataValue) - Method in exception com.vmware.vapi.std.errors.NotAllowedInCurrentState
 
_setDynamicField(String, DataValue) - Method in exception com.vmware.vapi.std.errors.NotFound
 
_setDynamicField(String, DataValue) - Method in exception com.vmware.vapi.std.errors.OperationNotFound
 
_setDynamicField(String, DataValue) - Method in exception com.vmware.vapi.std.errors.ResourceBusy
 
_setDynamicField(String, DataValue) - Method in exception com.vmware.vapi.std.errors.ResourceInaccessible
 
_setDynamicField(String, DataValue) - Method in exception com.vmware.vapi.std.errors.ResourceInUse
 
_setDynamicField(String, DataValue) - Method in exception com.vmware.vapi.std.errors.ServiceUnavailable
 
_setDynamicField(String, DataValue) - Method in exception com.vmware.vapi.std.errors.TimedOut
 
_setDynamicField(String, DataValue) - Method in class com.vmware.vapi.std.errors.TransientIndication
 
_setDynamicField(String, DataValue) - Method in exception com.vmware.vapi.std.errors.UnableToAllocateResource
 
_setDynamicField(String, DataValue) - Method in exception com.vmware.vapi.std.errors.Unauthenticated
 
_setDynamicField(String, DataValue) - Method in exception com.vmware.vapi.std.errors.Unauthorized
 
_setDynamicField(String, DataValue) - Method in exception com.vmware.vapi.std.errors.UnexpectedInput
 
_setDynamicField(String, DataValue) - Method in exception com.vmware.vapi.std.errors.Unsupported
 
_setDynamicField(String, DataValue) - Method in exception com.vmware.vapi.std.errors.UnverifiedPeer
 
_setDynamicField(String, DataValue) - Method in class com.vmware.vapi.std.interposition.InvocationRequest
 
_setDynamicField(String, DataValue) - Method in class com.vmware.vapi.std.interposition.InvocationResult
 
_setDynamicField(String, DataValue) - Method in class com.vmware.vapi.std.interposition.SecurityPrincipal
 
_setDynamicField(String, DataValue) - Method in class com.vmware.vapi.std.introspection.OperationTypes.DataDefinition
 
_setDynamicField(String, DataValue) - Method in class com.vmware.vapi.std.introspection.OperationTypes.Info
 
_setDynamicField(String, DataValue) - Method in class com.vmware.vapi.std.introspection.ProviderTypes.Info
 
_setDynamicField(String, DataValue) - Method in class com.vmware.vapi.std.introspection.ServiceTypes.Info
 
_setDynamicField(String, DataValue) - Method in class com.vmware.vapi.std.LocalizableMessage
 
_setDynamicField(String, DataValue) - Method in class com.vmware.vapi.std.LocalizationParam
 
_setDynamicField(String, DataValue) - Method in class com.vmware.vapi.std.NestedLocalizableMessage
 
_type - Variable in class com.vmware.vapi.protocol.server.rpc.http.impl.HttpEndpoint
 
_updateDataValue(StructValue) - Method in class com.vmware.vapi.std.AuthenticationScheme
 
_updateDataValue(StructValue) - Method in class com.vmware.vapi.std.DynamicID
 
_updateDataValue(StructValue) - Method in exception com.vmware.vapi.std.errors.AlreadyExists
 
_updateDataValue(StructValue) - Method in exception com.vmware.vapi.std.errors.AlreadyInDesiredState
 
_updateDataValue(StructValue) - Method in class com.vmware.vapi.std.errors.ArgumentLocations
 
_updateDataValue(StructValue) - Method in exception com.vmware.vapi.std.errors.Canceled
 
_updateDataValue(StructValue) - Method in exception com.vmware.vapi.std.errors.ConcurrentChange
 
_updateDataValue(StructValue) - Method in exception com.vmware.vapi.std.errors.Error
 
_updateDataValue(StructValue) - Method in exception com.vmware.vapi.std.errors.FeatureInUse
 
_updateDataValue(StructValue) - Method in class com.vmware.vapi.std.errors.FileLocations
 
_updateDataValue(StructValue) - Method in exception com.vmware.vapi.std.errors.InternalServerError
 
_updateDataValue(StructValue) - Method in exception com.vmware.vapi.std.errors.InvalidArgument
 
_updateDataValue(StructValue) - Method in exception com.vmware.vapi.std.errors.InvalidElementConfiguration
 
_updateDataValue(StructValue) - Method in exception com.vmware.vapi.std.errors.InvalidElementType
 
_updateDataValue(StructValue) - Method in exception com.vmware.vapi.std.errors.InvalidRequest
 
_updateDataValue(StructValue) - Method in exception com.vmware.vapi.std.errors.NotAllowedInCurrentState
 
_updateDataValue(StructValue) - Method in exception com.vmware.vapi.std.errors.NotFound
 
_updateDataValue(StructValue) - Method in exception com.vmware.vapi.std.errors.OperationNotFound
 
_updateDataValue(StructValue) - Method in exception com.vmware.vapi.std.errors.ResourceBusy
 
_updateDataValue(StructValue) - Method in exception com.vmware.vapi.std.errors.ResourceInaccessible
 
_updateDataValue(StructValue) - Method in exception com.vmware.vapi.std.errors.ResourceInUse
 
_updateDataValue(StructValue) - Method in exception com.vmware.vapi.std.errors.ServiceUnavailable
 
_updateDataValue(StructValue) - Method in exception com.vmware.vapi.std.errors.TimedOut
 
_updateDataValue(StructValue) - Method in class com.vmware.vapi.std.errors.TransientIndication
 
_updateDataValue(StructValue) - Method in exception com.vmware.vapi.std.errors.UnableToAllocateResource
 
_updateDataValue(StructValue) - Method in exception com.vmware.vapi.std.errors.Unauthenticated
 
_updateDataValue(StructValue) - Method in exception com.vmware.vapi.std.errors.Unauthorized
 
_updateDataValue(StructValue) - Method in exception com.vmware.vapi.std.errors.UnexpectedInput
 
_updateDataValue(StructValue) - Method in exception com.vmware.vapi.std.errors.Unsupported
 
_updateDataValue(StructValue) - Method in exception com.vmware.vapi.std.errors.UnverifiedPeer
 
_updateDataValue(StructValue) - Method in class com.vmware.vapi.std.interposition.InvocationRequest
 
_updateDataValue(StructValue) - Method in class com.vmware.vapi.std.interposition.InvocationResult
 
_updateDataValue(StructValue) - Method in class com.vmware.vapi.std.interposition.SecurityPrincipal
 
_updateDataValue(StructValue) - Method in class com.vmware.vapi.std.introspection.OperationTypes.DataDefinition
 
_updateDataValue(StructValue) - Method in class com.vmware.vapi.std.introspection.OperationTypes.Info
 
_updateDataValue(StructValue) - Method in class com.vmware.vapi.std.introspection.ProviderTypes.Info
 
_updateDataValue(StructValue) - Method in class com.vmware.vapi.std.introspection.ServiceTypes.Info
 
_updateDataValue(StructValue) - Method in class com.vmware.vapi.std.LocalizableMessage
 
_updateDataValue(StructValue) - Method in class com.vmware.vapi.std.LocalizationParam
 
_updateDataValue(StructValue) - Method in class com.vmware.vapi.std.NestedLocalizableMessage
 
_validate() - Method in interface com.vmware.vapi.bindings.StaticStructure
Validates the state of the discriminated unions and HasFieldsOf restrictions (if any) in this Java language binding Structure.
_validate() - Method in class com.vmware.vapi.std.AuthenticationScheme
 
_validate() - Method in class com.vmware.vapi.std.DynamicID
 
_validate() - Method in exception com.vmware.vapi.std.errors.AlreadyExists
 
_validate() - Method in exception com.vmware.vapi.std.errors.AlreadyInDesiredState
 
_validate() - Method in class com.vmware.vapi.std.errors.ArgumentLocations
 
_validate() - Method in exception com.vmware.vapi.std.errors.Canceled
 
_validate() - Method in exception com.vmware.vapi.std.errors.ConcurrentChange
 
_validate() - Method in exception com.vmware.vapi.std.errors.Error
 
_validate() - Method in exception com.vmware.vapi.std.errors.FeatureInUse
 
_validate() - Method in class com.vmware.vapi.std.errors.FileLocations
 
_validate() - Method in exception com.vmware.vapi.std.errors.InternalServerError
 
_validate() - Method in exception com.vmware.vapi.std.errors.InvalidArgument
 
_validate() - Method in exception com.vmware.vapi.std.errors.InvalidElementConfiguration
 
_validate() - Method in exception com.vmware.vapi.std.errors.InvalidElementType
 
_validate() - Method in exception com.vmware.vapi.std.errors.InvalidRequest
 
_validate() - Method in exception com.vmware.vapi.std.errors.NotAllowedInCurrentState
 
_validate() - Method in exception com.vmware.vapi.std.errors.NotFound
 
_validate() - Method in exception com.vmware.vapi.std.errors.OperationNotFound
 
_validate() - Method in exception com.vmware.vapi.std.errors.ResourceBusy
 
_validate() - Method in exception com.vmware.vapi.std.errors.ResourceInaccessible
 
_validate() - Method in exception com.vmware.vapi.std.errors.ResourceInUse
 
_validate() - Method in exception com.vmware.vapi.std.errors.ServiceUnavailable
 
_validate() - Method in exception com.vmware.vapi.std.errors.TimedOut
 
_validate() - Method in class com.vmware.vapi.std.errors.TransientIndication
 
_validate() - Method in exception com.vmware.vapi.std.errors.UnableToAllocateResource
 
_validate() - Method in exception com.vmware.vapi.std.errors.Unauthenticated
 
_validate() - Method in exception com.vmware.vapi.std.errors.Unauthorized
 
_validate() - Method in exception com.vmware.vapi.std.errors.UnexpectedInput
 
_validate() - Method in exception com.vmware.vapi.std.errors.Unsupported
 
_validate() - Method in exception com.vmware.vapi.std.errors.UnverifiedPeer
 
_validate() - Method in class com.vmware.vapi.std.interposition.InvocationRequest
 
_validate() - Method in class com.vmware.vapi.std.interposition.InvocationResult
 
_validate() - Method in class com.vmware.vapi.std.interposition.SecurityPrincipal
 
_validate() - Method in class com.vmware.vapi.std.introspection.OperationTypes.DataDefinition
 
_validate() - Method in class com.vmware.vapi.std.introspection.OperationTypes.Info
 
_validate() - Method in class com.vmware.vapi.std.introspection.ProviderTypes.Info
 
_validate() - Method in class com.vmware.vapi.std.introspection.ServiceTypes.Info
 
_validate() - Method in class com.vmware.vapi.std.LocalizableMessage
 
_validate() - Method in class com.vmware.vapi.std.LocalizationParam
 
_validate() - Method in class com.vmware.vapi.std.NestedLocalizableMessage
 
_VAPI_SERVICE_ID - Static variable in interface com.vmware.vapi.std.activation.ActivationManagerTypes
Identifier of the service
_VAPI_SERVICE_ID - Static variable in interface com.vmware.vapi.std.introspection.OperationTypes
Identifier of the service
_VAPI_SERVICE_ID - Static variable in interface com.vmware.vapi.std.introspection.ProviderTypes
Identifier of the service
_VAPI_SERVICE_ID - Static variable in interface com.vmware.vapi.std.introspection.ServiceTypes
Identifier of the service
A B C D E F G H I J K L M N O P R S T U V W _ 
Skip navigation links

Copyright © 2022. All rights reserved.