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)
Creates or Updates a DNS Entry
|
DNSEntry |
FloatingIPDNSEntryService.modifyIP(String domain,
String name,
String ip)
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)
Return a list of entries for the given domain and IP Address
|
List<? extends DNSEntry> |
FloatingIPDNSEntryService.listByName(String domain,
String name)
Return a list of entries for the given domain and name
|
Modifier and Type | Class and Description |
---|---|
class |
ExtDNSEntry
A Floating IP DNS Extension - DNS Entry
|
Modifier and Type | Method and Description |
---|---|
DNSEntry |
FloatingIPDNSEntryServiceImpl.create(String domain,
String name,
String ip,
DNSRecordType type) |
DNSEntry |
FloatingIPDNSEntryServiceImpl.modifyIP(String domain,
String name,
String ip) |
Modifier and Type | Method and Description |
---|---|
List<? extends DNSEntry> |
FloatingIPDNSEntryServiceImpl.listByIP(String domain,
String ip) |
List<? extends DNSEntry> |
FloatingIPDNSEntryServiceImpl.listByName(String domain,
String name) |
Copyright © 2017. All rights reserved.