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

A

AbstractEntity - Class in com.vmware.vmc.draas.model
 
AbstractEntity() - Constructor for class com.vmware.vmc.draas.model.AbstractEntity
Default constructor.
AbstractEntity(StructValue) - Constructor for class com.vmware.vmc.draas.model.AbstractEntity
 
abstractEntity - Static variable in class com.vmware.vmc.draas.model.StructDefinitions
 
AbstractEntity.Builder - Class in com.vmware.vmc.draas.model
Builder class for AbstractEntity.
accept(T) - Method in interface com.vmware.vapi.core.Consumer
Performs the operation on the given input
accept(ValueVisitor) - Method in class com.vmware.vapi.data.BlobValue
 
accept(ValueVisitor) - Method in class com.vmware.vapi.data.BooleanValue
 
accept(ValueVisitor) - Method in interface com.vmware.vapi.data.DataValue
 
accept(ValueVisitor) - Method in class com.vmware.vapi.data.DoubleValue
 
accept(ValueVisitor) - Method in class com.vmware.vapi.data.IntegerValue
 
accept(ValueVisitor) - Method in class com.vmware.vapi.data.ListValue
 
accept(ValueVisitor) - Method in class com.vmware.vapi.data.OptionalValue
 
accept(ValueVisitor) - Method in class com.vmware.vapi.data.SecretValue
 
accept(ValueVisitor) - Method in class com.vmware.vapi.data.StringValue
 
accept(ValueVisitor) - Method in class com.vmware.vapi.data.StructValue
 
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
 
AccessAuthorization - Interface in com.vmware.vapi.vmc.client.authz
Encapsulates information provided for a single authorization request.
AccessRequestor - Interface in com.vmware.vapi.vmc.client.authz
Provides a method to request access from an authorization server allowing to use a specified transport.
ActivateSiteRecoveryConfig - Class in com.vmware.vmc.draas.model
 
ActivateSiteRecoveryConfig() - Constructor for class com.vmware.vmc.draas.model.ActivateSiteRecoveryConfig
Default constructor.
ActivateSiteRecoveryConfig(StructValue) - Constructor for class com.vmware.vmc.draas.model.ActivateSiteRecoveryConfig
 
activateSiteRecoveryConfig - Static variable in class com.vmware.vmc.draas.model.StructDefinitions
 
ActivateSiteRecoveryConfig.Builder - Class in com.vmware.vmc.draas.model
Builder class for ActivateSiteRecoveryConfig.
activation() - Method in class com.vmware.vapi.std.StdFactory
The com.vmware.vapi.std.activation package provides interfaces that TODO.
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.
ALREADY_EXISTS - Static variable in interface com.vmware.vapi.bindings.exception.Constants
 
ALREADY_EXISTS - Static variable in class com.vmware.vapi.std.errors.Error.Type
Discriminator for the AlreadyExists type.
ALREADY_EXISTS - Static variable in class com.vmware.vapi.std.StandardDataFactory
 
ALREADY_IN_DESIRED_STATE - Static variable in interface com.vmware.vapi.bindings.exception.Constants
 
ALREADY_IN_DESIRED_STATE - Static variable in class com.vmware.vapi.std.errors.Error.Type
Discriminator for the AlreadyInDesiredState type.
AlreadyExists - Exception in com.vmware.vapi.std.errors
The AlreadyExists exception indicates that an attempt was made to create an entity but the entity already exists.
AlreadyExists(List<LocalizableMessage>, Structure) - Constructor for exception com.vmware.vapi.std.errors.AlreadyExists
This constructor is provided for backwards compatibility purposes only.
AlreadyExists() - Constructor for exception com.vmware.vapi.std.errors.AlreadyExists
Default constructor.
AlreadyExists(StructValue) - Constructor for exception com.vmware.vapi.std.errors.AlreadyExists
 
AlreadyExists(StructValue, Error.Type) - Constructor for exception com.vmware.vapi.std.errors.AlreadyExists
 
AlreadyExists.Builder - Class in com.vmware.vapi.std.errors
Builder class for AlreadyExists.
AlreadyInDesiredState - Exception in com.vmware.vapi.std.errors
The AlreadyInDesiredState exception indicates that an attempt to change the state of a resource or service had no effect because the resource or service is already in the desired state.
AlreadyInDesiredState(List<LocalizableMessage>, Structure) - Constructor for exception com.vmware.vapi.std.errors.AlreadyInDesiredState
This constructor is provided for backwards compatibility purposes only.
AlreadyInDesiredState() - Constructor for exception com.vmware.vapi.std.errors.AlreadyInDesiredState
Default constructor.
AlreadyInDesiredState(StructValue) - Constructor for exception com.vmware.vapi.std.errors.AlreadyInDesiredState
 
AlreadyInDesiredState(StructValue, Error.Type) - Constructor for exception com.vmware.vapi.std.errors.AlreadyInDesiredState
 
AlreadyInDesiredState.Builder - Class in com.vmware.vapi.std.errors
Builder class for AlreadyInDesiredState.
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
 
ApiProvider - Interface in com.vmware.vapi.core
The ApiProvider interface provides interface and method introspection and invocation operations for use by API clients.
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.
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.Builder - Class in com.vmware.vapi.std.errors
Builder class for ArgumentLocations.
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
 
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
 
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.
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
 
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.Builder - Class in com.vmware.vapi.std
Builder class for AuthenticationScheme.
AuthorizationResponseHandler - Interface in com.vmware.vapi.vmc.client.authz
Handles the response of an authorization provider.
AuthzRefreshingRequestExecutorFactory - Class in com.vmware.vapi.vmc.client.authz
Creates RequestExecutor instances that implement the authorization flow for accessing VMC's API: Get an access authorization if there is none set previously.
AuthzRefreshingRequestExecutorFactory(HttpRequestAuthorizer, AccessRequestor) - Constructor for class com.vmware.vapi.vmc.client.authz.AuthzRefreshingRequestExecutorFactory
 

B

BasicHeader(String, String) - Constructor for class com.vmware.vapi.protocol.HttpConfiguration.BasicHeader
 
BindingsException - Exception in com.vmware.vapi.client.exception
Thrown in cases of communication protocol errors related to the vAPI protocol errors.
BindingsException() - Constructor for exception com.vmware.vapi.client.exception.BindingsException
 
BindingsException(String) - Constructor for exception com.vmware.vapi.client.exception.BindingsException
 
BindingsException(String, Throwable) - Constructor for exception com.vmware.vapi.client.exception.BindingsException
 
BindingsException(Throwable) - Constructor for exception com.vmware.vapi.client.exception.BindingsException
 
BlobValue - Class in com.vmware.vapi.data
 
BlobValue(byte[]) - Constructor for class com.vmware.vapi.data.BlobValue
 
booleanList(List<Boolean>) - Static method in class com.vmware.vapi.data.ListValue
 
BooleanValue - Class in com.vmware.vapi.data
 
build() - Method in class com.vmware.vapi.client.Configuration.Builder
 
build() - Method in class com.vmware.vapi.core.ExecutionContext.Builder
 
build() - Method in class com.vmware.vapi.std.AuthenticationScheme.Builder
 
build() - Method in class com.vmware.vapi.std.DynamicID.Builder
 
build() - Method in class com.vmware.vapi.std.errors.AlreadyExists.Builder
 
build() - Method in class com.vmware.vapi.std.errors.AlreadyInDesiredState.Builder
 
build() - Method in class com.vmware.vapi.std.errors.ArgumentLocations.Builder
 
build() - Method in class com.vmware.vapi.std.errors.Canceled.Builder
 
build() - Method in class com.vmware.vapi.std.errors.ConcurrentChange.Builder
 
build() - Method in class com.vmware.vapi.std.errors.Error.Builder
 
build() - Method in class com.vmware.vapi.std.errors.FeatureInUse.Builder
 
build() - Method in class com.vmware.vapi.std.errors.FileLocations.Builder
 
build() - Method in class com.vmware.vapi.std.errors.InternalServerError.Builder
 
build() - Method in class com.vmware.vapi.std.errors.InvalidArgument.Builder
 
build() - Method in class com.vmware.vapi.std.errors.InvalidElementConfiguration.Builder
 
build() - Method in class com.vmware.vapi.std.errors.InvalidElementType.Builder
 
build() - Method in class com.vmware.vapi.std.errors.InvalidRequest.Builder
 
build() - Method in class com.vmware.vapi.std.errors.NotAllowedInCurrentState.Builder
 
build() - Method in class com.vmware.vapi.std.errors.NotFound.Builder
 
build() - Method in class com.vmware.vapi.std.errors.OperationNotFound.Builder
 
build() - Method in class com.vmware.vapi.std.errors.ResourceBusy.Builder
 
build() - Method in class com.vmware.vapi.std.errors.ResourceInaccessible.Builder
 
build() - Method in class com.vmware.vapi.std.errors.ResourceInUse.Builder
 
build() - Method in class com.vmware.vapi.std.errors.ServiceUnavailable.Builder
 
build() - Method in class com.vmware.vapi.std.errors.TimedOut.Builder
 
build() - Method in class com.vmware.vapi.std.errors.TransientIndication.Builder
 
build() - Method in class com.vmware.vapi.std.errors.UnableToAllocateResource.Builder
 
build() - Method in class com.vmware.vapi.std.errors.Unauthenticated.Builder
 
build() - Method in class com.vmware.vapi.std.errors.Unauthorized.Builder
 
build() - Method in class com.vmware.vapi.std.errors.UnexpectedInput.Builder
 
build() - Method in class com.vmware.vapi.std.errors.Unsupported.Builder
 
build() - Method in class com.vmware.vapi.std.errors.UnverifiedPeer.Builder
 
build() - Method in class com.vmware.vapi.std.LocalizableMessage.Builder
 
build() - Method in class com.vmware.vapi.std.LocalizationParam.Builder
 
build() - Method in class com.vmware.vapi.std.NestedLocalizableMessage.Builder
 
build() - Method in class com.vmware.vapi.tracing.OpenTelemetryTracerBuilder
Builds a new Tracer
build() - Method in class com.vmware.vapi.vmc.client.VmcClients.Builder
 
build() - Method in class com.vmware.vmc.draas.model.AbstractEntity.Builder
 
build() - Method in class com.vmware.vmc.draas.model.ActivateSiteRecoveryConfig.Builder
 
build() - Method in class com.vmware.vmc.draas.model.BuildVersion.Builder
 
build() - Method in class com.vmware.vmc.draas.model.DatastoreEntity.Builder
 
build() - Method in class com.vmware.vmc.draas.model.DeleteConfigInternal.Builder
 
build() - Method in class com.vmware.vmc.draas.model.ErrorResponse.Builder
 
build() - Method in class com.vmware.vmc.draas.model.Fault.Builder
 
build() - Method in class com.vmware.vmc.draas.model.HmsIssueInfo.Builder
 
build() - Method in class com.vmware.vmc.draas.model.HmsReplicationIssueInfo.Builder
 
build() - Method in class com.vmware.vmc.draas.model.HmsSiteIssueInfo.Builder
 
build() - Method in class com.vmware.vmc.draas.model.ProvisionSrmConfig.Builder
 
build() - Method in class com.vmware.vmc.draas.model.ReplicaData.Builder
 
build() - Method in class com.vmware.vmc.draas.model.ReplicaDisk.Builder
 
build() - Method in class com.vmware.vmc.draas.model.ReplicaDiskCollection.Builder
 
build() - Method in class com.vmware.vmc.draas.model.ReplicationData.Builder
 
build() - Method in class com.vmware.vmc.draas.model.ReportPeriodConfig.Builder
 
build() - Method in class com.vmware.vmc.draas.model.SiteRecovery.Builder
 
build() - Method in class com.vmware.vmc.draas.model.SiteRecoveryNode.Builder
 
build() - Method in class com.vmware.vmc.draas.model.SiteRecoveryNodeVersion.Builder
 
build() - Method in class com.vmware.vmc.draas.model.SiteRecoveryVersions.Builder
 
build() - Method in class com.vmware.vmc.draas.model.SrmNode.Builder
 
build() - Method in class com.vmware.vmc.draas.model.Task.Builder
 
build() - Method in class com.vmware.vmc.draas.model.TaskProgressPhase.Builder
 
Builder() - Constructor for class com.vmware.vapi.client.Configuration.Builder
Constructor.
Builder(Configuration) - Constructor for class com.vmware.vapi.client.Configuration.Builder
Constructor.
Builder(Map<String, Object>) - Constructor for class com.vmware.vapi.client.Configuration.Builder
Constructor.
Builder() - Constructor for class com.vmware.vapi.core.ExecutionContext.Builder
 
Builder() - Constructor for class com.vmware.vapi.protocol.ClientConfiguration.Builder
 
Builder(ClientConfiguration) - Constructor for class com.vmware.vapi.protocol.ClientConfiguration.Builder
Create a builder that is preconfigured with the given ClientConfiguration
Builder() - Constructor for class com.vmware.vapi.protocol.HttpConfiguration.Builder
 
Builder() - Constructor for class com.vmware.vapi.protocol.HttpConfiguration.SslConfiguration.Builder
 
Builder(KeyStore) - Constructor for class com.vmware.vapi.protocol.HttpConfiguration.SslConfiguration.Builder
 
Builder() - Constructor for class com.vmware.vapi.std.AuthenticationScheme.Builder
Constructor with parameters for the required properties of AuthenticationScheme.
Builder(String, String) - Constructor for class com.vmware.vapi.std.DynamicID.Builder
Constructor with parameters for the required properties of DynamicID.
Builder(List<LocalizableMessage>) - Constructor for class com.vmware.vapi.std.errors.AlreadyExists.Builder
Constructor with parameters for the required properties of AlreadyExists.
Builder(List<LocalizableMessage>) - Constructor for class com.vmware.vapi.std.errors.AlreadyInDesiredState.Builder
Constructor with parameters for the required properties of AlreadyInDesiredState.
Builder(String, List<String>) - Constructor for class com.vmware.vapi.std.errors.ArgumentLocations.Builder
Constructor with parameters for the required properties of ArgumentLocations.
Builder(List<LocalizableMessage>) - Constructor for class com.vmware.vapi.std.errors.Canceled.Builder
Constructor with parameters for the required properties of Canceled.
Builder(List<LocalizableMessage>) - Constructor for class com.vmware.vapi.std.errors.ConcurrentChange.Builder
Constructor with parameters for the required properties of ConcurrentChange.
Builder(List<LocalizableMessage>) - Constructor for class com.vmware.vapi.std.errors.Error.Builder
Constructor with parameters for the required properties of Error.
Builder(List<LocalizableMessage>) - Constructor for class com.vmware.vapi.std.errors.FeatureInUse.Builder
Constructor with parameters for the required properties of FeatureInUse.
Builder(String, List<String>) - Constructor for class com.vmware.vapi.std.errors.FileLocations.Builder
Constructor with parameters for the required properties of FileLocations.
Builder(List<LocalizableMessage>) - Constructor for class com.vmware.vapi.std.errors.InternalServerError.Builder
Constructor with parameters for the required properties of InternalServerError.
Builder(List<LocalizableMessage>) - Constructor for class com.vmware.vapi.std.errors.InvalidArgument.Builder
Constructor with parameters for the required properties of InvalidArgument.
Builder(List<LocalizableMessage>) - Constructor for class com.vmware.vapi.std.errors.InvalidElementConfiguration.Builder
Constructor with parameters for the required properties of InvalidElementConfiguration.
Builder(List<LocalizableMessage>) - Constructor for class com.vmware.vapi.std.errors.InvalidElementType.Builder
Constructor with parameters for the required properties of InvalidElementType.
Builder(List<LocalizableMessage>) - Constructor for class com.vmware.vapi.std.errors.InvalidRequest.Builder
Constructor with parameters for the required properties of InvalidRequest.
Builder(List<LocalizableMessage>) - Constructor for class com.vmware.vapi.std.errors.NotAllowedInCurrentState.Builder
Constructor with parameters for the required properties of NotAllowedInCurrentState.
Builder(List<LocalizableMessage>) - Constructor for class com.vmware.vapi.std.errors.NotFound.Builder
Constructor with parameters for the required properties of NotFound.
Builder(List<LocalizableMessage>) - Constructor for class com.vmware.vapi.std.errors.OperationNotFound.Builder
Constructor with parameters for the required properties of OperationNotFound.
Builder(List<LocalizableMessage>) - Constructor for class com.vmware.vapi.std.errors.ResourceBusy.Builder
Constructor with parameters for the required properties of ResourceBusy.
Builder(List<LocalizableMessage>) - Constructor for class com.vmware.vapi.std.errors.ResourceInaccessible.Builder
Constructor with parameters for the required properties of ResourceInaccessible.
Builder(List<LocalizableMessage>) - Constructor for class com.vmware.vapi.std.errors.ResourceInUse.Builder
Constructor with parameters for the required properties of ResourceInUse.
Builder(List<LocalizableMessage>) - Constructor for class com.vmware.vapi.std.errors.ServiceUnavailable.Builder
Constructor with parameters for the required properties of ServiceUnavailable.
Builder(List<LocalizableMessage>) - Constructor for class com.vmware.vapi.std.errors.TimedOut.Builder
Constructor with parameters for the required properties of TimedOut.
Builder(boolean) - Constructor for class com.vmware.vapi.std.errors.TransientIndication.Builder
Constructor with parameters for the required properties of TransientIndication.
Builder(List<LocalizableMessage>) - Constructor for class com.vmware.vapi.std.errors.UnableToAllocateResource.Builder
Constructor with parameters for the required properties of UnableToAllocateResource.
Builder(List<LocalizableMessage>) - Constructor for class com.vmware.vapi.std.errors.Unauthenticated.Builder
Constructor with parameters for the required properties of Unauthenticated.
Builder(List<LocalizableMessage>) - Constructor for class com.vmware.vapi.std.errors.Unauthorized.Builder
Constructor with parameters for the required properties of Unauthorized.
Builder(List<LocalizableMessage>) - Constructor for class com.vmware.vapi.std.errors.UnexpectedInput.Builder
Constructor with parameters for the required properties of UnexpectedInput.
Builder(List<LocalizableMessage>) - Constructor for class com.vmware.vapi.std.errors.Unsupported.Builder
Constructor with parameters for the required properties of Unsupported.
Builder(List<LocalizableMessage>) - Constructor for class com.vmware.vapi.std.errors.UnverifiedPeer.Builder
Constructor with parameters for the required properties of UnverifiedPeer.
Builder(String, String, List<String>) - Constructor for class com.vmware.vapi.std.LocalizableMessage.Builder
Constructor with parameters for the required properties of LocalizableMessage.
Builder() - Constructor for class com.vmware.vapi.std.LocalizationParam.Builder
Constructor with parameters for the required properties of LocalizationParam.
Builder(String) - Constructor for class com.vmware.vapi.std.NestedLocalizableMessage.Builder
Constructor with parameters for the required properties of NestedLocalizableMessage.
Builder() - Constructor for class com.vmware.vapi.vmc.client.VmcClients.Builder
 
Builder(String, long, Calendar, String, String, Calendar, String, String) - Constructor for class com.vmware.vmc.draas.model.AbstractEntity.Builder
Constructor with parameters for the required properties of AbstractEntity.
Builder() - Constructor for class com.vmware.vmc.draas.model.ActivateSiteRecoveryConfig.Builder
Constructor with parameters for the required properties of ActivateSiteRecoveryConfig.
Builder() - Constructor for class com.vmware.vmc.draas.model.BuildVersion.Builder
Constructor with parameters for the required properties of BuildVersion.
Builder() - Constructor for class com.vmware.vmc.draas.model.DatastoreEntity.Builder
Constructor with parameters for the required properties of DatastoreEntity.
Builder() - Constructor for class com.vmware.vmc.draas.model.DeleteConfigInternal.Builder
Constructor with parameters for the required properties of DeleteConfigInternal.
Builder(String, List<String>, long, String, boolean) - Constructor for class com.vmware.vmc.draas.model.ErrorResponse.Builder
Constructor with parameters for the required properties of ErrorResponse.
Builder() - Constructor for class com.vmware.vmc.draas.model.Fault.Builder
Constructor with parameters for the required properties of Fault.
Builder(String, Calendar, String, String) - Constructor for class com.vmware.vmc.draas.model.HmsIssueInfo.Builder
Constructor with parameters for the required properties of HmsIssueInfo.
Builder(String, Calendar, String, String) - Constructor for class com.vmware.vmc.draas.model.HmsReplicationIssueInfo.Builder
Constructor with parameters for the required properties of HmsReplicationIssueInfo.
Builder(String, Calendar, String, String) - Constructor for class com.vmware.vmc.draas.model.HmsSiteIssueInfo.Builder
Constructor with parameters for the required properties of HmsSiteIssueInfo.
Builder() - Constructor for class com.vmware.vmc.draas.model.ProvisionSrmConfig.Builder
Constructor with parameters for the required properties of ProvisionSrmConfig.
Builder() - Constructor for class com.vmware.vmc.draas.model.ReplicaData.Builder
Constructor with parameters for the required properties of ReplicaData.
Builder() - Constructor for class com.vmware.vmc.draas.model.ReplicaDisk.Builder
Constructor with parameters for the required properties of ReplicaDisk.
Builder() - Constructor for class com.vmware.vmc.draas.model.ReplicaDiskCollection.Builder
Constructor with parameters for the required properties of ReplicaDiskCollection.
Builder() - Constructor for class com.vmware.vmc.draas.model.ReplicationData.Builder
Constructor with parameters for the required properties of ReplicationData.
Builder() - Constructor for class com.vmware.vmc.draas.model.ReportPeriodConfig.Builder
Constructor with parameters for the required properties of ReportPeriodConfig.
Builder(String, long, Calendar, String, String, Calendar, String, String) - Constructor for class com.vmware.vmc.draas.model.SiteRecovery.Builder
Constructor with parameters for the required properties of SiteRecovery.
Builder() - Constructor for class com.vmware.vmc.draas.model.SiteRecoveryNode.Builder
Constructor with parameters for the required properties of SiteRecoveryNode.
Builder() - Constructor for class com.vmware.vmc.draas.model.SiteRecoveryNodeVersion.Builder
Constructor with parameters for the required properties of SiteRecoveryNodeVersion.
Builder() - Constructor for class com.vmware.vmc.draas.model.SiteRecoveryVersions.Builder
Constructor with parameters for the required properties of SiteRecoveryVersions.
Builder() - Constructor for class com.vmware.vmc.draas.model.SrmNode.Builder
Constructor with parameters for the required properties of SrmNode.
Builder(String, long, Calendar, String, String, Calendar, String, String) - Constructor for class com.vmware.vmc.draas.model.Task.Builder
Constructor with parameters for the required properties of Task.
Builder(String, String, long) - Constructor for class com.vmware.vmc.draas.model.TaskProgressPhase.Builder
Constructor with parameters for the required properties of TaskProgressPhase.
buildNameMap(T[]) - Static method in class com.vmware.vapi.bindings.ApiEnumeration
 
BuildVersion - Class in com.vmware.vmc.draas.model
The build version.
BuildVersion() - Constructor for class com.vmware.vmc.draas.model.BuildVersion
Default constructor.
BuildVersion(StructValue) - Constructor for class com.vmware.vmc.draas.model.BuildVersion
 
buildVersion - Static variable in class com.vmware.vmc.draas.model.StructDefinitions
 
BuildVersion.Builder - Class in com.vmware.vmc.draas.model
Builder class for BuildVersion.
BuiltInDataFactory - Class in com.vmware.vapi.std
Factory for built-in vAPI data objects.
BuiltInDataFactory() - Constructor for class com.vmware.vapi.std.BuiltInDataFactory
 

C

cancel(boolean) - Method in class com.vmware.vapi.bindings.client.AsyncCallbackFuture
this implementation doesn't support canceling, so it will always return false.
cancel(boolean) - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
Canceled - Exception in com.vmware.vapi.std.errors
The Canceled exception indicates that the method canceled itself in response to an explicit request to do so.
Canceled(List<LocalizableMessage>, Structure) - Constructor for exception com.vmware.vapi.std.errors.Canceled
This constructor is provided for backwards compatibility purposes only.
Canceled() - Constructor for exception com.vmware.vapi.std.errors.Canceled
Default constructor.
Canceled(StructValue) - Constructor for exception com.vmware.vapi.std.errors.Canceled
 
Canceled(StructValue, Error.Type) - Constructor for exception com.vmware.vapi.std.errors.Canceled
 
CANCELED - Static variable in class com.vmware.vapi.std.errors.Error.Type
Discriminator for the Canceled type.
Canceled.Builder - Class in com.vmware.vapi.std.errors
Builder class for Canceled.
CANCELLED - Static variable in interface com.vmware.vapi.bindings.exception.Constants
 
clear() - Method in class com.vmware.vapi.data.SecretValue
Clear the content inside SecretValue
CLIENT_ID - Static variable in class com.vmware.vapi.vmc.client.authz.CspClientCredentialsSecurityContext
 
CLIENT_SECRET - Static variable in class com.vmware.vapi.vmc.client.authz.CspClientCredentialsSecurityContext
 
ClientConfiguration - Class in com.vmware.vapi.protocol
This class is used for vAPI runtime client configuration.
ClientConfiguration.Builder - Class in com.vmware.vapi.protocol
This is a builder for ClientConfiguration
ClientException - Exception in com.vmware.vapi.client.exception
Signals that an exception has occurred in the vAPI client.
ClientException() - Constructor for exception com.vmware.vapi.client.exception.ClientException
Constructs an exception with an empty message string.
ClientException(String) - Constructor for exception com.vmware.vapi.client.exception.ClientException
Constructs an exception with the specified message string.
ClientException(Throwable) - Constructor for exception com.vmware.vapi.client.exception.ClientException
Constructs an exception with the specified cause.
ClientException(String, Throwable) - Constructor for exception com.vmware.vapi.client.exception.ClientException
Constructs an exception with the specified message and cause.
com.vmware.vapi - package com.vmware.vapi
The com.vmware.vapi component provides API infrastructure interfaces and standard types that can be used in the interface specification of any interface.
com.vmware.vapi.bindings - package com.vmware.vapi.bindings
 
com.vmware.vapi.bindings.annotation - package com.vmware.vapi.bindings.annotation
 
com.vmware.vapi.bindings.client - package com.vmware.vapi.bindings.client
 
com.vmware.vapi.bindings.convert - package com.vmware.vapi.bindings.convert
 
com.vmware.vapi.bindings.exception - package com.vmware.vapi.bindings.exception
 
com.vmware.vapi.client - package com.vmware.vapi.client
 
com.vmware.vapi.client.exception - package com.vmware.vapi.client.exception
 
com.vmware.vapi.client.util - package com.vmware.vapi.client.util
 
com.vmware.vapi.core - package com.vmware.vapi.core
 
com.vmware.vapi.data - package com.vmware.vapi.data
 
com.vmware.vapi.dsig.json - package com.vmware.vapi.dsig.json
 
com.vmware.vapi.l10n - package com.vmware.vapi.l10n
 
com.vmware.vapi.protocol - package com.vmware.vapi.protocol
 
com.vmware.vapi.protocol.client.http - package com.vmware.vapi.protocol.client.http
 
com.vmware.vapi.protocol.common - package com.vmware.vapi.protocol.common
 
com.vmware.vapi.protocol.common.json - package com.vmware.vapi.protocol.common.json
 
com.vmware.vapi.security - package com.vmware.vapi.security
 
com.vmware.vapi.std - package com.vmware.vapi.std
The com.vmware.vapi.std package provides standard types that can be used in the interface specification of any interface.
com.vmware.vapi.std.errors - package com.vmware.vapi.std.errors
The com.vmware.vapi.std.errors package provides the standard exceptions that can be included in the list of exceptions in the specification of methods to indicate that the method might report those exceptions.
com.vmware.vapi.tracing - package com.vmware.vapi.tracing
 
com.vmware.vapi.util.async - package com.vmware.vapi.util.async
 
com.vmware.vapi.vmc.client - package com.vmware.vapi.vmc.client
 
com.vmware.vapi.vmc.client.authz - package com.vmware.vapi.vmc.client.authz
 
com.vmware.vmc.draas - package com.vmware.vmc.draas
 
com.vmware.vmc.draas.model - package com.vmware.vmc.draas.model
 
com.vmware.vmc.draas.util - package com.vmware.vmc.draas.util
 
CompletionStageFuture<T> - Class in com.vmware.vapi.bindings
This class exposes the Future and CompletionStage abstractions for binding clients.
CompletionStageFuture(CompletableFuture<T>) - Constructor for class com.vmware.vapi.bindings.CompletionStageFuture
 
CompositeResponseAccessor - Class in com.vmware.vapi.protocol.client.http
CompositeResponseAccessor(List<HttpResponseAccessor>) - Constructor for class com.vmware.vapi.protocol.client.http.CompositeResponseAccessor
 
CompositeResponseAccessor(HttpResponseAccessor...) - Constructor for class com.vmware.vapi.protocol.client.http.CompositeResponseAccessor
 
CONCURRENT_CHANGE - Static variable in interface com.vmware.vapi.bindings.exception.Constants
 
CONCURRENT_CHANGE - Static variable in class com.vmware.vapi.std.errors.Error.Type
Discriminator for the ConcurrentChange type.
ConcurrentChange - Exception in com.vmware.vapi.std.errors
The ConcurrentChange exception indicates that a data structure, entity, or resource has been modified since some earlier point in time.
ConcurrentChange(List<LocalizableMessage>, Structure) - Constructor for exception com.vmware.vapi.std.errors.ConcurrentChange
This constructor is provided for backwards compatibility purposes only.
ConcurrentChange() - Constructor for exception com.vmware.vapi.std.errors.ConcurrentChange
Default constructor.
ConcurrentChange(StructValue) - Constructor for exception com.vmware.vapi.std.errors.ConcurrentChange
 
ConcurrentChange(StructValue, Error.Type) - Constructor for exception com.vmware.vapi.std.errors.ConcurrentChange
 
ConcurrentChange.Builder - Class in com.vmware.vapi.std.errors
Builder class for ConcurrentChange.
Configuration - Class in com.vmware.vapi.client
Configuration for ApiClientImpls.
Configuration(Map<String, Object>) - Constructor for class com.vmware.vapi.client.Configuration
Constructor.
Configuration.Builder - Class in com.vmware.vapi.client
Builder for Configuration instances.
ConnectionException - Exception in com.vmware.vapi.client.exception
Thrown in cases of server connection exceptions.
ConnectionException() - Constructor for exception com.vmware.vapi.client.exception.ConnectionException
 
ConnectionException(String) - Constructor for exception com.vmware.vapi.client.exception.ConnectionException
 
ConnectionException(String, Throwable) - Constructor for exception com.vmware.vapi.client.exception.ConnectionException
 
ConnectionException(Throwable) - Constructor for exception com.vmware.vapi.client.exception.ConnectionException
 
Constants - Interface in com.vmware.vapi.bindings.exception
Constants for vAPI ErrorValues.
Constants - Class in com.vmware.vapi.protocol
 
Constants() - Constructor for class com.vmware.vapi.protocol.Constants
 
ConstraintValidationException - Exception in com.vmware.vapi.data
This exception is thrown when static or dynamic constraint validation fails
ConstraintValidationException(Message) - Constructor for exception com.vmware.vapi.data.ConstraintValidationException
 
ConstraintValidationException(Message, Throwable) - Constructor for exception com.vmware.vapi.data.ConstraintValidationException
 
ConstraintValidationException(String, String...) - Constructor for exception com.vmware.vapi.data.ConstraintValidationException
 
Consumer<T> - Interface in com.vmware.vapi.core
Represents an operation that accepts a single input.
ConverterException - Exception in com.vmware.vapi.bindings.convert
Exception thrown by the type converter.
ConverterException(Message, Throwable) - Constructor for exception com.vmware.vapi.bindings.convert.ConverterException
 
ConverterException(Message) - Constructor for exception com.vmware.vapi.bindings.convert.ConverterException
 
ConverterException(String, String...) - Constructor for exception com.vmware.vapi.bindings.convert.ConverterException
 
convertToStrings(Object[]) - Method in class com.vmware.vapi.l10n.MessageArgConverter
 
copy() - Method in class com.vmware.vapi.data.BlobValue
 
copy() - Method in class com.vmware.vapi.data.BooleanValue
 
copy() - Method in interface com.vmware.vapi.data.DataValue
 
copy() - Method in class com.vmware.vapi.data.DoubleValue
 
copy() - Method in class com.vmware.vapi.data.ErrorValue
 
copy() - Method in class com.vmware.vapi.data.IntegerValue
 
copy() - Method in class com.vmware.vapi.data.ListValue
 
copy() - Method in class com.vmware.vapi.data.OptionalValue
 
copy() - Method in class com.vmware.vapi.data.SecretValue
 
copy() - Method in class com.vmware.vapi.data.StringValue
 
copy() - Method in class com.vmware.vapi.data.StructValue
 
copy() - Method in class com.vmware.vapi.data.VoidValue
 
CoreException - Exception in com.vmware.vapi
 
CoreException(Message, Throwable) - Constructor for exception com.vmware.vapi.CoreException
 
CoreException(Message) - Constructor for exception com.vmware.vapi.CoreException
 
CoreException(String, String...) - Constructor for exception com.vmware.vapi.CoreException
 
createClientSpan(String) - Method in interface com.vmware.vapi.tracing.Tracer
Creates a new client span and associates it with the current tracing context.
createDefault(char[]) - Static method in class com.vmware.vapi.vmc.client.VmcClients
Creates an ApiClient instance which can be used to consume VMC's API.
createDefault(String, char[], String) - Static method in class com.vmware.vapi.vmc.client.VmcClients
Creates an ApiClient instance which can be used to consume VMC's API.
createErrorValueForMessages(String, List<Message>) - Static method in class com.vmware.vapi.std.StandardDataFactory
Creates a standard error ErrorValue instance for the given name list of Messages.
createErrorValueForMessages(ErrorDefinition, List<Message>) - Static method in class com.vmware.vapi.std.StandardDataFactory
Creates instance for given error definition and list of Messages.
createHttpTransport(String, ClientConfiguration, HttpConfiguration) - Method in class com.vmware.vapi.protocol.JsonProtocolConnectionFactory
Factory method which creates the CorrelatingClient to use as transport for the ProtocolConnections created by this factory.
createRequestExecutor(RestTransport, ResponseParser) - Method in class com.vmware.vapi.vmc.client.authz.AuthzRefreshingRequestExecutorFactory
 
