Interface protos.google.cloud.notebooks.v1beta1.IEnvironment (2.1.4)

Properties of an Environment.

Package

@google-cloud/notebooks

Properties

containerImage

containerImage?: (google.cloud.notebooks.v1beta1.IContainerImage|null);

Environment containerImage

createTime

createTime?: (google.protobuf.ITimestamp|null);

Environment createTime

description

description?: (string|null);

Environment description

displayName

displayName?: (string|null);

Environment displayName

name

name?: (string|null);

Environment name

postStartupScript

postStartupScript?: (string|null);

Environment postStartupScript

vmImage

vmImage?: (google.cloud.notebooks.v1beta1.IVmImage|null);

Environment vmImage