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 |
---|---|
java.util.Set<Status> |
TasksTypes.FilterSpec.getStatus()
Status that a task must have to match the filter (see
CommonInfo.getStatus() ). |
Modifier and Type | Method and Description |
---|---|
void |
TasksTypes.FilterSpec.setStatus(java.util.Set<Status> status)
Status that a task must have to match the filter (see
CommonInfo.getStatus() ). |
TasksTypes.FilterSpec.Builder |
TasksTypes.FilterSpec.Builder.setStatus(java.util.Set<Status> status)
Status that a task must have to match the filter (see
CommonInfo.getStatus() ). |
Modifier and Type | Field and Description |
---|---|
static Status |
Status.BLOCKED
The operation is blocked.
|
static Status |
Status.FAILED
The operation failed.
|
static Status |
Status.PENDING
The operation is in pending state.
|
static Status |
Status.RUNNING
The operation is in progress.
|
static Status |
Status.SUCCEEDED
The operation completed successfully.
|
Modifier and Type | Method and Description |
---|---|
Status |
CommonInfo.getStatus()
Status of the operation associated with the task.
|
Status |
Info.getStatus()
Status of the operation associated with the task.
|
static Status |
Status.valueOf(java.lang.String name)
Returns the enumeration constant for the specified name.
|
static Status[] |
Status.values()
Retrieve all enumeration constants pre-defined by this enumeration class.
|
Modifier and Type | Method and Description |
---|---|
void |
CommonInfo.setStatus(Status status)
Status of the operation associated with the task.
|
void |
Info.setStatus(Status status)
Status of the operation associated with the task.
|
Constructor and Description |
---|
Builder(LocalizableMessage description,
java.lang.String service,
java.lang.String operation,
Status status,
boolean cancelable)
Constructor with parameters for the required properties of
CommonInfo . |
Builder(LocalizableMessage description,
java.lang.String service,
java.lang.String operation,
Status status,
boolean cancelable)
Constructor with parameters for the required properties of
Info . |