RefreshDNSZoneRequest: {
    dnsZone: string;
    recreateDnsZone: boolean;
    recreateSubDnsZone: boolean;
}

Type declaration

  • dnsZone: string

    DNS zone to refresh.

  • recreateDnsZone: boolean

    Specifies whether or not to recreate the DNS zone.

  • recreateSubDnsZone: boolean

    Specifies whether or not to recreate the sub DNS zone.