Interface protos.google.cloud.lifesciences.v2beta.IAction (1.0.3)

Properties of an Action.

Package

@google-cloud/life-sciences!

Properties

alwaysRun

alwaysRun?: (boolean|null);

Action alwaysRun

Property Value
TypeDescription
(boolean|null)

blockExternalNetwork

blockExternalNetwork?: (boolean|null);

Action blockExternalNetwork

Property Value
TypeDescription
(boolean|null)

commands

commands?: (string[]|null);

Action commands

Property Value
TypeDescription
(string[]|null)

containerName

containerName?: (string|null);

Action containerName

Property Value
TypeDescription
(string|null)

credentials

credentials?: (google.cloud.lifesciences.v2beta.ISecret|null);

Action credentials

Property Value
TypeDescription
(google.cloud.lifesciences.v2beta.ISecret|null)

disableImagePrefetch

disableImagePrefetch?: (boolean|null);

Action disableImagePrefetch

Property Value
TypeDescription
(boolean|null)

disableStandardErrorCapture

disableStandardErrorCapture?: (boolean|null);

Action disableStandardErrorCapture

Property Value
TypeDescription
(boolean|null)

enableFuse

enableFuse?: (boolean|null);

Action enableFuse

Property Value
TypeDescription
(boolean|null)

entrypoint

entrypoint?: (string|null);

Action entrypoint

Property Value
TypeDescription
(string|null)

environment

environment?: ({ [k: string]: string }|null);

Action environment

Property Value
TypeDescription
({ [k: string]: string }|null)

ignoreExitStatus

ignoreExitStatus?: (boolean|null);

Action ignoreExitStatus

Property Value
TypeDescription
(boolean|null)

imageUri

imageUri?: (string|null);

Action imageUri

Property Value
TypeDescription
(string|null)

labels

labels?: ({ [k: string]: string }|null);

Action labels

Property Value
TypeDescription
({ [k: string]: string }|null)

mounts

mounts?: (google.cloud.lifesciences.v2beta.IMount[]|null);

Action mounts

Property Value
TypeDescription
(google.cloud.lifesciences.v2beta.IMount[]|null)

pidNamespace

pidNamespace?: (string|null);

Action pidNamespace

Property Value
TypeDescription
(string|null)

portMappings

portMappings?: ({ [k: string]: number }|null);

Action portMappings

Property Value
TypeDescription
({ [k: string]: number }|null)

publishExposedPorts

publishExposedPorts?: (boolean|null);

Action publishExposedPorts

Property Value
TypeDescription
(boolean|null)

runInBackground

runInBackground?: (boolean|null);

Action runInBackground

Property Value
TypeDescription
(boolean|null)

timeout

timeout?: (google.protobuf.IDuration|null);

Action timeout

Property Value
TypeDescription
(google.protobuf.IDuration|null)