Class: Bosh::Director::DisabledDnsManager

Inherits:
DnsManager show all
Defined in:
lib/bosh/director/dns/dns_manager.rb

Instance Method Summary collapse

Methods inherited from DnsManager

#configure_nameserver, #delete_dns_for_instance, #dns_record_name, #dns_servers, #find_dns_record, #find_dns_record_names_by_instance, #flush_dns_cache, #migrate_legacy_records, #update_dns_record_for_instance

Instance Method Details

#dns_domain_nameObject



211
212
213
# File 'lib/bosh/director/dns/dns_manager.rb', line 211

def dns_domain_name
  nil
end

#dns_enabled?Boolean

Returns:

  • (Boolean)


215
216
217
# File 'lib/bosh/director/dns/dns_manager.rb', line 215

def dns_enabled?
  false
end