com.vmware.cis
package provides VMware common infrastructure
interfaces.See: Description
Interface | Description |
---|---|
Session |
The
Session interface allows API clients to manage session tokens
including creating, deleting and obtaining information about sessions. |
SessionTypes |
Defines the data types of the
Session
API service. |
Tasks |
The
Tasks interface provides methods for managing the task related to a
long running operation. |
TasksTypes |
Defines the data types of the
Tasks
API service. |
Class | Description |
---|---|
CisFactory |
CisFactory is responsible for creating instances of services
contained inside the com.vmware.cis package and also has the subpackages reference
to access respective subpackage services. |
SessionDefinitions |
Defines the type descriptors for the
Session
API service. |
SessionStub |
Remote stub implementation of the
Session
API service. |
SessionTypes.Info |
Represents data associated with an API session.
|
SessionTypes.Info.Builder |
Builder class for
SessionTypes.Info . |
StructDefinitions |
Defines the type descriptors for the top-level types in
com.vmware.cis package. |
TasksDefinitions |
Defines the type descriptors for the
Tasks
API service. |
TasksStub |
Remote stub implementation of the
Tasks
API service. |
TasksTypes.FilterSpec |
The
FilterSpec class contains properties used to filter the results when
listing tasks (see Tasks.list(com.vmware.cis.TasksTypes.FilterSpec, com.vmware.cis.TasksTypes.GetSpec) ). |
TasksTypes.FilterSpec.Builder |
Builder class for
TasksTypes.FilterSpec . |
TasksTypes.GetSpec |
The
GetSpec class describes what data should be included when retrieving
information about a task. |
TasksTypes.GetSpec.Builder |
Builder class for
TasksTypes.GetSpec . |
com.vmware.cis
package provides VMware common infrastructure
interfaces.