Interface protos.google.cloud.shell.v1.IEnvironment (2.1.2)

Properties of an Environment.

Package

@google-cloud/shell

Properties

dockerImage

dockerImage?: (string|null);

Environment dockerImage

id

id?: (string|null);

Environment id

name

name?: (string|null);

Environment name

publicKeys

publicKeys?: (string[]|null);

Environment publicKeys

sshHost

sshHost?: (string|null);

Environment sshHost

sshPort

sshPort?: (number|null);

Environment sshPort

sshUsername

sshUsername?: (string|null);

Environment sshUsername

state

state?: (google.cloud.shell.v1.Environment.State|keyof typeof google.cloud.shell.v1.Environment.State|null);

Environment state

webHost

webHost?: (string|null);

Environment webHost