Package | Description |
---|---|
com.vmware.vcenter |
The
com.vmware.vcenter package provides interfaces for managing VMware
vSphere environments. |
com.vmware.vcenter.deployment |
Modifier and Type | Method and Description |
---|---|
Notifications |
DeploymentTypes.Task.getResult()
Result of the task.
|
Modifier and Type | Method and Description |
---|---|
void |
DeploymentTypes.Task.setResult(Notifications result)
Result of the task.
|
DeploymentTypes.Task.Builder |
DeploymentTypes.Task.Builder.setResult(Notifications result)
Result of the task.
|
Modifier and Type | Method and Description |
---|---|
static Notifications |
Notifications._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 Notifications |
Notifications._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
Notifications |
Notifications.Builder.build() |
Notifications |
CheckInfo.getResult()
Result of the check.
|
Notifications |
ImportHistoryTypes.Info.getResult()
Result of the operation.
|
Modifier and Type | Method and Description |
---|---|
void |
CheckInfo.setResult(Notifications result)
Result of the check.
|
CheckInfo.Builder |
CheckInfo.Builder.setResult(Notifications result)
Result of the check.
|
void |
ImportHistoryTypes.Info.setResult(Notifications result)
Result of the operation.
|
ImportHistoryTypes.Info.Builder |
ImportHistoryTypes.Info.Builder.setResult(Notifications result)
Result of the operation.
|