createStandardErrorDefinition(String) - Static method in class com.vmware.vapi.std.StandardDataFactory
Creates ErrorDefinitions for standard vAPI errors.
createStub(Class<T>) - Method in interface com.vmware.vapi.bindings.StubCreator
Creates a stub for the specified interface.
createStub(Class<T>, StubConfigurationBase) - Method in interface com.vmware.vapi.bindings.StubCreator
Creates a stub for the specified interface.
createStub(Class<T>) - Method in class com.vmware.vapi.bindings.StubFactory
 
createStub(Class<T>, StubConfigurationBase) - Method in class com.vmware.vapi.bindings.StubFactory
 
createUsageReport(String, ReportPeriodConfig) - Method in interface com.vmware.vmc.draas.GranularReporter
Create granular usage report for specific time period
createUsageReport(String, ReportPeriodConfig, InvocationConfig) - Method in interface com.vmware.vmc.draas.GranularReporter
Create granular usage report for specific time period
createUsageReport(String, ReportPeriodConfig, AsyncCallback<Void>) - Method in interface com.vmware.vmc.draas.GranularReporter
Create granular usage report for specific time period
createUsageReport(String, ReportPeriodConfig, AsyncCallback<Void>, InvocationConfig) - Method in interface com.vmware.vmc.draas.GranularReporter
Create granular usage report for specific time period
createUsageReport(String, ReportPeriodConfig) - Method in class com.vmware.vmc.draas.GranularReporterStub
 
createUsageReport(String, ReportPeriodConfig, InvocationConfig) - Method in class com.vmware.vmc.draas.GranularReporterStub
 
createUsageReport(String, ReportPeriodConfig, AsyncCallback<Void>) - Method in class com.vmware.vmc.draas.GranularReporterStub
 
createUsageReport(String, ReportPeriodConfig, AsyncCallback<Void>, InvocationConfig) - Method in class com.vmware.vmc.draas.GranularReporterStub
 
CSP_AUTH_URL - Static variable in class com.vmware.vapi.vmc.client.VmcClients
 
CSP_URL - Static variable in class com.vmware.vapi.vmc.client.VmcClients
 
CspAccessRequestor - Class in com.vmware.vapi.vmc.client.authz
Provides a method for retrieving and parsing access tokens from the Common SaaS Platform.
CspAccessRequestor(String) - Constructor for class com.vmware.vapi.vmc.client.authz.CspAccessRequestor
 
CspAccessTokenSecurityContext - Interface in com.vmware.vapi.vmc.client.authz
Provides methods to manage access-token obtained from VMC CSP authorization server.
CspClientCredentialsSecurityContext - Class in com.vmware.vapi.vmc.client.authz
Represents a security-context for the Common SaaS Platform client_credentials flow that VMC uses.
CspClientCredentialsSecurityContext(String, char[], String) - Constructor for class com.vmware.vapi.vmc.client.authz.CspClientCredentialsSecurityContext
 
CspSecurityContext - Class in com.vmware.vapi.vmc.client.authz
Represents a security-context for the Common SaaS Platform refresh-token flow that VMC uses.
CspSecurityContext(char[]) - Constructor for class com.vmware.vapi.vmc.client.authz.CspSecurityContext
 
custom(String, int) - Static method in class com.vmware.vapi.protocol.HttpConfiguration.ProxyConfiguration
Creates builder object for construction of HttpConfiguration.ProxyConfiguration instance with custom host, port.
custom() - Static method in class com.vmware.vapi.vmc.client.VmcClients
 

D

DATA_FIELD_NAME - Static variable in class com.vmware.vapi.std.StandardDataFactory
 
DatastoreEntity - Class in com.vmware.vmc.draas.model
 
DatastoreEntity() - Constructor for class com.vmware.vmc.draas.model.DatastoreEntity
Default constructor.
DatastoreEntity(StructValue) - Constructor for class com.vmware.vmc.draas.model.DatastoreEntity
 
datastoreEntity - Static variable in class com.vmware.vmc.draas.model.StructDefinitions
 
DatastoreEntity.Builder - Class in com.vmware.vmc.draas.model
Builder class for DatastoreEntity.
DataType - Enum in com.vmware.vapi.data
Enumeration for build-in vAPI types.
DataValue - Interface in com.vmware.vapi.data
 
decorated - Variable in class com.vmware.vapi.util.async.DecoratorAsyncHandle
 
DecoratorAsyncHandle<T> - Class in com.vmware.vapi.util.async
Utility which decorates an existing async handle.
DecoratorAsyncHandle(AsyncHandle<T>) - Constructor for class com.vmware.vapi.util.async.DecoratorAsyncHandle
Creates a decorator around the specified handle.
DEFAUL_MSG_FIELD_NAME - Static variable in class com.vmware.vapi.std.StandardDataFactory
 
delete(String, String, DeleteConfigInternal) - Method in interface com.vmware.vmc.draas.SiteRecovery
Deactivate site recovery for the specified sddc
delete(String, String, DeleteConfigInternal, InvocationConfig) - Method in interface com.vmware.vmc.draas.SiteRecovery
Deactivate site recovery for the specified sddc
delete(String, String, DeleteConfigInternal, AsyncCallback<Task>) - Method in interface com.vmware.vmc.draas.SiteRecovery
Deactivate site recovery for the specified sddc
delete(String, String, DeleteConfigInternal, AsyncCallback<Task>, InvocationConfig) - Method in interface com.vmware.vmc.draas.SiteRecovery
Deactivate site recovery for the specified sddc
delete(String, String, String) - Method in interface com.vmware.vmc.draas.SiteRecoverySrmNodes
Delete a SRM server.
delete(String, String, String, InvocationConfig) - Method in interface com.vmware.vmc.draas.SiteRecoverySrmNodes
Delete a SRM server.
delete(String, String, String, AsyncCallback<Task>) - Method in interface com.vmware.vmc.draas.SiteRecoverySrmNodes
Delete a SRM server.
delete(String, String, String, AsyncCallback<Task>, InvocationConfig) - Method in interface com.vmware.vmc.draas.SiteRecoverySrmNodes
Delete a SRM server.
delete(String, String, String) - Method in class com.vmware.vmc.draas.SiteRecoverySrmNodesStub
 
delete(String, String, String, InvocationConfig) - Method in class com.vmware.vmc.draas.SiteRecoverySrmNodesStub
 
delete(String, String, String, AsyncCallback<Task>) - Method in class com.vmware.vmc.draas.SiteRecoverySrmNodesStub
 
delete(String, String, String, AsyncCallback<Task>, InvocationConfig) - Method in class com.vmware.vmc.draas.SiteRecoverySrmNodesStub
 
delete(String, String, DeleteConfigInternal) - Method in class com.vmware.vmc.draas.SiteRecoveryStub
 
delete(String, String, DeleteConfigInternal, InvocationConfig) - Method in class com.vmware.vmc.draas.SiteRecoveryStub
 
delete(String, String, DeleteConfigInternal, AsyncCallback<Task>) - Method in class com.vmware.vmc.draas.SiteRecoveryStub
 
delete(String, String, DeleteConfigInternal, AsyncCallback<Task>, InvocationConfig) - Method in class com.vmware.vmc.draas.SiteRecoveryStub
 
DeleteConfigInternal - Class in com.vmware.vmc.draas.model
Deactivate Site Recovery or delete Site Recovery node configuration
DeleteConfigInternal() - Constructor for class com.vmware.vmc.draas.model.DeleteConfigInternal
Default constructor.
DeleteConfigInternal(StructValue) - Constructor for class com.vmware.vmc.draas.model.DeleteConfigInternal
 
deleteConfigInternal - Static variable in class com.vmware.vmc.draas.model.StructDefinitions
 
DeleteConfigInternal.Builder - Class in com.vmware.vmc.draas.model
Builder class for DeleteConfigInternal.
deserializeDataValue(String) - Method in interface com.vmware.vapi.protocol.common.json.JsonRpcDeserializer
Deserializes a JSON string as DataValue.
disableCertificateValidation() - Method in class com.vmware.vapi.protocol.HttpConfiguration.SslConfiguration.Builder
Disables the validation of the server's certificate chain, thus making the client trust all the endpoints it is connecting to regardless of the certificate they provide.
disableHostnameVerification() - Method in class com.vmware.vapi.protocol.HttpConfiguration.SslConfiguration.Builder
Disables the verification of the server's hostname, thus exposing the client to man-in-the-middle attacks.
disconnect() - Method in interface com.vmware.vapi.protocol.ProtocolConnection
Disconnect from the remote side.
doubleList(List<Double>) - Static method in class com.vmware.vapi.data.ListValue
 
DoubleValue - Class in com.vmware.vapi.data
 
DoubleValue(double) - Constructor for class com.vmware.vapi.data.DoubleValue
 
DraasFactory - Class in com.vmware.vmc.draas
DraasFactory is responsible for creating instances of services contained inside the com.vmware.vmc.draas package and also has the subpackages reference to access respective subpackage services.
DynamicAuthnFilter - Class in com.vmware.vapi.client.util
Filter that can be used to acquire on-demand security context for requests.
DynamicAuthnFilter(ApiProvider, Supplier<CompletionStage<ExecutionContext.SecurityContext>>, long) - Constructor for class com.vmware.vapi.client.util.DynamicAuthnFilter
Creates a new authentication filter that can be used to create stub that will have all their calls authenticated
DynamicID - Class in com.vmware.vapi.std
The DynamicID class represents an identifier for a resource of an arbitrary type.
DynamicID(String, String) - Constructor for class com.vmware.vapi.std.DynamicID
This constructor is provided for backwards compatibility purposes only.
DynamicID() - Constructor for class com.vmware.vapi.std.DynamicID
Default constructor.
DynamicID(StructValue) - Constructor for class com.vmware.vapi.std.DynamicID
 
DynamicID.Builder - Class in com.vmware.vapi.std
Builder class for DynamicID.
DynamicStructure - Interface in com.vmware.vapi.bindings
Interface representing a "dynamic structure".
DynamicStructureImpl - Class in com.vmware.vapi.bindings
DynamicStructure implementation backed by a StructValue.
DynamicStructureImpl(StructValue) - Constructor for class com.vmware.vapi.bindings.DynamicStructureImpl
Constructor.
DynamicStructureImpl(StructValue, TypeConverter) - Constructor for class com.vmware.vapi.bindings.DynamicStructureImpl
Constructor.

E

EMPTY - Static variable in class com.vmware.vapi.core.ExecutionContext
Empty context
EMPTY - Static variable in class com.vmware.vapi.core.MethodResult
 
EnableVrScaleOut - Interface in com.vmware.vmc.draas
 
EnableVrScaleOutDefinitions - Class in com.vmware.vmc.draas
Defines the type descriptors for the EnableVrScaleOut API service.
EnableVrScaleOutDefinitions() - Constructor for class com.vmware.vmc.draas.EnableVrScaleOutDefinitions
 
enableVrScaleOutService() - Method in class com.vmware.vmc.draas.DraasFactory
Returns an instance of class EnableVrScaleOut
EnableVrScaleOutStub - Class in com.vmware.vmc.draas
Remote stub implementation of the EnableVrScaleOut API service.
EnableVrScaleOutStub(ApiProvider, TypeConverter, StubConfigurationBase) - Constructor for class com.vmware.vmc.draas.EnableVrScaleOutStub
 
EnableVrScaleOutStub(ApiProvider, StubConfigurationBase) - Constructor for class com.vmware.vmc.draas.EnableVrScaleOutStub
 
EnableVrScaleOutTypes - Interface in com.vmware.vmc.draas
Defines the data types of the EnableVrScaleOut API service.
equals(Object) - Method in class com.vmware.vapi.bindings.ApiEnumeration
 
equals(Object) - Method in class com.vmware.vapi.bindings.DynamicStructureImpl
 
equals(Object) - Method in class com.vmware.vapi.data.BlobValue
 
equals(Object) - Method in class com.vmware.vapi.data.DoubleValue
 
equals(Object) - Method in class com.vmware.vapi.data.IntegerValue
 
equals(Object) - Method in class com.vmware.vapi.data.ListValue
 
equals(Object) - Method in class com.vmware.vapi.data.OptionalValue
 
equals(Object) - Method in class com.vmware.vapi.data.SecretValue
 
equals(Object) - Method in class com.vmware.vapi.data.StringValue
 
equals(Object) - Method in class com.vmware.vapi.data.StructValue
 
equals(Object) - Method in class com.vmware.vapi.protocol.HttpConfiguration.BasicHeader
 
equals(Object) - Method in class com.vmware.vapi.std.AuthenticationScheme
 
equals(Object) - Method in class com.vmware.vapi.std.DynamicID
 
equals(Object) - Method in exception com.vmware.vapi.std.errors.AlreadyExists
 
equals(Object) - Method in exception com.vmware.vapi.std.errors.AlreadyInDesiredState
 
equals(Object) - Method in class com.vmware.vapi.std.errors.ArgumentLocations
 
equals(Object) - Method in exception com.vmware.vapi.std.errors.Canceled
 
equals(Object) - Method in exception com.vmware.vapi.std.errors.ConcurrentChange
 
equals(Object) - Method in exception com.vmware.vapi.std.errors.Error
 
equals(Object) - Method in exception com.vmware.vapi.std.errors.FeatureInUse
 
equals(Object) - Method in class com.vmware.vapi.std.errors.FileLocations
 
equals(Object) - Method in exception com.vmware.vapi.std.errors.InternalServerError
 
equals(Object) - Method in exception com.vmware.vapi.std.errors.InvalidArgument
 
equals(Object) - Method in exception com.vmware.vapi.std.errors.InvalidElementConfiguration
 
equals(Object) - Method in exception com.vmware.vapi.std.errors.InvalidElementType
 
equals(Object) - Method in exception com.vmware.vapi.std.errors.InvalidRequest
 
equals(Object) - Method in exception com.vmware.vapi.std.errors.NotAllowedInCurrentState
 
equals(Object) - Method in exception com.vmware.vapi.std.errors.NotFound
 
equals(Object) - Method in exception com.vmware.vapi.std.errors.OperationNotFound
 
equals(Object) - Method in exception com.vmware.vapi.std.errors.ResourceBusy
 
equals(Object) - Method in exception com.vmware.vapi.std.errors.ResourceInaccessible
 
equals(Object) - Method in exception com.vmware.vapi.std.errors.ResourceInUse
 
equals(Object) - Method in exception com.vmware.vapi.std.errors.ServiceUnavailable
 
equals(Object) - Method in exception com.vmware.vapi.std.errors.TimedOut
 
equals(Object) - Method in class com.vmware.vapi.std.errors.TransientIndication
 
equals(Object) - Method in exception com.vmware.vapi.std.errors.UnableToAllocateResource
 
equals(Object) - Method in exception com.vmware.vapi.std.errors.Unauthenticated
 
equals(Object) - Method in exception com.vmware.vapi.std.errors.Unauthorized
 
equals(Object) - Method in exception com.vmware.vapi.std.errors.UnexpectedInput
 
equals(Object) - Method in exception com.vmware.vapi.std.errors.Unsupported
 
equals(Object) - Method in exception com.vmware.vapi.std.errors.UnverifiedPeer
 
equals(Object) - Method in class com.vmware.vapi.std.LocalizableMessage
 
equals(Object) - Method in class com.vmware.vapi.std.LocalizationParam
 
equals(Object) - Method in class com.vmware.vapi.std.NestedLocalizableMessage
 
equals(Object) - Method in class com.vmware.vapi.std.Progress
 
equals(Object) - Method in class com.vmware.vmc.draas.model.AbstractEntity
 
equals(Object) - Method in class com.vmware.vmc.draas.model.ActivateSiteRecoveryConfig
 
equals(Object) - Method in class com.vmware.vmc.draas.model.BuildVersion
 
equals(Object) - Method in class com.vmware.vmc.draas.model.DatastoreEntity
 
equals(Object) - Method in class com.vmware.vmc.draas.model.DeleteConfigInternal
 
equals(Object) - Method in class com.vmware.vmc.draas.model.ErrorResponse
 
equals(Object) - Method in class com.vmware.vmc.draas.model.Fault
 
equals(Object) - Method in class com.vmware.vmc.draas.model.HmsIssueInfo
 
equals(Object) - Method in class com.vmware.vmc.draas.model.HmsReplicationIssueInfo
 
equals(Object) - Method in class com.vmware.vmc.draas.model.HmsSiteIssueInfo
 
equals(Object) - Method in class com.vmware.vmc.draas.model.ProvisionSrmConfig
 
equals(Object) - Method in class com.vmware.vmc.draas.model.ReplicaData
 
equals(Object) - Method in class com.vmware.vmc.draas.model.ReplicaDisk
 
equals(Object) - Method in class com.vmware.vmc.draas.model.ReplicaDiskCollection
 
equals(Object) - Method in class com.vmware.vmc.draas.model.ReplicationData
 
equals(Object) - Method in class com.vmware.vmc.draas.model.ReportPeriodConfig
 
equals(Object) - Method in class com.vmware.vmc.draas.model.SiteRecovery
 
equals(Object) - Method in class com.vmware.vmc.draas.model.SiteRecoveryNode
 
equals(Object) - Method in class com.vmware.vmc.draas.model.SiteRecoveryNodeVersion
 
equals(Object) - Method in class com.vmware.vmc.draas.model.SiteRecoveryVersions
 
equals(Object) - Method in class com.vmware.vmc.draas.model.SrmNode
 
equals(Object) - Method in class com.vmware.vmc.draas.model.Task
 
equals(Object) - Method in class com.vmware.vmc.draas.model.TaskProgressPhase
 
Error - Exception in com.vmware.vapi.std.errors
The Error exception describes theproperties common to all standard exceptions.
Error(List<LocalizableMessage>, Structure) - Constructor for exception com.vmware.vapi.std.errors.Error
This constructor is provided for backwards compatibility purposes only.
Error() - Constructor for exception com.vmware.vapi.std.errors.Error
Default constructor.
Error(StructValue) - Constructor for exception com.vmware.vapi.std.errors.Error
 
Error(StructValue, Error.Type) - Constructor for exception com.vmware.vapi.std.errors.Error
 
ERROR - Static variable in class com.vmware.vapi.std.errors.Error.Type
Discriminator for the Error type.
Error.Builder - Class in com.vmware.vapi.std.errors
Builder class for Error.
Error.Type - Class in com.vmware.vapi.std.errors
Enumeration of all standard errors.
Error.Type.Values - Enum in com.vmware.vapi.std.errors
Native Java enum representing this enumeration class.
ErrorResponse - Class in com.vmware.vmc.draas.model
 
ErrorResponse() - Constructor for class com.vmware.vmc.draas.model.ErrorResponse
Default constructor.
ErrorResponse(StructValue) - Constructor for class com.vmware.vmc.draas.model.ErrorResponse
 
errorResponse - Static variable in class com.vmware.vmc.draas.model.StructDefinitions
 
ErrorResponse.Builder - Class in com.vmware.vmc.draas.model
Builder class for ErrorResponse.
errors() - Method in class com.vmware.vapi.std.StdFactory
The com.vmware.vapi.std.errors package provides the standard exceptions that can be included in the list of exceptions in the specification of methods to indicate that the method might report those exceptions.
ErrorsFactory - Class in com.vmware.vapi.std.errors
ErrorsFactory is responsible for creating instances of services contained inside the com.vmware.vapi.std.errors package and also has the subpackages reference to access respective subpackage services.
ErrorValue - Class in com.vmware.vapi.data
DataValue implementation for vAPI errors.
ErrorValue(String) - Constructor for class com.vmware.vapi.data.ErrorValue
Constructor.
exceptionally(Function<Throwable, ? extends T>) - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
ExecutionContext - Class in com.vmware.vapi.core
The ExecutionContext class provides information about the execution of an API method invocation.
ExecutionContext() - Constructor for class com.vmware.vapi.core.ExecutionContext
Default constructor.
ExecutionContext(ExecutionContext.SecurityContext) - Constructor for class com.vmware.vapi.core.ExecutionContext
Do not use this constructor to recreate ExecutionContext instances with modified parameters.
ExecutionContext(ExecutionContext.ApplicationData, ExecutionContext.SecurityContext) - Constructor for class com.vmware.vapi.core.ExecutionContext
Do not use this constructor to recreate ExecutionContext instances with modified parameters.
ExecutionContext(ExecutionContext.ApplicationData, ExecutionContext.SecurityContext, ExecutionContext.RuntimeData) - Constructor for class com.vmware.vapi.core.ExecutionContext
Do not use this constructor to recreate ExecutionContext instances with modified parameters.
ExecutionContext.ApplicationData - Class in com.vmware.vapi.core
Immutable class representing additional application specific data associated with the request for method execution represented by this ExecutionContext.
ExecutionContext.Builder - Class in com.vmware.vapi.core
 
ExecutionContext.RuntimeData - Class in com.vmware.vapi.core
This class contains data and settings related to the execution of the invocation by the vAPI runtime, protocol and transport.
ExecutionContext.SecurityContext - Interface in com.vmware.vapi.core
Implementations of this interface will provide all needed data for authentication for the given invocation.

F

FALSE - Static variable in class com.vmware.vapi.data.BooleanValue
 
Fault - Class in com.vmware.vmc.draas.model
 
Fault() - Constructor for class com.vmware.vmc.draas.model.Fault
Default constructor.
Fault(StructValue) - Constructor for class com.vmware.vmc.draas.model.Fault
 
fault - Static variable in class com.vmware.vmc.draas.model.StructDefinitions
 
Fault.Builder - Class in com.vmware.vmc.draas.model
Builder class for Fault.
FEATURE_IN_USE - Static variable in interface com.vmware.vapi.bindings.exception.Constants
 
FEATURE_IN_USE - Static variable in class com.vmware.vapi.std.errors.Error.Type
Discriminator for the FeatureInUse type.
FeatureInUse - Exception in com.vmware.vapi.std.errors
The FeatureInUse exception indicates that an action cannot be completed because a feature is in use.
FeatureInUse(List<LocalizableMessage>, Structure) - Constructor for exception com.vmware.vapi.std.errors.FeatureInUse
This constructor is provided for backwards compatibility purposes only.
FeatureInUse() - Constructor for exception com.vmware.vapi.std.errors.FeatureInUse
Default constructor.
FeatureInUse(StructValue) - Constructor for exception com.vmware.vapi.std.errors.FeatureInUse
 
FeatureInUse(StructValue, Error.Type) - Constructor for exception com.vmware.vapi.std.errors.FeatureInUse
 
FeatureInUse.Builder - Class in com.vmware.vapi.std.errors
Builder class for FeatureInUse.
FileLocations - Class in com.vmware.vapi.std.errors
The FileLocations class identifies the file(s) that caused the method to report the exception.
FileLocations(String, List<String>) - Constructor for class com.vmware.vapi.std.errors.FileLocations
This constructor is provided for backwards compatibility purposes only.
FileLocations() - Constructor for class com.vmware.vapi.std.errors.FileLocations
Default constructor.
FileLocations(StructValue) - Constructor for class com.vmware.vapi.std.errors.FileLocations
 
FileLocations.Builder - Class in com.vmware.vapi.std.errors
Builder class for FileLocations.
format(String, List<String>, Locale) - Method in class com.vmware.vapi.l10n.MessageFormatTemplateFormatter
 
format(String, List<String>, Locale, TimeZone) - Method in class com.vmware.vapi.l10n.MessageFormatTemplateFormatter
 
format(String, List<String>, Locale) - Method in class com.vmware.vapi.l10n.StringFormatTemplateFormatter
 
format(String, List<String>, Locale, TimeZone) - Method in class com.vmware.vapi.l10n.StringFormatTemplateFormatter
 
format(String, List<String>, Locale) - Method in interface com.vmware.vapi.l10n.TemplateFormatter
Formats a message template for the target locale.
format(String, List<String>, Locale, TimeZone) - Method in interface com.vmware.vapi.l10n.TemplateFormatter
Formats a message template for the target locale.
FORMAT_LOCALE_KEY - Static variable in class com.vmware.vapi.core.ExecutionContext.ApplicationData
ApplicationData formatting locale property key.
from(ExecutionContext) - Static method in class com.vmware.vapi.core.ExecutionContext.Builder
Initializes the builder with existing ExecutionContext data.
fromCalendar(Calendar) - Method in class com.vmware.vapi.l10n.MessageArgConverter
 
fromDataValue(DataValue) - Method in class com.vmware.vapi.protocol.common.json.JsonConverter
This method converts the DataValue object to a JSON string.
fromDataValue(DataValue, OutputStream) - Method in class com.vmware.vapi.protocol.common.json.JsonConverter
This method converts the DataValue Object to a ByteArrayOutputStream.
fromDouble(Double) - Method in class com.vmware.vapi.l10n.MessageArgConverter
 
fromLong(Long) - Method in class com.vmware.vapi.l10n.MessageArgConverter
 
FULL_DATE - Static variable in class com.vmware.vapi.std.LocalizationParam.DateTimeFormat
The date and time value will be formatted as full date, for example 2019 Jan 28, Mon
FULL_DATE_TIME - Static variable in class com.vmware.vapi.std.LocalizationParam.DateTimeFormat
The date and time value will be formatted as full date and time, for example 2019 Jan 28, Mon 12:59:01 Z
FULL_TIME - Static variable in class com.vmware.vapi.std.LocalizationParam.DateTimeFormat
The date and time value will be formatted as full time, for example 12:59:01 Z

G

GenerateOauthClient - Interface in com.vmware.vmc.draas
 
GenerateOauthClientDefinitions - Class in com.vmware.vmc.draas
Defines the type descriptors for the GenerateOauthClient API service.
GenerateOauthClientDefinitions() - Constructor for class com.vmware.vmc.draas.GenerateOauthClientDefinitions
 
generateOauthClientService() - Method in class com.vmware.vmc.draas.DraasFactory
Returns an instance of class GenerateOauthClient
GenerateOauthClientStub - Class in com.vmware.vmc.draas
Remote stub implementation of the GenerateOauthClient API service.
GenerateOauthClientStub(ApiProvider, TypeConverter, StubConfigurationBase) - Constructor for class com.vmware.vmc.draas.GenerateOauthClientStub
 
GenerateOauthClientStub(ApiProvider, StubConfigurationBase) - Constructor for class com.vmware.vmc.draas.GenerateOauthClientStub
 
GenerateOauthClientTypes - Interface in com.vmware.vmc.draas
Defines the data types of the GenerateOauthClient API service.
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(int) - Method in class com.vmware.vapi.data.ListValue
Returns the value at the specified position.
get(String, String, String) - Method in interface com.vmware.vmc.draas.GetSrmConfigExport
Get content of the config export file needed for CVDS migration.
get(String, String, String, InvocationConfig) - Method in interface com.vmware.vmc.draas.GetSrmConfigExport
Get content of the config export file needed for CVDS migration.
get(String, String, String, AsyncCallback<Void>) - Method in interface com.vmware.vmc.draas.GetSrmConfigExport
Get content of the config export file needed for CVDS migration.
get(String, String, String, AsyncCallback<Void>, InvocationConfig) - Method in interface com.vmware.vmc.draas.GetSrmConfigExport
Get content of the config export file needed for CVDS migration.
get(String, String, String) - Method in class com.vmware.vmc.draas.GetSrmConfigExportStub
 
get(String, String, String, InvocationConfig) - Method in class com.vmware.vmc.draas.GetSrmConfigExportStub
 
get(String, String, String, AsyncCallback<Void>) - Method in class com.vmware.vmc.draas.GetSrmConfigExportStub
 
get(String, String, String, AsyncCallback<Void>, InvocationConfig) - Method in class com.vmware.vmc.draas.GetSrmConfigExportStub
 
get(String, String) - Method in interface com.vmware.vmc.draas.ReplicaData
Get VSR replica data per host
get(String, String, InvocationConfig) - Method in interface com.vmware.vmc.draas.ReplicaData
Get VSR replica data per host
get(String, String, AsyncCallback<Structure>) - Method in interface com.vmware.vmc.draas.ReplicaData
Get VSR replica data per host
get(String, String, AsyncCallback<Structure>, InvocationConfig) - Method in interface com.vmware.vmc.draas.ReplicaData
Get VSR replica data per host
get(String, String) - Method in class com.vmware.vmc.draas.ReplicaDataStub
 
get(String, String, InvocationConfig) - Method in class com.vmware.vmc.draas.ReplicaDataStub
 
get(String, String, AsyncCallback<Structure>) - Method in class com.vmware.vmc.draas.ReplicaDataStub
 
get(String, String, AsyncCallback<Structure>, InvocationConfig) - Method in class com.vmware.vmc.draas.ReplicaDataStub
 
get(String, String, String) - Method in interface com.vmware.vmc.draas.ReplicaDiskCollections
Query replica disk collections
get(String, String, String, InvocationConfig) - Method in interface com.vmware.vmc.draas.ReplicaDiskCollections
Query replica disk collections
get(String, String, String, AsyncCallback<List<ReplicaDiskCollection>>) - Method in interface com.vmware.vmc.draas.ReplicaDiskCollections
Query replica disk collections
get(String, String, String, AsyncCallback<List<ReplicaDiskCollection>>, InvocationConfig) - Method in interface com.vmware.vmc.draas.ReplicaDiskCollections
Query replica disk collections
get(String, String, String) - Method in class com.vmware.vmc.draas.ReplicaDiskCollectionsStub
 
get(String, String, String, InvocationConfig) - Method in class com.vmware.vmc.draas.ReplicaDiskCollectionsStub
 
get(String, String, String, AsyncCallback<List<ReplicaDiskCollection>>) - Method in class com.vmware.vmc.draas.ReplicaDiskCollectionsStub
 
get(String, String, String, AsyncCallback<List<ReplicaDiskCollection>>, InvocationConfig) - Method in class com.vmware.vmc.draas.ReplicaDiskCollectionsStub
 
get(String, String) - Method in interface com.vmware.vmc.draas.SiteRecovery
Query site recovery configuration for the specified sddc
get(String, String, InvocationConfig) - Method in interface com.vmware.vmc.draas.SiteRecovery
Query site recovery configuration for the specified sddc
get(String, String, AsyncCallback<SiteRecovery>) - Method in interface com.vmware.vmc.draas.SiteRecovery
Query site recovery configuration for the specified sddc
get(String, String, AsyncCallback<SiteRecovery>, InvocationConfig) - Method in interface com.vmware.vmc.draas.SiteRecovery
Query site recovery configuration for the specified sddc
get(String, String) - Method in class com.vmware.vmc.draas.SiteRecoveryStub
 
get(String, String, InvocationConfig) - Method in class com.vmware.vmc.draas.SiteRecoveryStub
 
get(String, String, AsyncCallback<SiteRecovery>) - Method in class com.vmware.vmc.draas.SiteRecoveryStub
 
get(String, String, AsyncCallback<SiteRecovery>, InvocationConfig) - Method in class com.vmware.vmc.draas.SiteRecoveryStub
 
get(String, String) - Method in interface com.vmware.vmc.draas.SiteRecoveryVersions
Query site recovery versions for the specified sddc
get(String, String, InvocationConfig) - Method in interface com.vmware.vmc.draas.SiteRecoveryVersions
Query site recovery versions for the specified sddc
get(String, String, AsyncCallback<SiteRecoveryVersions>) - Method in interface com.vmware.vmc.draas.SiteRecoveryVersions
Query site recovery versions for the specified sddc
get(String, String, AsyncCallback<SiteRecoveryVersions>, InvocationConfig) - Method in interface com.vmware.vmc.draas.SiteRecoveryVersions
Query site recovery versions for the specified sddc
get(String, String) - Method in class com.vmware.vmc.draas.SiteRecoveryVersionsStub
 
get(String, String, InvocationConfig) - Method in class com.vmware.vmc.draas.SiteRecoveryVersionsStub
 
get(String, String, AsyncCallback<SiteRecoveryVersions>) - Method in class com.vmware.vmc.draas.SiteRecoveryVersionsStub
 
get(String, String, AsyncCallback<SiteRecoveryVersions>, InvocationConfig) - Method in class com.vmware.vmc.draas.SiteRecoveryVersionsStub
 
get(String, String) - Method in interface com.vmware.vmc.draas.Task
Retrieve details of a task.
get(String, String, InvocationConfig) - Method in interface com.vmware.vmc.draas.Task
Retrieve details of a task.
get(String, String, AsyncCallback<Task>) - Method in interface com.vmware.vmc.draas.Task
Retrieve details of a task.
get(String, String, AsyncCallback<Task>, InvocationConfig) - Method in interface com.vmware.vmc.draas.Task
Retrieve details of a task.
get(String, String) - Method in class com.vmware.vmc.draas.TaskStub
 
get(String, String, InvocationConfig) - Method in class com.vmware.vmc.draas.TaskStub
 
get(String, String, AsyncCallback<Task>) - Method in class com.vmware.vmc.draas.TaskStub
 
get(String, String, AsyncCallback<Task>, InvocationConfig) - Method in class com.vmware.vmc.draas.TaskStub
 
get(String, String) - Method in interface com.vmware.vmc.draas.VrReplicationIssues
Query VR replication issues
get(String, String, InvocationConfig) - Method in interface com.vmware.vmc.draas.VrReplicationIssues
Query VR replication issues
get(String, String, AsyncCallback<List<HmsReplicationIssueInfo>>) - Method in interface com.vmware.vmc.draas.VrReplicationIssues
Query VR replication issues
get(String, String, AsyncCallback<List<HmsReplicationIssueInfo>>, InvocationConfig) - Method in interface com.vmware.vmc.draas.VrReplicationIssues
Query VR replication issues
get(String, String) - Method in class com.vmware.vmc.draas.VrReplicationIssuesStub
 
