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.VapiInterface

The Thumbprint class 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.VapiStruct

The Thumbprint.RemoteSpec class contains the information used to connect to the remote PSC. This class was added in vSphere API 6.7

Tip

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:str
Returns:The thumbprint of the specified remote PSC
Raise:com.vmware.vapi.std.errors_client.Unauthenticated if the caller is not authenticated.
Raise:com.vmware.vapi.std.errors_client.Error on exception.