Class ResetWindowsPassword

java.lang.Object
org.jclouds.googlecomputeengine.compute.functions.ResetWindowsPassword
All Implemented Interfaces:
com.google.common.base.Function<Map<String,?>,String>, Function<Map<String,?>,String>

public class ResetWindowsPassword extends Object implements com.google.common.base.Function<Map<String,?>,String>
References: In brief, the sequence is:
  1. Generate a temporary key for encrypting and decrypting the password
  2. Send the RSA public key to the instance, by settings its metadata
  3. Retrieve the result from the Instance.SerialPortOutput
  4. Decode and decrypt the result.