get(String, String, InvocationConfig) - Method in class com.vmware.vmc.draas.VrReplicationIssuesStub
 
get(String, String, AsyncCallback<List<HmsReplicationIssueInfo>>) - Method in class com.vmware.vmc.draas.VrReplicationIssuesStub
 
get(String, String, AsyncCallback<List<HmsReplicationIssueInfo>>, InvocationConfig) - Method in class com.vmware.vmc.draas.VrReplicationIssuesStub
 
get(String, String) - Method in interface com.vmware.vmc.draas.VrSiteIssues
Query VR site issues
get(String, String, InvocationConfig) - Method in interface com.vmware.vmc.draas.VrSiteIssues
Query VR site issues
get(String, String, AsyncCallback<List<HmsSiteIssueInfo>>) - Method in interface com.vmware.vmc.draas.VrSiteIssues
Query VR site issues
get(String, String, AsyncCallback<List<HmsSiteIssueInfo>>, InvocationConfig) - Method in interface com.vmware.vmc.draas.VrSiteIssues
Query VR site issues
get(String, String) - Method in class com.vmware.vmc.draas.VrSiteIssuesStub
 
get(String, String, InvocationConfig) - Method in class com.vmware.vmc.draas.VrSiteIssuesStub
 
get(String, String, AsyncCallback<List<HmsSiteIssueInfo>>) - Method in class com.vmware.vmc.draas.VrSiteIssuesStub
 
get(String, String, AsyncCallback<List<HmsSiteIssueInfo>>, InvocationConfig) - Method in class com.vmware.vmc.draas.VrSiteIssuesStub
 
getAccessToken() - Method in class com.vmware.vapi.security.OAuthSecurityContext
Retrieve the access token that should be used for authentication.
getAccessToken() - Method in interface com.vmware.vapi.vmc.client.authz.AccessAuthorization
 
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 class com.vmware.vapi.security.OAuthSecurityContext
 
getAllProperties() - Method in class com.vmware.vapi.security.SessionSecurityContext
 
getAllProperties() - Method in class com.vmware.vapi.security.UserPassSecurityContext
 
getAllProperties() - Method in class com.vmware.vapi.vmc.client.authz.CspClientCredentialsSecurityContext
 
getAllProperties() - Method in class com.vmware.vapi.vmc.client.authz.CspSecurityContext
 
getApiProvider() - Method in interface com.vmware.vapi.protocol.ProtocolConnection
Once connected get an ApiProvider that can be used to make calls.
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.std.LocalizableMessage
Positional arguments to be substituted into the message template.
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
 
getBuildNumber() - Method in class com.vmware.vmc.draas.model.BuildVersion
 
getBuildVersion() - Method in class com.vmware.vmc.draas.model.SiteRecoveryNodeVersion
 
getCause() - Method in class com.vmware.vmc.draas.model.Fault
 
getChallenge() - Method in exception com.vmware.vapi.std.errors.Unauthenticated
Indicates the authentication challenges applicable to the target API provider.
getClientId() - Method in class com.vmware.vapi.vmc.client.authz.CspClientCredentialsSecurityContext
 
getClientSecret() - Method in class com.vmware.vapi.vmc.client.authz.CspClientCredentialsSecurityContext
 
getCollectionId() - Method in class com.vmware.vmc.draas.model.ReplicaDisk
 
getCollectionId() - Method in class com.vmware.vmc.draas.model.ReplicaDiskCollection
 
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.
getConfirmationCode() - Method in class com.vmware.vmc.draas.model.DeleteConfigInternal
The confirmation code generated in prepare delete operation.
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.
getCreated() - Method in class com.vmware.vmc.draas.model.AbstractEntity
 
getCreated() - Method in class com.vmware.vmc.draas.model.SiteRecovery
 
getCreated() - Method in class com.vmware.vmc.draas.model.Task
 
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.
getDatastoreEntities() - Method in class com.vmware.vmc.draas.model.ReplicaData
DatastoreEntity
getDatastoreMoId() - Method in class com.vmware.vmc.draas.model.ReplicaDisk
 
getDatastoresForSingleHostMove() - Method in class com.vmware.vmc.draas.model.ReplicaDisk
 
getDatastoreType() - Method in class com.vmware.vmc.draas.model.DatastoreEntity
 
getDefaultMessage() - Method in class com.vmware.vapi.std.LocalizableMessage
The value of this localizable string or message template in the en_US (English) locale.
getDestinationSiteUuid() - Method in class com.vmware.vmc.draas.model.HmsReplicationIssueInfo
 
getDirection() - Method in class com.vmware.vmc.draas.model.HmsReplicationIssueInfo
 
getDiskId() - Method in class com.vmware.vmc.draas.model.ReplicaDisk
 
getDisks() - Method in class com.vmware.vmc.draas.model.ReplicaDiskCollection
 
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
 
getDraasH5Url() - Method in class com.vmware.vmc.draas.model.SiteRecovery
 
getDt() - Method in class com.vmware.vapi.std.LocalizationParam
Date and time value associated with the parameter.
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.
getEndTime() - Method in class com.vmware.vmc.draas.model.Task
 
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.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.
getErrorCode() - Method in class com.vmware.vmc.draas.model.ErrorResponse
unique error code
getErrorMessage() - Method in class com.vmware.vmc.draas.model.Task
 
getErrorMessages() - Method in class com.vmware.vmc.draas.model.ErrorResponse
localized error messages
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.
getEstimatedRemainingMinutes() - Method in class com.vmware.vmc.draas.model.Task
Estimated remaining time in minute of the task execution, < 0 means no estimation for the task.
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
 
getExecutor() - Method in class com.vmware.vapi.protocol.ClientConfiguration
Returns the executor which must be used by the client to process requests.
getExpiration() - Method in interface com.vmware.vapi.vmc.client.authz.AccessAuthorization
 
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.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
getFactory(StubFactory, StubConfiguration) - Static method in class com.vmware.vmc.draas.DraasFactory
Creates the new instance of this class with provided configuration
getFactory(StubFactory, StubConfiguration) - Static method in class com.vmware.vmc.draas.model.ModelFactory
Creates the new instance of this class with provided configuration
getFault() - Method in class com.vmware.vmc.draas.model.HmsIssueInfo
 
getFault() - Method in class com.vmware.vmc.draas.model.HmsReplicationIssueInfo
 
getFault() - Method in class com.vmware.vmc.draas.model.HmsSiteIssueInfo
 
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.data.StructValue
Gets the value for a field with given name.
getFieldNames() - Method in class com.vmware.vapi.data.StructValue
 
getFields() - Method in class com.vmware.vapi.data.StructValue
 
getForce() - Method in class com.vmware.vmc.draas.model.DeleteConfigInternal
If = 'true', will deactivate site recovery forcefully.
getFormat() - Method in class com.vmware.vapi.std.LocalizationParam
Format associated with the date and time value in getDt() property.
getFullVersion() - Method in class com.vmware.vmc.draas.model.SiteRecoveryNodeVersion
 
getGenerated() - Method in class com.vmware.vmc.draas.model.ReplicaDiskCollection
 
getGenerated() - Method in class com.vmware.vmc.draas.model.SiteRecoveryVersions
 
getHbrServerName() - Method in class com.vmware.vmc.draas.model.ReplicationData
 
getHbrServerUuid() - Method in class com.vmware.vmc.draas.model.ReplicationData
 
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
 
getHostname() - Method in class com.vmware.vmc.draas.model.SiteRecoveryNode
 
getHostname() - Method in class com.vmware.vmc.draas.model.SrmNode
 
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.std.DynamicID
The identifier for a resource whose type is specified by DynamicID.getType().
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.
getId() - Method in class com.vmware.vmc.draas.model.AbstractEntity
 
getId() - Method in class com.vmware.vmc.draas.model.DatastoreEntity
 
getId() - Method in class com.vmware.vmc.draas.model.SiteRecovery
 
getId() - Method in class com.vmware.vmc.draas.model.SiteRecoveryNode
 
getId() - Method in class com.vmware.vmc.draas.model.SrmNode
 
getId() - Method in class com.vmware.vmc.draas.model.Task
 
getId() - Method in class com.vmware.vmc.draas.model.TaskProgressPhase
The identifier of the task progress phase
getInput() - Method in class com.vmware.vapi.bindings.client.RetryPolicy.RetryContext
 
getInput() - Method in class com.vmware.vapi.protocol.RequestProcessor.Request
 
getInsecureConnection(String, String) - Method in class com.vmware.vapi.protocol.JsonProtocolConnectionFactory
 
getInsecureConnection(String, String) - Method in interface com.vmware.vapi.protocol.ProtocolConnectionFactory
 
getInstance(boolean) - Static method in class com.vmware.vapi.data.BooleanValue
 
getInstance() - Static method in class com.vmware.vapi.data.VoidValue
 
getInstance(ExecutionContext.SecurityContext) - Static method in class com.vmware.vapi.security.UserPassSecurityContext
Creates a UserPassSecurityContext from the given ExecutionContext.SecurityContext if possible.
getInstanceType() - Method in class com.vmware.vmc.draas.model.DatastoreEntity
 
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
 
getIntValue() - Method in enum com.vmware.vapi.data.DataType
 
getInvocationConfig() - Method in class com.vmware.vapi.bindings.client.RetryPolicy.RetrySpec
 
getIoThreadCount() - Method in class com.vmware.vapi.protocol.HttpConfiguration
 
getIpAddress() - Method in class com.vmware.vmc.draas.model.SiteRecoveryNode
 
getIpAddress() - Method in class com.vmware.vmc.draas.model.SrmNode
 
getIssueType() - Method in class com.vmware.vmc.draas.model.HmsIssueInfo
 
getIssueType() - Method in class com.vmware.vmc.draas.model.HmsReplicationIssueInfo
 
getIssueType() - Method in class com.vmware.vmc.draas.model.HmsSiteIssueInfo
 
getIsTransient() - Method in class com.vmware.vapi.std.errors.TransientIndication
Indicates that the exception this class is attached to is transient.
getKeepAlivePeriod() - Method in class com.vmware.vapi.protocol.HttpConfiguration
Maximum keep alive period for pooled/idle TCP connections.
getKeyAlias() - Method in class com.vmware.vapi.protocol.HttpConfiguration.KeyStoreConfig
 
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
 
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.
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
 
getMaxResponseSize() - Method in class com.vmware.vapi.protocol.HttpConfiguration
 
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
 
getMessage() - Method in class com.vmware.vmc.draas.model.Fault
 
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.
getMin() - Method in class com.vmware.vapi.std.Progress
 
getMovable() - Method in class com.vmware.vmc.draas.model.ReplicaDisk
 
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 class com.vmware.vmc.draas.model.DatastoreEntity
 
getName() - Method in class com.vmware.vmc.draas.model.ReplicaDisk
 
getName() - Method in class com.vmware.vmc.draas.model.ReplicaDiskCollection
 
getName() - Method in class com.vmware.vmc.draas.model.TaskProgressPhase
The display name of the task progress phase
getNext() - Method in class com.vmware.vapi.core.MethodResult
Returns the handle to receive the next AsyncHandle or null.
getNodeId() - Method in class com.vmware.vmc.draas.model.SiteRecoveryNodeVersion
 
getNodeIp() - Method in class com.vmware.vmc.draas.model.SiteRecoveryNodeVersion
 
getNodeType() - Method in class com.vmware.vmc.draas.model.SiteRecoveryNodeVersion
getNodeVersions() - Method in class com.vmware.vmc.draas.model.SiteRecoveryVersions
list of site recovery node version
getNumberOfHosts() - Method in class com.vmware.vmc.draas.model.DatastoreEntity
 
getOperationId() - Method in class com.vmware.vapi.bindings.client.RetryPolicy.RetryContext
 
getOperationId() - Method in class com.vmware.vapi.protocol.RequestProcessor.Request
 
getOptional() - Method in class com.vmware.vapi.data.OptionalValue
 
getOptional(String) - Method in class com.vmware.vapi.data.StructValue
 
getOrgId() - Method in class com.vmware.vapi.vmc.client.authz.CspClientCredentialsSecurityContext
 
getOutput() - Method in class com.vmware.vapi.core.MethodResult
Returns the output of the method call.
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.
getParams() - Method in class com.vmware.vmc.draas.model.Task
 
getParentTaskId() - Method in class com.vmware.vmc.draas.model.Task
 
getPassword() - Method in class com.vmware.vapi.protocol.UserPassCredentials
 
getPassword() - Method in class com.vmware.vapi.security.UserPassSecurityContext
 
getPath() - Method in class com.vmware.vmc.draas.model.ErrorResponse
Originating request URI
getPlaceholderVmMoId() - Method in class com.vmware.vmc.draas.model.ReplicaDiskCollection
 
getPort() - Method in class com.vmware.vapi.protocol.HttpConfiguration.ProxyConfiguration
 
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.
getProgressPercent() - Method in class com.vmware.vmc.draas.model.Task
Estimated progress percentage the task executed format: int32
getProgressPercent() - Method in class com.vmware.vmc.draas.model.TaskProgressPhase
The percentage of the phase that has completed format: int32
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
 
getProperty(String) - Method in class com.vmware.vapi.vmc.client.authz.CspClientCredentialsSecurityContext
 
getProperty(String) - Method in class com.vmware.vapi.vmc.client.authz.CspSecurityContext
 
getProtocol() - Method in class com.vmware.vapi.protocol.HttpConfiguration
 
getProxyConfiguration() - Method in class com.vmware.vapi.protocol.HttpConfiguration
 
getReadTimeout() - Method in class com.vmware.vapi.core.ExecutionContext.RuntimeData
Returns client-side read timeout as specified in ExecutionContext.Builder.setReadTimeout(Integer).
getRefreshToken() - Method in class com.vmware.vapi.vmc.client.authz.CspSecurityContext
 
getReplicaDisks() - Method in class com.vmware.vmc.draas.model.DatastoreEntity
 
getReplicationName() - Method in class com.vmware.vmc.draas.model.ReplicationData
 
getReplicationsNumber() - Method in class com.vmware.vmc.draas.model.DatastoreEntity
 
getReplicationUuid() - Method in class com.vmware.vmc.draas.model.ReplicationData
 
getReportEndDayInclusive() - Method in class com.vmware.vmc.draas.model.ReportPeriodConfig
 
getReportStartDayInclusive() - Method in class com.vmware.vmc.draas.model.ReportPeriodConfig
 
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
 
getResourceId() - Method in class com.vmware.vmc.draas.model.Task
UUID of resources task is acting upon
getResourceType() - Method in class com.vmware.vmc.draas.model.Task
Type of resource being acted upon
getResponse() - Method in class com.vmware.vapi.protocol.client.http.ResponseExtractor
 
getResponseAccessor() - Method in class com.vmware.vapi.core.ExecutionContext.RuntimeData
Returns client-side raw REST response accessor as specified in ExecutionContext.Builder.setResponseAccessor(HttpResponseAccessor).
getRetries() - Method in class com.vmware.vmc.draas.model.Task
 
getRetryable() - Method in class com.vmware.vmc.draas.model.ErrorResponse
If true, client should retry operation
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.
getScaleOut() - Method in class com.vmware.vmc.draas.model.ReplicationData
 
getSddcId() - Method in class com.vmware.vmc.draas.model.SiteRecovery
 
getSddcId() - Method in class com.vmware.vmc.draas.model.SiteRecoveryVersions
 
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
 
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
 
getServiceId() - Method in class com.vmware.vapi.bindings.client.RetryPolicy.RetryContext
 
getServiceId() - Method in class com.vmware.vapi.protocol.RequestProcessor.Request
 
getSessionId() - Method in class com.vmware.vapi.security.SessionSecurityContext
 
getSeverity() - Method in class com.vmware.vmc.draas.model.HmsIssueInfo
 
getSeverity() - Method in class com.vmware.vmc.draas.model.HmsReplicationIssueInfo
 
getSeverity() - Method in class com.vmware.vmc.draas.model.HmsSiteIssueInfo
 
getSiteRecoveryState() - Method in class com.vmware.vmc.draas.model.SiteRecovery
getSoTimeout() - Method in class com.vmware.vapi.protocol.HttpConfiguration
 
getSourceSiteUuid() - Method in class com.vmware.vmc.draas.model.HmsReplicationIssueInfo
 
getSpaceRequirement() - Method in class com.vmware.vmc.draas.model.ReplicaDisk
 
GetSrmConfigExport - Interface in com.vmware.vmc.draas
 
GetSrmConfigExportDefinitions - Class in com.vmware.vmc.draas
Defines the type descriptors for the GetSrmConfigExport API service.
GetSrmConfigExportDefinitions() - Constructor for class com.vmware.vmc.draas.GetSrmConfigExportDefinitions
 
getSrmConfigExportService() - Method in class com.vmware.vmc.draas.DraasFactory
Returns an instance of class GetSrmConfigExport
GetSrmConfigExportStub - Class in com.vmware.vmc.draas
Remote stub implementation of the GetSrmConfigExport API service.
GetSrmConfigExportStub(ApiProvider, TypeConverter, StubConfigurationBase) - Constructor for class com.vmware.vmc.draas.GetSrmConfigExportStub
 
GetSrmConfigExportStub(ApiProvider, StubConfigurationBase) - Constructor for class com.vmware.vmc.draas.GetSrmConfigExportStub
 
GetSrmConfigExportTypes - Interface in com.vmware.vmc.draas
Defines the data types of the GetSrmConfigExport API service.
getSrmExtensionKey() - Method in class com.vmware.vmc.draas.model.SrmNode
 
getSrmExtensionKeySuffix() - Method in class com.vmware.vmc.draas.model.ActivateSiteRecoveryConfig
Optional custom extension key suffix for SRM.
getSrmExtensionKeySuffix() - Method in class com.vmware.vmc.draas.model.ProvisionSrmConfig
Optional custom extension key suffix for SRM.
getSrmExtensionKeySuffix() - Method in class com.vmware.vmc.draas.model.SrmNode
 
getSrmNodes() - Method in class com.vmware.vmc.draas.model.SiteRecovery
 
getSslConfiguration() - Method in class com.vmware.vapi.protocol.HttpConfiguration
 
getStartTime() - Method in class com.vmware.vmc.draas.model.Task
 
getState() - Method in class com.vmware.vmc.draas.model.SiteRecoveryNode
getState() - Method in class com.vmware.vmc.draas.model.SrmNode
getStatus() - Method in class com.vmware.vmc.draas.model.ErrorResponse
HTTP status code
getStatus() - Method in class com.vmware.vmc.draas.model.Task
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
 
getSubStatus() - Method in class com.vmware.vmc.draas.model.Task
 
getTargetObjectMoId() - Method in class com.vmware.vmc.draas.model.HmsIssueInfo
 
getTargetObjectMoId() - Method in class com.vmware.vmc.draas.model.HmsReplicationIssueInfo
 
getTargetObjectMoId() - Method in class com.vmware.vmc.draas.model.HmsSiteIssueInfo
 
getTargetObjectName() - Method in class com.vmware.vmc.draas.model.HmsIssueInfo
 
getTargetObjectName() - Method in class com.vmware.vmc.draas.model.HmsReplicationIssueInfo
 
getTargetObjectName() - Method in class com.vmware.vmc.draas.model.HmsSiteIssueInfo
 
getTaskId() - Method in class com.vmware.vapi.bindings.Task
 
getTaskProgressPhases() - Method in class com.vmware.vmc.draas.model.Task
Task progress phases involved in current task execution
getTaskType() - Method in class com.vmware.vmc.draas.model.Task
 
getTaskVersion() - Method in class com.vmware.vmc.draas.model.Task
 
getTenantId() - Method in class com.vmware.vmc.draas.model.Task
 
getTicket() - Method in class com.vmware.vmc.draas.model.DeleteConfigInternal
CSSD/CSCM ticket number, such as CSSD-xxxx/CSCM-xxxx
getTotalDatastoreSize() - Method in class com.vmware.vmc.draas.model.DatastoreEntity
 
getTracer() - Method in class com.vmware.vapi.protocol.ClientConfiguration
Returns the Tracer configured for the vAPI runtime.
getTriggeredTime() - Method in class com.vmware.vmc.draas.model.HmsIssueInfo
 
getTriggeredTime() - Method in class com.vmware.vmc.draas.model.HmsReplicationIssueInfo
 
getTriggeredTime() - Method in class com.vmware.vmc.draas.model.HmsSiteIssueInfo
 
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.
getType() - Method in class com.vmware.vapi.bindings.Task
 
getType() - Method in class com.vmware.vapi.data.BlobValue
 
getType() - Method in class com.vmware.vapi.data.BooleanValue
 
getType() - Method in interface com.vmware.vapi.data.DataValue
 
getType() - Method in class com.vmware.vapi.data.DoubleValue
 
getType() - Method in class com.vmware.vapi.data.ErrorValue
 
getType() - Method in class com.vmware.vapi.data.IntegerValue
 
getType() - Method in class com.vmware.vapi.data.ListValue
 
getType() - Method in class com.vmware.vapi.data.OptionalValue
 
getType() - Method in class com.vmware.vapi.data.SecretValue
 
getType() - Method in class com.vmware.vapi.data.StringValue
 
getType() - Method in class com.vmware.vapi.data.StructValue
 
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.vmc.draas.model.SiteRecoveryNode
getType() - Method in class com.vmware.vmc.draas.model.SrmNode
getUpdated() - Method in class com.vmware.vmc.draas.model.AbstractEntity
 
getUpdated() - Method in class com.vmware.vmc.draas.model.SiteRecovery
 
getUpdated() - Method in class com.vmware.vmc.draas.model.Task
 
getUpdatedByUserId() - Method in class com.vmware.vmc.draas.model.AbstractEntity
User id that last updated this record
getUpdatedByUserId() - Method in class com.vmware.vmc.draas.model.SiteRecovery
User id that last updated this record
getUpdatedByUserId() - Method in class com.vmware.vmc.draas.model.Task
User id that last updated this record
getUpdatedByUserName() - Method in class com.vmware.vmc.draas.model.AbstractEntity
User name that last updated this record
getUpdatedByUserName() - Method in class com.vmware.vmc.draas.model.SiteRecovery
User name that last updated this record
getUpdatedByUserName() - Method in class com.vmware.vmc.draas.model.Task
User name that last updated this record
getUser() - Method in class com.vmware.vapi.protocol.UserPassCredentials
 
getUser() - Method in class com.vmware.vapi.security.UserPassSecurityContext
 
getUserId() - Method in class com.vmware.vmc.draas.model.AbstractEntity
User id that last updated this record
getUserId() - Method in class com.vmware.vmc.draas.model.SiteRecovery
User id that last updated this record
getUserId() - Method in class com.vmware.vmc.draas.model.Task
User id that last updated this record
getUserName() - Method in class com.vmware.vmc.draas.model.AbstractEntity
User name that last updated this record
getUserName() - Method in class com.vmware.vmc.draas.model.SiteRecovery
User name that last updated this record
getUserName() - Method in class com.vmware.vmc.draas.model.Task
User name that last updated this record
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.
getVersion() - Method in class com.vmware.vmc.draas.model.AbstractEntity
Version of this entity format: int32
getVersion() - Method in class com.vmware.vmc.draas.model.BuildVersion
 
getVersion() - Method in class com.vmware.vmc.draas.model.SiteRecovery
Version of this entity format: int32
getVersion() - Method in class com.vmware.vmc.draas.model.Task
Version of this entity format: int32
getVmMorefId() - Method in class com.vmware.vmc.draas.model.SiteRecoveryNode
 
getVmMorefId() - Method in class com.vmware.vmc.draas.model.SrmNode
 
getVrNode() - Method in class com.vmware.vmc.draas.model.SiteRecovery
 
getVrsNodes() - Method in class com.vmware.vmc.draas.model.SiteRecovery
 
GranularReporter - Interface in com.vmware.vmc.draas
 
GranularReporterDefinitions - Class in com.vmware.vmc.draas
Defines the type descriptors for the GranularReporter API service.
GranularReporterDefinitions() - Constructor for class com.vmware.vmc.draas.GranularReporterDefinitions
 
granularReporterService() - Method in class com.vmware.vmc.draas.DraasFactory
Returns an instance of class GranularReporter
GranularReporterStub - Class in com.vmware.vmc.draas
Remote stub implementation of the GranularReporter API service.
GranularReporterStub(ApiProvider, TypeConverter, StubConfigurationBase) - Constructor for class com.vmware.vmc.draas.GranularReporterStub
 
GranularReporterStub(ApiProvider, StubConfigurationBase) - Constructor for class com.vmware.vmc.draas.GranularReporterStub
 
GranularReporterTypes - Interface in com.vmware.vmc.draas
Defines the data types of the GranularReporter API service.

H

handle(BiFunction<? super T, Throwable, ? extends U>) - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
handle(String, String, HttpRequest, DataValue, ExecutionContext) - Method in interface com.vmware.vapi.protocol.client.http.RequestPreProcessor
Pre-process HttpRequest before sending it to the caller.
handle(String, String, MethodResult, HttpResponse) - Method in interface com.vmware.vapi.protocol.client.http.ResponsePostProcessor
Post-process MethodResult before using it to complete operation invocation.
handleAsync(BiFunction<? super T, Throwable, ? extends U>) - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
handleAsync(BiFunction<? super T, Throwable, ? extends U>, Executor) - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
hasField(String) - Method in class com.vmware.vapi.data.StructValue
 
hashCode() - Method in class com.vmware.vapi.bindings.ApiEnumeration
 
hashCode() - Method in class com.vmware.vapi.bindings.DynamicStructureImpl
 
hashCode() - Method in class com.vmware.vapi.data.BlobValue
 
hashCode() - Method in class com.vmware.vapi.data.DoubleValue
 
hashCode() - Method in class com.vmware.vapi.data.IntegerValue
 
hashCode() - Method in class com.vmware.vapi.data.ListValue
 
hashCode() - Method in class com.vmware.vapi.data.OptionalValue
 
hashCode() - Method in class com.vmware.vapi.data.SecretValue
 
hashCode() - Method in class com.vmware.vapi.data.StringValue
 
hashCode() - Method in class com.vmware.vapi.data.StructValue
 
hashCode() - Method in class com.vmware.vapi.protocol.HttpConfiguration.BasicHeader
 
hashCode() - Method in class com.vmware.vapi.std.AuthenticationScheme
 
hashCode() - Method in class com.vmware.vapi.std.DynamicID
 
hashCode() - Method in exception com.vmware.vapi.std.errors.AlreadyExists
 
hashCode() - Method in exception com.vmware.vapi.std.errors.AlreadyInDesiredState
 
hashCode() - Method in class com.vmware.vapi.std.errors.ArgumentLocations
 
hashCode() - Method in exception com.vmware.vapi.std.errors.Canceled
 
hashCode() - Method in exception com.vmware.vapi.std.errors.ConcurrentChange
 
hashCode() - Method in exception com.vmware.vapi.std.errors.Error
 
hashCode() - Method in exception com.vmware.vapi.std.errors.FeatureInUse
 
hashCode() - Method in class com.vmware.vapi.std.errors.FileLocations
 
hashCode() - Method in exception com.vmware.vapi.std.errors.InternalServerError
 
hashCode() - Method in exception com.vmware.vapi.std.errors.InvalidArgument
 
hashCode() - Method in exception com.vmware.vapi.std.errors.InvalidElementConfiguration
 
hashCode() - Method in exception com.vmware.vapi.std.errors.InvalidElementType
 
hashCode() - Method in exception com.vmware.vapi.std.errors.InvalidRequest
 
hashCode() - Method in exception com.vmware.vapi.std.errors.NotAllowedInCurrentState
 
hashCode() - Method in exception com.vmware.vapi.std.errors.NotFound
 
hashCode() - Method in exception com.vmware.vapi.std.errors.OperationNotFound
 
hashCode() - Method in exception com.vmware.vapi.std.errors.ResourceBusy
 
hashCode() - Method in exception com.vmware.vapi.std.errors.ResourceInaccessible
 
hashCode() - Method in exception com.vmware.vapi.std.errors.ResourceInUse
 
hashCode() - Method in exception com.vmware.vapi.std.errors.ServiceUnavailable
 
hashCode() - Method in exception com.vmware.vapi.std.errors.TimedOut
 
hashCode() - Method in class com.vmware.vapi.std.errors.TransientIndication
 
hashCode() - Method in exception com.vmware.vapi.std.errors.UnableToAllocateResource
 
hashCode() - Method in exception com.vmware.vapi.std.errors.Unauthenticated
 
hashCode() - Method in exception com.vmware.vapi.std.errors.Unauthorized
 
hashCode() - Method in exception com.vmware.vapi.std.errors.UnexpectedInput
 
hashCode() - Method in exception com.vmware.vapi.std.errors.Unsupported
 
hashCode() - Method in exception com.vmware.vapi.std.errors.UnverifiedPeer
 
hashCode() - Method in class com.vmware.vapi.std.LocalizableMessage
 
hashCode() - Method in class com.vmware.vapi.std.LocalizationParam
 
hashCode() - Method in class com.vmware.vapi.std.NestedLocalizableMessage
 
hashCode() - Method in class com.vmware.vapi.std.Progress
 
hashCode() - Method in class com.vmware.vmc.draas.model.AbstractEntity
 
hashCode() - Method in class com.vmware.vmc.draas.model.ActivateSiteRecoveryConfig
 
hashCode() - Method in class com.vmware.vmc.draas.model.BuildVersion
 
hashCode() - Method in class com.vmware.vmc.draas.model.DatastoreEntity
 
hashCode() - Method in class com.vmware.vmc.draas.model.DeleteConfigInternal
 
hashCode() - Method in class com.vmware.vmc.draas.model.ErrorResponse
 
hashCode() - Method in class com.vmware.vmc.draas.model.Fault
 
hashCode() - Method in class com.vmware.vmc.draas.model.HmsIssueInfo
 
hashCode() - Method in class com.vmware.vmc.draas.model.HmsReplicationIssueInfo
 
hashCode() - Method in class com.vmware.vmc.draas.model.HmsSiteIssueInfo
 
hashCode() - Method in class com.vmware.vmc.draas.model.ProvisionSrmConfig
 
hashCode() - Method in class com.vmware.vmc.draas.model.ReplicaData
 
hashCode() - Method in class com.vmware.vmc.draas.model.ReplicaDisk
 
hashCode() - Method in class com.vmware.vmc.draas.model.ReplicaDiskCollection
 
hashCode() - Method in class com.vmware.vmc.draas.model.ReplicationData
 
hashCode() - Method in class com.vmware.vmc.draas.model.ReportPeriodConfig
 
hashCode() - Method in class com.vmware.vmc.draas.model.SiteRecovery
 
hashCode() - Method in class com.vmware.vmc.draas.model.SiteRecoveryNode
 
hashCode() - Method in class com.vmware.vmc.draas.model.SiteRecoveryNodeVersion
 
hashCode() - Method in class com.vmware.vmc.draas.model.SiteRecoveryVersions
 
hashCode() - Method in class com.vmware.vmc.draas.model.SrmNode
 
hashCode() - Method in class com.vmware.vmc.draas.model.Task
 
hashCode() - Method in class com.vmware.vmc.draas.model.TaskProgressPhase
 
HeaderExtractor - Class in com.vmware.vapi.protocol.client.http
Extractor which captures particular HTTP header from the raw REST response.
HeaderExtractor(String) - Constructor for class com.vmware.vapi.protocol.client.http.HeaderExtractor
Constructor.
HmsIssueInfo - Class in com.vmware.vmc.draas.model
 
HmsIssueInfo() - Constructor for class com.vmware.vmc.draas.model.HmsIssueInfo
Default constructor.
HmsIssueInfo(StructValue) - Constructor for class com.vmware.vmc.draas.model.HmsIssueInfo
 
hmsIssueInfo - Static variable in class com.vmware.vmc.draas.model.StructDefinitions
 
HmsIssueInfo.Builder - Class in com.vmware.vmc.draas.model
Builder class for HmsIssueInfo.
HmsReplicationIssueInfo - Class in com.vmware.vmc.draas.model
 
HmsReplicationIssueInfo() - Constructor for class com.vmware.vmc.draas.model.HmsReplicationIssueInfo
Default constructor.
HmsReplicationIssueInfo(StructValue) - Constructor for class com.vmware.vmc.draas.model.HmsReplicationIssueInfo
 
hmsReplicationIssueInfo - Static variable in class com.vmware.vmc.draas.model.StructDefinitions
 
HmsReplicationIssueInfo.Builder - Class in com.vmware.vmc.draas.model
Builder class for HmsReplicationIssueInfo.
HmsSiteIssueInfo - Class in com.vmware.vmc.draas.model
 
HmsSiteIssueInfo() - Constructor for class com.vmware.vmc.draas.model.HmsSiteIssueInfo
Default constructor.
HmsSiteIssueInfo(StructValue) - Constructor for class com.vmware.vmc.draas.model.HmsSiteIssueInfo
 
hmsSiteIssueInfo - Static variable in class com.vmware.vmc.draas.model.StructDefinitions
 
HmsSiteIssueInfo.Builder - Class in com.vmware.vmc.draas.model
Builder class for HmsSiteIssueInfo.
HTTP_CONFIG_CFG - Static variable in class com.vmware.vapi.client.Configuration
 
