UpdateDNSZoneRecordsRequest: {
    changes: RecordChange[];
    disallowNewZoneCreation: boolean;
    dnsZone: string;
    returnAllRecords?: boolean;
    serial?: number;
}

Type declaration

  • changes: RecordChange[]

    Changes made to the records.

  • disallowNewZoneCreation: boolean

    Disable the creation of the target zone if it does not exist. Target zone creation is disabled by default.

  • dnsZone: string

    DNS zone in which to update the DNS zone records.

  • OptionalreturnAllRecords?: boolean

    Specifies whether or not to return all the records.

  • Optionalserial?: number

    Use the provided serial (0) instead of the auto-increment serial.