Package | Description |
---|---|
com.vmware.cis |
The
com.vmware.cis package provides VMware common infrastructure
interfaces. |
com.vmware.cis.task |
The
com.vmware.cis.task package provides enumeration classes and classes
used for managing tasks. |
Modifier and Type | Method and Description |
---|---|
Info |
Tasks.get(java.lang.String task,
TasksTypes.GetSpec spec)
Returns information about a task.
|
Info |
TasksStub.get(java.lang.String task,
TasksTypes.GetSpec spec) |
Info |
Tasks.get(java.lang.String task,
TasksTypes.GetSpec spec,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about a task.
|
Info |
TasksStub.get(java.lang.String task,
TasksTypes.GetSpec spec,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,Info> |
Tasks.list(TasksTypes.FilterSpec filterSpec,
TasksTypes.GetSpec resultSpec)
Returns information about at most 1000 visible (subject to permission checks)
tasks matching the
TasksTypes.FilterSpec . |
java.util.Map<java.lang.String,Info> |
TasksStub.list(TasksTypes.FilterSpec filterSpec,
TasksTypes.GetSpec resultSpec) |
java.util.Map<java.lang.String,Info> |
Tasks.list(TasksTypes.FilterSpec filterSpec,
TasksTypes.GetSpec resultSpec,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about at most 1000 visible (subject to permission checks)
tasks matching the
TasksTypes.FilterSpec . |
java.util.Map<java.lang.String,Info> |
TasksStub.list(TasksTypes.FilterSpec filterSpec,
TasksTypes.GetSpec resultSpec,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
void |
Tasks.get(java.lang.String task,
TasksTypes.GetSpec spec,
com.vmware.vapi.bindings.client.AsyncCallback<Info> asyncCallback)
Returns information about a task.
|
void |
TasksStub.get(java.lang.String task,
TasksTypes.GetSpec spec,
com.vmware.vapi.bindings.client.AsyncCallback<Info> asyncCallback) |
void |
Tasks.get(java.lang.String task,
TasksTypes.GetSpec spec,
com.vmware.vapi.bindings.client.AsyncCallback<Info> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about a task.
|
void |
TasksStub.get(java.lang.String task,
TasksTypes.GetSpec spec,
com.vmware.vapi.bindings.client.AsyncCallback<Info> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
Tasks.list(TasksTypes.FilterSpec filterSpec,
TasksTypes.GetSpec resultSpec,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,Info>> asyncCallback)
Returns information about at most 1000 visible (subject to permission checks)
tasks matching the
TasksTypes.FilterSpec . |
void |
TasksStub.list(TasksTypes.FilterSpec filterSpec,
TasksTypes.GetSpec resultSpec,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,Info>> asyncCallback) |
void |
Tasks.list(TasksTypes.FilterSpec filterSpec,
TasksTypes.GetSpec resultSpec,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,Info>> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about at most 1000 visible (subject to permission checks)
tasks matching the
TasksTypes.FilterSpec . |
void |
TasksStub.list(TasksTypes.FilterSpec filterSpec,
TasksTypes.GetSpec resultSpec,
com.vmware.vapi.bindings.client.AsyncCallback<java.util.Map<java.lang.String,Info>> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
static Info |
Info._newInstance(com.vmware.vapi.data.StructValue structValue)
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. |
static Info |
Info._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
Info |
Info.Builder.build() |