HttpConfiguration - Class in com.vmware.vapi.protocol
This class is used for configuring the HTTP client that is used by the runtime client.
HttpConfiguration.BasicHeader - Class in com.vmware.vapi.protocol
A basic implementation of HttpConfiguration.Header.
HttpConfiguration.Builder - Class in com.vmware.vapi.protocol
Builder class for the HttpConfiguration.
HttpConfiguration.Header - Interface in com.vmware.vapi.protocol
Represents an HTTP header field.
HttpConfiguration.HeadersProvider - Interface in com.vmware.vapi.protocol
Callback for supplying HTTP headers per request.
HttpConfiguration.KeyStoreConfig - Class in com.vmware.vapi.protocol
This class contains the client certificates configuration.
HttpConfiguration.LibType - Enum in com.vmware.vapi.protocol
Type of the third-party HTTP library which would be used by the transport implementation.
HttpConfiguration.Protocol - Enum in com.vmware.vapi.protocol
Enumerates the wire protocols supported by the vAPI client for invoking APIs.
HttpConfiguration.ProxyConfiguration - Class in com.vmware.vapi.protocol
Class contains client proxy configuration.
HttpConfiguration.ProxyConfiguration.Builder - Class in com.vmware.vapi.protocol
HttpConfiguration.SslConfiguration - Class in com.vmware.vapi.protocol
This class contains the SSL configuration.
HttpConfiguration.SslConfiguration.Builder - Class in com.vmware.vapi.protocol
Builder class for the HttpConfiguration.SslConfiguration.
HttpResponse - Interface in com.vmware.vapi.core
HTTP response abstraction for REST API invocations.
HttpResponseAccessor - Interface in com.vmware.vapi.core
Accessor of the raw HTTP response for REST API invocations.

I

ID_FIELD_NAME - Static variable in class com.vmware.vapi.std.StandardDataFactory
 
integerList(List<Long>) - Static method in class com.vmware.vapi.data.ListValue
 
IntegerValue - Class in com.vmware.vapi.data
 
IntegerValue(long) - Constructor for class com.vmware.vapi.data.IntegerValue
 
INTERNAL_SERVER_ERROR - Static variable in interface com.vmware.vapi.bindings.exception.Constants
 
INTERNAL_SERVER_ERROR - Static variable in class com.vmware.vapi.std.errors.Error.Type
Discriminator for the InternalServerError type.
INTERNAL_SERVER_ERROR - Static variable in class com.vmware.vapi.std.StandardDataFactory
 
InternalClientException - Exception in com.vmware.vapi.client.exception
Thrown in cases of unexpected framework errors.
InternalClientException() - Constructor for exception com.vmware.vapi.client.exception.InternalClientException
 
InternalClientException(String) - Constructor for exception com.vmware.vapi.client.exception.InternalClientException
 
InternalClientException(String, Throwable) - Constructor for exception com.vmware.vapi.client.exception.InternalClientException
 
InternalClientException(Throwable) - Constructor for exception com.vmware.vapi.client.exception.InternalClientException
 
InternalServerError - Exception in com.vmware.vapi.std.errors
The InternalServerError exception indicates that the server encounters an unexpected condition that prevented it from fulfilling the request.
InternalServerError(List<LocalizableMessage>, Structure) - Constructor for exception com.vmware.vapi.std.errors.InternalServerError
This constructor is provided for backwards compatibility purposes only.
InternalServerError() - Constructor for exception com.vmware.vapi.std.errors.InternalServerError
Default constructor.
InternalServerError(StructValue) - Constructor for exception com.vmware.vapi.std.errors.InternalServerError
 
InternalServerError(StructValue, Error.Type) - Constructor for exception com.vmware.vapi.std.errors.InternalServerError
 
InternalServerError.Builder - Class in com.vmware.vapi.std.errors
Builder class for InternalServerError.
interposition() - Method in class com.vmware.vapi.std.StdFactory
The com.vmware.vapi.std.interposition package provides interfaces that TODO.
introspection() - Method in class com.vmware.vapi.std.StdFactory
The com.vmware.vapi.std.introspection package provides interfaces that expose basic information about the vAPI interfaces registered with a vAPI provider.
INVALID_ARGUMENT - Static variable in interface com.vmware.vapi.bindings.exception.Constants
 
INVALID_ARGUMENT - Static variable in class com.vmware.vapi.std.errors.Error.Type
Discriminator for the InvalidArgument type.
INVALID_ARGUMENT - Static variable in class com.vmware.vapi.std.StandardDataFactory
 
INVALID_ELEMENT_CONFIGURATION - Static variable in interface com.vmware.vapi.bindings.exception.Constants
 
INVALID_ELEMENT_CONFIGURATION - Static variable in class com.vmware.vapi.std.errors.Error.Type
Discriminator for the InvalidElementConfiguration type.
INVALID_ELEMENT_TYPE - Static variable in interface com.vmware.vapi.bindings.exception.Constants
 
INVALID_ELEMENT_TYPE - Static variable in class com.vmware.vapi.std.errors.Error.Type
Discriminator for the InvalidElementType type.
INVALID_REQUEST - Static variable in interface com.vmware.vapi.bindings.exception.Constants
 
INVALID_REQUEST - Static variable in class com.vmware.vapi.std.errors.Error.Type
Discriminator for the InvalidRequest type.
InvalidArgument - Exception in com.vmware.vapi.std.errors
The InvalidArgument exception indicates that the values received for one or more parameters are not acceptable.
InvalidArgument(List<LocalizableMessage>, Structure) - Constructor for exception com.vmware.vapi.std.errors.InvalidArgument
This constructor is provided for backwards compatibility purposes only.
InvalidArgument() - Constructor for exception com.vmware.vapi.std.errors.InvalidArgument
Default constructor.
InvalidArgument(StructValue) - Constructor for exception com.vmware.vapi.std.errors.InvalidArgument
 
InvalidArgument(StructValue, Error.Type) - Constructor for exception com.vmware.vapi.std.errors.InvalidArgument
 
InvalidArgument.Builder - Class in com.vmware.vapi.std.errors
Builder class for InvalidArgument.
InvalidElementConfiguration - Exception in com.vmware.vapi.std.errors
The InvalidElementConfiguration exception indicates that an attempt to modify the configuration of an element or a group containing the element failed due to the configuraton of the element.
InvalidElementConfiguration(List<LocalizableMessage>, Structure) - Constructor for exception com.vmware.vapi.std.errors.InvalidElementConfiguration
This constructor is provided for backwards compatibility purposes only.
InvalidElementConfiguration() - Constructor for exception com.vmware.vapi.std.errors.InvalidElementConfiguration
Default constructor.
InvalidElementConfiguration(StructValue) - Constructor for exception com.vmware.vapi.std.errors.InvalidElementConfiguration
 
InvalidElementConfiguration(StructValue, Error.Type) - Constructor for exception com.vmware.vapi.std.errors.InvalidElementConfiguration
 
InvalidElementConfiguration.Builder - Class in com.vmware.vapi.std.errors
Builder class for InvalidElementConfiguration.
InvalidElementType - Exception in com.vmware.vapi.std.errors
The InvalidElementType exception indicates that the server was unable to fulfil the request because an element of a specific type cannot be a member of particular group.
InvalidElementType(List<LocalizableMessage>, Structure) - Constructor for exception com.vmware.vapi.std.errors.InvalidElementType
This constructor is provided for backwards compatibility purposes only.
InvalidElementType() - Constructor for exception com.vmware.vapi.std.errors.InvalidElementType
Default constructor.
InvalidElementType(StructValue) - Constructor for exception com.vmware.vapi.std.errors.InvalidElementType
 
InvalidElementType(StructValue, Error.Type) - Constructor for exception com.vmware.vapi.std.errors.InvalidElementType
 
InvalidElementType.Builder - Class in com.vmware.vapi.std.errors
Builder class for InvalidElementType.
InvalidRequest - Exception in com.vmware.vapi.std.errors
The InvalidRequest exception indicates that the request is malformed in such a way that the server is unable to process it.
InvalidRequest(List<LocalizableMessage>, Structure) - Constructor for exception com.vmware.vapi.std.errors.InvalidRequest
This constructor is provided for backwards compatibility purposes only.
InvalidRequest() - Constructor for exception com.vmware.vapi.std.errors.InvalidRequest
Default constructor.
InvalidRequest(StructValue) - Constructor for exception com.vmware.vapi.std.errors.InvalidRequest
 
InvalidRequest(StructValue, Error.Type) - Constructor for exception com.vmware.vapi.std.errors.InvalidRequest
 
InvalidRequest.Builder - Class in com.vmware.vapi.std.errors
Builder class for InvalidRequest.
InvalidSslCertificateException - Exception in com.vmware.vapi.client.exception
Exception which is reported when HTTP response is received with status
InvalidSslCertificateException(String) - Constructor for exception com.vmware.vapi.client.exception.InvalidSslCertificateException
 
Invocable<T> - Interface in com.vmware.vapi.bindings
Describes the invoke methods of none task vAPI operation.
InvocationConfig - Class in com.vmware.vapi.bindings.client
Configuration for a method invocation.
InvocationConfig(ExecutionContext) - Constructor for class com.vmware.vapi.bindings.client.InvocationConfig
Creates a configuration object which provides an execution context to a method invocation.
invoke() - Method in interface com.vmware.vapi.bindings.Invocable
Asynchronous method.
invoke(InvocationConfig) - Method in interface com.vmware.vapi.bindings.Invocable
Asynchronous method with InvocationConfig.
invoke() - Method in interface com.vmware.vapi.bindings.StreamInvocable
Streaming method.
invoke(InvocationConfig) - Method in interface com.vmware.vapi.bindings.StreamInvocable
Streaming method with InvocationConfig.
invoke() - Method in interface com.vmware.vapi.bindings.TaskInvocable
Asynchronous method.
invoke(InvocationConfig) - Method in interface com.vmware.vapi.bindings.TaskInvocable
Asynchronous method with InvocationConfig.
invoke(String, String, DataValue, ExecutionContext, AsyncHandle<MethodResult>) - Method in class com.vmware.vapi.client.util.DynamicAuthnFilter
Invokes the decorated provider and in case of Unauthenticated error retries the request with refreshed ExecutionContext.SecurityContext.
invoke(String, String, DataValue, ExecutionContext, AsyncHandle<MethodResult>) - Method in interface com.vmware.vapi.core.ApiProvider
Invokes the specified operation using the provided input and execution context.
invokeNext(String, String, DataValue, ExecutionContext, AsyncHandle<MethodResult>) - Method in class com.vmware.vapi.client.util.DynamicAuthnFilter
 
isCancelled() - Method in class com.vmware.vapi.bindings.client.AsyncCallbackFuture
 
isCancelled() - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
isCertificateValidationDisabled() - Method in class com.vmware.vapi.protocol.HttpConfiguration.SslConfiguration
 
isDone() - Method in class com.vmware.vapi.bindings.client.AsyncCallbackFuture
 
isDone() - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
isEmpty() - Method in class com.vmware.vapi.data.ListValue
Returns true if this list contains no values.
isHostnameVerificationDisabled() - Method in class com.vmware.vapi.protocol.HttpConfiguration.SslConfiguration
 
isSchemeSupported(String) - Method in class com.vmware.vapi.dsig.json.JsonOAuthProcessor
 
isSchemeSupported(String) - Method in class com.vmware.vapi.dsig.json.JsonSessionProcessor
 
isSchemeSupported(String) - Method in class com.vmware.vapi.dsig.json.JsonUserPassProcessor
 
isSchemeSupported(String) - Method in class com.vmware.vapi.dsig.json.SecurityContextProcessor
 
isSet() - Method in class com.vmware.vapi.data.OptionalValue
 
isSteamingEnabled() - Method in class com.vmware.vapi.protocol.ClientConfiguration
Configures the client stack to advertise or not streaming capability.
isUnknown() - Method in class com.vmware.vapi.std.errors.Error.Type
Checks if this enumeration constant is unknown.
isUnknown() - Method in class com.vmware.vapi.std.LocalizationParam.DateTimeFormat
Checks if this enumeration constant is unknown.
iterator() - Method in class com.vmware.vapi.data.ListValue
 

J

JAVA_LEGACY_ERROR - Static variable in interface com.vmware.vapi.bindings.exception.Constants
 
JsonConverter - Class in com.vmware.vapi.protocol.common.json
Converter which encodes DataValue to and from simple JSON representation.
JsonConverter() - Constructor for class com.vmware.vapi.protocol.common.json.JsonConverter
 
JsonOAuthProcessor - Class in com.vmware.vapi.dsig.json
RequestProcessor implementation for OAuth based authentication
JsonOAuthProcessor() - Constructor for class com.vmware.vapi.dsig.json.JsonOAuthProcessor
 
JsonProtocolConnectionFactory - Class in com.vmware.vapi.protocol
Factory for creating ProtocolConnection instances which uses JSON for messaging protocol.
JsonProtocolConnectionFactory() - Constructor for class com.vmware.vapi.protocol.JsonProtocolConnectionFactory
 
JsonProtocolConnectionFactory.Protocol - Enum in com.vmware.vapi.protocol
 
JsonRpcDeserializer - Interface in com.vmware.vapi.protocol.common.json
JSON-RPC deserializer for DataValues.
JsonRpcSerializer - Interface in com.vmware.vapi.protocol.common.json
JSON-RPC serializer for DataValues.
JsonSessionProcessor - Class in com.vmware.vapi.dsig.json
Client side processor for session authentication
JsonSessionProcessor() - Constructor for class com.vmware.vapi.dsig.json.JsonSessionProcessor
 
JsonUserPassProcessor - Class in com.vmware.vapi.dsig.json
RequestProcessor implementation for user and password authentication
JsonUserPassProcessor() - Constructor for class com.vmware.vapi.dsig.json.JsonUserPassProcessor
 

K

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

L

list(String, String) - Method in interface com.vmware.vmc.draas.Task
List all tasks with optional filtering.
list(String, String, InvocationConfig) - Method in interface com.vmware.vmc.draas.Task
List all tasks with optional filtering.
list(String, String, AsyncCallback<List<Task>>) - Method in interface com.vmware.vmc.draas.Task
List all tasks with optional filtering.
list(String, String, AsyncCallback<List<Task>>, InvocationConfig) - Method in interface com.vmware.vmc.draas.Task
List all tasks with optional filtering.
list(String, String) - Method in class com.vmware.vmc.draas.TaskStub
 
list(String, String, InvocationConfig) - Method in class com.vmware.vmc.draas.TaskStub
 
list(String, String, AsyncCallback<List<Task>>) - Method in class com.vmware.vmc.draas.TaskStub
 
list(String, String, AsyncCallback<List<Task>>, InvocationConfig) - Method in class com.vmware.vmc.draas.TaskStub
 
ListValue - Class in com.vmware.vapi.data
A list of values.
ListValue() - Constructor for class com.vmware.vapi.data.ListValue
Creates an empty list value.
LocalizableMessage - Class in com.vmware.vapi.std
The LocalizableMessage class represents localizable string and message template.
LocalizableMessage(String, String, List<String>) - Constructor for class com.vmware.vapi.std.LocalizableMessage
This constructor is provided for backwards compatibility purposes only.
LocalizableMessage() - Constructor for class com.vmware.vapi.std.LocalizableMessage
Default constructor.
LocalizableMessage(StructValue) - Constructor for class com.vmware.vapi.std.LocalizableMessage
 
LocalizableMessage.Builder - Class in com.vmware.vapi.std
Builder class for LocalizableMessage.
LocalizableMessageFactory - Class in com.vmware.vapi.bindings
Factory for LocalizableMessage instances.
LocalizableMessageFactory(ResourceBundle, TemplateFormatter) - Constructor for class com.vmware.vapi.bindings.LocalizableMessageFactory
Constructor.
LocalizationException - Exception in com.vmware.vapi.l10n
Exception used to signal problems with localizing messages.
LocalizationException(String) - Constructor for exception com.vmware.vapi.l10n.LocalizationException
 
LocalizationException(String, Throwable) - Constructor for exception com.vmware.vapi.l10n.LocalizationException
 
LocalizationParam - Class in com.vmware.vapi.std
This class holds a single message parameter and formatting settings for it.
LocalizationParam() - Constructor for class com.vmware.vapi.std.LocalizationParam
Default constructor.
LocalizationParam(StructValue) - Constructor for class com.vmware.vapi.std.LocalizationParam
 
LocalizationParam.Builder - Class in com.vmware.vapi.std
Builder class for LocalizationParam.
LocalizationParam.DateTimeFormat - Class in com.vmware.vapi.std
The DateTimeFormat enumeration class lists possible date and time formatting options.
LocalizationParam.DateTimeFormat.Values - Enum in com.vmware.vapi.std
Native Java enum representing this enumeration class.
localize(LocalizableMessage, Locale) - Method in class com.vmware.vapi.l10n.MessageLocalizer
Localizes a LocalizableMessage for given target locale.
localize(LocalizableMessage) - Method in class com.vmware.vapi.l10n.MessageLocalizer
Localizes a LocalizableMessage for the locale used to create this instance.
localize(StructValue, Locale) - Method in class com.vmware.vapi.l10n.MessageLocalizer
Localizes a dynamic (StructValue) representation of localizable message.
localize(StructValue) - Method in class com.vmware.vapi.l10n.MessageLocalizer
Localizes a dynamic (StructValue) representation of localizable message for the locale used to create this instance.
LOCALIZED_FIELD_NAME - Static variable in class com.vmware.vapi.std.StandardDataFactory
 
LONG_DATE - Static variable in class com.vmware.vapi.std.LocalizationParam.DateTimeFormat
The date and time value will be formatted as long date, for example 2019 Jan 28
LONG_DATE_TIME - Static variable in class com.vmware.vapi.std.LocalizationParam.DateTimeFormat
The date and time value will be formatted as long date and time, for example 2019 Jan 28 12:59:01 Z
LONG_TIME - Static variable in class com.vmware.vapi.std.LocalizationParam.DateTimeFormat
The date and time value will be formatted as long time, for example 12:59:01 Z

M

MAP_ENTRY_STRUCT_NAME - Static variable in class com.vmware.vapi.std.BuiltInDataFactory
Name for map entry "artificial" StructValue instances.
MAP_ENTRY_TYPE - Static variable in class com.vmware.vapi.std.StandardDataFactory
 
MAP_STRUCT_NAME - Static variable in class com.vmware.vapi.std.BuiltInDataFactory
Name for a StructValue representing a map with with String typed keys.
MED_DATE - Static variable in class com.vmware.vapi.std.LocalizationParam.DateTimeFormat
The date and time value will be formatted as medium date, for example 2019 Jan 28
MED_DATE_TIME - Static variable in class com.vmware.vapi.std.LocalizationParam.DateTimeFormat
The date and time value will be formatted as medium date and time, for example 2019 Jan 28 12:59:01
MED_TIME - Static variable in class com.vmware.vapi.std.LocalizationParam.DateTimeFormat
The date and time value will be formatted as medium time, for example 12:59:01
merge(ExecutionContext.ApplicationData, Map<String, String>) - Static method in class com.vmware.vapi.core.ExecutionContext.ApplicationData
Merges the specified source and data into a newly created ApplicationData instance.
merge(ExecutionContext.ApplicationData, String, String) - Static method in class com.vmware.vapi.core.ExecutionContext.ApplicationData
Merges the specified source and property into a newly created ApplicationData instance.
mergeApplicationData(String, String) - Method in class com.vmware.vapi.core.ExecutionContext.Builder
mergeApplicationData(Map<String, String>) - Method in class com.vmware.vapi.core.ExecutionContext.Builder
Add multiple entries to ExecutionContext.ApplicationData.
MESSAGE_STRUCT_NAME - Static variable in class com.vmware.vapi.std.StandardDataFactory
 
MessageArgConverter - Class in com.vmware.vapi.l10n
Converter for arguments of LocalizableMessage.
MessageArgConverter() - Constructor for class com.vmware.vapi.l10n.MessageArgConverter
 
MessageFormatTemplateFormatter - Class in com.vmware.vapi.l10n
MessageFormat based implementation of TemplateFormatter.
MessageFormatTemplateFormatter() - Constructor for class com.vmware.vapi.l10n.MessageFormatTemplateFormatter
 
MessageLocalizer - Class in com.vmware.vapi.l10n
Utility for localization of LocalizableMessage or its dynamic representation as StructValue.
MessageLocalizer(TemplateFormatter, ResourceBundleProvider, Locale) - Constructor for class com.vmware.vapi.l10n.MessageLocalizer
Constructor.
MessageProtocolException - Exception in com.vmware.vapi.client.exception
Thrown in cases of communication protocol errors related to the vAPI protocol errors.
MessageProtocolException() - Constructor for exception com.vmware.vapi.client.exception.MessageProtocolException
 
MessageProtocolException(String) - Constructor for exception com.vmware.vapi.client.exception.MessageProtocolException
 
MessageProtocolException(String, Throwable) - Constructor for exception com.vmware.vapi.client.exception.MessageProtocolException
 
MessageProtocolException(Throwable) - Constructor for exception com.vmware.vapi.client.exception.MessageProtocolException
 
MESSAGES_FIELD_NAME - Static variable in class com.vmware.vapi.std.StandardDataFactory
 
MethodResult - Class in com.vmware.vapi.core
The MethodResult class contains the result of a method call.
MethodResult(DataValue, ErrorValue) - Constructor for class com.vmware.vapi.core.MethodResult
Constructor.
MethodResult(DataValue, ErrorValue, Consumer<AsyncHandle<MethodResult>>) - Constructor for class com.vmware.vapi.core.MethodResult
Constructor.
model() - Method in class com.vmware.vmc.draas.DraasFactory
 
ModelFactory - Class in com.vmware.vmc.draas.model
ModelFactory is responsible for creating instances of services contained inside the com.vmware.vmc.draas.model package and also has the subpackages reference to access respective subpackage services.

N

name() - Method in class com.vmware.vapi.bindings.ApiEnumeration
 
needsRefresh() - Method in interface com.vmware.vapi.vmc.client.authz.CspAccessTokenSecurityContext
Method to check if access token needs to be refreshed.
needsRefresh() - Method in class com.vmware.vapi.vmc.client.authz.CspClientCredentialsSecurityContext
 
needsRefresh() - Method in class com.vmware.vapi.vmc.client.authz.CspSecurityContext
 
NESTED_MSG_STRUCT_NAME - Static variable in class com.vmware.vapi.std.StandardDataFactory
 
NestedLocalizableMessage - Class in com.vmware.vapi.std
The NestedLocalizableMessage class represents a nested within a parameter localizable string or message template.
NestedLocalizableMessage() - Constructor for class com.vmware.vapi.std.NestedLocalizableMessage
Default constructor.
NestedLocalizableMessage(StructValue) - Constructor for class com.vmware.vapi.std.NestedLocalizableMessage
 
NestedLocalizableMessage.Builder - Class in com.vmware.vapi.std
Builder class for NestedLocalizableMessage.
newEmptyConfig() - Static method in class com.vmware.vapi.client.Configuration
Creates a new empty configuration.
newErrorResult(ErrorValue) - Static method in class com.vmware.vapi.core.MethodResult
Static factory method for creating MethodResult instance for error reported by method invocation
newHttpConfig(HttpConfiguration) - Static method in class com.vmware.vapi.client.Configuration
Creates a new configuration instance which holds HTTP settings.
newInstance(ExecutionContext.SecurityContext) - Static method in class com.vmware.vapi.security.OAuthSecurityContext
Creates a OAuthSecurityContext from the given ExecutionContext.SecurityContext if it has an access token.
newInstance(ExecutionContext.SecurityContext) - Static method in class com.vmware.vapi.security.SessionSecurityContext
Creates a SessionSecurityContext from the given ExecutionContext.SecurityContext if possible.
newJsonRpcDeserializer() - Static method in class com.vmware.vapi.protocol.common.Serializers
Creates a JSON-RPC deserializer instances.
newJsonRpcSerializer() - Static method in class com.vmware.vapi.protocol.common.Serializers
Creates a JSON-RPC serializer instance.
newRestClient(String) - Static method in class com.vmware.vapi.client.ApiClients
Creates ApiClient instance which can be used to consume REST API.
newRestClient(String, Configuration) - Static method in class com.vmware.vapi.client.ApiClients
Creates ApiClient instance for the specified configuration, which can be used to consume REST API.
newResult(DataValue) - Static method in class com.vmware.vapi.core.MethodResult
Static factory method for creating MethodResult instance for normal return value (as opposed to error)
newStubConfig(StubConfiguration) - Static method in class com.vmware.vapi.client.Configuration
Creates a new configuration instance which holds stub configuration.
NO_AUTHENTICATION - Static variable in class com.vmware.vapi.std.AuthenticationScheme
Indicates that the request doesn't need any authentication.
NO_AUTHN - Static variable in class com.vmware.vapi.security.StdSecuritySchemes
 
NO_OP - Static variable in interface com.vmware.vapi.tracing.Tracer
 
NODE_TYPE_SRM - Static variable in class com.vmware.vmc.draas.model.SiteRecoveryNodeVersion
 
NODE_TYPE_VRMS - Static variable in class com.vmware.vmc.draas.model.SiteRecoveryNodeVersion
 
NODE_TYPE_VRS - Static variable in class com.vmware.vmc.draas.model.SiteRecoveryNodeVersion
 
NOT_ALLOWED_IN_CURRENT_STATE - Static variable in interface com.vmware.vapi.bindings.exception.Constants
 
NOT_ALLOWED_IN_CURRENT_STATE - Static variable in class com.vmware.vapi.std.errors.Error.Type
Discriminator for the NotAllowedInCurrentState type.
NOT_FOUND - Static variable in interface com.vmware.vapi.bindings.exception.Constants
 
NOT_FOUND - Static variable in class com.vmware.vapi.std.errors.Error.Type
Discriminator for the NotFound type.
NOT_FOUND - Static variable in class com.vmware.vapi.std.StandardDataFactory
 
NotAllowedInCurrentState - Exception in com.vmware.vapi.std.errors
The NotAllowedInCurrentState exception indicates that the requested method is not allowed with a resource or service in its current state.
NotAllowedInCurrentState(List<LocalizableMessage>, Structure) - Constructor for exception com.vmware.vapi.std.errors.NotAllowedInCurrentState
This constructor is provided for backwards compatibility purposes only.
NotAllowedInCurrentState() - Constructor for exception com.vmware.vapi.std.errors.NotAllowedInCurrentState
Default constructor.
NotAllowedInCurrentState(StructValue) - Constructor for exception com.vmware.vapi.std.errors.NotAllowedInCurrentState
 
NotAllowedInCurrentState(StructValue, Error.Type) - Constructor for exception com.vmware.vapi.std.errors.NotAllowedInCurrentState
 
NotAllowedInCurrentState.Builder - Class in com.vmware.vapi.std.errors
Builder class for NotAllowedInCurrentState.
NotFound - Exception in com.vmware.vapi.std.errors
The NotFound exception indicates that a specified element could not be found.
NotFound(List<LocalizableMessage>, Structure) - Constructor for exception com.vmware.vapi.std.errors.NotFound
This constructor is provided for backwards compatibility purposes only.
NotFound() - Constructor for exception com.vmware.vapi.std.errors.NotFound
Default constructor.
NotFound(StructValue) - Constructor for exception com.vmware.vapi.std.errors.NotFound
 
NotFound(StructValue, Error.Type) - Constructor for exception com.vmware.vapi.std.errors.NotFound
 
NotFound.Builder - Class in com.vmware.vapi.std.errors
Builder class for NotFound.

O

OAUTH - Static variable in class com.vmware.vapi.security.StdSecuritySchemes
 
OAUTH_ACCESS_TOKEN - Static variable in class com.vmware.vapi.std.AuthenticationScheme
Indicates that the security context in a request is using OAuth2 based authentication scheme.
OAuthSecurityContext - Class in com.vmware.vapi.security
This class represents a security context suitable for OAuth2 authentication.
OAuthSecurityContext(char[]) - Constructor for class com.vmware.vapi.security.OAuthSecurityContext
 
onError(RuntimeException) - Method in class com.vmware.vapi.bindings.client.AsyncCallback
Completes the invocation with an error.
onError(RuntimeException) - Method in class com.vmware.vapi.bindings.client.AsyncCallbackFuture
 
onError(RuntimeException) - Method in class com.vmware.vapi.bindings.client.AsyncCallbackSyncAdapter
 
onError(Exception) - Method in interface com.vmware.vapi.vmc.client.authz.AuthorizationResponseHandler
Invoked upon failure of an authorization request.
onInvocationError(RuntimeException, RetryPolicy.RetryContext, int) - Method in interface com.vmware.vapi.bindings.client.RetryPolicy
An invocation error has occurred.
onProgress(Progress) - Method in class com.vmware.vapi.bindings.client.AsyncCallback
Reports progress for the operation invocation.
onProgress(Progress) - Method in class com.vmware.vapi.bindings.client.AsyncCallbackFuture
 
onProgress(Progress) - Method in class com.vmware.vapi.bindings.client.AsyncCallbackSyncAdapter
 
onResult(T) - Method in class com.vmware.vapi.bindings.client.AsyncCallback
Completes the invocation with a result object.
onResult(T) - Method in class com.vmware.vapi.bindings.client.AsyncCallbackFuture
 
onResult(T) - Method in class com.vmware.vapi.bindings.client.AsyncCallbackSyncAdapter
 
onResult(AccessAuthorization) - Method in interface com.vmware.vapi.vmc.client.authz.AuthorizationResponseHandler
Invoked upon receiving successful response to an authorization request.
OpenTelemetryTracerBuilder - Class in com.vmware.vapi.tracing
This factory creates Tracer tracer instances.
OpenTelemetryTracerBuilder(OpenTelemetry) - Constructor for class com.vmware.vapi.tracing.OpenTelemetryTracerBuilder
 
OPERATION_INPUT_STRUCT_NAME - Static variable in class com.vmware.vapi.std.BuiltInDataFactory
Name for operation input "artificial" StructValue instances.
OPERATION_NOT_FOUND - Static variable in interface com.vmware.vapi.bindings.exception.Constants
 
OPERATION_NOT_FOUND - Static variable in class com.vmware.vapi.std.errors.Error.Type
Discriminator for the OperationNotFound type.
OPERATION_NOT_FOUND - Static variable in class com.vmware.vapi.std.StandardDataFactory
 
OperationNotFound - Exception in com.vmware.vapi.std.errors
The OperationNotFound exception indicates that the method specified in the request could not be found.
OperationNotFound(List<LocalizableMessage>, Structure) - Constructor for exception com.vmware.vapi.std.errors.OperationNotFound
This constructor is provided for backwards compatibility purposes only.
OperationNotFound() - Constructor for exception com.vmware.vapi.std.errors.OperationNotFound
Default constructor.
OperationNotFound(StructValue) - Constructor for exception com.vmware.vapi.std.errors.OperationNotFound
 
OperationNotFound(StructValue, Error.Type) - Constructor for exception com.vmware.vapi.std.errors.OperationNotFound
 
OperationNotFound.Builder - Class in com.vmware.vapi.std.errors
Builder class for OperationNotFound.
optionalBooleanList(List<Boolean>) - Static method in class com.vmware.vapi.data.ListValue
 
optionalDoubleList(List<Double>) - Static method in class com.vmware.vapi.data.ListValue
 
optionalIntegerList(List<Long>) - Static method in class com.vmware.vapi.data.ListValue
 
optionalStringList(List<String>) - Static method in class com.vmware.vapi.data.ListValue
 
OptionalValue - Class in com.vmware.vapi.data
 
OptionalValue() - Constructor for class com.vmware.vapi.data.OptionalValue
 
OptionalValue(DataValue) - Constructor for class com.vmware.vapi.data.OptionalValue
 
OptionalValue(boolean) - Constructor for class com.vmware.vapi.data.OptionalValue
 
OptionalValue(long) - Constructor for class com.vmware.vapi.data.OptionalValue
 
OptionalValue(double) - Constructor for class com.vmware.vapi.data.OptionalValue
 
OptionalValue(String) - Constructor for class com.vmware.vapi.data.OptionalValue
 
OptionalValue(char[]) - Constructor for class com.vmware.vapi.data.OptionalValue
 
OptionalValue(Boolean) - Constructor for class com.vmware.vapi.data.OptionalValue
 
OptionalValue(Long) - Constructor for class com.vmware.vapi.data.OptionalValue
 
OptionalValue(Double) - Constructor for class com.vmware.vapi.data.OptionalValue
 
ORG_ID - Static variable in class com.vmware.vapi.vmc.client.authz.CspClientCredentialsSecurityContext
 

P

PackageOf - Annotation Type in com.vmware.vapi.bindings.annotation
Annotation used to specify the API component name.
PARAM_STRUCT_NAME - Static variable in class com.vmware.vapi.std.StandardDataFactory
 
PARAMS_FIELD_NAME - Static variable in class com.vmware.vapi.std.StandardDataFactory
 
PASSWORD_KEY - Static variable in class com.vmware.vapi.security.UserPassSecurityContext
 
populateCanonicalNameToStructTypeMap(Map<String, StructType>) - Static method in class com.vmware.vmc.draas.util.StructTypeUtil
Populates mappings for structures defined in a model (set of VMODL definitions).
post(String, String) - Method in interface com.vmware.vmc.draas.EnableVrScaleOut
Enable VR scale out for Activated with DR SDDC
post(String, String, InvocationConfig) - Method in interface com.vmware.vmc.draas.EnableVrScaleOut
Enable VR scale out for Activated with DR SDDC
post(String, String, AsyncCallback<Task>) - Method in interface com.vmware.vmc.draas.EnableVrScaleOut
Enable VR scale out for Activated with DR SDDC
post(String, String, AsyncCallback<Task>, InvocationConfig) - Method in interface com.vmware.vmc.draas.EnableVrScaleOut
Enable VR scale out for Activated with DR SDDC
post(String, String) - Method in class com.vmware.vmc.draas.EnableVrScaleOutStub
 
post(String, String, InvocationConfig) - Method in class com.vmware.vmc.draas.EnableVrScaleOutStub
 
post(String, String, AsyncCallback<Task>) - Method in class com.vmware.vmc.draas.EnableVrScaleOutStub
 
post(String, String, AsyncCallback<Task>, InvocationConfig) - Method in class com.vmware.vmc.draas.EnableVrScaleOutStub
 
post(String, String, String) - Method in interface com.vmware.vmc.draas.GenerateOauthClient
Generate Oauth Client for Site Recovery node
post(String, String, String, InvocationConfig) - Method in interface com.vmware.vmc.draas.GenerateOauthClient
Generate Oauth Client for Site Recovery node
post(String, String, String, AsyncCallback<Void>) - Method in interface com.vmware.vmc.draas.GenerateOauthClient
Generate Oauth Client for Site Recovery node
post(String, String, String, AsyncCallback<Void>, InvocationConfig) - Method in interface com.vmware.vmc.draas.GenerateOauthClient
Generate Oauth Client for Site Recovery node
post(String, String, String) - Method in class com.vmware.vmc.draas.GenerateOauthClientStub
 
