| Package | Description |
|---|---|
| org.openstack4j.api.compute.ext | |
| org.openstack4j.model.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
|
| Modifier and Type | Method and Description |
|---|---|
static DNSRecordType |
DNSRecordType.forValue(String value) |
DNSRecordType |
DNSEntry.getType()
Deprecated.
The DNS Record Type for this entry
|
static DNSRecordType |
DNSRecordType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DNSRecordType[] |
DNSRecordType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DNSRecordType |
ExtDNSEntry.getType()
Deprecated.
|
| Constructor and Description |
|---|
ExtDNSEntry(String ipAddress,
DNSRecordType type)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
DNSEntry |
FloatingIPDNSEntryServiceImpl.create(String domain,
String name,
String ip,
DNSRecordType type)
Deprecated.
|
Copyright © 2020. All rights reserved.