google_api_app_engine v0.3.0 GoogleApi.AppEngine.V1.Model.DebugInstanceRequest View Source
Request message for Instances.DebugInstance.
Attributes
- sshKey (String.t): 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 (https://cloud.google.com/compute/docs/instances/adding-removing-ssh-keys). Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.AppEngine.V1.Model.DebugInstanceRequest{sshKey: any()}
t() :: %GoogleApi.AppEngine.V1.Model.DebugInstanceRequest{sshKey: any()}
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.