| Package | Description |
|---|---|
| org.openstack4j.api.compute.ext | |
| org.openstack4j.openstack.compute.domain.ext | |
| org.openstack4j.openstack.compute.internal.ext |
| Modifier and Type | Method and Description |
|---|---|
DNSEntry |
FloatingIPDNSEntryService.create(String domain,
String name,
String ip,
DNSRecordType type)
Deprecated.
Creates or Updates a DNS Entry
|
DNSEntry |
FloatingIPDNSEntryService.modifyIP(String domain,
String name,
String ip)
Deprecated.
Modifies the IP Address for the specified domain and name
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends DNSEntry> |
FloatingIPDNSEntryService.listByIP(String domain,
String ip)
Deprecated.
Return a list of entries for the given domain and IP Address
|
List<? extends DNSEntry> |
FloatingIPDNSEntryService.listByName(String domain,
String name)
Deprecated.
Return a list of entries for the given domain and name
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExtDNSEntry
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
DNSEntry |
FloatingIPDNSEntryServiceImpl.create(String domain,
String name,
String ip,
DNSRecordType type)
Deprecated.
|
DNSEntry |
FloatingIPDNSEntryServiceImpl.modifyIP(String domain,
String name,
String ip)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends DNSEntry> |
FloatingIPDNSEntryServiceImpl.listByIP(String domain,
String ip)
Deprecated.
|
List<? extends DNSEntry> |
FloatingIPDNSEntryServiceImpl.listByName(String domain,
String name)
Deprecated.
|
Copyright © 2020. All rights reserved.