Package google.cloud.apphub.v1main

Index

Attributes

Consumer provided attributes.

Fields
criticality

Criticality

Optional. User-defined criticality information.

environment

Environment

Optional. User-defined environment information.

developer_owners[]

ContactInfo

Optional. Developer team that owns development and coding.

operator_owners[]

ContactInfo

Optional. Operator team that ensures runtime and operations.

business_owners[]

ContactInfo

Optional. Business team that ensures user needs are met and value is delivered

Channel

Separate message to accommodate custom formats across IRC and Slack.

Fields
uri

string

Required. URI of the channel.

ContactInfo

Contact information of stakeholders.

Fields
display_name

string

Optional. Contact's name. Can have a maximum length of 63 characters.

email

string

Required. Email address of the contacts.

channel

Channel

Optional. Communication channel of the contacts.

Criticality

Criticality of the Application, Service, or Workload

Fields
level
(deprecated)

string

Optional. Criticality level. Can contain only lowercase letters, numeric characters, underscores, and dashes. Can have a maximum length of 63 characters. Deprecated: Please refer to type instead.

mission_critical
(deprecated)

bool

Optional. Indicates mission-critical Application, Service, or Workload. Deprecated: Please refer to type instead.

type

Type

Required. Criticality Type.

Type

Criticality Type.

Enums
TYPE_UNSPECIFIED Unspecified type.
MISSION_CRITICAL Mission critical service, application or workload.
HIGH High impact.
MEDIUM Medium impact.
LOW Low impact.

Environment

Environment of the Application, Service, or Workload

Fields
environment
(deprecated)

string

Optional. Environment name. Can contain only lowercase letters, numeric characters, underscores, and dashes. Can have a maximum length of 63 characters. Deprecated: Please refer to type instead.

type

Type

Required. Environment Type.

Type

Environment Type.

Enums
TYPE_UNSPECIFIED Unspecified type.
PRODUCTION Production environment.
STAGING Staging environment.
TEST Test environment.
DEVELOPMENT Development environment.

Scope

Scope of an application.

Fields
type

Type

Required. Scope Type.

Type

Scope Type.

Enums
TYPE_UNSPECIFIED Unspecified type.
REGIONAL Regional type.
GLOBAL Global type.