-
Notifications
You must be signed in to change notification settings - Fork 8
Objects: ConsoleCredentials
Danny Li edited this page Apr 2, 2018
·
1 revision
The ConsoleCredentials
object has the following methods:
<?php
use Exploriment\HetznerCloud;
/**
* Returns the URL of the websocket proxy to use.
* This includes a token which is valid for a limited time only.
*
* @return string
*/
$credentials->getWssUrl();
/**
* VNC password to use for this connection.
* This password only works in combination with a wss_url with valid token.
*
* @return string
*/
$credentials->getPassword();
/**
* returns the Action object
* @see https://github.com/Exploriment/hcloud-php/wiki/resources:-actions#action-object
*/
$credentials->getAction();
by Exploriment.io
- README.md
-
Resources introduction
- Actions
-
Servers
::findAction
::create
::getMetrics
::rename
::start
-
::powerOn
(alias) ::reboot
-
::restart
(alias) ::reset
::shutdown
-
::stop
(alias) ::powerOff
::resetPassword
::enableRescue
::disableRescue
::createImage
::rebuild
::changeType
::enableBackups
::disableBackups
::attachIso
::detachIso
::changeDnsPtr
::changeProtection
::requestConsole
::delete
- FloatingIps
- SshKeys
- ServerTypes
- Locations
- Datacenters
- Images
- ISOs