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