post(String, String, String, InvocationConfig) - Method in class com.vmware.vmc.draas.GenerateOauthClientStub
 
post(String, String, String, AsyncCallback<Void>) - Method in class com.vmware.vmc.draas.GenerateOauthClientStub
 
post(String, String, String, AsyncCallback<Void>, InvocationConfig) - Method in class com.vmware.vmc.draas.GenerateOauthClientStub
 
post(String, String) - Method in interface com.vmware.vmc.draas.ReplicationsData
Get outgoing and incoming replications data.
post(String, String, InvocationConfig) - Method in interface com.vmware.vmc.draas.ReplicationsData
Get outgoing and incoming replications data.
post(String, String, AsyncCallback<List<ReplicationData>>) - Method in interface com.vmware.vmc.draas.ReplicationsData
Get outgoing and incoming replications data.
post(String, String, AsyncCallback<List<ReplicationData>>, InvocationConfig) - Method in interface com.vmware.vmc.draas.ReplicationsData
Get outgoing and incoming replications data.
post(String, String) - Method in class com.vmware.vmc.draas.ReplicationsDataStub
 
post(String, String, InvocationConfig) - Method in class com.vmware.vmc.draas.ReplicationsDataStub
 
post(String, String, AsyncCallback<List<ReplicationData>>) - Method in class com.vmware.vmc.draas.ReplicationsDataStub
 
post(String, String, AsyncCallback<List<ReplicationData>>, InvocationConfig) - Method in class com.vmware.vmc.draas.ReplicationsDataStub
 
post(String, String, ActivateSiteRecoveryConfig) - Method in interface com.vmware.vmc.draas.SiteRecovery
Activate site recovery for the specified sddc
post(String, String, ActivateSiteRecoveryConfig, InvocationConfig) - Method in interface com.vmware.vmc.draas.SiteRecovery
Activate site recovery for the specified sddc
post(String, String, ActivateSiteRecoveryConfig, AsyncCallback<Task>) - Method in interface com.vmware.vmc.draas.SiteRecovery
Activate site recovery for the specified sddc
post(String, String, ActivateSiteRecoveryConfig, AsyncCallback<Task>, InvocationConfig) - Method in interface com.vmware.vmc.draas.SiteRecovery
Activate site recovery for the specified sddc
post(String, String, ProvisionSrmConfig) - Method in interface com.vmware.vmc.draas.SiteRecoverySrmNodes
Provision an additional SRM server.
post(String, String, ProvisionSrmConfig, InvocationConfig) - Method in interface com.vmware.vmc.draas.SiteRecoverySrmNodes
Provision an additional SRM server.
post(String, String, ProvisionSrmConfig, AsyncCallback<Task>) - Method in interface com.vmware.vmc.draas.SiteRecoverySrmNodes
Provision an additional SRM server.
post(String, String, ProvisionSrmConfig, AsyncCallback<Task>, InvocationConfig) - Method in interface com.vmware.vmc.draas.SiteRecoverySrmNodes
Provision an additional SRM server.
post(String, String, ProvisionSrmConfig) - Method in class com.vmware.vmc.draas.SiteRecoverySrmNodesStub
 
post(String, String, ProvisionSrmConfig, InvocationConfig) - Method in class com.vmware.vmc.draas.SiteRecoverySrmNodesStub
 
post(String, String, ProvisionSrmConfig, AsyncCallback<Task>) - Method in class com.vmware.vmc.draas.SiteRecoverySrmNodesStub
 
post(String, String, ProvisionSrmConfig, AsyncCallback<Task>, InvocationConfig) - Method in class com.vmware.vmc.draas.SiteRecoverySrmNodesStub
 
post(String, String, ActivateSiteRecoveryConfig) - Method in class com.vmware.vmc.draas.SiteRecoveryStub
 
post(String, String, ActivateSiteRecoveryConfig, InvocationConfig) - Method in class com.vmware.vmc.draas.SiteRecoveryStub
 
post(String, String, ActivateSiteRecoveryConfig, AsyncCallback<Task>) - Method in class com.vmware.vmc.draas.SiteRecoveryStub
 
post(String, String, ActivateSiteRecoveryConfig, AsyncCallback<Task>, InvocationConfig) - Method in class com.vmware.vmc.draas.SiteRecoveryStub
 
process(byte[], Map<String, Object>, RequestProcessor.Request) - Method in class com.vmware.vapi.dsig.json.SecurityContextProcessor
 
process(byte[], Map<String, Object>, RequestProcessor.Request) - Method in interface com.vmware.vapi.protocol.RequestProcessor
Processes and possibly modifies the provided request byte array
Progress - Class in com.vmware.vapi.std
Progress notification which is emitted by a running operation.
Progress(long, long, long) - Constructor for class com.vmware.vapi.std.Progress
Creates a progress notification.
properties() - Method in class com.vmware.vapi.client.Configuration
Returns the names of all configuration properties registered with this instance.
properties - Variable in class com.vmware.vapi.vmc.client.authz.CspClientCredentialsSecurityContext
 
properties - Variable in class com.vmware.vapi.vmc.client.authz.CspSecurityContext
 
ProtocolConnection - Interface in com.vmware.vapi.protocol
This is the 'client' side of a remote protocol.
ProtocolConnectionFactory - Interface in com.vmware.vapi.protocol
 
ProviderFor - Annotation Type in com.vmware.vapi.bindings.annotation
Annotation used to specify the API interface implementation.
ProvisionSrmConfig - Class in com.vmware.vmc.draas.model
 
ProvisionSrmConfig() - Constructor for class com.vmware.vmc.draas.model.ProvisionSrmConfig
Default constructor.
ProvisionSrmConfig(StructValue) - Constructor for class com.vmware.vmc.draas.model.ProvisionSrmConfig
 
provisionSrmConfig - Static variable in class com.vmware.vmc.draas.model.StructDefinitions
 
ProvisionSrmConfig.Builder - Class in com.vmware.vmc.draas.model
Builder class for ProvisionSrmConfig.

R

RAW_REQUEST_LOGGING_SYS_PROP - Static variable in class com.vmware.vapi.protocol.Constants
The name of system property for enabling raw request and raw response logging in java vapi runtime.
REFRESH_TOKEN - Static variable in class com.vmware.vapi.vmc.client.authz.CspSecurityContext
 
register(String, Object) - Method in class com.vmware.vapi.client.Configuration.Builder
Registers a setting for the configuration to be built.
registerErrorTypes(List<ErrorType>) - Method in class com.vmware.vapi.bindings.StubConfiguration
Registers a list of ErrorTypes to be used by the configured stub for resolving VMODL2 errors received as result of a method invocation.
ReplicaData - Class in com.vmware.vmc.draas.model
 
ReplicaData() - Constructor for class com.vmware.vmc.draas.model.ReplicaData
Default constructor.
ReplicaData(StructValue) - Constructor for class com.vmware.vmc.draas.model.ReplicaData
 
replicaData - Static variable in class com.vmware.vmc.draas.model.StructDefinitions
 
ReplicaData - Interface in com.vmware.vmc.draas
 
ReplicaData.Builder - Class in com.vmware.vmc.draas.model
Builder class for ReplicaData.
ReplicaDataDefinitions - Class in com.vmware.vmc.draas
Defines the type descriptors for the ReplicaData API service.
ReplicaDataDefinitions() - Constructor for class com.vmware.vmc.draas.ReplicaDataDefinitions
 
replicaDataService() - Method in class com.vmware.vmc.draas.DraasFactory
Returns an instance of class ReplicaData
ReplicaDataStub - Class in com.vmware.vmc.draas
Remote stub implementation of the ReplicaData API service.
ReplicaDataStub(ApiProvider, TypeConverter, StubConfigurationBase) - Constructor for class com.vmware.vmc.draas.ReplicaDataStub
 
ReplicaDataStub(ApiProvider, StubConfigurationBase) - Constructor for class com.vmware.vmc.draas.ReplicaDataStub
 
ReplicaDataTypes - Interface in com.vmware.vmc.draas
Defines the data types of the ReplicaData API service.
ReplicaDisk - Class in com.vmware.vmc.draas.model
 
ReplicaDisk() - Constructor for class com.vmware.vmc.draas.model.ReplicaDisk
Default constructor.
ReplicaDisk(StructValue) - Constructor for class com.vmware.vmc.draas.model.ReplicaDisk
 
replicaDisk - Static variable in class com.vmware.vmc.draas.model.StructDefinitions
 
ReplicaDisk.Builder - Class in com.vmware.vmc.draas.model
Builder class for ReplicaDisk.
ReplicaDiskCollection - Class in com.vmware.vmc.draas.model
 
ReplicaDiskCollection() - Constructor for class com.vmware.vmc.draas.model.ReplicaDiskCollection
Default constructor.
ReplicaDiskCollection(StructValue) - Constructor for class com.vmware.vmc.draas.model.ReplicaDiskCollection
 
replicaDiskCollection - Static variable in class com.vmware.vmc.draas.model.StructDefinitions
 
ReplicaDiskCollection.Builder - Class in com.vmware.vmc.draas.model
Builder class for ReplicaDiskCollection.
ReplicaDiskCollections - Interface in com.vmware.vmc.draas
 
ReplicaDiskCollectionsDefinitions - Class in com.vmware.vmc.draas
Defines the type descriptors for the ReplicaDiskCollections API service.
ReplicaDiskCollectionsDefinitions() - Constructor for class com.vmware.vmc.draas.ReplicaDiskCollectionsDefinitions
 
replicaDiskCollectionsService() - Method in class com.vmware.vmc.draas.DraasFactory
Returns an instance of class ReplicaDiskCollections
ReplicaDiskCollectionsStub - Class in com.vmware.vmc.draas
Remote stub implementation of the ReplicaDiskCollections API service.
ReplicaDiskCollectionsStub(ApiProvider, TypeConverter, StubConfigurationBase) - Constructor for class com.vmware.vmc.draas.ReplicaDiskCollectionsStub
 
ReplicaDiskCollectionsStub(ApiProvider, StubConfigurationBase) - Constructor for class com.vmware.vmc.draas.ReplicaDiskCollectionsStub
 
ReplicaDiskCollectionsTypes - Interface in com.vmware.vmc.draas
Defines the data types of the ReplicaDiskCollections API service.
ReplicationData - Class in com.vmware.vmc.draas.model
 
ReplicationData() - Constructor for class com.vmware.vmc.draas.model.ReplicationData
Default constructor.
ReplicationData(StructValue) - Constructor for class com.vmware.vmc.draas.model.ReplicationData
 
replicationData - Static variable in class com.vmware.vmc.draas.model.StructDefinitions
 
ReplicationData.Builder - Class in com.vmware.vmc.draas.model
Builder class for ReplicationData.
ReplicationsData - Interface in com.vmware.vmc.draas
 
ReplicationsDataDefinitions - Class in com.vmware.vmc.draas
Defines the type descriptors for the ReplicationsData API service.
ReplicationsDataDefinitions() - Constructor for class com.vmware.vmc.draas.ReplicationsDataDefinitions
 
replicationsDataService() - Method in class com.vmware.vmc.draas.DraasFactory
Returns an instance of class ReplicationsData
ReplicationsDataStub - Class in com.vmware.vmc.draas
Remote stub implementation of the ReplicationsData API service.
ReplicationsDataStub(ApiProvider, TypeConverter, StubConfigurationBase) - Constructor for class com.vmware.vmc.draas.ReplicationsDataStub
 
ReplicationsDataStub(ApiProvider, StubConfigurationBase) - Constructor for class com.vmware.vmc.draas.ReplicationsDataStub
 
ReplicationsDataTypes - Interface in com.vmware.vmc.draas
Defines the data types of the ReplicationsData API service.
ReportPeriodConfig - Class in com.vmware.vmc.draas.model
 
ReportPeriodConfig() - Constructor for class com.vmware.vmc.draas.model.ReportPeriodConfig
Default constructor.
ReportPeriodConfig(StructValue) - Constructor for class com.vmware.vmc.draas.model.ReportPeriodConfig
 
reportPeriodConfig - Static variable in class com.vmware.vmc.draas.model.StructDefinitions
 
ReportPeriodConfig.Builder - Class in com.vmware.vmc.draas.model
Builder class for ReportPeriodConfig.
Request(String, String, ExecutionContext, DataValue) - Constructor for class com.vmware.vapi.protocol.RequestProcessor.Request
 
requestAccess(RestTransport, ExecutionContext.SecurityContext, AuthorizationResponseHandler) - Method in interface com.vmware.vapi.vmc.client.authz.AccessRequestor
Executes asynchronously an access authorization HTTP request to the authorization server using the specified transport.
requestAccess(RestTransport, ExecutionContext.SecurityContext, AuthorizationResponseHandler) - Method in class com.vmware.vapi.vmc.client.authz.CspAccessRequestor
 
RequestPreProcessor - Interface in com.vmware.vapi.protocol.client.http
Request pre-processor.
RequestProcessor - Interface in com.vmware.vapi.protocol
Implementations of this interface might be attached to client ApiProvider implementations as request post-processors or to the server ApiProvider implementations as request pre-processors.
RequestProcessor.Request - Class in com.vmware.vapi.protocol
This class represents a vAPI request.
RESOURCE_BUSY - Static variable in interface com.vmware.vapi.bindings.exception.Constants
 
RESOURCE_BUSY - Static variable in class com.vmware.vapi.std.errors.Error.Type
Discriminator for the ResourceBusy type.
RESOURCE_IN_USE - Static variable in interface com.vmware.vapi.bindings.exception.Constants
 
RESOURCE_IN_USE - Static variable in class com.vmware.vapi.std.errors.Error.Type
Discriminator for the ResourceInUse type.
RESOURCE_INACCESSIBLE - Static variable in interface com.vmware.vapi.bindings.exception.Constants
 
RESOURCE_INACCESSIBLE - Static variable in class com.vmware.vapi.std.errors.Error.Type
Discriminator for the ResourceInaccessible type.
ResourceBundleProvider - Interface in com.vmware.vapi.l10n
Strategy interface for resolving ResourceBundles for messages.
ResourceBusy - Exception in com.vmware.vapi.std.errors
The ResourceBusy exception indicates that the method could not be completed because a resource it needs is busy.
ResourceBusy(List<LocalizableMessage>, Structure) - Constructor for exception com.vmware.vapi.std.errors.ResourceBusy
This constructor is provided for backwards compatibility purposes only.
ResourceBusy() - Constructor for exception com.vmware.vapi.std.errors.ResourceBusy
Default constructor.
ResourceBusy(StructValue) - Constructor for exception com.vmware.vapi.std.errors.ResourceBusy
 
ResourceBusy(StructValue, Error.Type) - Constructor for exception com.vmware.vapi.std.errors.ResourceBusy
 
ResourceBusy.Builder - Class in com.vmware.vapi.std.errors
Builder class for ResourceBusy.
ResourceInaccessible - Exception in com.vmware.vapi.std.errors
The ResourceInaccessible exception indicates that the method could not be completed because an entity is not accessible.
ResourceInaccessible(List<LocalizableMessage>, Structure) - Constructor for exception com.vmware.vapi.std.errors.ResourceInaccessible
This constructor is provided for backwards compatibility purposes only.
ResourceInaccessible() - Constructor for exception com.vmware.vapi.std.errors.ResourceInaccessible
Default constructor.
ResourceInaccessible(StructValue) - Constructor for exception com.vmware.vapi.std.errors.ResourceInaccessible
 
ResourceInaccessible(StructValue, Error.Type) - Constructor for exception com.vmware.vapi.std.errors.ResourceInaccessible
 
ResourceInaccessible.Builder - Class in com.vmware.vapi.std.errors
Builder class for ResourceInaccessible.
ResourceInUse - Exception in com.vmware.vapi.std.errors
The ResourceInUse exception indicates that the method could not be completed because a resource is in use.
ResourceInUse(List<LocalizableMessage>, Structure) - Constructor for exception com.vmware.vapi.std.errors.ResourceInUse
This constructor is provided for backwards compatibility purposes only.
ResourceInUse() - Constructor for exception com.vmware.vapi.std.errors.ResourceInUse
Default constructor.
ResourceInUse(StructValue) - Constructor for exception com.vmware.vapi.std.errors.ResourceInUse
 
ResourceInUse(StructValue, Error.Type) - Constructor for exception com.vmware.vapi.std.errors.ResourceInUse
 
ResourceInUse.Builder - Class in com.vmware.vapi.std.errors
Builder class for ResourceInUse.
ResponseExtractor - Class in com.vmware.vapi.protocol.client.http
Capturer for the raw REST response.
ResponseExtractor() - Constructor for class com.vmware.vapi.protocol.client.http.ResponseExtractor
 
ResponsePostProcessor - Interface in com.vmware.vapi.protocol.client.http
Response post-processor.
retrieveApplicationData() - Method in class com.vmware.vapi.core.ExecutionContext
 
retrieveRuntimeData() - Method in class com.vmware.vapi.core.ExecutionContext
 
retrieveSecurityContext() - Method in class com.vmware.vapi.core.ExecutionContext
 
RetryContext(String, String, ExecutionContext, StructValue) - Constructor for class com.vmware.vapi.bindings.client.RetryPolicy.RetryContext
Creates a context.
RetryPolicy - Interface in com.vmware.vapi.bindings.client
Client-side policy which decides what to do when an error happens during an API invocation.
RetryPolicy.RetryContext - Class in com.vmware.vapi.bindings.client
Context about an invocation.
RetryPolicy.RetrySpec - Class in com.vmware.vapi.bindings.client
Retry specification.
RetrySpec(InvocationConfig) - Constructor for class com.vmware.vapi.bindings.client.RetryPolicy.RetrySpec
Creates a specification, which may have an InvocationConfig.
runAfterBoth(CompletionStage<?>, Runnable) - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
runAfterBothAsync(CompletionStage<?>, Runnable) - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
runAfterBothAsync(CompletionStage<?>, Runnable, Executor) - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
runAfterEither(CompletionStage<?>, Runnable) - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
runAfterEitherAsync(CompletionStage<?>, Runnable) - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
runAfterEitherAsync(CompletionStage<?>, Runnable, Executor) - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 

S

SAML_BEARER_TOKEN - Static variable in class com.vmware.vapi.security.StdSecuritySchemes
 
SAML_BEARER_TOKEN - Static variable in class com.vmware.vapi.std.AuthenticationScheme
Indicates that the security context in a request is using a SAML bearer token based authentication scheme.
SAML_HOK_TOKEN - Static variable in class com.vmware.vapi.std.AuthenticationScheme
Indicates that the security context in a request is using a SAML holder-of-key token based authentication scheme.
SAML_TOKEN - Static variable in class com.vmware.vapi.security.StdSecuritySchemes
 
SCHEME_ID_KEY - Static variable in class com.vmware.vapi.dsig.json.SecurityContextProcessor
 
secretList(List<char[]>) - Static method in class com.vmware.vapi.data.ListValue
 
SecretValue - Class in com.vmware.vapi.data
Value of type secret, which is intended to represent sensitive information, like passwords.
SecretValue(char[]) - Constructor for class com.vmware.vapi.data.SecretValue
Create a value with the specified char array content.
SECURITY_CONTEXT_KEY - Static variable in interface com.vmware.vapi.protocol.RequestProcessor
 
SECURITY_PROC_METADATA_KEY - Static variable in interface com.vmware.vapi.protocol.RequestProcessor
This key is used to transfer the authentication results to the authentication handlers using the metadata parameter.
SecurityContextAcquisitionError - Exception in com.vmware.vapi.client.util
Exception raised when acquiring authentication token from the configured in the AuthenticationFilter Supplier fails.
SecurityContextAcquisitionError(String) - Constructor for exception com.vmware.vapi.client.util.SecurityContextAcquisitionError
 
SecurityContextAcquisitionError(String, Throwable) - Constructor for exception com.vmware.vapi.client.util.SecurityContextAcquisitionError
 
SecurityContextProcessor - Class in com.vmware.vapi.dsig.json
This is an abstract processor that inserts the appropriate security context data into the request.
SecurityContextProcessor() - Constructor for class com.vmware.vapi.dsig.json.SecurityContextProcessor
 
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
 
Service - Interface in com.vmware.vapi.bindings
Marker interface for vAPI generated bindings services
SERVICE_UNAVAILABLE - Static variable in interface com.vmware.vapi.bindings.exception.Constants
 
SERVICE_UNAVAILABLE - Static variable in class com.vmware.vapi.std.errors.Error.Type
Discriminator for the ServiceUnavailable type.
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.Builder - Class in com.vmware.vapi.std.errors
Builder class for ServiceUnavailable.
SESSION - Static variable in class com.vmware.vapi.security.StdSecuritySchemes
 
SESSION_ID - Static variable in class com.vmware.vapi.std.AuthenticationScheme
Indicates that the security context in a request is using a session identifier based authentication scheme.
SESSION_ID_KEY - Static variable in class com.vmware.vapi.security.SessionSecurityContext
 
SessionSecurityContext - Class in com.vmware.vapi.security
This class represents the security context needed for authentication a session ID.
SessionSecurityContext(char[]) - Constructor for class com.vmware.vapi.security.SessionSecurityContext
 
setAccessToken(char[]) - Method in interface com.vmware.vapi.vmc.client.authz.CspAccessTokenSecurityContext
Used to set AccessToken in security context.
setAccessToken(char[]) - Method in class com.vmware.vapi.vmc.client.authz.CspClientCredentialsSecurityContext
 
setAccessToken(char[]) - Method in class com.vmware.vapi.vmc.client.authz.CspSecurityContext
 
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.
setAuthorizationUrl(String) - Method in class com.vmware.vapi.vmc.client.VmcClients.Builder
 
setBaseUrl(String) - Method in class com.vmware.vapi.vmc.client.VmcClients.Builder
 
setBuildNumber(String) - Method in class com.vmware.vmc.draas.model.BuildVersion.Builder
 
setBuildNumber(String) - Method in class com.vmware.vmc.draas.model.BuildVersion
 
setBuildVersion(BuildVersion) - Method in class com.vmware.vmc.draas.model.SiteRecoveryNodeVersion.Builder
 
setBuildVersion(BuildVersion) - Method in class com.vmware.vmc.draas.model.SiteRecoveryNodeVersion
 
setCause(Structure) - Method in class com.vmware.vmc.draas.model.Fault.Builder
 
setCause(Structure) - Method in class com.vmware.vmc.draas.model.Fault
 
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.
setClientId(String) - Method in class com.vmware.vapi.vmc.client.VmcClients.Builder
 
setClientSecret(char[]) - Method in class com.vmware.vapi.vmc.client.VmcClients.Builder
 
setCollectionId(String) - Method in class com.vmware.vmc.draas.model.ReplicaDisk.Builder
 
setCollectionId(String) - Method in class com.vmware.vmc.draas.model.ReplicaDisk
 
setCollectionId(String) - Method in class com.vmware.vmc.draas.model.ReplicaDiskCollection.Builder
 
setCollectionId(String) - Method in class com.vmware.vmc.draas.model.ReplicaDiskCollection
 
setConfirmationCode(String) - Method in class com.vmware.vmc.draas.model.DeleteConfigInternal.Builder
The confirmation code generated in prepare delete operation.
setConfirmationCode(String) - Method in class com.vmware.vmc.draas.model.DeleteConfigInternal
The confirmation code generated in prepare delete operation.
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.
setCreated(Calendar) - Method in class com.vmware.vmc.draas.model.AbstractEntity
 
setCreated(Calendar) - Method in class com.vmware.vmc.draas.model.SiteRecovery
 
setCreated(Calendar) - Method in class com.vmware.vmc.draas.model.Task
 
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.
setDatastoreEntities(List<DatastoreEntity>) - Method in class com.vmware.vmc.draas.model.ReplicaData.Builder
DatastoreEntity
setDatastoreEntities(List<DatastoreEntity>) - Method in class com.vmware.vmc.draas.model.ReplicaData
DatastoreEntity
setDatastoreMoId(String) - Method in class com.vmware.vmc.draas.model.ReplicaDisk.Builder
 
setDatastoreMoId(String) - Method in class com.vmware.vmc.draas.model.ReplicaDisk
 
setDatastoresForSingleHostMove(List<Structure>) - Method in class com.vmware.vmc.draas.model.ReplicaDisk.Builder
 
setDatastoresForSingleHostMove(List<Structure>) - Method in class com.vmware.vmc.draas.model.ReplicaDisk
 
setDatastoreType(String) - Method in class com.vmware.vmc.draas.model.DatastoreEntity.Builder
 
setDatastoreType(String) - Method in class com.vmware.vmc.draas.model.DatastoreEntity
 
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.
setDestinationSiteUuid(String) - Method in class com.vmware.vmc.draas.model.HmsReplicationIssueInfo.Builder
 
setDestinationSiteUuid(String) - Method in class com.vmware.vmc.draas.model.HmsReplicationIssueInfo
 
setDirection(String) - Method in class com.vmware.vmc.draas.model.HmsReplicationIssueInfo.Builder
 
setDirection(String) - Method in class com.vmware.vmc.draas.model.HmsReplicationIssueInfo
 
setDiskId(String) - Method in class com.vmware.vmc.draas.model.ReplicaDisk.Builder
 
setDiskId(String) - Method in class com.vmware.vmc.draas.model.ReplicaDisk
 
setDisks(List<ReplicaDisk>) - Method in class com.vmware.vmc.draas.model.ReplicaDiskCollection.Builder
 
setDisks(List<ReplicaDisk>) - Method in class com.vmware.vmc.draas.model.ReplicaDiskCollection
 
setDraasH5Url(String) - Method in class com.vmware.vmc.draas.model.SiteRecovery.Builder
 
setDraasH5Url(String) - Method in class com.vmware.vmc.draas.model.SiteRecovery
 
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.
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.
setEndTime(Calendar) - Method in class com.vmware.vmc.draas.model.Task.Builder
 
setEndTime(Calendar) - Method in class com.vmware.vmc.draas.model.Task
 
setError(RuntimeException) - Method in class com.vmware.vapi.core.AsyncHandle
Completes the invocation with an error.
setError(RuntimeException) - Method in class com.vmware.vapi.util.async.DecoratorAsyncHandle
 
setErrorCode(String) - Method in class com.vmware.vmc.draas.model.ErrorResponse
unique error code
setErrorMessage(String) - Method in class com.vmware.vmc.draas.model.Task.Builder
 
setErrorMessage(String) - Method in class com.vmware.vmc.draas.model.Task
 
setErrorMessages(List<String>) - Method in class com.vmware.vmc.draas.model.ErrorResponse
localized error messages
setEstimatedRemainingMinutes(Long) - Method in class com.vmware.vmc.draas.model.Task.Builder
Estimated remaining time in minute of the task execution, < 0 means no estimation for the task.
setEstimatedRemainingMinutes(Long) - Method in class com.vmware.vmc.draas.model.Task
Estimated remaining time in minute of the task execution, < 0 means no estimation for the task.
setExecutor(Executor) - Method in class com.vmware.vapi.protocol.ClientConfiguration.Builder
Sets the executor the client must use to process requests.
setFault(Fault) - Method in class com.vmware.vmc.draas.model.HmsIssueInfo.Builder
 
setFault(Fault) - Method in class com.vmware.vmc.draas.model.HmsIssueInfo
 
setFault(Fault) - Method in class com.vmware.vmc.draas.model.HmsReplicationIssueInfo.Builder
 
setFault(Fault) - Method in class com.vmware.vmc.draas.model.HmsReplicationIssueInfo
 
setFault(Fault) - Method in class com.vmware.vmc.draas.model.HmsSiteIssueInfo.Builder
 
setFault(Fault) - Method in class com.vmware.vmc.draas.model.HmsSiteIssueInfo
 
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
 
setForce(Boolean) - Method in class com.vmware.vmc.draas.model.DeleteConfigInternal.Builder
If = 'true', will deactivate site recovery forcefully.
setForce(Boolean) - Method in class com.vmware.vmc.draas.model.DeleteConfigInternal
If = 'true', will deactivate site recovery forcefully.
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.
setFullVersion(String) - Method in class com.vmware.vmc.draas.model.SiteRecoveryNodeVersion.Builder
 
setFullVersion(String) - Method in class com.vmware.vmc.draas.model.SiteRecoveryNodeVersion
 
setGenerated(Calendar) - Method in class com.vmware.vmc.draas.model.ReplicaDiskCollection.Builder
 
setGenerated(Calendar) - Method in class com.vmware.vmc.draas.model.ReplicaDiskCollection
 
setGenerated(Calendar) - Method in class com.vmware.vmc.draas.model.SiteRecoveryVersions.Builder
 
setGenerated(Calendar) - Method in class com.vmware.vmc.draas.model.SiteRecoveryVersions
 
setHbrServerName(String) - Method in class com.vmware.vmc.draas.model.ReplicationData.Builder
 
setHbrServerName(String) - Method in class com.vmware.vmc.draas.model.ReplicationData
 
setHbrServerUuid(String) - Method in class com.vmware.vmc.draas.model.ReplicationData.Builder
 
setHbrServerUuid(String) - Method in class com.vmware.vmc.draas.model.ReplicationData
 
setHeadersProvider(HttpConfiguration.HeadersProvider) - Method in class com.vmware.vapi.protocol.HttpConfiguration.Builder
Sets a callback instance that gets invoked upon each request.
setHostname(String) - Method in class com.vmware.vmc.draas.model.SiteRecoveryNode.Builder
 
setHostname(String) - Method in class com.vmware.vmc.draas.model.SiteRecoveryNode
 
setHostname(String) - Method in class com.vmware.vmc.draas.model.SrmNode.Builder
 
setHostname(String) - Method in class com.vmware.vmc.draas.model.SrmNode
 
setI(Long) - Method in class com.vmware.vapi.std.LocalizationParam.Builder
long value associated with the parameter.
setI(Long) - Method in class com.vmware.vapi.std.LocalizationParam
long value associated with the parameter.
setId(String) - Method in class com.vmware.vapi.std.DynamicID
The identifier for a resource whose type is specified by DynamicID.getType().
setId(String) - Method in class com.vmware.vapi.std.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.
setId(String) - Method in class com.vmware.vmc.draas.model.AbstractEntity
 
setId(String) - Method in class com.vmware.vmc.draas.model.DatastoreEntity.Builder
 
setId(String) - Method in class com.vmware.vmc.draas.model.DatastoreEntity
 
setId(String) - Method in class com.vmware.vmc.draas.model.SiteRecovery
 
setId(String) - Method in class com.vmware.vmc.draas.model.SiteRecoveryNode.Builder
 
setId(String) - Method in class com.vmware.vmc.draas.model.SiteRecoveryNode
 
setId(String) - Method in class com.vmware.vmc.draas.model.SrmNode.Builder
 
setId(String) - Method in class com.vmware.vmc.draas.model.SrmNode
 
setId(String) - Method in class com.vmware.vmc.draas.model.Task
 
setId(String) - Method in class com.vmware.vmc.draas.model.TaskProgressPhase
The identifier of the task progress phase
setInstanceType(String) - Method in class com.vmware.vmc.draas.model.DatastoreEntity.Builder
 
setInstanceType(String) - Method in class com.vmware.vmc.draas.model.DatastoreEntity
 
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.
setIpAddress(String) - Method in class com.vmware.vmc.draas.model.SiteRecoveryNode.Builder
 
setIpAddress(String) - Method in class com.vmware.vmc.draas.model.SiteRecoveryNode
 
setIpAddress(String) - Method in class com.vmware.vmc.draas.model.SrmNode.Builder
 
setIpAddress(String) - Method in class com.vmware.vmc.draas.model.SrmNode
 
setIssueType(String) - Method in class com.vmware.vmc.draas.model.HmsIssueInfo
 
setIssueType(String) - Method in class com.vmware.vmc.draas.model.HmsReplicationIssueInfo
 
setIssueType(String) - Method in class com.vmware.vmc.draas.model.HmsSiteIssueInfo
 
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.
setKeyStore(KeyStore) - Method in class com.vmware.vapi.protocol.HttpConfiguration.SslConfiguration.Builder
Sets the KeyStore which contains the certificates used to authenticate the client during an SSL handshake.
setKeyStoreConfig(HttpConfiguration.KeyStoreConfig) - Method in class com.vmware.vapi.protocol.HttpConfiguration.SslConfiguration.Builder
Sets the configuration parameters for the KeyStore provided with HttpConfiguration.SslConfiguration.Builder.setKeyStore(KeyStore).
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.
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.
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.
setMessage(String) - Method in class com.vmware.vmc.draas.model.Fault.Builder
 
setMessage(String) - Method in class com.vmware.vmc.draas.model.Fault
 
setMessages(List<LocalizableMessage>) - Method in exception com.vmware.vapi.std.errors.Error
Stack of one or more localizable messages for human exception consumers.
setMovable(Boolean) - Method in class com.vmware.vmc.draas.model.ReplicaDisk.Builder
 
setMovable(Boolean) - Method in class com.vmware.vmc.draas.model.ReplicaDisk
 
setName(String) - Method in class com.vmware.vmc.draas.model.DatastoreEntity.Builder
 
setName(String) - Method in class com.vmware.vmc.draas.model.DatastoreEntity
 
setName(String) - Method in class com.vmware.vmc.draas.model.ReplicaDisk.Builder
 
setName(String) - Method in class com.vmware.vmc.draas.model.ReplicaDisk
 
setName(String) - Method in class com.vmware.vmc.draas.model.ReplicaDiskCollection.Builder
 
setName(String) - Method in class com.vmware.vmc.draas.model.ReplicaDiskCollection
 
setName(String) - Method in class com.vmware.vmc.draas.model.TaskProgressPhase
The display name of the task progress phase
setNext(Consumer<AsyncHandle<MethodResult>>) - Method in class com.vmware.vapi.core.MethodResult
Sets the Consumer for the next frame of the result
setNodeId(String) - Method in class com.vmware.vmc.draas.model.SiteRecoveryNodeVersion.Builder
 
