interface Domain {
    availableActions: DomainAction[];
    availableDnsActions: DomainDnsAction[];
    name: string;
    owner: DomainZoneOwner;
    status: Webhosting.v1.DomainStatus;
}

Properties

availableActions: DomainAction[]

A list of actions that can be performed on the domain.

availableDnsActions: DomainDnsAction[]

A list of DNS-related actions that can be auto configured for the domain.

name: string

Name of the domain.

Zone owner of the domain.

Current status of the domain.