mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-19 10:46:58 +08:00
fix(region): dns record update with enabled params (#19260)
This commit is contained in:
@@ -75,6 +75,7 @@ func (self *DnsRecordUpdateTask) OnInit(ctx context.Context, obj db.IStandaloneM
|
||||
DnsName: record.Name,
|
||||
DnsValue: record.DnsValue,
|
||||
DnsType: cloudprovider.TDnsType(record.DnsType),
|
||||
Enabled: record.Enabled.Bool(),
|
||||
Ttl: record.TTL,
|
||||
MxPriority: record.MxPriority,
|
||||
PolicyType: cloudprovider.TDnsPolicyType(record.PolicyType),
|
||||
|
||||
Reference in New Issue
Block a user