certificateMode property
The mode of the certificate. Possible string values are:
- "CERTIFICATE_MODE_UNSPECIFIED"
- "NONE" : Do not provision an HTTPS certificate.
- "AUTOMATIC" : Automatically provisions an HTTPS certificate via GoogleCA.
Implementation
core.String? certificateMode;