public static final class BaseImageDetails.Builder
extends java.lang.Object
BaseImageDetails.| Constructor and Description |
|---|
Builder(java.lang.String displayName,
java.lang.String displayVersion,
java.util.Calendar releaseDate)
Constructor with parameters for the required properties of
BaseImageDetails. |
| Modifier and Type | Method and Description |
|---|---|
BaseImageDetails |
build() |
BaseImageDetails.Builder |
setQuickPatchCompatibleVersions(java.util.Map<java.lang.String,java.lang.String> quickPatchCompatibleVersions)
For base images this base image can quick patch from, map their full versions to
display versions.
|
public Builder(java.lang.String displayName,
java.lang.String displayVersion,
java.util.Calendar releaseDate)
BaseImageDetails.public BaseImageDetails.Builder setQuickPatchCompatibleVersions(java.util.Map<java.lang.String,java.lang.String> quickPatchCompatibleVersions)
null this base image does not support quick patch.quickPatchCompatibleVersions - New value for the property.
When clients pass a value of this class as a parameter, the key in the property
Map must be an identifier for the resource type: com.vmware.esx.settings.base_image. When methods return a value of this class
as a return value, the key in the property Map will be an
identifier for the resource type: com.vmware.esx.settings.base_image.public BaseImageDetails build()