Show / Hide Table of Contents

Enum ProjectsResource.LocationsResource.AutomatedDnsRecordsResource.CreateRequest.InsertModeEnum

Optional. The insert mode when creating AutomatedDnsRecord.

Namespace: Google.Apis.Networkconnectivity.v1
Assembly: Google.Apis.Networkconnectivity.v1.dll
Syntax
public enum ProjectsResource.LocationsResource.AutomatedDnsRecordsResource.CreateRequest.InsertModeEnum

Fields

Name Description
FAILIFEXISTS

Fail the request if the record already exists in cloud DNS.

INSERTMODEUNSPECIFIED

An invalid insert mode as the default case.

OVERWRITE

Overwrite the existing record in cloud DNS.

In this article
Back to top Generated by DocFX