Struct google_appengine1_beta5::DebugInstanceRequest [] [src]

pub struct DebugInstanceRequest {
    pub ssh_key: Option<String>,
}

Request message for Instances.DebugInstance.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

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).

Trait Implementations

impl Default for DebugInstanceRequest
[src]

Returns the "default value" for a type. Read more

impl Clone for DebugInstanceRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DebugInstanceRequest
[src]

Formats the value using the given formatter.

impl RequestValue for DebugInstanceRequest
[src]