Class DebugInstanceRequest (1.1.5)

DebugInstanceRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for Instances.DebugInstance. .. attribute:: name

Name of the resource requested. Example: apps/myapp/services/default/versions/v1/instances/instance-1.

:type: str

Attribute

NameDescription
ssh_key str
Public SSH key to add to the instance. Examples: - [USERNAME]:ssh-rsa [KEY_VALUE] [USERNAME] - [USERNAME]:ssh-rsa [KEY_VALUE] google-ssh {"userName":"[USERNAME]","expireOn":"[EXPIRE_TIME]"} For more information, see `Adding and Removing SSH Keys