Package | Description |
---|---|
com.vmware.vcenter.lcm |
The
com.vmware.vcenter.lcm package provides interfaces for managing the
vCenter Server lifecycle. |
com.vmware.vcenter.lcm.discovery |
The
com.vmware.vcenter.lcm.discovery package provides interfaces for
discovering products registered with vCenter Server and interoperability between
those products and vCenter Server. |
com.vmware.vcenter.lcm.update |
The
com.vmware.vcenter.lcm.update package provides interfaces for
updating vCenter Server to a newer version. |
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() |
Modifier and Type | Method and Description |
---|---|
Notifications |
InteropReportTypes.Report.getIssues()
Lists of issues encountered during report creation.
|
Modifier and Type | Method and Description |
---|---|
void |
InteropReportTypes.Report.setIssues(Notifications issues)
Lists of issues encountered during report creation.
|
InteropReportTypes.Report.Builder |
InteropReportTypes.Report.Builder.setIssues(Notifications issues)
Lists of issues encountered during report creation.
|
Modifier and Type | Method and Description |
---|---|
Notifications |
PendingTypes.ListResult.getIssues()
Lists of issues encountered during pending updates retrieval.
|
Notifications |
PrecheckReportTypes.Report.getIssues()
Lists of the issues and warnings
This property will be
null if the precehck is successful. |
Modifier and Type | Method and Description |
---|---|
void |
PendingTypes.ListResult.setIssues(Notifications issues)
Lists of issues encountered during pending updates retrieval.
|
PendingTypes.ListResult.Builder |
PendingTypes.ListResult.Builder.setIssues(Notifications issues)
Lists of issues encountered during pending updates retrieval.
|
void |
PrecheckReportTypes.Report.setIssues(Notifications issues)
Lists of the issues and warnings
This property will be
null if the precehck is successful. |
PrecheckReportTypes.Report.Builder |
PrecheckReportTypes.Report.Builder.setIssues(Notifications issues)
Lists of the issues and warnings
This property will be
null if the precehck is successful. |