Package | Description |
---|---|
com.vmware.vcenter.deployment | |
com.vmware.vcenter.deployment.install | |
com.vmware.vcenter.system_config |
Modifier and Type | Method and Description |
---|---|
static RemotePscSpec |
RemotePscSpec._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 RemotePscSpec |
RemotePscSpec._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
RemotePscSpec |
RemotePscSpec.Builder.build() |
Modifier and Type | Method and Description |
---|---|
CheckInfo |
RemotePsc.check(RemotePscSpec spec)
Checks whether the remote PSC is reachable and the deployed vCenter Server can
be registered with the remote PSC.
|
CheckInfo |
RemotePscStub.check(RemotePscSpec spec) |
void |
RemotePsc.check(RemotePscSpec spec,
com.vmware.vapi.bindings.client.AsyncCallback<CheckInfo> asyncCallback)
Checks whether the remote PSC is reachable and the deployed vCenter Server can
be registered with the remote PSC.
|
void |
RemotePscStub.check(RemotePscSpec spec,
com.vmware.vapi.bindings.client.AsyncCallback<CheckInfo> asyncCallback) |
void |
RemotePsc.check(RemotePscSpec spec,
com.vmware.vapi.bindings.client.AsyncCallback<CheckInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Checks whether the remote PSC is reachable and the deployed vCenter Server can
be registered with the remote PSC.
|
void |
RemotePscStub.check(RemotePscSpec spec,
com.vmware.vapi.bindings.client.AsyncCallback<CheckInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
CheckInfo |
RemotePsc.check(RemotePscSpec spec,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Checks whether the remote PSC is reachable and the deployed vCenter Server can
be registered with the remote PSC.
|
CheckInfo |
RemotePscStub.check(RemotePscSpec spec,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
RemotePscSpec |
DeploymentTypeTypes.ReconfigureSpec.getRemotePsc()
External PSC to register with when reconfiguring a VCSA_EMBEDDED appliance to a
VCSA_EXTERNAL appliance.
|
Modifier and Type | Method and Description |
---|---|
void |
PscRegistration.repoint(RemotePscSpec spec)
Repoint this vCenter Server appliance to a different external PSC.
|
void |
PscRegistrationStub.repoint(RemotePscSpec spec) |
void |
PscRegistration.repoint(RemotePscSpec spec,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Repoint this vCenter Server appliance to a different external PSC.
|
void |
PscRegistrationStub.repoint(RemotePscSpec spec,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback) |
void |
PscRegistration.repoint(RemotePscSpec spec,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Repoint this vCenter Server appliance to a different external PSC.
|
void |
PscRegistrationStub.repoint(RemotePscSpec spec,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
PscRegistration.repoint(RemotePscSpec spec,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Repoint this vCenter Server appliance to a different external PSC.
|
void |
PscRegistrationStub.repoint(RemotePscSpec spec,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
DeploymentTypeTypes.ReconfigureSpec.setRemotePsc(RemotePscSpec remotePsc)
External PSC to register with when reconfiguring a VCSA_EMBEDDED appliance to a
VCSA_EXTERNAL appliance.
|
DeploymentTypeTypes.ReconfigureSpec.Builder |
DeploymentTypeTypes.ReconfigureSpec.Builder.setRemotePsc(RemotePscSpec remotePsc)
External PSC to register with when reconfiguring a VCSA_EMBEDDED appliance to a
VCSA_EXTERNAL appliance.
|