creationMode property

String? creationMode
getter/setter pair

The creation mode of the AutomatedDnsRecord.

This field is immutable.

Required. Immutable. Possible string values are:

  • "CREATION_MODE_UNSPECIFIED" : Default value. This value is unused.
  • "CONSUMER_API" : The record was created through the AutomatedDnsRecord CCFE consumer API.
  • "SERVICE_CONNECTION_MAP" : The record was created by a ServiceConnectionMap. Its lifecycle is managed by that ServiceConnectionMap.

Implementation

core.String? creationMode;