interface DomainRecord {
    comment?: string;
    data: string;
    geoIpConfig?: DomainRecordGeoIPConfig;
    httpServiceConfig?: DomainRecordHTTPServiceConfig;
    id: string;
    name: string;
    priority: number;
    ttl: number;
    type: DomainRecordType;
    viewConfig?: DomainRecordViewConfig;
    weightedConfig?: DomainRecordWeightedConfig;
}

Properties

comment?: string
data: string

One-of ('dynamicData'): at most one of 'geoIpConfig', 'httpServiceConfig', 'weightedConfig', 'viewConfig' could be set.

httpServiceConfig?: DomainRecordHTTPServiceConfig

One-of ('dynamicData'): at most one of 'geoIpConfig', 'httpServiceConfig', 'weightedConfig', 'viewConfig' could be set.

id: string
name: string
priority: number
ttl: number

One-of ('dynamicData'): at most one of 'geoIpConfig', 'httpServiceConfig', 'weightedConfig', 'viewConfig' could be set.

One-of ('dynamicData'): at most one of 'geoIpConfig', 'httpServiceConfig', 'weightedConfig', 'viewConfig' could be set.