com.vmware.vcenter.deployment.install.initial_config package¶
Submodules¶
com.vmware.vcenter.deployment.install.initial_config.remote_psc_client module¶
-
class
com.vmware.vcenter.deployment.install.initial_config.remote_psc_client.StubFactory(stub_config)¶ Bases:
vmware.vapi.bindings.stub.StubFactoryBase
-
class
com.vmware.vcenter.deployment.install.initial_config.remote_psc_client.Thumbprint(config)¶ Bases:
vmware.vapi.bindings.stub.VapiInterfaceThe
Thumbprintclass provides methods to get the thumbprint of the remote PSC. This class was added in vSphere API 6.7-
class
RemoteSpec(address=None, https_port=None)¶ Bases:
vmware.vapi.bindings.struct.VapiStructThe
Thumbprint.RemoteSpecclass contains the information used to connect to the remote PSC. This class was added in vSphere API 6.7Tip
The arguments are used to initialize data attributes with the same names.
-
get(spec)¶ Gets the SHA1 thumbprint of the remote PSC. This method was added in vSphere API 6.7
Parameters: spec ( Thumbprint.RemoteSpec) – Information used to connect to the remote PSC.Return type: strReturns: The thumbprint of the specified remote PSC Raise: com.vmware.vapi.std.errors_client.Unauthenticatedif the caller is not authenticated.Raise: com.vmware.vapi.std.errors_client.Erroron exception.
-
class