Interface VirtualMachine.DefinitionStages.WithLinuxCreateManaged

    • Method Detail

      • withSsh

        VirtualMachine.DefinitionStages.WithLinuxCreateManaged withSsh​(String publicKey)
        Specifies the SSH public key.

        Each call to this method adds the given public key to the list of VM's public keys.

        Parameters:
        publicKey - the SSH public key in PEM format.
        Returns:
        the stage representing creatable Linux VM definition