DebugInstanceRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)Request message for Instances.DebugInstance.
Attributes |
|
|---|---|
| Name | Description |
name |
str
Name of the resource requested. Example: apps/myapp/services/default/versions/v1/instances/instance-1.
|
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 |