type property

String? type
getter/setter pair

The type of the relation.

Optional. Possible string values are:

  • "TYPE_UNSPECIFIED" : Default value.
  • "LOGICAL_DATABASE" : DBDeployment -> Database
  • "DATABASE_DEPLOYMENT_HOSTING_SERVER" : A relation between a machine/VM and the database deployment it hosts.

Implementation

core.String? type;