Class Environment (0.1.0)

Environment(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Environment of the Application, Service, or Workload

Attribute

NameDescription
type_ google.cloud.apphub_v1.types.Environment.Type
Required. Environment Type.

Classes

Type

Type(value)

Environment Type.

Values: TYPE_UNSPECIFIED (0): Unspecified type. PRODUCTION (1): Production environment. STAGING (2): Staging environment. TEST (3): Test environment. DEVELOPMENT (4): Development environment.