setNodeId(String) - Method in class com.vmware.vmc.draas.model.SiteRecoveryNodeVersion
 
setNodeIp(String) - Method in class com.vmware.vmc.draas.model.SiteRecoveryNodeVersion.Builder
 
setNodeIp(String) - Method in class com.vmware.vmc.draas.model.SiteRecoveryNodeVersion
 
setNodeType(String) - Method in class com.vmware.vmc.draas.model.SiteRecoveryNodeVersion.Builder
setNodeType(String) - Method in class com.vmware.vmc.draas.model.SiteRecoveryNodeVersion
setNodeVersions(List<SiteRecoveryNodeVersion>) - Method in class com.vmware.vmc.draas.model.SiteRecoveryVersions.Builder
list of site recovery node version
setNodeVersions(List<SiteRecoveryNodeVersion>) - Method in class com.vmware.vmc.draas.model.SiteRecoveryVersions
list of site recovery node version
setNumberOfHosts(Double) - Method in class com.vmware.vmc.draas.model.DatastoreEntity.Builder
 
setNumberOfHosts(Double) - Method in class com.vmware.vmc.draas.model.DatastoreEntity
 
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
 
setOrgId(String) - Method in class com.vmware.vapi.vmc.client.VmcClients.Builder
 
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.
setParams(Structure) - Method in class com.vmware.vmc.draas.model.Task.Builder
 
setParams(Structure) - Method in class com.vmware.vmc.draas.model.Task
 
setParentTaskId(String) - Method in class com.vmware.vmc.draas.model.Task.Builder
 
setParentTaskId(String) - Method in class com.vmware.vmc.draas.model.Task
 
setPath(String) - Method in class com.vmware.vmc.draas.model.ErrorResponse
Originating request URI
setPlaceholderVmMoId(String) - Method in class com.vmware.vmc.draas.model.ReplicaDiskCollection.Builder
 
setPlaceholderVmMoId(String) - Method in class com.vmware.vmc.draas.model.ReplicaDiskCollection
 
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.
setProgressPercent(Long) - Method in class com.vmware.vmc.draas.model.Task.Builder
Estimated progress percentage the task executed format: int32
setProgressPercent(Long) - Method in class com.vmware.vmc.draas.model.Task
Estimated progress percentage the task executed format: int32
setProgressPercent(long) - Method in class com.vmware.vmc.draas.model.TaskProgressPhase
The percentage of the phase that has completed format: int32
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.
setRefreshToken(char[]) - Method in class com.vmware.vapi.vmc.client.VmcClients.Builder
 
setReplicaDisks(List<ReplicaDisk>) - Method in class com.vmware.vmc.draas.model.DatastoreEntity.Builder
 
setReplicaDisks(List<ReplicaDisk>) - Method in class com.vmware.vmc.draas.model.DatastoreEntity
 
setReplicationName(String) - Method in class com.vmware.vmc.draas.model.ReplicationData.Builder
 
setReplicationName(String) - Method in class com.vmware.vmc.draas.model.ReplicationData
 
setReplicationsNumber(Double) - Method in class com.vmware.vmc.draas.model.DatastoreEntity.Builder
 
setReplicationsNumber(Double) - Method in class com.vmware.vmc.draas.model.DatastoreEntity
 
setReplicationUuid(String) - Method in class com.vmware.vmc.draas.model.ReplicationData.Builder
 
setReplicationUuid(String) - Method in class com.vmware.vmc.draas.model.ReplicationData
 
setReportEndDayInclusive(Calendar) - Method in class com.vmware.vmc.draas.model.ReportPeriodConfig.Builder
 
setReportEndDayInclusive(Calendar) - Method in class com.vmware.vmc.draas.model.ReportPeriodConfig
 
setReportStartDayInclusive(Calendar) - Method in class com.vmware.vmc.draas.model.ReportPeriodConfig.Builder
 
setReportStartDayInclusive(Calendar) - Method in class com.vmware.vmc.draas.model.ReportPeriodConfig
 
setRequestProcessors(List<RequestProcessor>) - Method in class com.vmware.vapi.protocol.ClientConfiguration.Builder
 
setResourceId(String) - Method in class com.vmware.vmc.draas.model.Task.Builder
UUID of resources task is acting upon
setResourceId(String) - Method in class com.vmware.vmc.draas.model.Task
UUID of resources task is acting upon
setResourceType(String) - Method in class com.vmware.vmc.draas.model.Task.Builder
Type of resource being acted upon
setResourceType(String) - Method in class com.vmware.vmc.draas.model.Task
Type of resource being acted upon
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.core.AsyncHandle
Completes the invocation with an output value.
setResult(T) - Method in class com.vmware.vapi.util.async.DecoratorAsyncHandle
 
setRetries(Long) - Method in class com.vmware.vmc.draas.model.Task.Builder
 
setRetries(Long) - Method in class com.vmware.vmc.draas.model.Task
 
setRetryable(boolean) - Method in class com.vmware.vmc.draas.model.ErrorResponse
If true, client should retry operation
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.
setScaleOut(Boolean) - Method in class com.vmware.vmc.draas.model.ReplicationData.Builder
 
setScaleOut(Boolean) - Method in class com.vmware.vmc.draas.model.ReplicationData
 
setSddcId(String) - Method in class com.vmware.vmc.draas.model.SiteRecovery.Builder
 
setSddcId(String) - Method in class com.vmware.vmc.draas.model.SiteRecovery
 
setSddcId(String) - Method in class com.vmware.vmc.draas.model.SiteRecoveryVersions.Builder
 
setSddcId(String) - Method in class com.vmware.vmc.draas.model.SiteRecoveryVersions
 
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
 
setSeverity(String) - Method in class com.vmware.vmc.draas.model.HmsIssueInfo
 
setSeverity(String) - Method in class com.vmware.vmc.draas.model.HmsReplicationIssueInfo
 
setSeverity(String) - Method in class com.vmware.vmc.draas.model.HmsSiteIssueInfo
 
setSiteRecoveryState(String) - Method in class com.vmware.vmc.draas.model.SiteRecovery.Builder
setSiteRecoveryState(String) - Method in class com.vmware.vmc.draas.model.SiteRecovery
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.
setSourceSiteUuid(String) - Method in class com.vmware.vmc.draas.model.HmsReplicationIssueInfo.Builder
 
setSourceSiteUuid(String) - Method in class com.vmware.vmc.draas.model.HmsReplicationIssueInfo
 
setSpaceRequirement(Double) - Method in class com.vmware.vmc.draas.model.ReplicaDisk.Builder
 
setSpaceRequirement(Double) - Method in class com.vmware.vmc.draas.model.ReplicaDisk
 
setSrmExtensionKey(String) - Method in class com.vmware.vmc.draas.model.SrmNode.Builder
 
setSrmExtensionKey(String) - Method in class com.vmware.vmc.draas.model.SrmNode
 
setSrmExtensionKeySuffix(String) - Method in class com.vmware.vmc.draas.model.ActivateSiteRecoveryConfig.Builder
Optional custom extension key suffix for SRM.
setSrmExtensionKeySuffix(String) - Method in class com.vmware.vmc.draas.model.ActivateSiteRecoveryConfig
Optional custom extension key suffix for SRM.
setSrmExtensionKeySuffix(String) - Method in class com.vmware.vmc.draas.model.ProvisionSrmConfig.Builder
Optional custom extension key suffix for SRM.
setSrmExtensionKeySuffix(String) - Method in class com.vmware.vmc.draas.model.ProvisionSrmConfig
Optional custom extension key suffix for SRM.
setSrmExtensionKeySuffix(String) - Method in class com.vmware.vmc.draas.model.SrmNode.Builder
 
setSrmExtensionKeySuffix(String) - Method in class com.vmware.vmc.draas.model.SrmNode
 
setSrmNodes(List<SrmNode>) - Method in class com.vmware.vmc.draas.model.SiteRecovery.Builder
 
setSrmNodes(List<SrmNode>) - Method in class com.vmware.vmc.draas.model.SiteRecovery
 
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).
setStartTime(Calendar) - Method in class com.vmware.vmc.draas.model.Task.Builder
 
setStartTime(Calendar) - Method in class com.vmware.vmc.draas.model.Task
 
setState(String) - Method in class com.vmware.vmc.draas.model.SiteRecoveryNode.Builder
setState(String) - Method in class com.vmware.vmc.draas.model.SiteRecoveryNode
setState(String) - Method in class com.vmware.vmc.draas.model.SrmNode.Builder
setState(String) - Method in class com.vmware.vmc.draas.model.SrmNode
setStatus(long) - Method in class com.vmware.vmc.draas.model.ErrorResponse
HTTP status code
setStatus(String) - Method in class com.vmware.vmc.draas.model.Task.Builder
setStatus(String) - Method in class com.vmware.vmc.draas.model.Task
setStreamingEnabled(boolean) - Method in class com.vmware.vapi.protocol.ClientConfiguration.Builder
Sets if streaming (pseudo-push) responses will be requested by the API client.
setSubStatus(String) - Method in class com.vmware.vmc.draas.model.Task.Builder
 
setSubStatus(String) - Method in class com.vmware.vmc.draas.model.Task
 
setTargetObjectMoId(String) - Method in class com.vmware.vmc.draas.model.HmsIssueInfo
 
setTargetObjectMoId(String) - Method in class com.vmware.vmc.draas.model.HmsReplicationIssueInfo
 
setTargetObjectMoId(String) - Method in class com.vmware.vmc.draas.model.HmsSiteIssueInfo
 
setTargetObjectName(String) - Method in class com.vmware.vmc.draas.model.HmsIssueInfo.Builder
 
setTargetObjectName(String) - Method in class com.vmware.vmc.draas.model.HmsIssueInfo
 
setTargetObjectName(String) - Method in class com.vmware.vmc.draas.model.HmsReplicationIssueInfo.Builder
 
setTargetObjectName(String) - Method in class com.vmware.vmc.draas.model.HmsReplicationIssueInfo
 
setTargetObjectName(String) - Method in class com.vmware.vmc.draas.model.HmsSiteIssueInfo.Builder
 
setTargetObjectName(String) - Method in class com.vmware.vmc.draas.model.HmsSiteIssueInfo
 
setTaskProgressPhases(List<TaskProgressPhase>) - Method in class com.vmware.vmc.draas.model.Task.Builder
Task progress phases involved in current task execution
setTaskProgressPhases(List<TaskProgressPhase>) - Method in class com.vmware.vmc.draas.model.Task
Task progress phases involved in current task execution
setTaskType(String) - Method in class com.vmware.vmc.draas.model.Task.Builder
 
setTaskType(String) - Method in class com.vmware.vmc.draas.model.Task
 
setTaskVersion(String) - Method in class com.vmware.vmc.draas.model.Task.Builder
 
setTaskVersion(String) - Method in class com.vmware.vmc.draas.model.Task
 
setTenantId(String) - Method in class com.vmware.vmc.draas.model.Task.Builder
 
setTenantId(String) - Method in class com.vmware.vmc.draas.model.Task
 
setTicket(String) - Method in class com.vmware.vmc.draas.model.DeleteConfigInternal.Builder
CSSD/CSCM ticket number, such as CSSD-xxxx/CSCM-xxxx
setTicket(String) - Method in class com.vmware.vmc.draas.model.DeleteConfigInternal
CSSD/CSCM ticket number, such as CSSD-xxxx/CSCM-xxxx
setTotalDatastoreSize(Double) - Method in class com.vmware.vmc.draas.model.DatastoreEntity.Builder
 
setTotalDatastoreSize(Double) - Method in class com.vmware.vmc.draas.model.DatastoreEntity
 
setTracer(Tracer) - Method in class com.vmware.vapi.protocol.ClientConfiguration.Builder
Sets the Tracer for the vapi runtime.
setTracingLevel(TracingLevel) - Method in class com.vmware.vapi.tracing.OpenTelemetryTracerBuilder
Sets the TracingLevel for the Tracer that will be built.
setTriggeredTime(Calendar) - Method in class com.vmware.vmc.draas.model.HmsIssueInfo
 
setTriggeredTime(Calendar) - Method in class com.vmware.vmc.draas.model.HmsReplicationIssueInfo
 
setTriggeredTime(Calendar) - Method in class com.vmware.vmc.draas.model.HmsSiteIssueInfo
 
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.
setType(String) - Method in class com.vmware.vapi.std.DynamicID
The type of resource being identified (for example com.acme.Person).
setType(String) - Method in class com.vmware.vmc.draas.model.SiteRecoveryNode.Builder
setType(String) - Method in class com.vmware.vmc.draas.model.SiteRecoveryNode
setType(String) - Method in class com.vmware.vmc.draas.model.SrmNode.Builder
setType(String) - Method in class com.vmware.vmc.draas.model.SrmNode
setUpdated(Calendar) - Method in class com.vmware.vmc.draas.model.AbstractEntity
 
setUpdated(Calendar) - Method in class com.vmware.vmc.draas.model.SiteRecovery
 
setUpdated(Calendar) - Method in class com.vmware.vmc.draas.model.Task
 
setUpdatedByUserId(String) - Method in class com.vmware.vmc.draas.model.AbstractEntity
User id that last updated this record
setUpdatedByUserId(String) - Method in class com.vmware.vmc.draas.model.SiteRecovery
User id that last updated this record
setUpdatedByUserId(String) - Method in class com.vmware.vmc.draas.model.Task
User id that last updated this record
setUpdatedByUserName(String) - Method in class com.vmware.vmc.draas.model.AbstractEntity
User name that last updated this record
setUpdatedByUserName(String) - Method in class com.vmware.vmc.draas.model.SiteRecovery
User name that last updated this record
setUpdatedByUserName(String) - Method in class com.vmware.vmc.draas.model.Task
User name that last updated this record
setUserId(String) - Method in class com.vmware.vmc.draas.model.AbstractEntity
User id that last updated this record
setUserId(String) - Method in class com.vmware.vmc.draas.model.SiteRecovery
User id that last updated this record
setUserId(String) - Method in class com.vmware.vmc.draas.model.Task
User id that last updated this record
setUserName(String) - Method in class com.vmware.vmc.draas.model.AbstractEntity
User name that last updated this record
setUserName(String) - Method in class com.vmware.vmc.draas.model.SiteRecovery
User name that last updated this record
setUserName(String) - Method in class com.vmware.vmc.draas.model.Task
User name that last updated this record
setUserPassCredentials(UserPassCredentials) - Method in class com.vmware.vapi.protocol.HttpConfiguration.ProxyConfiguration.Builder
Sets credentials for proxy authentication.
setVersion(long) - Method in class com.vmware.vmc.draas.model.AbstractEntity
Version of this entity format: int32
setVersion(String) - Method in class com.vmware.vmc.draas.model.BuildVersion.Builder
 
setVersion(String) - Method in class com.vmware.vmc.draas.model.BuildVersion
 
setVersion(long) - Method in class com.vmware.vmc.draas.model.SiteRecovery
Version of this entity format: int32
setVersion(long) - Method in class com.vmware.vmc.draas.model.Task
Version of this entity format: int32
setVmMorefId(String) - Method in class com.vmware.vmc.draas.model.SiteRecoveryNode.Builder
 
setVmMorefId(String) - Method in class com.vmware.vmc.draas.model.SiteRecoveryNode
 
setVmMorefId(String) - Method in class com.vmware.vmc.draas.model.SrmNode.Builder
 
setVmMorefId(String) - Method in class com.vmware.vmc.draas.model.SrmNode
 
setVrNode(SiteRecoveryNode) - Method in class com.vmware.vmc.draas.model.SiteRecovery.Builder
 
setVrNode(SiteRecoveryNode) - Method in class com.vmware.vmc.draas.model.SiteRecovery
 
setVrsNodes(List<SiteRecoveryNode>) - Method in class com.vmware.vmc.draas.model.SiteRecovery.Builder
 
setVrsNodes(List<SiteRecoveryNode>) - Method in class com.vmware.vmc.draas.model.SiteRecovery
 
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
 
SignatureException - Exception in com.vmware.vapi.dsig.json
This class represents various conditions that led to signature/validation failure
SignatureException(Message) - Constructor for exception com.vmware.vapi.dsig.json.SignatureException
 
SignatureException(Message, Throwable) - Constructor for exception com.vmware.vapi.dsig.json.SignatureException
 
SimpleBundleProvider - Class in com.vmware.vapi.l10n
Simple implementation of ResourceBundleProvider based on ResourceBundle.getBundle(String).
SimpleBundleProvider(String) - Constructor for class com.vmware.vapi.l10n.SimpleBundleProvider
 
SingleHeaderExtractor - Class in com.vmware.vapi.protocol.client.http
Extractor which captures particular singleton HTTP header from the raw REST response.
SingleHeaderExtractor(String) - Constructor for class com.vmware.vapi.protocol.client.http.SingleHeaderExtractor
Constructor.
SITE_RECOVERY_STATE_ACTIVATED - Static variable in class com.vmware.vmc.draas.model.SiteRecovery
 
SITE_RECOVERY_STATE_ACTIVATING - Static variable in class com.vmware.vmc.draas.model.SiteRecovery
 
SITE_RECOVERY_STATE_CANCELED - Static variable in class com.vmware.vmc.draas.model.SiteRecovery
 
SITE_RECOVERY_STATE_DEACTIVATED - Static variable in class com.vmware.vmc.draas.model.SiteRecovery
 
SITE_RECOVERY_STATE_DEACTIVATING - Static variable in class com.vmware.vmc.draas.model.SiteRecovery
 
SITE_RECOVERY_STATE_DELETED - Static variable in class com.vmware.vmc.draas.model.SiteRecovery
 
SITE_RECOVERY_STATE_FAILED - Static variable in class com.vmware.vmc.draas.model.SiteRecovery
 
SiteRecovery - Class in com.vmware.vmc.draas.model
 
SiteRecovery() - Constructor for class com.vmware.vmc.draas.model.SiteRecovery
Default constructor.
SiteRecovery(StructValue) - Constructor for class com.vmware.vmc.draas.model.SiteRecovery
 
siteRecovery - Static variable in class com.vmware.vmc.draas.model.StructDefinitions
 
SiteRecovery - Interface in com.vmware.vmc.draas
 
SiteRecovery.Builder - Class in com.vmware.vmc.draas.model
Builder class for SiteRecovery.
SiteRecoveryDefinitions - Class in com.vmware.vmc.draas
Defines the type descriptors for the SiteRecovery API service.
SiteRecoveryDefinitions() - Constructor for class com.vmware.vmc.draas.SiteRecoveryDefinitions
 
SiteRecoveryNode - Class in com.vmware.vmc.draas.model
 
SiteRecoveryNode() - Constructor for class com.vmware.vmc.draas.model.SiteRecoveryNode
Default constructor.
SiteRecoveryNode(StructValue) - Constructor for class com.vmware.vmc.draas.model.SiteRecoveryNode
 
siteRecoveryNode - Static variable in class com.vmware.vmc.draas.model.StructDefinitions
 
SiteRecoveryNode.Builder - Class in com.vmware.vmc.draas.model
Builder class for SiteRecoveryNode.
SiteRecoveryNodeVersion - Class in com.vmware.vmc.draas.model
 
SiteRecoveryNodeVersion() - Constructor for class com.vmware.vmc.draas.model.SiteRecoveryNodeVersion
Default constructor.
SiteRecoveryNodeVersion(StructValue) - Constructor for class com.vmware.vmc.draas.model.SiteRecoveryNodeVersion
 
siteRecoveryNodeVersion - Static variable in class com.vmware.vmc.draas.model.StructDefinitions
 
SiteRecoveryNodeVersion.Builder - Class in com.vmware.vmc.draas.model
Builder class for SiteRecoveryNodeVersion.
siteRecoveryService() - Method in class com.vmware.vmc.draas.DraasFactory
Returns an instance of class SiteRecovery
SiteRecoverySrmNodes - Interface in com.vmware.vmc.draas
 
SiteRecoverySrmNodesDefinitions - Class in com.vmware.vmc.draas
Defines the type descriptors for the SiteRecoverySrmNodes API service.
SiteRecoverySrmNodesDefinitions() - Constructor for class com.vmware.vmc.draas.SiteRecoverySrmNodesDefinitions
 
siteRecoverySrmNodesService() - Method in class com.vmware.vmc.draas.DraasFactory
Returns an instance of class SiteRecoverySrmNodes
SiteRecoverySrmNodesStub - Class in com.vmware.vmc.draas
Remote stub implementation of the SiteRecoverySrmNodes API service.
SiteRecoverySrmNodesStub(ApiProvider, TypeConverter, StubConfigurationBase) - Constructor for class com.vmware.vmc.draas.SiteRecoverySrmNodesStub
 
SiteRecoverySrmNodesStub(ApiProvider, StubConfigurationBase) - Constructor for class com.vmware.vmc.draas.SiteRecoverySrmNodesStub
 
SiteRecoverySrmNodesTypes - Interface in com.vmware.vmc.draas
Defines the data types of the SiteRecoverySrmNodes API service.
SiteRecoveryStub - Class in com.vmware.vmc.draas
Remote stub implementation of the SiteRecovery API service.
SiteRecoveryStub(ApiProvider, TypeConverter, StubConfigurationBase) - Constructor for class com.vmware.vmc.draas.SiteRecoveryStub
 
SiteRecoveryStub(ApiProvider, StubConfigurationBase) - Constructor for class com.vmware.vmc.draas.SiteRecoveryStub
 
SiteRecoveryTypes - Interface in com.vmware.vmc.draas
Defines the data types of the SiteRecovery API service.
SiteRecoveryVersions - Class in com.vmware.vmc.draas.model
 
SiteRecoveryVersions() - Constructor for class com.vmware.vmc.draas.model.SiteRecoveryVersions
Default constructor.
SiteRecoveryVersions(StructValue) - Constructor for class com.vmware.vmc.draas.model.SiteRecoveryVersions
 
siteRecoveryVersions - Static variable in class com.vmware.vmc.draas.model.StructDefinitions
 
SiteRecoveryVersions - Interface in com.vmware.vmc.draas
 
SiteRecoveryVersions.Builder - Class in com.vmware.vmc.draas.model
Builder class for SiteRecoveryVersions.
SiteRecoveryVersionsDefinitions - Class in com.vmware.vmc.draas
Defines the type descriptors for the SiteRecoveryVersions API service.
SiteRecoveryVersionsDefinitions() - Constructor for class com.vmware.vmc.draas.SiteRecoveryVersionsDefinitions
 
siteRecoveryVersionsService() - Method in class com.vmware.vmc.draas.DraasFactory
Returns an instance of class SiteRecoveryVersions
SiteRecoveryVersionsStub - Class in com.vmware.vmc.draas
Remote stub implementation of the SiteRecoveryVersions API service.
SiteRecoveryVersionsStub(ApiProvider, TypeConverter, StubConfigurationBase) - Constructor for class com.vmware.vmc.draas.SiteRecoveryVersionsStub
 
SiteRecoveryVersionsStub(ApiProvider, StubConfigurationBase) - Constructor for class com.vmware.vmc.draas.SiteRecoveryVersionsStub
 
SiteRecoveryVersionsTypes - Interface in com.vmware.vmc.draas
Defines the data types of the SiteRecoveryVersions API service.
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)
SrmNode - Class in com.vmware.vmc.draas.model
 
SrmNode() - Constructor for class com.vmware.vmc.draas.model.SrmNode
Default constructor.
SrmNode(StructValue) - Constructor for class com.vmware.vmc.draas.model.SrmNode
 
srmNode - Static variable in class com.vmware.vmc.draas.model.StructDefinitions
 
SrmNode.Builder - Class in com.vmware.vmc.draas.model
Builder class for SrmNode.
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
SslException - Exception in com.vmware.vapi.client.exception
Indicates error detected in the SSL subsystem of the transport protocol.
SslException() - Constructor for exception com.vmware.vapi.client.exception.SslException
 
SslException(String) - Constructor for exception com.vmware.vapi.client.exception.SslException
 
SslException(String, Throwable) - Constructor for exception com.vmware.vapi.client.exception.SslException
 
SslException(Throwable) - Constructor for exception com.vmware.vapi.client.exception.SslException
 
STANDARD_ERROR_FIELDS - Static variable in class com.vmware.vapi.std.StandardDataFactory
 
StandardDataFactory - Class in com.vmware.vapi.std
Factory for DataDefinitions and DataValues for standard vAPI structures, like errors and localizable messages.
StandardDataFactory() - Constructor for class com.vmware.vapi.std.StandardDataFactory
 
STATE_CANCELED - Static variable in class com.vmware.vmc.draas.model.SiteRecoveryNode
 
STATE_CANCELED - Static variable in class com.vmware.vmc.draas.model.SrmNode
 
STATE_DELETING - Static variable in class com.vmware.vmc.draas.model.SiteRecoveryNode
 
STATE_DELETING - Static variable in class com.vmware.vmc.draas.model.SrmNode
 
STATE_DEPLOYING - Static variable in class com.vmware.vmc.draas.model.SiteRecoveryNode
 
STATE_DEPLOYING - Static variable in class com.vmware.vmc.draas.model.SrmNode
 
STATE_FAILED - Static variable in class com.vmware.vmc.draas.model.SiteRecoveryNode
 
STATE_FAILED - Static variable in class com.vmware.vmc.draas.model.SrmNode
 
STATE_PROVISIONED - Static variable in class com.vmware.vmc.draas.model.SiteRecoveryNode
 
STATE_PROVISIONED - Static variable in class com.vmware.vmc.draas.model.SrmNode
 
STATE_READY - Static variable in class com.vmware.vmc.draas.model.SiteRecoveryNode
 
STATE_READY - Static variable in class com.vmware.vmc.draas.model.SrmNode
 
StaticStructure - Interface in com.vmware.vapi.bindings
Interface implemented by all generated static bindings structures.
STATUS_CANCELED - Static variable in class com.vmware.vmc.draas.model.Task
 
STATUS_CANCELING - Static variable in class com.vmware.vmc.draas.model.Task
 
STATUS_CODE - Static variable in exception com.vmware.vapi.client.exception.InvalidSslCertificateException
526 Invalid SSL Certificate
STATUS_FAILED - Static variable in class com.vmware.vmc.draas.model.Task
 
STATUS_FINISHED - Static variable in class com.vmware.vmc.draas.model.Task
 
STATUS_STARTED - Static variable in class com.vmware.vmc.draas.model.Task
 
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
 
StreamInvocable<T> - Interface in com.vmware.vapi.bindings
Describes the invoke methods of streaming none task vAPI operation.
STRING_REPRESENTATION - Static variable in class com.vmware.vapi.data.SecretValue
Constant returned by the SecretValue.toString() method of SecretValue.
STRING_REPRESENTATION - Static variable in class com.vmware.vapi.data.VoidValue
Constant returned by the toString method of VoidValue.
StringFormatTemplateFormatter - Class in com.vmware.vapi.l10n
Formatter based TemplateFormatter.
StringFormatTemplateFormatter() - Constructor for class com.vmware.vapi.l10n.StringFormatTemplateFormatter
 
stringList(List<String>) - Static method in class com.vmware.vapi.data.ListValue
 
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.
StructDefinitions - Class in com.vmware.vmc.draas.model
Defines the type descriptors for the top-level types in com.vmware.vmc.draas.model package.
StructDefinitions() - Constructor for class com.vmware.vmc.draas.model.StructDefinitions
 
StructDefinitions - Class in com.vmware.vmc.draas
Defines the type descriptors for the top-level types in com.vmware.vmc.draas package.
StructDefinitions() - Constructor for class com.vmware.vmc.draas.StructDefinitions
 
StructTypeUtil - Class in com.vmware.vmc.draas.util
Utility for StructType.
StructTypeUtil() - Constructor for class com.vmware.vmc.draas.util.StructTypeUtil
 
Structure - Interface in com.vmware.vapi.bindings
Base interface that represents a Java language bindings structure.
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
 
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.
systemDefault() - Static method in class com.vmware.vapi.protocol.HttpConfiguration.ProxyConfiguration
Creates builder object for construction of HttpConfiguration.ProxyConfiguration based on default ProxySelector configured on the JVM.

T

Task<T> - Class in com.vmware.vapi.bindings
This class is used to hold taskId and return type of the operations.
Task(String, Type) - Constructor for class com.vmware.vapi.bindings.Task
 
task - Static variable in class com.vmware.vmc.draas.model.StructDefinitions
 
Task - Class in com.vmware.vmc.draas.model
 
Task() - Constructor for class com.vmware.vmc.draas.model.Task
Default constructor.
Task(StructValue) - Constructor for class com.vmware.vmc.draas.model.Task
 
Task - Interface in com.vmware.vmc.draas
 
Task.Builder - Class in com.vmware.vmc.draas.model
Builder class for Task.
TaskDefinitions - Class in com.vmware.vmc.draas
Defines the type descriptors for the Task API service.
TaskDefinitions() - Constructor for class com.vmware.vmc.draas.TaskDefinitions
 
TaskInvocable<T> - Interface in com.vmware.vapi.bindings
Describes the invoke methods of task vAPI operations.
taskProgressPhase - Static variable in class com.vmware.vmc.draas.model.StructDefinitions
 
TaskProgressPhase - Class in com.vmware.vmc.draas.model
A task progress can be (but does NOT have to be) divided to more meaningful progress phases.
TaskProgressPhase() - Constructor for class com.vmware.vmc.draas.model.TaskProgressPhase
Default constructor.
TaskProgressPhase(StructValue) - Constructor for class com.vmware.vmc.draas.model.TaskProgressPhase
 
TaskProgressPhase.Builder - Class in com.vmware.vmc.draas.model
Builder class for TaskProgressPhase.
taskService() - Method in class com.vmware.vmc.draas.DraasFactory
Returns an instance of class Task
TaskStub - Class in com.vmware.vmc.draas
Remote stub implementation of the Task API service.
TaskStub(ApiProvider, TypeConverter, StubConfigurationBase) - Constructor for class com.vmware.vmc.draas.TaskStub
 
TaskStub(ApiProvider, StubConfigurationBase) - Constructor for class com.vmware.vmc.draas.TaskStub
 
TaskTypes - Interface in com.vmware.vmc.draas
Defines the data types of the Task API service.
TemplateFormatter - Interface in com.vmware.vapi.l10n
Strategy interface for formatting message templates (with placeholders for arguments) for target locale.
thenAccept(Consumer<? super T>) - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
thenAcceptAsync(Consumer<? super T>) - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
thenAcceptAsync(Consumer<? super T>, Executor) - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
thenAcceptBoth(CompletionStage<? extends U>, BiConsumer<? super T, ? super U>) - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
thenAcceptBothAsync(CompletionStage<? extends U>, BiConsumer<? super T, ? super U>) - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
thenAcceptBothAsync(CompletionStage<? extends U>, BiConsumer<? super T, ? super U>, Executor) - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
thenApply(Function<? super T, ? extends U>) - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
thenApplyAsync(Function<? super T, ? extends U>) - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
thenApplyAsync(Function<? super T, ? extends U>, Executor) - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
thenCombine(CompletionStage<? extends U>, BiFunction<? super T, ? super U, ? extends V>) - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
thenCombineAsync(CompletionStage<? extends U>, BiFunction<? super T, ? super U, ? extends V>) - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
thenCombineAsync(CompletionStage<? extends U>, BiFunction<? super T, ? super U, ? extends V>, Executor) - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
thenCompose(Function<? super T, ? extends CompletionStage<U>>) - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
thenComposeAsync(Function<? super T, ? extends CompletionStage<U>>) - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
thenComposeAsync(Function<? super T, ? extends CompletionStage<U>>, Executor) - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
thenRun(Runnable) - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
thenRunAsync(Runnable) - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
thenRunAsync(Runnable, Executor) - Method in class com.vmware.vapi.bindings.CompletionStageFuture
 
TIMED_OUT - Static variable in interface com.vmware.vapi.bindings.exception.Constants
 
TIMED_OUT - Static variable in class com.vmware.vapi.std.errors.Error.Type
Discriminator for the TimedOut type.
TimedOut - Exception in com.vmware.vapi.std.errors
The TimedOut exception indicates that the method did not complete within the allowed amount of time.
TimedOut(List<LocalizableMessage>, Structure) - Constructor for exception com.vmware.vapi.std.errors.TimedOut
This constructor is provided for backwards compatibility purposes only.
TimedOut() - Constructor for exception com.vmware.vapi.std.errors.TimedOut
Default constructor.
TimedOut(StructValue) - Constructor for exception com.vmware.vapi.std.errors.TimedOut
 
TimedOut(StructValue, Error.Type) - Constructor for exception com.vmware.vapi.std.errors.TimedOut
 
TimedOut.Builder - Class in com.vmware.vapi.std.errors
Builder class for TimedOut.
TIMEZONE_KEY - Static variable in class com.vmware.vapi.core.ExecutionContext.ApplicationData
ApplicationData timezone preference property key.
toCalendarArgument(String) - Method in class com.vmware.vapi.l10n.MessageArgConverter
 
toCompletableFuture() - Method in class com.vmware.vapi.bindings.CompletionStageFuture
Returns the CompletableFuture delegate used to implement this CompletionStageFuture.
toDataValue(String) - Method in class com.vmware.vapi.protocol.common.json.JsonConverter
This method converts a JSON string representation into a concrete DataValue object.
toDataValue(InputStream) - Method in class com.vmware.vapi.protocol.common.json.JsonConverter
This method converts a JSON passed as an InputStream into a concrete DataValue object.
toDouble(String) - Method in class com.vmware.vapi.l10n.MessageArgConverter
 
toLong(String) - Method in class com.vmware.vapi.l10n.MessageArgConverter
 
toString() - Method in class com.vmware.vapi.bindings.ApiEnumeration
 
toString() - Method in class com.vmware.vapi.bindings.DynamicStructureImpl
 
toString() - Method in interface com.vmware.vapi.bindings.StaticStructure
Returns a string representation of this structure.
toString() - Method in class com.vmware.vapi.core.MethodResult
toString() - Method in class com.vmware.vapi.data.BlobValue
 
