Package | Description |
---|---|
com.vmware.cis | |
com.vmware.cis.tagging |
Copyright 2013-2014 VMware, Inc.
|
com.vmware.content |
The Content package provides classes and interfaces for configuring global
settings and permissions, and for managing libraries in the Content Library
Service.
|
com.vmware.content.library |
The Content Library package provides classes and interfaces for defining and
managing the library's items, subscription, publication, and storage.
|
com.vmware.content.library.item |
The Content Library Item package provides classes and interfaces for managing
files in a library item.
|
com.vmware.vapi.bindings | |
com.vmware.vapi.metadata.cli |
The
com.vmware.vapi.metadata.cli package provides interfaces that expose
all the information required to display namespace or command help, execute a
command and display it's result. |
com.vmware.vapi.metadata.metamodel |
The
com.vmware.vapi.metadata.metamodel package provides interfaces that
expose all the information present in the interface definition language (IDL)
specification. |
com.vmware.vapi.metadata.metamodel.resource |
The
com.vmware.vapi.metadata.metamodel.resource package provides
interfaces to retrieve metamodel information for resource types. |
com.vmware.vapi.metadata.metamodel.service | |
com.vmware.vapi.std.activation | |
com.vmware.vapi.std.activation.impl | |
com.vmware.vapi.std.introspection |
The
com.vmware.vapi.std.introspection package provides services that
expose basic information about the vAPI services registered with a vAPI
provider. |
com.vmware.vapi.vcenter | |
com.vmware.vcenter.inventory |
The
com.vmware.vcenter.inventory component provides methods and classes
for retrieving vCenter datastore and network information for a given List of identifiers. |
com.vmware.vcenter.ovf |
The
com.vmware.vcenter.ovf package provides services to capture and
deploy Open Virtualization Format (OVF) packages to and from the content
library. |
Modifier and Type | Interface and Description |
---|---|
interface |
Session
The
Session interface allows API clients to manage session tokens
including creating, deleting and obtaining information about sessions. |
Modifier and Type | Class and Description |
---|---|
class |
SessionStub
Remote stub implementation of the
Session
API service. |
Modifier and Type | Interface and Description |
---|---|
interface |
Category
The
Category interface provides methods to create, read, update, delete,
and enumerate categories. |
interface |
Tag
The
Tag interface provides methods to create, read, update, delete, and
enumerate tags. |
interface |
TagAssociation
The
TagAssociation interface provides methods to attach, detach, and
query tags. |
Modifier and Type | Class and Description |
---|---|
class |
CategoryStub
Remote stub implementation of the
Category
API service. |
class |
TagAssociationStub
Remote stub implementation of the
TagAssociation
API service. |
class |
TagStub
Remote stub implementation of the
Tag
API service. |
Modifier and Type | Interface and Description |
---|---|
interface |
Configuration
The
Configuration interface provides methods to configure the global
settings of the Content Library Service. |
interface |
Library
The
Library interface provides methods to manage and find LibraryModel entities. |
interface |
LocalLibrary
The
LocalLibaray interface manages local libraries. |
interface |
SubscribedLibrary |
interface |
Type
The
Type interface exposes the ItemModel types that this Content Library Service
supports. |
Modifier and Type | Class and Description |
---|---|
class |
ConfigurationStub
Remote stub implementation of the
Configuration
API service. |
class |
LibraryStub
Remote stub implementation of the
Library
API service. |
class |
LocalLibraryStub
Remote stub implementation of the
LocalLibrary
API service. |
class |
SubscribedLibraryStub
Remote stub implementation of the
SubscribedLibrary
API service. |
class |
TypeStub
Remote stub implementation of the
Type
API service. |
Modifier and Type | Interface and Description |
---|---|
interface |
Item
The
Item interface provides methods for managing library items. |
interface |
SubscribedItem
The
SubscribedItem interface manages the unique features of library
items that are members of a subscribed library. |
Modifier and Type | Class and Description |
---|---|
class |
ItemStub
Remote stub implementation of the
Item
API service. |
class |
SubscribedItemStub
Remote stub implementation of the
SubscribedItem
API service. |
Modifier and Type | Interface and Description |
---|---|
interface |
DownloadSession
The
DownloadSession interface manipulates download sessions, which are
used to download content from the Content Library Service. |
interface |
File
The
File interface can be used to query for information on the files
within a library item. |
interface |
Storage
Storage is a resource that represents a specific instance of a file
stored on a storage backing. |
interface |
UpdateSession
The
UpdateSession interface manipulates sessions that are used to upload
content into the Content Library Service, and/or to remove files from a library
item. |
Modifier and Type | Class and Description |
---|---|
class |
DownloadSessionStub
Remote stub implementation of the
DownloadSession
API service. |
class |
FileStub
Remote stub implementation of the
File
API service. |
class |
StorageStub
Remote stub implementation of the
Storage
API service. |
class |
UpdateSessionStub
Remote stub implementation of the
UpdateSession
API service. |
Modifier and Type | Method and Description |
---|---|
<T extends Service> |
LocalStubFactory.createStub(ApiInterface skeleton,
Class<T> stubIface)
Calls
LocalStubFactory.createStub(ApiInterface, Class, StubConfigurationBase)
with no stub configuration. |
<T extends Service> |
LocalStubFactory.createStub(ApiInterface skeleton,
Class<T> stubIface,
StubConfigurationBase config)
Creates a stub for the specified service implementation.
|
<T extends Service> |
LocalStubFactory.createStub(ApiInterface skeleton,
Class<T> stubIface,
StubConfigurationBase config,
ApiProvider provider) |
<T extends Service> |
StubFactory.createStub(Class<T> vapiIface)
Creates a stub for the specified interface.
|
<T extends Service> |
StubFactory.createStub(Class<T> vapiIface,
StubConfigurationBase config)
Creates a stub for the specified interface.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Command
The
Command interface provides methods to get information about command
line interface (CLI) commands. |
interface |
Namespace
The
Namespace interface provides methods to get information about
command line interface (CLI) namespaces. |
interface |
Source
The
Source interface provides methods to manage the sources of command
line interface (CLI) metadata information. |
Modifier and Type | Class and Description |
---|---|
class |
CommandStub
Remote stub implementation of the
Command
API service. |
class |
NamespaceStub
Remote stub implementation of the
Namespace
API service. |
class |
SourceStub
Remote stub implementation of the
Source
API service. |
Modifier and Type | Interface and Description |
---|---|
interface |
Component
The
Component interface providers methods to retrieve metamodel
information of a component element. |
interface |
Enumeration
The
Enumeration interface provides methods to retrieve metamodel
information about an enumeration element in the interface definition language. |
interface |
MetadataIdentifier
The
MetadataIdentifier interface provides string constants that can be
used as identifiers for the metadata elements. |
interface |
Package
The
Package interface provides methods to retrieve metamodel information
about a package element in the interface definition language. |
interface |
Resource
The
Resource interface provides
methods to retrieve information about resource types. |
interface |
Service
The
Service interface provides methods to retrieve metamodel information
about a service element in the interface definition language. |
interface |
Structure
The
Structure interface providers methods to retrieve metamodel
information about a structure element in the interface definition language. |
Modifier and Type | Class and Description |
---|---|
class |
ComponentStub
Remote stub implementation of the
Component
API service. |
class |
EnumerationStub
Remote stub implementation of the
Enumeration
API service. |
class |
MetadataIdentifierStub
Remote stub implementation of the
MetadataIdentifier
API service. |
class |
PackageStub
Remote stub implementation of the
Package
API service. |
class |
ResourceStub
Remote stub implementation of the
Resource
API service. |
class |
ServiceStub
Remote stub implementation of the
Service
API service. |
class |
StructureStub
Remote stub implementation of the
Structure
API service. |
Modifier and Type | Interface and Description |
---|---|
interface |
Model
The
Model interface provides methods to retrieve information about
models. |
Modifier and Type | Class and Description |
---|---|
class |
ModelStub
Remote stub implementation of the
Model
API service. |
Modifier and Type | Interface and Description |
---|---|
interface |
Operation
The
Operation interface provides methods to retrieve metamodel
information of an operation element in the interface definition language. |
Modifier and Type | Class and Description |
---|---|
class |
OperationStub
Remote stub implementation of the
Operation
API service. |
Modifier and Type | Interface and Description |
---|---|
interface |
ActivationManager
WARNING: Use only as a sample.
|
interface |
ActivationManagerProvider
WARNING: Use only as a sample.
|
interface |
ActivationManagerSyncProvider
WARNING: Use only as a sample.
|
Modifier and Type | Class and Description |
---|---|
class |
ActivationManagerStub
Remote stub implementation of the
ActivationManager
API service. |
Modifier and Type | Class and Description |
---|---|
class |
ActivationManagerImpl
WARNING: Use only as a sample.
|
Modifier and Type | Interface and Description |
---|---|
interface |
OperationProvider
The
OperationProvider service provides
operations to retrieve information about the operations present in a vAPI
service. |
interface |
OperationSyncProvider
The
OperationSyncProvider service
provides operations to retrieve information about the operations present in a
vAPI service. |
interface |
Provider
The
Provider service provides
operations to retrieve information about a vAPI Provider. |
interface |
ProviderProvider
The
ProviderProvider service provides
operations to retrieve information about a vAPI Provider. |
interface |
ProviderSyncProvider
The
ProviderSyncProvider service
provides operations to retrieve information about a vAPI Provider. |
interface |
ServiceProvider
The
ServiceProvider service provides
operations to retrieve information about the services exposed by a vAPI
provider. |
interface |
ServiceSyncProvider
The
ServiceSyncProvider service
provides operations to retrieve information about the services exposed by a vAPI
provider. |
Modifier and Type | Class and Description |
---|---|
class |
ProviderStub
Remote stub implementation of the
Provider
API service. |
Modifier and Type | Interface and Description |
---|---|
interface |
Activation
The VMODL2 for the activation functionality.
|
Modifier and Type | Class and Description |
---|---|
class |
ActivationStub
Remote stub implementation of the
Activation
API service. |
Modifier and Type | Interface and Description |
---|---|
interface |
Datastore
The
Datastore interface provides methods to retrieve information about
datastores. |
interface |
Network
The
Network interface provides methods to retrieve information about
vCenter Server networks. |
Modifier and Type | Class and Description |
---|---|
class |
DatastoreStub
Remote stub implementation of the
Datastore
API service. |
class |
NetworkStub
Remote stub implementation of the
Network
API service. |
Modifier and Type | Interface and Description |
---|---|
interface |
ExportFlag
The
ExportFlag interface provides methods for retrieving information
about the export flags supported by the server. |
interface |
ImportFlag
The
ImportFlag interface provides methods for retrieving information
about the import flags supported by the deployment platform. |
interface |
LibraryItem
The
LibraryItem interface provides methods to deploy virtual machines
and virtual appliances from library items containing Open Virtualization Format
(OVF) packages in content library, as well as methods to create library items in
content library from virtual machines and virtual appliances. |
Modifier and Type | Class and Description |
---|---|
class |
ExportFlagStub
Remote stub implementation of the
ExportFlag
API service. |
class |
ImportFlagStub
Remote stub implementation of the
ImportFlag
API service. |
class |
LibraryItemStub
Remote stub implementation of the
LibraryItem
API service. |
Copyright © 2015. All Rights Reserved.