Uses of Class
com.vmware.nsx_policy.model.RemoteServerFingerprintRequest
-
Packages that use RemoteServerFingerprintRequest Package Description com.vmware.nsx_policy.cluster com.vmware.nsx_policy.model -
-
Uses of RemoteServerFingerprintRequest in com.vmware.nsx_policy.cluster
Methods in com.vmware.nsx_policy.cluster with parameters of type RemoteServerFingerprintRequest Modifier and Type Method Description RemoteServerFingerprint
Backups. retrievesshfingerprint(RemoteServerFingerprintRequest remoteServerFingerprintRequest)
Get SHA256 fingerprint of ECDSA key of remote server.void
Backups. retrievesshfingerprint(RemoteServerFingerprintRequest remoteServerFingerprintRequest, com.vmware.vapi.bindings.client.AsyncCallback<RemoteServerFingerprint> asyncCallback)
Get SHA256 fingerprint of ECDSA key of remote server.void
Backups. retrievesshfingerprint(RemoteServerFingerprintRequest remoteServerFingerprintRequest, com.vmware.vapi.bindings.client.AsyncCallback<RemoteServerFingerprint> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get SHA256 fingerprint of ECDSA key of remote server.RemoteServerFingerprint
Backups. retrievesshfingerprint(RemoteServerFingerprintRequest remoteServerFingerprintRequest, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get SHA256 fingerprint of ECDSA key of remote server.RemoteServerFingerprint
BackupsStub. retrievesshfingerprint(RemoteServerFingerprintRequest remoteServerFingerprintRequest)
void
BackupsStub. retrievesshfingerprint(RemoteServerFingerprintRequest remoteServerFingerprintRequest, com.vmware.vapi.bindings.client.AsyncCallback<RemoteServerFingerprint> asyncCallback)
void
BackupsStub. retrievesshfingerprint(RemoteServerFingerprintRequest remoteServerFingerprintRequest, com.vmware.vapi.bindings.client.AsyncCallback<RemoteServerFingerprint> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
RemoteServerFingerprint
BackupsStub. retrievesshfingerprint(RemoteServerFingerprintRequest remoteServerFingerprintRequest, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-
Uses of RemoteServerFingerprintRequest in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return RemoteServerFingerprintRequest Modifier and Type Method Description static RemoteServerFingerprintRequest
RemoteServerFingerprintRequest. _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 RemoteServerFingerprintRequest
RemoteServerFingerprintRequest. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.RemoteServerFingerprintRequest
RemoteServerFingerprintRequest.Builder. build()
-