Package | Description |
---|---|
com.vmware.vcenter.deployment | |
com.vmware.vcenter.deployment.install.psc |
Modifier and Type | Method and Description |
---|---|
static StandalonePscSpec |
StandalonePscSpec._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 StandalonePscSpec |
StandalonePscSpec._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
StandalonePscSpec |
StandalonePscSpec.Builder.build() |
Modifier and Type | Method and Description |
---|---|
CheckInfo |
Standalone.check(StandalonePscSpec spec)
Checks that the information to configure a non-replicated PSC satisfies the
requirements.
|
CheckInfo |
StandaloneStub.check(StandalonePscSpec spec) |
void |
Standalone.check(StandalonePscSpec spec,
com.vmware.vapi.bindings.client.AsyncCallback<CheckInfo> asyncCallback)
Checks that the information to configure a non-replicated PSC satisfies the
requirements.
|
void |
StandaloneStub.check(StandalonePscSpec spec,
com.vmware.vapi.bindings.client.AsyncCallback<CheckInfo> asyncCallback) |
void |
Standalone.check(StandalonePscSpec spec,
com.vmware.vapi.bindings.client.AsyncCallback<CheckInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Checks that the information to configure a non-replicated PSC satisfies the
requirements.
|
void |
StandaloneStub.check(StandalonePscSpec spec,
com.vmware.vapi.bindings.client.AsyncCallback<CheckInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
CheckInfo |
Standalone.check(StandalonePscSpec spec,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Checks that the information to configure a non-replicated PSC satisfies the
requirements.
|
CheckInfo |
StandaloneStub.check(StandalonePscSpec spec,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |