public static class SupportedEsxiSoftwareVersionSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SupportedEsxiSoftwareVersionSummary |
build() |
SupportedEsxiSoftwareVersionSummary.Builder |
copy(SupportedEsxiSoftwareVersionSummary model) |
SupportedEsxiSoftwareVersionSummary.Builder |
description(String description)
A description of the software in the bundle.
|
SupportedEsxiSoftwareVersionSummary.Builder |
supportedHostShapeNames(List<String> supportedHostShapeNames)
A list of ESXi host shapes supported by the version of bundled software.
|
SupportedEsxiSoftwareVersionSummary.Builder |
version(String version)
A short, unique string that identifies the version of bundled software.
|
public SupportedEsxiSoftwareVersionSummary.Builder version(String version)
A short, unique string that identifies the version of bundled software.
version
- the value to setpublic SupportedEsxiSoftwareVersionSummary.Builder description(String description)
A description of the software in the bundle.
description
- the value to setpublic SupportedEsxiSoftwareVersionSummary.Builder supportedHostShapeNames(List<String> supportedHostShapeNames)
A list of ESXi host shapes supported by the version of bundled software.
supportedHostShapeNames
- the value to setpublic SupportedEsxiSoftwareVersionSummary build()
public SupportedEsxiSoftwareVersionSummary.Builder copy(SupportedEsxiSoftwareVersionSummary model)
Copyright © 2016–2024. All rights reserved.