CreateDNSZoneRequest: {
    domain: string;
    projectId?: string;
    subdomain: string;
}

Type declaration

  • domain: string

    Domain in which to crreate the DNS zone.

  • OptionalprojectId?: string

    Project ID in which to create the DNS zone.

  • subdomain: string

    Subdomain of the DNS zone to create.