toString() - Method in class com.vmware.vapi.data.BooleanValue
 
toString() - Method in enum com.vmware.vapi.data.DataType
 
toString() - Method in class com.vmware.vapi.data.DoubleValue
 
toString() - Method in class com.vmware.vapi.data.IntegerValue
 
toString() - Method in class com.vmware.vapi.data.ListValue
 
toString() - Method in class com.vmware.vapi.data.OptionalValue
 
toString() - Method in class com.vmware.vapi.data.SecretValue
Always returns "<secret>" - Safety precaution for the case when someone uses the toString directly on SecretValue object or on a StructValue that contains a secret and for instance logs the result.
toString() - Method in class com.vmware.vapi.data.StringValue
 
toString() - Method in class com.vmware.vapi.data.StructValue
 
toString() - Method in class com.vmware.vapi.data.VoidValue
 
toString() - Method in class com.vmware.vapi.protocol.HttpConfiguration.BasicHeader
 
toString() - Method in class com.vmware.vapi.std.AuthenticationScheme
 
toString() - Method in class com.vmware.vapi.std.DynamicID
 
toString() - Method in class com.vmware.vapi.std.errors.ArgumentLocations
 
toString() - Method in class com.vmware.vapi.std.errors.FileLocations
 
toString() - Method in class com.vmware.vapi.std.errors.TransientIndication
 
toString() - Method in class com.vmware.vapi.std.LocalizableMessage
 
toString() - Method in class com.vmware.vapi.std.LocalizationParam
 
toString() - Method in class com.vmware.vapi.std.NestedLocalizableMessage
 
toString() - Method in class com.vmware.vapi.std.Progress
 
toString() - Method in class com.vmware.vmc.draas.model.AbstractEntity
 
toString() - Method in class com.vmware.vmc.draas.model.ActivateSiteRecoveryConfig
 
toString() - Method in class com.vmware.vmc.draas.model.BuildVersion
 
toString() - Method in class com.vmware.vmc.draas.model.DatastoreEntity
 
toString() - Method in class com.vmware.vmc.draas.model.DeleteConfigInternal
 
toString() - Method in class com.vmware.vmc.draas.model.ErrorResponse
 
toString() - Method in class com.vmware.vmc.draas.model.Fault
 
toString() - Method in class com.vmware.vmc.draas.model.HmsIssueInfo
 
toString() - Method in class com.vmware.vmc.draas.model.HmsReplicationIssueInfo
 
toString() - Method in class com.vmware.vmc.draas.model.HmsSiteIssueInfo
 
toString() - Method in class com.vmware.vmc.draas.model.ProvisionSrmConfig
 
toString() - Method in class com.vmware.vmc.draas.model.ReplicaData
 
toString() - Method in class com.vmware.vmc.draas.model.ReplicaDisk
 
toString() - Method in class com.vmware.vmc.draas.model.ReplicaDiskCollection
 
toString() - Method in class com.vmware.vmc.draas.model.ReplicationData
 
toString() - Method in class com.vmware.vmc.draas.model.ReportPeriodConfig
 
toString() - Method in class com.vmware.vmc.draas.model.SiteRecovery
 
toString() - Method in class com.vmware.vmc.draas.model.SiteRecoveryNode
 
toString() - Method in class com.vmware.vmc.draas.model.SiteRecoveryNodeVersion
 
toString() - Method in class com.vmware.vmc.draas.model.SiteRecoveryVersions
 
toString() - Method in class com.vmware.vmc.draas.model.SrmNode
 
toString() - Method in class com.vmware.vmc.draas.model.Task
 
toString() - Method in class com.vmware.vmc.draas.model.TaskProgressPhase
 
Tracer - Interface in com.vmware.vapi.tracing
An interface for the creation of TracingSpan spans used by the vapi stack
TracingLevel - Enum in com.vmware.vapi.tracing
Defines the granularity of the tracing tags and messages that will be logged in the span created by the vapi stack
TransientIndication - Class in com.vmware.vapi.std.errors
The TransientIndication class indicates whether or not the exception is transient.
TransientIndication(boolean) - Constructor for class com.vmware.vapi.std.errors.TransientIndication
This constructor is provided for backwards compatibility purposes only.
TransientIndication() - Constructor for class com.vmware.vapi.std.errors.TransientIndication
Default constructor.
TransientIndication(StructValue) - Constructor for class com.vmware.vapi.std.errors.TransientIndication
 
TransientIndication.Builder - Class in com.vmware.vapi.std.errors
Builder class for TransientIndication.
TransportProtocolException - Exception in com.vmware.vapi.client.exception
Thrown in cases of server protocol errors related to the lower level communication protocol errors (like HTTP protocol errors).
TransportProtocolException() - Constructor for exception com.vmware.vapi.client.exception.TransportProtocolException
 
TransportProtocolException(String) - Constructor for exception com.vmware.vapi.client.exception.TransportProtocolException
 
TransportProtocolException(String, Throwable) - Constructor for exception com.vmware.vapi.client.exception.TransportProtocolException
 
TransportProtocolException(Throwable) - Constructor for exception com.vmware.vapi.client.exception.TransportProtocolException
 
TRUE - Static variable in class com.vmware.vapi.data.BooleanValue
 
TYPE_FIELD_NAME - Static variable in class com.vmware.vapi.std.StandardDataFactory
 
TYPE_SRM - Static variable in class com.vmware.vmc.draas.model.SiteRecoveryNode
 
TYPE_SRM - Static variable in class com.vmware.vmc.draas.model.SrmNode
 
TYPE_VRMS - Static variable in class com.vmware.vmc.draas.model.SiteRecoveryNode
 
TYPE_VRMS - Static variable in class com.vmware.vmc.draas.model.SrmNode
 
TYPE_VRS - Static variable in class com.vmware.vmc.draas.model.SiteRecoveryNode
 
TYPE_VRS - Static variable in class com.vmware.vmc.draas.model.SrmNode
 

U

UNABLE_TO_ALLOCATE_RESOURCE - Static variable in interface com.vmware.vapi.bindings.exception.Constants
 
UNABLE_TO_ALLOCATE_RESOURCE - Static variable in class com.vmware.vapi.std.errors.Error.Type
Discriminator for the UnableToAllocateResource type.
UnableToAllocateResource - Exception in com.vmware.vapi.std.errors
The UnableToAllocateResource exception indicates that the method failed because it was unable to allocate or acquire a required resource.
UnableToAllocateResource(List<LocalizableMessage>, Structure) - Constructor for exception com.vmware.vapi.std.errors.UnableToAllocateResource
This constructor is provided for backwards compatibility purposes only.
UnableToAllocateResource() - Constructor for exception com.vmware.vapi.std.errors.UnableToAllocateResource
Default constructor.
UnableToAllocateResource(StructValue) - Constructor for exception com.vmware.vapi.std.errors.UnableToAllocateResource
 
UnableToAllocateResource(StructValue, Error.Type) - Constructor for exception com.vmware.vapi.std.errors.UnableToAllocateResource
 
UnableToAllocateResource.Builder - Class in com.vmware.vapi.std.errors
Builder class for UnableToAllocateResource.
UNAUTHENTICATED - Static variable in interface com.vmware.vapi.bindings.exception.Constants
 
UNAUTHENTICATED - Static variable in class com.vmware.vapi.std.errors.Error.Type
Discriminator for the Unauthenticated type.
Unauthenticated - Exception in com.vmware.vapi.std.errors
The Unauthenticated exception indicates that the method requires authentication and the user is not authenticated.
Unauthenticated(List<LocalizableMessage>, Structure) - Constructor for exception com.vmware.vapi.std.errors.Unauthenticated
This constructor is provided for backwards compatibility purposes only.
Unauthenticated() - Constructor for exception com.vmware.vapi.std.errors.Unauthenticated
Default constructor.
Unauthenticated(StructValue) - Constructor for exception com.vmware.vapi.std.errors.Unauthenticated
 
Unauthenticated(StructValue, Error.Type) - Constructor for exception com.vmware.vapi.std.errors.Unauthenticated
 
UNAUTHENTICATED - Static variable in class com.vmware.vapi.std.StandardDataFactory
 
Unauthenticated.Builder - Class in com.vmware.vapi.std.errors
Builder class for Unauthenticated.
UNAUTHORIZED - Static variable in interface com.vmware.vapi.bindings.exception.Constants
 
UNAUTHORIZED - Static variable in class com.vmware.vapi.std.errors.Error.Type
Discriminator for the Unauthorized type.
Unauthorized - Exception in com.vmware.vapi.std.errors
The Unauthorized exception indicates that the user is not authorized to perform the method.
Unauthorized(List<LocalizableMessage>, Structure) - Constructor for exception com.vmware.vapi.std.errors.Unauthorized
This constructor is provided for backwards compatibility purposes only.
Unauthorized() - Constructor for exception com.vmware.vapi.std.errors.Unauthorized
Default constructor.
Unauthorized(StructValue) - Constructor for exception com.vmware.vapi.std.errors.Unauthorized
 
Unauthorized(StructValue, Error.Type) - Constructor for exception com.vmware.vapi.std.errors.Unauthorized
 
Unauthorized.Builder - Class in com.vmware.vapi.std.errors
Builder class for Unauthorized.
UNEXPECTED_INPUT - Static variable in interface com.vmware.vapi.bindings.exception.Constants
 
UNEXPECTED_INPUT - Static variable in class com.vmware.vapi.std.errors.Error.Type
Discriminator for the UnexpectedInput type.
UNEXPECTED_INPUT - Static variable in class com.vmware.vapi.std.StandardDataFactory
 
UnexpectedInput - Exception in com.vmware.vapi.std.errors
The UnexpectedInput exception indicates that the request contained a parameter or property whose name is not known by the server.
UnexpectedInput(List<LocalizableMessage>, Structure) - Constructor for exception com.vmware.vapi.std.errors.UnexpectedInput
This constructor is provided for backwards compatibility purposes only.
UnexpectedInput() - Constructor for exception com.vmware.vapi.std.errors.UnexpectedInput
Default constructor.
UnexpectedInput(StructValue) - Constructor for exception com.vmware.vapi.std.errors.UnexpectedInput
 
UnexpectedInput(StructValue, Error.Type) - Constructor for exception com.vmware.vapi.std.errors.UnexpectedInput
 
UnexpectedInput.Builder - Class in com.vmware.vapi.std.errors
Builder class for UnexpectedInput.
UnresolvedError - Exception in com.vmware.vapi.bindings
Concrete ApiError which represents a VMODL2 error that was reported but couldn't be resolved.
UnresolvedError(ErrorValue) - Constructor for exception com.vmware.vapi.bindings.UnresolvedError
 
UNSET - Static variable in class com.vmware.vapi.data.OptionalValue
OptionalValue instance which is not set, i.e.
UNSUPPORTED - Static variable in interface com.vmware.vapi.bindings.exception.Constants
 
UNSUPPORTED - Static variable in class com.vmware.vapi.std.errors.Error.Type
Discriminator for the Unsupported type.
Unsupported - Exception in com.vmware.vapi.std.errors
The Unsupported exception indicates that the method is not supported by the interface.
Unsupported(List<LocalizableMessage>, Structure) - Constructor for exception com.vmware.vapi.std.errors.Unsupported
This constructor is provided for backwards compatibility purposes only.
Unsupported() - Constructor for exception com.vmware.vapi.std.errors.Unsupported
Default constructor.
Unsupported(StructValue) - Constructor for exception com.vmware.vapi.std.errors.Unsupported
 
Unsupported(StructValue, Error.Type) - Constructor for exception com.vmware.vapi.std.errors.Unsupported
 
Unsupported.Builder - Class in com.vmware.vapi.std.errors
Builder class for Unsupported.
UNVERIFIED_PEER - Static variable in class com.vmware.vapi.std.errors.Error.Type
Discriminator for the UnverifiedPeer type.
UnverifiedPeer - Exception in com.vmware.vapi.std.errors
The UnverifiedPeer exception indicates that an attempt to connect to an unknown or not-yet-trusted endpoint failed because the system was unable to verify the identity of the endpoint.
UnverifiedPeer(List<LocalizableMessage>, Structure) - Constructor for exception com.vmware.vapi.std.errors.UnverifiedPeer
This constructor is provided for backwards compatibility purposes only.
UnverifiedPeer() - Constructor for exception com.vmware.vapi.std.errors.UnverifiedPeer
Default constructor.
UnverifiedPeer(StructValue) - Constructor for exception com.vmware.vapi.std.errors.UnverifiedPeer
 
UnverifiedPeer(StructValue, Error.Type) - Constructor for exception com.vmware.vapi.std.errors.UnverifiedPeer
 
UnverifiedPeer.Builder - Class in com.vmware.vapi.std.errors
Builder class for UnverifiedPeer.
update(String, String, String) - Method in interface com.vmware.vmc.draas.Task
Request that a running task be canceled.
update(String, String, String, InvocationConfig) - Method in interface com.vmware.vmc.draas.Task
Request that a running task be canceled.
update(String, String, String, AsyncCallback<Task>) - Method in interface com.vmware.vmc.draas.Task
Request that a running task be canceled.
update(String, String, String, AsyncCallback<Task>, InvocationConfig) - Method in interface com.vmware.vmc.draas.Task
Request that a running task be canceled.
update(String, String, String) - Method in class com.vmware.vmc.draas.TaskStub
 
update(String, String, String, InvocationConfig) - Method in class com.vmware.vmc.draas.TaskStub
 
update(String, String, String, AsyncCallback<Task>) - Method in class com.vmware.vmc.draas.TaskStub
 
update(String, String, String, AsyncCallback<Task>, InvocationConfig) - Method in class com.vmware.vmc.draas.TaskStub
 
updateProgress(DataValue) - Method in class com.vmware.vapi.core.AsyncHandle
Reports progress for the operation invocation.
updateProgress(DataValue) - Method in class com.vmware.vapi.util.async.DecoratorAsyncHandle
 
updateStubConfiguration(StubFactory, StubConfiguration) - Method in class com.vmware.vapi.std.errors.ErrorsFactory
 
updateStubConfiguration(StubFactory, StubConfiguration) - Method in class com.vmware.vapi.std.StdFactory
 
updateStubConfiguration(StubFactory, StubConfiguration) - Method in class com.vmware.vapi.VapiFactory
 
updateStubConfiguration(StubFactory, StubConfiguration) - Method in class com.vmware.vmc.draas.DraasFactory
 
updateStubConfiguration(StubFactory, StubConfiguration) - Method in class com.vmware.vmc.draas.model.ModelFactory
 
useNonBlockingIo() - Method in class com.vmware.vapi.vmc.client.VmcClients.Builder
Invoking this method will result in the ApiClient using non-blocking (Java NIO) I/O.
USER_AGENT_KEY - Static variable in class com.vmware.vapi.core.ExecutionContext.ApplicationData
ApplicationData property key for user agent.
USER_KEY - Static variable in class com.vmware.vapi.security.UserPassSecurityContext
 
USER_PASS - Static variable in class com.vmware.vapi.security.StdSecuritySchemes
 
USER_PASSWORD - Static variable in class com.vmware.vapi.std.AuthenticationScheme
Indicates that the security context in a request is using username/password based authentication scheme.
UserPassCredentials - Class in com.vmware.vapi.protocol
Represents user and password credentials.
UserPassCredentials(String, char[]) - Constructor for class com.vmware.vapi.protocol.UserPassCredentials
Constructor.
UserPassSecurityContext - Class in com.vmware.vapi.security
This class represents a security context suitable for user/password authentication.
UserPassSecurityContext(String, char[]) - Constructor for class com.vmware.vapi.security.UserPassSecurityContext
 
usesSystemDefaultProxyConfiguration() - Method in class com.vmware.vapi.protocol.HttpConfiguration.ProxyConfiguration
 
UTF8_CHARSET - Static variable in interface com.vmware.vapi.protocol.RequestProcessor
 

V

VALUE_FIELD_NAME - Static variable in class com.vmware.vapi.std.StandardDataFactory
 
valueOf(String) - Static method in enum com.vmware.vapi.data.DataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vmware.vapi.protocol.HttpConfiguration.LibType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vmware.vapi.protocol.HttpConfiguration.Protocol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vmware.vapi.protocol.JsonProtocolConnectionFactory.Protocol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class com.vmware.vapi.std.errors.Error.Type
Returns the enumeration constant for the specified name.
valueOf(String) - Static method in enum com.vmware.vapi.std.errors.Error.Type.Values
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class com.vmware.vapi.std.LocalizationParam.DateTimeFormat
Returns the enumeration constant for the specified name.
valueOf(String) - Static method in enum com.vmware.vapi.std.LocalizationParam.DateTimeFormat.Values
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vmware.vapi.tracing.TracingLevel
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.vmware.vapi.data.DataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vmware.vapi.protocol.HttpConfiguration.LibType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vmware.vapi.protocol.HttpConfiguration.Protocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vmware.vapi.protocol.JsonProtocolConnectionFactory.Protocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class com.vmware.vapi.std.errors.Error.Type
Retrieve all enumeration constants pre-defined by this enumeration class.
values() - Static method in enum com.vmware.vapi.std.errors.Error.Type.Values
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class com.vmware.vapi.std.LocalizationParam.DateTimeFormat
Retrieve all enumeration constants pre-defined by this enumeration class.
values() - Static method in enum com.vmware.vapi.std.LocalizationParam.DateTimeFormat.Values
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vmware.vapi.tracing.TracingLevel
Returns an array containing the constants of this enum type, in the order they are declared.
ValueVisitor - Interface in com.vmware.vapi.data
 
VapiFactory - Class in com.vmware.vapi
VapiFactory is responsible for creating instances of services contained inside the com.vmware.vapi package and also has the subpackages reference to access respective subpackage services.
visit(VoidValue) - Method in interface com.vmware.vapi.data.ValueVisitor
 
visit(BooleanValue) - Method in interface com.vmware.vapi.data.ValueVisitor
 
visit(IntegerValue) - Method in interface com.vmware.vapi.data.ValueVisitor
 
visit(DoubleValue) - Method in interface com.vmware.vapi.data.ValueVisitor
 
visit(StringValue) - Method in interface com.vmware.vapi.data.ValueVisitor
 
visit(SecretValue) - Method in interface com.vmware.vapi.data.ValueVisitor
 
visit(BlobValue) - Method in interface com.vmware.vapi.data.ValueVisitor
 
visit(OptionalValue) - Method in interface com.vmware.vapi.data.ValueVisitor
 
visit(ListValue) - Method in interface com.vmware.vapi.data.ValueVisitor
 
visit(StructValue) - Method in interface com.vmware.vapi.data.ValueVisitor
 
VMC_URL - Static variable in class com.vmware.vapi.vmc.client.VmcClients
 
VmcClients - Class in com.vmware.vapi.vmc.client
This class contains static factory methods for creating new ApiClient instances suitable for invoking VMC's API.
VmcClients() - Constructor for class com.vmware.vapi.vmc.client.VmcClients
 
VmcClients.Builder - Class in com.vmware.vapi.vmc.client
 
VoidValue - Class in com.vmware.vapi.data
 
VrReplicationIssues - Interface in com.vmware.vmc.draas
 
VrReplicationIssuesDefinitions - Class in com.vmware.vmc.draas
Defines the type descriptors for the VrReplicationIssues API service.
VrReplicationIssuesDefinitions() - Constructor for class com.vmware.vmc.draas.VrReplicationIssuesDefinitions
 
vrReplicationIssuesService() - Method in class com.vmware.vmc.draas.DraasFactory
Returns an instance of class VrReplicationIssues
VrReplicationIssuesStub - Class in com.vmware.vmc.draas
Remote stub implementation of the VrReplicationIssues API service.
VrReplicationIssuesStub(ApiProvider, TypeConverter, StubConfigurationBase) - Constructor for class com.vmware.vmc.draas.VrReplicationIssuesStub
 
VrReplicationIssuesStub(ApiProvider, StubConfigurationBase) - Constructor for class com.vmware.vmc.draas.VrReplicationIssuesStub
 
VrReplicationIssuesTypes - Interface in com.vmware.vmc.draas
Defines the data types of the VrReplicationIssues API service.
VrSiteIssues - Interface in com.vmware.vmc.draas
 
VrSiteIssuesDefinitions - Class in com.vmware.vmc.draas
Defines the type descriptors for the VrSiteIssues API service.
VrSiteIssuesDefinitions() - Constructor for class com.vmware.vmc.draas.VrSiteIssuesDefinitions
 
vrSiteIssuesService() - Method in class com.vmware.vmc.draas.DraasFactory
Returns an instance of class VrSiteIssues
VrSiteIssuesStub - Class in com.vmware.vmc.draas
Remote stub implementation of the VrSiteIssues API service.
VrSiteIssuesStub(ApiProvider, TypeConverter, StubConfigurationBase) - Constructor for class com.vmware.vmc.draas.VrSiteIssuesStub
 
VrSiteIssuesStub(ApiProvider, StubConfigurationBase) - Constructor for class com.vmware.vmc.draas.VrSiteIssuesStub
 
VrSiteIssuesTypes - Interface in com.vmware.vmc.draas
Defines the data types of the VrSiteIssues API service.

W

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

_

__createUsageReportDef - Static variable in class com.vmware.vmc.draas.GranularReporterDefinitions
 
__createUsageReportInput - Static variable in class com.vmware.vmc.draas.GranularReporterDefinitions
 
__createUsageReportOutput - Static variable in class com.vmware.vmc.draas.GranularReporterDefinitions
 
__deleteDef - Static variable in class com.vmware.vmc.draas.SiteRecoveryDefinitions
 
__deleteDef - Static variable in class com.vmware.vmc.draas.SiteRecoverySrmNodesDefinitions
 
__deleteInput - Static variable in class com.vmware.vmc.draas.SiteRecoveryDefinitions
 
__deleteInput - Static variable in class com.vmware.vmc.draas.SiteRecoverySrmNodesDefinitions
 
__deleteOutput - Static variable in class com.vmware.vmc.draas.SiteRecoveryDefinitions
 
__deleteOutput - Static variable in class com.vmware.vmc.draas.SiteRecoverySrmNodesDefinitions
 
__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.LocalizableMessage
 
__dynamicStructureFields - Variable in class com.vmware.vapi.std.LocalizationParam
 
__dynamicStructureFields - Variable in class com.vmware.vapi.std.NestedLocalizableMessage
 
__dynamicStructureFields - Variable in class com.vmware.vmc.draas.model.AbstractEntity
 
__dynamicStructureFields - Variable in class com.vmware.vmc.draas.model.ActivateSiteRecoveryConfig
 
__dynamicStructureFields - Variable in class com.vmware.vmc.draas.model.BuildVersion
 
__dynamicStructureFields - Variable in class com.vmware.vmc.draas.model.DatastoreEntity
 
__dynamicStructureFields - Variable in class com.vmware.vmc.draas.model.DeleteConfigInternal
 
__dynamicStructureFields - Variable in class com.vmware.vmc.draas.model.ErrorResponse
 
__dynamicStructureFields - Variable in class com.vmware.vmc.draas.model.Fault
 
__dynamicStructureFields - Variable in class com.vmware.vmc.draas.model.HmsIssueInfo
 
__dynamicStructureFields - Variable in class com.vmware.vmc.draas.model.HmsReplicationIssueInfo
 
__dynamicStructureFields - Variable in class com.vmware.vmc.draas.model.HmsSiteIssueInfo
 
__dynamicStructureFields - Variable in class com.vmware.vmc.draas.model.ProvisionSrmConfig
 
__dynamicStructureFields - Variable in class com.vmware.vmc.draas.model.ReplicaData
 
__dynamicStructureFields - Variable in class com.vmware.vmc.draas.model.ReplicaDisk
 
__dynamicStructureFields - Variable in class com.vmware.vmc.draas.model.ReplicaDiskCollection
 
__dynamicStructureFields - Variable in class com.vmware.vmc.draas.model.ReplicationData
 
__dynamicStructureFields - Variable in class com.vmware.vmc.draas.model.ReportPeriodConfig
 
__dynamicStructureFields - Variable in class com.vmware.vmc.draas.model.SiteRecovery
 
__dynamicStructureFields - Variable in class com.vmware.vmc.draas.model.SiteRecoveryNode
 
__dynamicStructureFields - Variable in class com.vmware.vmc.draas.model.SiteRecoveryNodeVersion
 
__dynamicStructureFields - Variable in class com.vmware.vmc.draas.model.SiteRecoveryVersions
 
__dynamicStructureFields - Variable in class com.vmware.vmc.draas.model.SrmNode
 
__dynamicStructureFields - Variable in class com.vmware.vmc.draas.model.Task
 
__dynamicStructureFields - Variable in class com.vmware.vmc.draas.model.TaskProgressPhase
 
__getDef - Static variable in class com.vmware.vmc.draas.GetSrmConfigExportDefinitions
 
__getDef - Static variable in class com.vmware.vmc.draas.ReplicaDataDefinitions
 
__getDef - Static variable in class com.vmware.vmc.draas.ReplicaDiskCollectionsDefinitions
 
__getDef - Static variable in class com.vmware.vmc.draas.SiteRecoveryDefinitions
 
__getDef - Static variable in class com.vmware.vmc.draas.SiteRecoveryVersionsDefinitions
 
__getDef - Static variable in class com.vmware.vmc.draas.TaskDefinitions
 
__getDef - Static variable in class com.vmware.vmc.draas.VrReplicationIssuesDefinitions
 
__getDef - Static variable in class com.vmware.vmc.draas.VrSiteIssuesDefinitions
 
__getInput - Static variable in class com.vmware.vmc.draas.GetSrmConfigExportDefinitions
 
__getInput - Static variable in class com.vmware.vmc.draas.ReplicaDataDefinitions
 
__getInput - Static variable in class com.vmware.vmc.draas.ReplicaDiskCollectionsDefinitions
 
__getInput - Static variable in class com.vmware.vmc.draas.SiteRecoveryDefinitions
 
__getInput - Static variable in class com.vmware.vmc.draas.SiteRecoveryVersionsDefinitions
 
__getInput - Static variable in class com.vmware.vmc.draas.TaskDefinitions
 
__getInput - Static variable in class com.vmware.vmc.draas.VrReplicationIssuesDefinitions
 
__getInput - Static variable in class com.vmware.vmc.draas.VrSiteIssuesDefinitions
 
__getOutput - Static variable in class com.vmware.vmc.draas.GetSrmConfigExportDefinitions
 
__getOutput - Static variable in class com.vmware.vmc.draas.ReplicaDataDefinitions
 
__getOutput - Static variable in class com.vmware.vmc.draas.ReplicaDiskCollectionsDefinitions
 
__getOutput - Static variable in class com.vmware.vmc.draas.SiteRecoveryDefinitions
 
__getOutput - Static variable in class com.vmware.vmc.draas.SiteRecoveryVersionsDefinitions
 
__getOutput - Static variable in class com.vmware.vmc.draas.TaskDefinitions
 
__getOutput - Static variable in class com.vmware.vmc.draas.VrReplicationIssuesDefinitions
 
__getOutput - Static variable in class com.vmware.vmc.draas.VrSiteIssuesDefinitions
 
__listDef - Static variable in class com.vmware.vmc.draas.TaskDefinitions
 
__listInput - Static variable in class com.vmware.vmc.draas.TaskDefinitions
 
__listOutput - Static variable in class com.vmware.vmc.draas.TaskDefinitions
 
__operationDefs - Static variable in class com.vmware.vmc.draas.EnableVrScaleOutDefinitions
 
__operationDefs - Static variable in class com.vmware.vmc.draas.GenerateOauthClientDefinitions
 
__operationDefs - Static variable in class com.vmware.vmc.draas.GetSrmConfigExportDefinitions
 
__operationDefs - Static variable in class com.vmware.vmc.draas.GranularReporterDefinitions
 
__operationDefs - Static variable in class com.vmware.vmc.draas.ReplicaDataDefinitions
 
__operationDefs - Static variable in class com.vmware.vmc.draas.ReplicaDiskCollectionsDefinitions
 
__operationDefs - Static variable in class com.vmware.vmc.draas.ReplicationsDataDefinitions
 
__operationDefs - Static variable in class com.vmware.vmc.draas.SiteRecoveryDefinitions
 
__operationDefs - Static variable in class com.vmware.vmc.draas.SiteRecoverySrmNodesDefinitions
 
__operationDefs - Static variable in class com.vmware.vmc.draas.SiteRecoveryVersionsDefinitions
 
__operationDefs - Static variable in class com.vmware.vmc.draas.TaskDefinitions
 
__operationDefs - Static variable in class com.vmware.vmc.draas.VrReplicationIssuesDefinitions
 
__operationDefs - Static variable in class com.vmware.vmc.draas.VrSiteIssuesDefinitions
 
__postDef - Static variable in class com.vmware.vmc.draas.EnableVrScaleOutDefinitions
 
__postDef - Static variable in class com.vmware.vmc.draas.GenerateOauthClientDefinitions
 
__postDef - Static variable in class com.vmware.vmc.draas.ReplicationsDataDefinitions
 
__postDef - Static variable in class com.vmware.vmc.draas.SiteRecoveryDefinitions
 
__postDef - Static variable in class com.vmware.vmc.draas.SiteRecoverySrmNodesDefinitions
 
__postInput - Static variable in class com.vmware.vmc.draas.EnableVrScaleOutDefinitions
 
__postInput - Static variable in class com.vmware.vmc.draas.GenerateOauthClientDefinitions
 
__postInput - Static variable in class com.vmware.vmc.draas.ReplicationsDataDefinitions
 
__postInput - Static variable in class com.vmware.vmc.draas.SiteRecoveryDefinitions
 
__postInput - Static variable in class com.vmware.vmc.draas.SiteRecoverySrmNodesDefinitions
 
__postOutput - Static variable in class com.vmware.vmc.draas.EnableVrScaleOutDefinitions
 
__postOutput - Static variable in class com.vmware.vmc.draas.GenerateOauthClientDefinitions
 
__postOutput - Static variable in class com.vmware.vmc.draas.ReplicationsDataDefinitions
 
__postOutput - Static variable in class com.vmware.vmc.draas.SiteRecoveryDefinitions
 
__postOutput - Static variable in class com.vmware.vmc.draas.SiteRecoverySrmNodesDefinitions
 
__updateDef - Static variable in class com.vmware.vmc.draas.TaskDefinitions
 
__updateInput - Static variable in class com.vmware.vmc.draas.TaskDefinitions
 
__updateOutput - Static variable in class com.vmware.vmc.draas.TaskDefinitions
 
_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.LocalizableMessage
 
_convertTo(Class<T>) - Method in class com.vmware.vapi.std.LocalizationParam
 
_convertTo(Class<T>) - Method in class com.vmware.vapi.std.NestedLocalizableMessage
 
_convertTo(Class<T>) - Method in class com.vmware.vmc.draas.model.AbstractEntity
 
_convertTo(Class<T>) - Method in class com.vmware.vmc.draas.model.ActivateSiteRecoveryConfig
 
_convertTo(Class<T>) - Method in class com.vmware.vmc.draas.model.BuildVersion
 
_convertTo(Class<T>) - Method in class com.vmware.vmc.draas.model.DatastoreEntity
 
_convertTo(Class<T>) - Method in class com.vmware.vmc.draas.model.DeleteConfigInternal
 
_convertTo(Class<T>) - Method in class com.vmware.vmc.draas.model.ErrorResponse
 
_convertTo(Class<T>) - Method in class com.vmware.vmc.draas.model.Fault
 
_convertTo(Class<T>) - Method in class com.vmware.vmc.draas.model.HmsIssueInfo
 
_convertTo(Class<T>) - Method in class com.vmware.vmc.draas.model.HmsReplicationIssueInfo
 
_convertTo(Class<T>) - Method in class com.vmware.vmc.draas.model.HmsSiteIssueInfo
 
_convertTo(Class<T>) - Method in class com.vmware.vmc.draas.model.ProvisionSrmConfig
 
_convertTo(Class<T>) - Method in class com.vmware.vmc.draas.model.ReplicaData
 
_convertTo(Class<T>) - Method in class com.vmware.vmc.draas.model.ReplicaDisk
 
_convertTo(Class<T>) - Method in class com.vmware.vmc.draas.model.ReplicaDiskCollection
 
_convertTo(Class<T>) - Method in class com.vmware.vmc.draas.model.ReplicationData
 
_convertTo(Class<T>) - Method in class com.vmware.vmc.draas.model.ReportPeriodConfig
 
_convertTo(Class<T>) - Method in class com.vmware.vmc.draas.model.SiteRecovery
 
_convertTo(Class<T>) - Method in class com.vmware.vmc.draas.model.SiteRecoveryNode
 
_convertTo(Class<T>) - Method in class com.vmware.vmc.draas.model.SiteRecoveryNodeVersion
 
_convertTo(Class<T>) - Method in class com.vmware.vmc.draas.model.SiteRecoveryVersions
 
_convertTo(Class<T>) - Method in class com.vmware.vmc.draas.model.SrmNode
 
_convertTo(Class<T>) - Method in class com.vmware.vmc.draas.model.Task
 
_convertTo(Class<T>) - Method in class com.vmware.vmc.draas.model.TaskProgressPhase
 
_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.LocalizableMessage
 
_getCanonicalName() - Method in class com.vmware.vapi.std.LocalizationParam
 
_getCanonicalName() - Method in class com.vmware.vapi.std.NestedLocalizableMessage
 
_getCanonicalName() - Method in class com.vmware.vmc.draas.model.AbstractEntity
 
_getCanonicalName() - Method in class com.vmware.vmc.draas.model.ActivateSiteRecoveryConfig
 
_getCanonicalName() - Method in class com.vmware.vmc.draas.model.BuildVersion
 
_getCanonicalName() - Method in class com.vmware.vmc.draas.model.DatastoreEntity
 
_getCanonicalName() - Method in class com.vmware.vmc.draas.model.DeleteConfigInternal
 
_getCanonicalName() - Method in class com.vmware.vmc.draas.model.ErrorResponse
 
