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 RemoteServerFingerprintBackups. retrievesshfingerprint(RemoteServerFingerprintRequest remoteServerFingerprintRequest)Get SHA256 fingerprint of ECDSA key of remote server.voidBackups. retrievesshfingerprint(RemoteServerFingerprintRequest remoteServerFingerprintRequest, com.vmware.vapi.bindings.client.AsyncCallback<RemoteServerFingerprint> asyncCallback)Get SHA256 fingerprint of ECDSA key of remote server.voidBackups. 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.RemoteServerFingerprintBackups. retrievesshfingerprint(RemoteServerFingerprintRequest remoteServerFingerprintRequest, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Get SHA256 fingerprint of ECDSA key of remote server.RemoteServerFingerprintBackupsStub. retrievesshfingerprint(RemoteServerFingerprintRequest remoteServerFingerprintRequest)voidBackupsStub. retrievesshfingerprint(RemoteServerFingerprintRequest remoteServerFingerprintRequest, com.vmware.vapi.bindings.client.AsyncCallback<RemoteServerFingerprint> asyncCallback)voidBackupsStub. retrievesshfingerprint(RemoteServerFingerprintRequest remoteServerFingerprintRequest, com.vmware.vapi.bindings.client.AsyncCallback<RemoteServerFingerprint> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)RemoteServerFingerprintBackupsStub. 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 RemoteServerFingerprintRequestRemoteServerFingerprintRequest. _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 RemoteServerFingerprintRequestRemoteServerFingerprintRequest. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.RemoteServerFingerprintRequestRemoteServerFingerprintRequest.Builder. build()
-