| Package | Description |
|---|---|
| com.vmware.nsx.model |
| Modifier and Type | Method and Description |
|---|---|
static ComponentUpgradeChecksInfo |
ComponentUpgradeChecksInfo._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 ComponentUpgradeChecksInfo |
ComponentUpgradeChecksInfo._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
ComponentUpgradeChecksInfo |
ComponentUpgradeChecksInfo.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ComponentUpgradeChecksInfo> |
ComponentUpgradeChecksInfoListResult.getResults()
Collection of info of pre/post-upgrade checks for components
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentUpgradeChecksInfoListResult.setResults(java.util.List<ComponentUpgradeChecksInfo> results)
Collection of info of pre/post-upgrade checks for components
|
ComponentUpgradeChecksInfoListResult.Builder |
ComponentUpgradeChecksInfoListResult.Builder.setResults(java.util.List<ComponentUpgradeChecksInfo> results)
Collection of info of pre/post-upgrade checks for components
|