Package | Description |
---|---|
com.vmware.esx.settings.depots |
The
com.vmware.esx.settings.depots package provides interfaces to manage
VUM compatible ESX Depots. |
Modifier and Type | Method and Description |
---|---|
static ComponentVersion |
ComponentVersion._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 ComponentVersion |
ComponentVersion._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
ComponentVersion |
ComponentVersion.Builder.build() |
Modifier and Type | Method and Description |
---|---|
java.util.List<ComponentVersion> |
ComponentSummary.getVersions()
Different versions of the component.
|
Modifier and Type | Method and Description |
---|---|
void |
ComponentSummary.setVersions(java.util.List<ComponentVersion> versions)
Different versions of the component.
|
Constructor and Description |
---|
Builder(java.lang.String displayName,
java.util.List<ComponentVersion> versions)
Constructor with parameters for the required properties of
ComponentSummary . |