Enum ProjectsResource.LocationsResource.AutomatedDnsRecordsResource.DeleteRequest.DeleteModeEnum
Optional. Delete mode when deleting AutomatedDnsRecord. If set to DEPROGRAM, the record will be deprogrammed in Cloud DNS. If set to SKIP_DEPROGRAMMING, the record will not be deprogrammed in Cloud DNS.
Namespace: Google.Apis.Networkconnectivity.v1
Assembly: Google.Apis.Networkconnectivity.v1.dll
Syntax
public enum ProjectsResource.LocationsResource.AutomatedDnsRecordsResource.DeleteRequest.DeleteModeEnum
Fields
| Name | Description |
|---|---|
| DELETEMODEUNSPECIFIED | An invalid delete mode as the default case. |
| DEPROGRAM | Deprogram the record in Cloud DNS. |
| SKIPDEPROGRAMMING | Skip deprogramming the record in Cloud DNS. |