Package | Description |
---|---|
com.vmware.snapservice |
The
com.vmware.snapservice package provides interfaces for configuring
and managing vSAN protection groups and snapshots |
com.vmware.snapservice.tasks |
The
com.vmware.snapservice.tasks package provides interfaces to fetch
general information regarding vSAN snapshot service tasks. |
Modifier and Type | Method and Description |
---|---|
Info |
Tasks.get(java.lang.String task)
Returns information about a task.
|
Info |
TasksStub.get(java.lang.String task) |
Info |
Tasks.get(java.lang.String task,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about a task.
|
Info |
TasksStub.get(java.lang.String task,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Info |
TasksTypes.ListItem.getInfo()
Information regarding the task.
|
Modifier and Type | Method and Description |
---|---|
void |
TasksTypes.ListItem.setInfo(Info info)
Information regarding the task.
|
Modifier and Type | Method and Description |
---|---|
void |
Tasks.get(java.lang.String task,
com.vmware.vapi.bindings.client.AsyncCallback<Info> asyncCallback)
Returns information about a task.
|
void |
TasksStub.get(java.lang.String task,
com.vmware.vapi.bindings.client.AsyncCallback<Info> asyncCallback) |
void |
Tasks.get(java.lang.String task,
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,
com.vmware.vapi.bindings.client.AsyncCallback<Info> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Constructor and Description |
---|
Builder(java.lang.String task,
Info info)
Constructor with parameters for the required properties of
TasksTypes.ListItem . |
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() |