com.vmware.vcenter.deployment package¶
Subpackages¶
Submodules¶
com.vmware.vcenter.deployment.install_client module¶
-
class
com.vmware.vcenter.deployment.install_client.RemotePsc(config)¶ Bases:
vmware.vapi.bindings.stub.VapiInterfaceThe
RemotePscclass provides methods to check if the deployed vCenter Server can register with the remote PSC. This class was added in vSphere API 6.7.- Parameters
config (
vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.
-
check(spec)¶ Checks whether the remote PSC is reachable and the deployed vCenter Server can be registered with the remote PSC. This method was added in vSphere API 6.7.
- Parameters
spec (
com.vmware.vcenter.deployment_client.RemotePscSpec) – Information to connect to the remote PSC.- Return type
- Returns
Information about the success or failure of the checks that were performed.
- Raise
com.vmware.vapi.std.errors_client.Unauthenticatedif the caller is not authenticated.- Raise
com.vmware.vapi.std.errors_client.Unauthenticatedif external PSC credentials are not valid when configuring a VCSA_EXTERNAL appliance.- Raise
com.vmware.vapi.std.errors_client.InvalidArgumentif passed arguments are invalid.- Raise
com.vmware.vapi.std.errors_client.NotAllowedInCurrentStateif the appliance is not in INITIALIZED state.
-
class
com.vmware.vcenter.deployment.install_client.StubFactory(stub_config)¶ Bases:
vmware.vapi.bindings.stub.StubFactoryBaseInitialize StubFactoryBase
- Parameters
stub_config (
vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance