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. |
com.vmware.esx.settings.clusters.enablement.configuration |
The
com.vmware.esx.settings.clusters.enablement.configuration package
provides interfaces to manage enablement of configuration on an ESX cluster. |
Modifier and Type | Method and Description |
---|---|
static SchemaResult |
SchemaResult._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 SchemaResult |
SchemaResult._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
SchemaResult |
SchemaResult.Builder.build() |
SchemaResult |
Schema.get(java.lang.String cluster)
Returns the configuration schema associated with the cluster.
|
SchemaResult |
SchemaStub.get(java.lang.String cluster) |
SchemaResult |
Schema.get(java.lang.String cluster,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the configuration schema associated with the cluster.
|
SchemaResult |
SchemaStub.get(java.lang.String cluster,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
SchemaResult |
Drafts.getSchema(java.lang.String cluster,
java.lang.String draft)
Returns the configuration schema associated with this draft.
|
SchemaResult |
DraftsStub.getSchema(java.lang.String cluster,
java.lang.String draft) |
SchemaResult |
Drafts.getSchema(java.lang.String cluster,
java.lang.String draft,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the configuration schema associated with this draft.
|
SchemaResult |
DraftsStub.getSchema(java.lang.String cluster,
java.lang.String draft,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
void |
Schema.get(java.lang.String cluster,
com.vmware.vapi.bindings.client.AsyncCallback<SchemaResult> asyncCallback)
Returns the configuration schema associated with the cluster.
|
void |
SchemaStub.get(java.lang.String cluster,
com.vmware.vapi.bindings.client.AsyncCallback<SchemaResult> asyncCallback) |
void |
Schema.get(java.lang.String cluster,
com.vmware.vapi.bindings.client.AsyncCallback<SchemaResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the configuration schema associated with the cluster.
|
void |
SchemaStub.get(java.lang.String cluster,
com.vmware.vapi.bindings.client.AsyncCallback<SchemaResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
Drafts.getSchema(java.lang.String cluster,
java.lang.String draft,
com.vmware.vapi.bindings.client.AsyncCallback<SchemaResult> asyncCallback)
Returns the configuration schema associated with this draft.
|
void |
DraftsStub.getSchema(java.lang.String cluster,
java.lang.String draft,
com.vmware.vapi.bindings.client.AsyncCallback<SchemaResult> asyncCallback) |
void |
Drafts.getSchema(java.lang.String cluster,
java.lang.String draft,
com.vmware.vapi.bindings.client.AsyncCallback<SchemaResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the configuration schema associated with this draft.
|
void |
DraftsStub.getSchema(java.lang.String cluster,
java.lang.String draft,
com.vmware.vapi.bindings.client.AsyncCallback<SchemaResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
SchemaResult |
Transition.exportSchema(java.lang.String cluster)
This API will export schema associated with the cluster.
|
SchemaResult |
TransitionStub.exportSchema(java.lang.String cluster) |
SchemaResult |
Transition.exportSchema(java.lang.String cluster,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
This API will export schema associated with the cluster.
|
SchemaResult |
TransitionStub.exportSchema(java.lang.String cluster,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
void |
Transition.exportSchema(java.lang.String cluster,
com.vmware.vapi.bindings.client.AsyncCallback<SchemaResult> asyncCallback)
This API will export schema associated with the cluster.
|
void |
TransitionStub.exportSchema(java.lang.String cluster,
com.vmware.vapi.bindings.client.AsyncCallback<SchemaResult> asyncCallback) |
void |
Transition.exportSchema(java.lang.String cluster,
com.vmware.vapi.bindings.client.AsyncCallback<SchemaResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
This API will export schema associated with the cluster.
|
void |
TransitionStub.exportSchema(java.lang.String cluster,
com.vmware.vapi.bindings.client.AsyncCallback<SchemaResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |