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

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

state

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

Environment state

updateTime

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

Environment updateTime

uuid

uuid?: (string|null);

Environment uuid