CloneDNSZoneRequest: {
    destDnsZone: string;
    dnsZone: string;
    overwrite: boolean;
    projectId?: string;
}

Type declaration

  • destDnsZone: string

    Destination DNS zone in which to clone the chosen DNS zone.

  • dnsZone: string

    DNS zone to clone.

  • overwrite: boolean

    Specifies whether or not the destination DNS zone will be overwritten.

  • OptionalprojectId?: string

    Project ID of the destination DNS zone.