Interface protos.google.cloud.orchestration.airflow.service.v1.IEnvironment (3.2.0)

Properties of an Environment.

Package

@google-cloud/orchestration-airflow

Properties

config

config?: (google.cloud.orchestration.airflow.service.v1.IEnvironmentConfig|null);

Environment config

createTime

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

Environment createTime

labels

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

Environment labels

name

name?: (string|null);

Environment name

satisfiesPzs

satisfiesPzs?: (boolean|null);

Environment satisfiesPzs

state

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

Environment state

storageConfig

storageConfig?: (google.cloud.orchestration.airflow.service.v1.IStorageConfig|null);

Environment storageConfig

updateTime

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

Environment updateTime

uuid

uuid?: (string|null);

Environment uuid