- 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
-
- 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
-
- ActivationManagerStub - Class in com.vmware.vapi.std.activation
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- AuthnScheme(List<String>) - Constructor for class com.vmware.vapi.security.AuthenticationConfig.AuthnScheme
-
- 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
-
- get(String, String, InvocationConfig) - Method in interface com.vmware.vapi.std.introspection.Operation
-
- get(String, String, AsyncCallback<OperationTypes.Info>) - Method in interface com.vmware.vapi.std.introspection.Operation
-
- get(String, String, AsyncCallback<OperationTypes.Info>, InvocationConfig) - Method in interface com.vmware.vapi.std.introspection.Operation
-
- get(String, String, AsyncContext<OperationTypes.Info>) - Method in interface com.vmware.vapi.std.introspection.OperationProvider
-
- 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
-
- 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
-
- get(String, InvocationConfig) - Method in interface com.vmware.vapi.std.introspection.Service
-
- get(String, AsyncCallback<ServiceTypes.Info>) - Method in interface com.vmware.vapi.std.introspection.Service
-
- get(String, AsyncCallback<ServiceTypes.Info>, InvocationConfig) - Method in interface com.vmware.vapi.std.introspection.Service
-
- get(String, AsyncContext<ServiceTypes.Info>) - Method in interface com.vmware.vapi.std.introspection.ServiceProvider
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- getJsonRpcVersion() - Method in interface com.vmware.vapi.protocol.server.rpc.RequestReceiver.RequestContext
-
Gets the version of jsonrpc protocol.
- 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
-
- getMaxResponseSize() - Method in class com.vmware.vapi.protocol.HttpConfiguration
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- setMaxResponseSize(int) - Method in class com.vmware.vapi.protocol.HttpConfiguration.Builder
-
Set the maximum allowed size of the content of the response that the
client can consume in bytes.
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- systemDefault() - Static method in class com.vmware.vapi.protocol.HttpConfiguration.ProxyConfiguration
-
- __cancelDef - Static variable in class com.vmware.vapi.std.activation.ActivationManagerDefinitions
-
- __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
-
- __getDef - Static variable in class com.vmware.vapi.std.introspection.OperationDefinitions
-
- __getDef - Static variable in class com.vmware.vapi.std.introspection.ProviderDefinitions
-
- __getDef - Static variable in class com.vmware.vapi.std.introspection.ServiceDefinitions
-
- __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
-
- __listDef - Static variable in class com.vmware.vapi.std.introspection.OperationDefinitions
-
- __listDef - 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
-
- __operationDefs - Static variable in class com.vmware.vapi.std.activation.ActivationManagerDefinitions
-
- __operationDefs - Static variable in class com.vmware.vapi.std.introspection.OperationDefinitions
-
- __operationDefs - Static variable in class com.vmware.vapi.std.introspection.ProviderDefinitions
-
- __operationDefs - 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