_getCanonicalName() - Method in class com.vmware.vmc.draas.model.Fault
 
_getCanonicalName() - Method in class com.vmware.vmc.draas.model.HmsIssueInfo
 
_getCanonicalName() - Method in class com.vmware.vmc.draas.model.HmsReplicationIssueInfo
 
_getCanonicalName() - Method in class com.vmware.vmc.draas.model.HmsSiteIssueInfo
 
_getCanonicalName() - Method in class com.vmware.vmc.draas.model.ProvisionSrmConfig
 
_getCanonicalName() - Method in class com.vmware.vmc.draas.model.ReplicaData
 
_getCanonicalName() - Method in class com.vmware.vmc.draas.model.ReplicaDisk
 
_getCanonicalName() - Method in class com.vmware.vmc.draas.model.ReplicaDiskCollection
 
_getCanonicalName() - Method in class com.vmware.vmc.draas.model.ReplicationData
 
_getCanonicalName() - Method in class com.vmware.vmc.draas.model.ReportPeriodConfig
 
_getCanonicalName() - Method in class com.vmware.vmc.draas.model.SiteRecovery
 
_getCanonicalName() - Method in class com.vmware.vmc.draas.model.SiteRecoveryNode
 
_getCanonicalName() - Method in class com.vmware.vmc.draas.model.SiteRecoveryNodeVersion
 
_getCanonicalName() - Method in class com.vmware.vmc.draas.model.SiteRecoveryVersions
 
_getCanonicalName() - Method in class com.vmware.vmc.draas.model.SrmNode
 
_getCanonicalName() - Method in class com.vmware.vmc.draas.model.Task
 
_getCanonicalName() - Method in class com.vmware.vmc.draas.model.TaskProgressPhase
 
_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.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.
_getCanonicalTypeName() - Static method in class com.vmware.vmc.draas.model.AbstractEntity
Returns the canonical type name.
_getCanonicalTypeName() - Static method in class com.vmware.vmc.draas.model.ActivateSiteRecoveryConfig
Returns the canonical type name.
_getCanonicalTypeName() - Static method in class com.vmware.vmc.draas.model.BuildVersion
Returns the canonical type name.
_getCanonicalTypeName() - Static method in class com.vmware.vmc.draas.model.DatastoreEntity
Returns the canonical type name.
_getCanonicalTypeName() - Static method in class com.vmware.vmc.draas.model.DeleteConfigInternal
Returns the canonical type name.
_getCanonicalTypeName() - Static method in class com.vmware.vmc.draas.model.ErrorResponse
Returns the canonical type name.
_getCanonicalTypeName() - Static method in class com.vmware.vmc.draas.model.Fault
Returns the canonical type name.
_getCanonicalTypeName() - Static method in class com.vmware.vmc.draas.model.HmsIssueInfo
Returns the canonical type name.
_getCanonicalTypeName() - Static method in class com.vmware.vmc.draas.model.HmsReplicationIssueInfo
Returns the canonical type name.
_getCanonicalTypeName() - Static method in class com.vmware.vmc.draas.model.HmsSiteIssueInfo
Returns the canonical type name.
_getCanonicalTypeName() - Static method in class com.vmware.vmc.draas.model.ProvisionSrmConfig
Returns the canonical type name.
_getCanonicalTypeName() - Static method in class com.vmware.vmc.draas.model.ReplicaData
Returns the canonical type name.
_getCanonicalTypeName() - Static method in class com.vmware.vmc.draas.model.ReplicaDisk
Returns the canonical type name.
_getCanonicalTypeName() - Static method in class com.vmware.vmc.draas.model.ReplicaDiskCollection
Returns the canonical type name.
_getCanonicalTypeName() - Static method in class com.vmware.vmc.draas.model.ReplicationData
Returns the canonical type name.
_getCanonicalTypeName() - Static method in class com.vmware.vmc.draas.model.ReportPeriodConfig
Returns the canonical type name.
_getCanonicalTypeName() - Static method in class com.vmware.vmc.draas.model.SiteRecovery
Returns the canonical type name.
_getCanonicalTypeName() - Static method in class com.vmware.vmc.draas.model.SiteRecoveryNode
Returns the canonical type name.
_getCanonicalTypeName() - Static method in class com.vmware.vmc.draas.model.SiteRecoveryNodeVersion
Returns the canonical type name.
_getCanonicalTypeName() - Static method in class com.vmware.vmc.draas.model.SiteRecoveryVersions
Returns the canonical type name.
_getCanonicalTypeName() - Static method in class com.vmware.vmc.draas.model.SrmNode
Returns the canonical type name.
_getCanonicalTypeName() - Static method in class com.vmware.vmc.draas.model.Task
Returns the canonical type name.
_getCanonicalTypeName() - Static method in class com.vmware.vmc.draas.model.TaskProgressPhase
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.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.
_getClassType() - Static method in class com.vmware.vmc.draas.model.AbstractEntity
WARNING: Internal method, subject to change in future versions.
_getClassType() - Static method in class com.vmware.vmc.draas.model.ActivateSiteRecoveryConfig
WARNING: Internal method, subject to change in future versions.
_getClassType() - Static method in class com.vmware.vmc.draas.model.BuildVersion
WARNING: Internal method, subject to change in future versions.
_getClassType() - Static method in class com.vmware.vmc.draas.model.DatastoreEntity
WARNING: Internal method, subject to change in future versions.
_getClassType() - Static method in class com.vmware.vmc.draas.model.DeleteConfigInternal
WARNING: Internal method, subject to change in future versions.
_getClassType() - Static method in class com.vmware.vmc.draas.model.ErrorResponse
WARNING: Internal method, subject to change in future versions.
_getClassType() - Static method in class com.vmware.vmc.draas.model.Fault
WARNING: Internal method, subject to change in future versions.
_getClassType() - Static method in class com.vmware.vmc.draas.model.HmsIssueInfo
WARNING: Internal method, subject to change in future versions.
_getClassType() - Static method in class com.vmware.vmc.draas.model.HmsReplicationIssueInfo
WARNING: Internal method, subject to change in future versions.
_getClassType() - Static method in class com.vmware.vmc.draas.model.HmsSiteIssueInfo
WARNING: Internal method, subject to change in future versions.
_getClassType() - Static method in class com.vmware.vmc.draas.model.ProvisionSrmConfig
WARNING: Internal method, subject to change in future versions.
_getClassType() - Static method in class com.vmware.vmc.draas.model.ReplicaData
WARNING: Internal method, subject to change in future versions.
_getClassType() - Static method in class com.vmware.vmc.draas.model.ReplicaDisk
WARNING: Internal method, subject to change in future versions.
_getClassType() - Static method in class com.vmware.vmc.draas.model.ReplicaDiskCollection
WARNING: Internal method, subject to change in future versions.
_getClassType() - Static method in class com.vmware.vmc.draas.model.ReplicationData
WARNING: Internal method, subject to change in future versions.
_getClassType() - Static method in class com.vmware.vmc.draas.model.ReportPeriodConfig
WARNING: Internal method, subject to change in future versions.
_getClassType() - Static method in class com.vmware.vmc.draas.model.SiteRecovery
WARNING: Internal method, subject to change in future versions.
_getClassType() - Static method in class com.vmware.vmc.draas.model.SiteRecoveryNode
WARNING: Internal method, subject to change in future versions.
_getClassType() - Static method in class com.vmware.vmc.draas.model.SiteRecoveryNodeVersion
WARNING: Internal method, subject to change in future versions.
_getClassType() - Static method in class com.vmware.vmc.draas.model.SiteRecoveryVersions
WARNING: Internal method, subject to change in future versions.
_getClassType() - Static method in class com.vmware.vmc.draas.model.SrmNode
WARNING: Internal method, subject to change in future versions.
_getClassType() - Static method in class com.vmware.vmc.draas.model.Task
WARNING: Internal method, subject to change in future versions.
_getClassType() - Static method in class com.vmware.vmc.draas.model.TaskProgressPhase
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.LocalizableMessage
 
_getDataValue() - Method in class com.vmware.vapi.std.LocalizationParam
 
_getDataValue() - Method in class com.vmware.vapi.std.NestedLocalizableMessage
 
_getDataValue() - Method in class com.vmware.vmc.draas.model.AbstractEntity
 
_getDataValue() - Method in class com.vmware.vmc.draas.model.ActivateSiteRecoveryConfig
 
_getDataValue() - Method in class com.vmware.vmc.draas.model.BuildVersion
 
_getDataValue() - Method in class com.vmware.vmc.draas.model.DatastoreEntity
 
_getDataValue() - Method in class com.vmware.vmc.draas.model.DeleteConfigInternal
 
_getDataValue() - Method in class com.vmware.vmc.draas.model.ErrorResponse
 
_getDataValue() - Method in class com.vmware.vmc.draas.model.Fault
 
_getDataValue() - Method in class com.vmware.vmc.draas.model.HmsIssueInfo
 
_getDataValue() - Method in class com.vmware.vmc.draas.model.HmsReplicationIssueInfo
 
_getDataValue() - Method in class com.vmware.vmc.draas.model.HmsSiteIssueInfo
 
_getDataValue() - Method in class com.vmware.vmc.draas.model.ProvisionSrmConfig
 
_getDataValue() - Method in class com.vmware.vmc.draas.model.ReplicaData
 
_getDataValue() - Method in class com.vmware.vmc.draas.model.ReplicaDisk
 
_getDataValue() - Method in class com.vmware.vmc.draas.model.ReplicaDiskCollection
 
_getDataValue() - Method in class com.vmware.vmc.draas.model.ReplicationData
 
_getDataValue() - Method in class com.vmware.vmc.draas.model.ReportPeriodConfig
 
_getDataValue() - Method in class com.vmware.vmc.draas.model.SiteRecovery
 
_getDataValue() - Method in class com.vmware.vmc.draas.model.SiteRecoveryNode
 
_getDataValue() - Method in class com.vmware.vmc.draas.model.SiteRecoveryNodeVersion
 
_getDataValue() - Method in class com.vmware.vmc.draas.model.SiteRecoveryVersions
 
_getDataValue() - Method in class com.vmware.vmc.draas.model.SrmNode
 
_getDataValue() - Method in class com.vmware.vmc.draas.model.Task
 
_getDataValue() - Method in class com.vmware.vmc.draas.model.TaskProgressPhase
 
_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.LocalizableMessage
 
_getDynamicField(String) - Method in class com.vmware.vapi.std.LocalizationParam
 
_getDynamicField(String) - Method in class com.vmware.vapi.std.NestedLocalizableMessage
 
_getDynamicField(String) - Method in class com.vmware.vmc.draas.model.AbstractEntity
 
_getDynamicField(String) - Method in class com.vmware.vmc.draas.model.ActivateSiteRecoveryConfig
 
_getDynamicField(String) - Method in class com.vmware.vmc.draas.model.BuildVersion
 
_getDynamicField(String) - Method in class com.vmware.vmc.draas.model.DatastoreEntity
 
_getDynamicField(String) - Method in class com.vmware.vmc.draas.model.DeleteConfigInternal
 
_getDynamicField(String) - Method in class com.vmware.vmc.draas.model.ErrorResponse
 
_getDynamicField(String) - Method in class com.vmware.vmc.draas.model.Fault
 
_getDynamicField(String) - Method in class com.vmware.vmc.draas.model.HmsIssueInfo
 
_getDynamicField(String) - Method in class com.vmware.vmc.draas.model.HmsReplicationIssueInfo
 
_getDynamicField(String) - Method in class com.vmware.vmc.draas.model.HmsSiteIssueInfo
 
_getDynamicField(String) - Method in class com.vmware.vmc.draas.model.ProvisionSrmConfig
 
_getDynamicField(String) - Method in class com.vmware.vmc.draas.model.ReplicaData
 
_getDynamicField(String) - Method in class com.vmware.vmc.draas.model.ReplicaDisk
 
_getDynamicField(String) - Method in class com.vmware.vmc.draas.model.ReplicaDiskCollection
 
_getDynamicField(String) - Method in class com.vmware.vmc.draas.model.ReplicationData
 
_getDynamicField(String) - Method in class com.vmware.vmc.draas.model.ReportPeriodConfig
 
_getDynamicField(String) - Method in class com.vmware.vmc.draas.model.SiteRecovery
 
_getDynamicField(String) - Method in class com.vmware.vmc.draas.model.SiteRecoveryNode
 
_getDynamicField(String) - Method in class com.vmware.vmc.draas.model.SiteRecoveryNodeVersion
 
_getDynamicField(String) - Method in class com.vmware.vmc.draas.model.SiteRecoveryVersions
 
_getDynamicField(String) - Method in class com.vmware.vmc.draas.model.SrmNode
 
_getDynamicField(String) - Method in class com.vmware.vmc.draas.model.Task
 
_getDynamicField(String) - Method in class com.vmware.vmc.draas.model.TaskProgressPhase
 
_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.LocalizableMessage
 
_getDynamicFieldNames() - Method in class com.vmware.vapi.std.LocalizationParam
 
_getDynamicFieldNames() - Method in class com.vmware.vapi.std.NestedLocalizableMessage
 
_getDynamicFieldNames() - Method in class com.vmware.vmc.draas.model.AbstractEntity
 
_getDynamicFieldNames() - Method in class com.vmware.vmc.draas.model.ActivateSiteRecoveryConfig
 
_getDynamicFieldNames() - Method in class com.vmware.vmc.draas.model.BuildVersion
 
_getDynamicFieldNames() - Method in class com.vmware.vmc.draas.model.DatastoreEntity
 
_getDynamicFieldNames() - Method in class com.vmware.vmc.draas.model.DeleteConfigInternal
 
_getDynamicFieldNames() - Method in class com.vmware.vmc.draas.model.ErrorResponse
 
_getDynamicFieldNames() - Method in class com.vmware.vmc.draas.model.Fault
 
_getDynamicFieldNames() - Method in class com.vmware.vmc.draas.model.HmsIssueInfo
 
_getDynamicFieldNames() - Method in class com.vmware.vmc.draas.model.HmsReplicationIssueInfo
 
_getDynamicFieldNames() - Method in class com.vmware.vmc.draas.model.HmsSiteIssueInfo
 
_getDynamicFieldNames() - Method in class com.vmware.vmc.draas.model.ProvisionSrmConfig
 
_getDynamicFieldNames() - Method in class com.vmware.vmc.draas.model.ReplicaData
 
_getDynamicFieldNames() - Method in class com.vmware.vmc.draas.model.ReplicaDisk
 
_getDynamicFieldNames() - Method in class com.vmware.vmc.draas.model.ReplicaDiskCollection
 
_getDynamicFieldNames() - Method in class com.vmware.vmc.draas.model.ReplicationData
 
_getDynamicFieldNames() - Method in class com.vmware.vmc.draas.model.ReportPeriodConfig
 
_getDynamicFieldNames() - Method in class com.vmware.vmc.draas.model.SiteRecovery
 
_getDynamicFieldNames() - Method in class com.vmware.vmc.draas.model.SiteRecoveryNode
 
_getDynamicFieldNames() - Method in class com.vmware.vmc.draas.model.SiteRecoveryNodeVersion
 
_getDynamicFieldNames() - Method in class com.vmware.vmc.draas.model.SiteRecoveryVersions
 
_getDynamicFieldNames() - Method in class com.vmware.vmc.draas.model.SrmNode
 
_getDynamicFieldNames() - Method in class com.vmware.vmc.draas.model.Task
 
_getDynamicFieldNames() - Method in class com.vmware.vmc.draas.model.TaskProgressPhase
 
_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.LocalizableMessage
 
_getType() - Method in class com.vmware.vapi.std.LocalizationParam
 
_getType() - Method in class com.vmware.vapi.std.NestedLocalizableMessage
 
_getType() - Method in class com.vmware.vmc.draas.model.AbstractEntity
 
_getType() - Method in class com.vmware.vmc.draas.model.ActivateSiteRecoveryConfig
 
_getType() - Method in class com.vmware.vmc.draas.model.BuildVersion
 
_getType() - Method in class com.vmware.vmc.draas.model.DatastoreEntity
 
_getType() - Method in class com.vmware.vmc.draas.model.DeleteConfigInternal
 
_getType() - Method in class com.vmware.vmc.draas.model.ErrorResponse
 
_getType() - Method in class com.vmware.vmc.draas.model.Fault
 
_getType() - Method in class com.vmware.vmc.draas.model.HmsIssueInfo
 
_getType() - Method in class com.vmware.vmc.draas.model.HmsReplicationIssueInfo
 
_getType() - Method in class com.vmware.vmc.draas.model.HmsSiteIssueInfo
 
_getType() - Method in class com.vmware.vmc.draas.model.ProvisionSrmConfig
 
_getType() - Method in class com.vmware.vmc.draas.model.ReplicaData
 
_getType() - Method in class com.vmware.vmc.draas.model.ReplicaDisk
 
_getType() - Method in class com.vmware.vmc.draas.model.ReplicaDiskCollection
 
_getType() - Method in class com.vmware.vmc.draas.model.ReplicationData
 
_getType() - Method in class com.vmware.vmc.draas.model.ReportPeriodConfig
 
_getType() - Method in class com.vmware.vmc.draas.model.SiteRecovery
 
_getType() - Method in class com.vmware.vmc.draas.model.SiteRecoveryNode
 
_getType() - Method in class com.vmware.vmc.draas.model.SiteRecoveryNodeVersion
 
_getType() - Method in class com.vmware.vmc.draas.model.SiteRecoveryVersions
 
_getType() - Method in class com.vmware.vmc.draas.model.SrmNode
 
_getType() - Method in class com.vmware.vmc.draas.model.Task
 
_getType() - Method in class com.vmware.vmc.draas.model.TaskProgressPhase
 
_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.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
 
_hasTypeNameOf(Class<? extends Structure>) - Method in class com.vmware.vmc.draas.model.AbstractEntity
 
_hasTypeNameOf(Class<? extends Structure>) - Method in class com.vmware.vmc.draas.model.ActivateSiteRecoveryConfig
 
_hasTypeNameOf(Class<? extends Structure>) - Method in class com.vmware.vmc.draas.model.BuildVersion
 
_hasTypeNameOf(Class<? extends Structure>) - Method in class com.vmware.vmc.draas.model.DatastoreEntity
 
_hasTypeNameOf(Class<? extends Structure>) - Method in class com.vmware.vmc.draas.model.DeleteConfigInternal
 
_hasTypeNameOf(Class<? extends Structure>) - Method in class com.vmware.vmc.draas.model.ErrorResponse
 
_hasTypeNameOf(Class<? extends Structure>) - Method in class com.vmware.vmc.draas.model.Fault
 
_hasTypeNameOf(Class<? extends Structure>) - Method in class com.vmware.vmc.draas.model.HmsIssueInfo
 
_hasTypeNameOf(Class<? extends Structure>) - Method in class com.vmware.vmc.draas.model.HmsReplicationIssueInfo
 
_hasTypeNameOf(Class<? extends Structure>) - Method in class com.vmware.vmc.draas.model.HmsSiteIssueInfo
 
_hasTypeNameOf(Class<? extends Structure>) - Method in class com.vmware.vmc.draas.model.ProvisionSrmConfig
 
_hasTypeNameOf(Class<? extends Structure>) - Method in class com.vmware.vmc.draas.model.ReplicaData
 
_hasTypeNameOf(Class<? extends Structure>) - Method in class com.vmware.vmc.draas.model.ReplicaDisk
 
_hasTypeNameOf(Class<? extends Structure>) - Method in class com.vmware.vmc.draas.model.ReplicaDiskCollection
 
_hasTypeNameOf(Class<? extends Structure>) - Method in class com.vmware.vmc.draas.model.ReplicationData
 
_hasTypeNameOf(Class<? extends Structure>) - Method in class com.vmware.vmc.draas.model.ReportPeriodConfig
 
_hasTypeNameOf(Class<? extends Structure>) - Method in class com.vmware.vmc.draas.model.SiteRecovery
 
_hasTypeNameOf(Class<? extends Structure>) - Method in class com.vmware.vmc.draas.model.SiteRecoveryNode
 
_hasTypeNameOf(Class<? extends Structure>) - Method in class com.vmware.vmc.draas.model.SiteRecoveryNodeVersion
 
_hasTypeNameOf(Class<? extends Structure>) - Method in class com.vmware.vmc.draas.model.SiteRecoveryVersions
 
_hasTypeNameOf(Class<? extends Structure>) - Method in class com.vmware.vmc.draas.model.SrmNode
 
_hasTypeNameOf(Class<? extends Structure>) - Method in class com.vmware.vmc.draas.model.Task
 
_hasTypeNameOf(Class<? extends Structure>) - Method in class com.vmware.vmc.draas.model.TaskProgressPhase
 
_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.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.
_newInstance(StructValue) - Static method in class com.vmware.vmc.draas.model.AbstractEntity
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.vmc.draas.model.ActivateSiteRecoveryConfig
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.vmc.draas.model.BuildVersion
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.vmc.draas.model.DatastoreEntity
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.vmc.draas.model.DeleteConfigInternal
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.vmc.draas.model.ErrorResponse
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.vmc.draas.model.Fault
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.vmc.draas.model.HmsIssueInfo
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.vmc.draas.model.HmsReplicationIssueInfo
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.vmc.draas.model.HmsSiteIssueInfo
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.vmc.draas.model.ProvisionSrmConfig
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.vmc.draas.model.ReplicaData
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.vmc.draas.model.ReplicaDisk
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.vmc.draas.model.ReplicaDiskCollection
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.vmc.draas.model.ReplicationData
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.vmc.draas.model.ReportPeriodConfig
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.vmc.draas.model.SiteRecovery
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.vmc.draas.model.SiteRecoveryNode
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.vmc.draas.model.SiteRecoveryNodeVersion
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.vmc.draas.model.SiteRecoveryVersions
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.vmc.draas.model.SrmNode
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.vmc.draas.model.Task
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.vmc.draas.model.TaskProgressPhase
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.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.
_newInstance2(StructValue) - Static method in class com.vmware.vmc.draas.model.AbstractEntity
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.
_newInstance2(StructValue) - Static method in class com.vmware.vmc.draas.model.ActivateSiteRecoveryConfig
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.
_newInstance2(StructValue) - Static method in class com.vmware.vmc.draas.model.BuildVersion
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.
_newInstance2(StructValue) - Static method in class com.vmware.vmc.draas.model.DatastoreEntity
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.
_newInstance2(StructValue) - Static method in class com.vmware.vmc.draas.model.DeleteConfigInternal
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.
_newInstance2(StructValue) - Static method in class com.vmware.vmc.draas.model.ErrorResponse
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.
_newInstance2(StructValue) - Static method in class com.vmware.vmc.draas.model.Fault
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.
_newInstance2(StructValue) - Static method in class com.vmware.vmc.draas.model.HmsIssueInfo
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.
_newInstance2(StructValue) - Static method in class com.vmware.vmc.draas.model.HmsReplicationIssueInfo
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.
_newInstance2(StructValue) - Static method in class com.vmware.vmc.draas.model.HmsSiteIssueInfo
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.
_newInstance2(StructValue) - Static method in class com.vmware.vmc.draas.model.ProvisionSrmConfig
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.
_newInstance2(StructValue) - Static method in class com.vmware.vmc.draas.model.ReplicaData
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.
_newInstance2(StructValue) - Static method in class com.vmware.vmc.draas.model.ReplicaDisk
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.
_newInstance2(StructValue) - Static method in class com.vmware.vmc.draas.model.ReplicaDiskCollection
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.
_newInstance2(StructValue) - Static method in class com.vmware.vmc.draas.model.ReplicationData
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.
_newInstance2(StructValue) - Static method in class com.vmware.vmc.draas.model.ReportPeriodConfig
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.
_newInstance2(StructValue) - Static method in class com.vmware.vmc.draas.model.SiteRecovery
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.
_newInstance2(StructValue) - Static method in class com.vmware.vmc.draas.model.SiteRecoveryNode
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.
_newInstance2(StructValue) - Static method in class com.vmware.vmc.draas.model.SiteRecoveryNodeVersion
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.
_newInstance2(StructValue) - Static method in class com.vmware.vmc.draas.model.SiteRecoveryVersions
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.
_newInstance2(StructValue) - Static method in class com.vmware.vmc.draas.model.SrmNode
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.
_newInstance2(StructValue) - Static method in class com.vmware.vmc.draas.model.Task
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.
_newInstance2(StructValue) - Static method in class com.vmware.vmc.draas.model.TaskProgressPhase
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.
_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.LocalizableMessage
 
_setDynamicField(String, DataValue) - Method in class com.vmware.vapi.std.LocalizationParam
 
_setDynamicField(String, DataValue) - Method in class com.vmware.vapi.std.NestedLocalizableMessage
 
_setDynamicField(String, DataValue) - Method in class com.vmware.vmc.draas.model.AbstractEntity
 
_setDynamicField(String, DataValue) - Method in class com.vmware.vmc.draas.model.ActivateSiteRecoveryConfig
 
_setDynamicField(String, DataValue) - Method in class com.vmware.vmc.draas.model.BuildVersion
 
_setDynamicField(String, DataValue) - Method in class com.vmware.vmc.draas.model.DatastoreEntity
 
_setDynamicField(String, DataValue) - Method in class com.vmware.vmc.draas.model.DeleteConfigInternal
 
_setDynamicField(String, DataValue) - Method in class com.vmware.vmc.draas.model.ErrorResponse
 
_setDynamicField(String, DataValue) - Method in class com.vmware.vmc.draas.model.Fault
 
_setDynamicField(String, DataValue) - Method in class com.vmware.vmc.draas.model.HmsIssueInfo
 
_setDynamicField(String, DataValue) - Method in class com.vmware.vmc.draas.model.HmsReplicationIssueInfo
 
_setDynamicField(String, DataValue) - Method in class com.vmware.vmc.draas.model.HmsSiteIssueInfo
 
_setDynamicField(String, DataValue) - Method in class com.vmware.vmc.draas.model.ProvisionSrmConfig
 
_setDynamicField(String, DataValue) - Method in class com.vmware.vmc.draas.model.ReplicaData
 
_setDynamicField(String, DataValue) - Method in class com.vmware.vmc.draas.model.ReplicaDisk
 
_setDynamicField(String, DataValue) - Method in class com.vmware.vmc.draas.model.ReplicaDiskCollection
 
_setDynamicField(String, DataValue) - Method in class com.vmware.vmc.draas.model.ReplicationData
 
_setDynamicField(String, DataValue) - Method in class com.vmware.vmc.draas.model.ReportPeriodConfig
 
_setDynamicField(String, DataValue) - Method in class com.vmware.vmc.draas.model.SiteRecovery
 
_setDynamicField(String, DataValue) - Method in class com.vmware.vmc.draas.model.SiteRecoveryNode
 
_setDynamicField(String, DataValue) - Method in class com.vmware.vmc.draas.model.SiteRecoveryNodeVersion
 
_setDynamicField(String, DataValue) - Method in class com.vmware.vmc.draas.model.SiteRecoveryVersions
 
_setDynamicField(String, DataValue) - Method in class com.vmware.vmc.draas.model.SrmNode
 
_setDynamicField(String, DataValue) - Method in class com.vmware.vmc.draas.model.Task
 
_setDynamicField(String, DataValue) - Method in class com.vmware.vmc.draas.model.TaskProgressPhase
 
_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.LocalizableMessage
 
_updateDataValue(StructValue) - Method in class com.vmware.vapi.std.LocalizationParam
 
_updateDataValue(StructValue) - Method in class com.vmware.vapi.std.NestedLocalizableMessage
 
_updateDataValue(StructValue) - Method in class com.vmware.vmc.draas.model.AbstractEntity
 
_updateDataValue(StructValue) - Method in class com.vmware.vmc.draas.model.ActivateSiteRecoveryConfig
 
_updateDataValue(StructValue) - Method in class com.vmware.vmc.draas.model.BuildVersion
 
_updateDataValue(StructValue) - Method in class com.vmware.vmc.draas.model.DatastoreEntity
 
_updateDataValue(StructValue) - Method in class com.vmware.vmc.draas.model.DeleteConfigInternal
 
_updateDataValue(StructValue) - Method in class com.vmware.vmc.draas.model.ErrorResponse
 
_updateDataValue(StructValue) - Method in class com.vmware.vmc.draas.model.Fault
 
_updateDataValue(StructValue) - Method in class com.vmware.vmc.draas.model.HmsIssueInfo
 
_updateDataValue(StructValue) - Method in class com.vmware.vmc.draas.model.HmsReplicationIssueInfo
 
_updateDataValue(StructValue) - Method in class com.vmware.vmc.draas.model.HmsSiteIssueInfo
 
_updateDataValue(StructValue) - Method in class com.vmware.vmc.draas.model.ProvisionSrmConfig
 
_updateDataValue(StructValue) - Method in class com.vmware.vmc.draas.model.ReplicaData
 
_updateDataValue(StructValue) - Method in class com.vmware.vmc.draas.model.ReplicaDisk
 
_updateDataValue(StructValue) - Method in class com.vmware.vmc.draas.model.ReplicaDiskCollection
 
_updateDataValue(StructValue) - Method in class com.vmware.vmc.draas.model.ReplicationData
 
_updateDataValue(StructValue) - Method in class com.vmware.vmc.draas.model.ReportPeriodConfig
 
_updateDataValue(StructValue) - Method in class com.vmware.vmc.draas.model.SiteRecovery
 
_updateDataValue(StructValue) - Method in class com.vmware.vmc.draas.model.SiteRecoveryNode
 
_updateDataValue(StructValue) - Method in class com.vmware.vmc.draas.model.SiteRecoveryNodeVersion
 
_updateDataValue(StructValue) - Method in class com.vmware.vmc.draas.model.SiteRecoveryVersions
 
_updateDataValue(StructValue) - Method in class com.vmware.vmc.draas.model.SrmNode
 
_updateDataValue(StructValue) - Method in class com.vmware.vmc.draas.model.Task
 
_updateDataValue(StructValue) - Method in class com.vmware.vmc.draas.model.TaskProgressPhase
 
_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.LocalizableMessage
 
_validate() - Method in class com.vmware.vapi.std.LocalizationParam
 
_validate() - Method in class com.vmware.vapi.std.NestedLocalizableMessage
 
_validate() - Method in class com.vmware.vmc.draas.model.AbstractEntity
 
_validate() - Method in class com.vmware.vmc.draas.model.ActivateSiteRecoveryConfig
 
_validate() - Method in class com.vmware.vmc.draas.model.BuildVersion
 
_validate() - Method in class com.vmware.vmc.draas.model.DatastoreEntity
 
_validate() - Method in class com.vmware.vmc.draas.model.DeleteConfigInternal
 
_validate() - Method in class com.vmware.vmc.draas.model.ErrorResponse
 
_validate() - Method in class com.vmware.vmc.draas.model.Fault
 
_validate() - Method in class com.vmware.vmc.draas.model.HmsIssueInfo
 
_validate() - Method in class com.vmware.vmc.draas.model.HmsReplicationIssueInfo
 
_validate() - Method in class com.vmware.vmc.draas.model.HmsSiteIssueInfo
 
_validate() - Method in class com.vmware.vmc.draas.model.ProvisionSrmConfig
 
_validate() - Method in class com.vmware.vmc.draas.model.ReplicaData
 
_validate() - Method in class com.vmware.vmc.draas.model.ReplicaDisk
 
_validate() - Method in class com.vmware.vmc.draas.model.ReplicaDiskCollection
 
_validate() - Method in class com.vmware.vmc.draas.model.ReplicationData
 
_validate() - Method in class com.vmware.vmc.draas.model.ReportPeriodConfig
 
_validate() - Method in class com.vmware.vmc.draas.model.SiteRecovery
 
_validate() - Method in class com.vmware.vmc.draas.model.SiteRecoveryNode
 
_validate() - Method in class com.vmware.vmc.draas.model.SiteRecoveryNodeVersion
 
_validate() - Method in class com.vmware.vmc.draas.model.SiteRecoveryVersions
 
_validate() - Method in class com.vmware.vmc.draas.model.SrmNode
 
_validate() - Method in class com.vmware.vmc.draas.model.Task
 
_validate() - Method in class com.vmware.vmc.draas.model.TaskProgressPhase
 
_VAPI_SERVICE_ID - Static variable in interface com.vmware.vmc.draas.EnableVrScaleOutTypes
Identifier of the service
_VAPI_SERVICE_ID - Static variable in interface com.vmware.vmc.draas.GenerateOauthClientTypes
Identifier of the service
_VAPI_SERVICE_ID - Static variable in interface com.vmware.vmc.draas.GetSrmConfigExportTypes
Identifier of the service
_VAPI_SERVICE_ID - Static variable in interface com.vmware.vmc.draas.GranularReporterTypes
Identifier of the service
_VAPI_SERVICE_ID - Static variable in interface com.vmware.vmc.draas.ReplicaDataTypes
Identifier of the service
_VAPI_SERVICE_ID - Static variable in interface com.vmware.vmc.draas.ReplicaDiskCollectionsTypes
Identifier of the service
_VAPI_SERVICE_ID - Static variable in interface com.vmware.vmc.draas.ReplicationsDataTypes
Identifier of the service
_VAPI_SERVICE_ID - Static variable in interface com.vmware.vmc.draas.SiteRecoverySrmNodesTypes
Identifier of the service
_VAPI_SERVICE_ID - Static variable in interface com.vmware.vmc.draas.SiteRecoveryTypes
Identifier of the service
_VAPI_SERVICE_ID - Static variable in interface com.vmware.vmc.draas.SiteRecoveryVersionsTypes
Identifier of the service
_VAPI_SERVICE_ID - Static variable in interface com.vmware.vmc.draas.TaskTypes
Identifier of the service
_VAPI_SERVICE_ID - Static variable in interface com.vmware.vmc.draas.VrReplicationIssuesTypes
Identifier of the service
_VAPI_SERVICE_ID - Static variable in interface com.vmware.vmc.draas.VrSiteIssuesTypes
Identifier of the service
A B C D E F G H I J K L M N O P R S T U V W _ 
Skip navigation links