This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git
commit 845a37766226f9068139ad12d5bc6314d98107cc Author: Tomaz Muraus <[email protected]> AuthorDate: Fri Dec 13 23:26:33 2019 +0100 Add missing docstring. --- libcloud/compute/drivers/gce.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libcloud/compute/drivers/gce.py b/libcloud/compute/drivers/gce.py index 1918df4..2fc284d 100644 --- a/libcloud/compute/drivers/gce.py +++ b/libcloud/compute/drivers/gce.py @@ -8281,6 +8281,10 @@ class GCENodeDriver(NodeDriver): :param ex_accelerator_count: The number of accelerators to associate with the node. :type ex_accelerator_count: ``int`` or ``None`` + + :keyword ex_disk_size: Specify size of the boot disk. + Integer in gigabytes. + :type ex_disk_size: ``int`` or ``None`` :return: A tuple containing a request string and a node_data dict. :rtype: ``tuple`` of ``str`` and ``dict``
