Package | Description |
---|---|
com.vmware.esx.settings.clusters.configuration |
The
com.vmware.esx.settings.clusters.configuration package provides
interfaces to manage the configuration of an ESX cluster. |
Modifier and Type | Field and Description |
---|---|
static SchemaResult.Source |
SchemaResult.Source.HOST
The schema was extracted from a reference host.
|
static SchemaResult.Source |
SchemaResult.Source.IMAGE_PROFILE
The schema was derived from a VLCM image profile.
|
Modifier and Type | Method and Description |
---|---|
SchemaResult.Source |
SchemaResult.getSource()
The source of this schema.
|
static SchemaResult.Source |
SchemaResult.Source.valueOf(java.lang.String name)
Returns the enumeration constant for the specified name.
|
static SchemaResult.Source[] |
SchemaResult.Source.values()
Retrieve all enumeration constants pre-defined by this enumeration class.
|
Modifier and Type | Method and Description |
---|---|
void |
SchemaResult.setSource(SchemaResult.Source source)
The source of this schema.
|
SchemaResult.Builder |
SchemaResult.Builder.setSource(SchemaResult.Source source)
The source of this schema.
|