Uses of Class
org.openstack4j.model.compute.ext.DNSRecordType
-
Packages that use DNSRecordType Package Description org.openstack4j.api.compute.ext org.openstack4j.model.compute.ext org.openstack4j.openstack.compute.domain.ext org.openstack4j.openstack.compute.internal.ext -
-
Uses of DNSRecordType in org.openstack4j.api.compute.ext
Methods in org.openstack4j.api.compute.ext with parameters of type DNSRecordType Modifier and Type Method Description DNSEntryFloatingIPDNSEntryService. create(String domain, String name, String ip, DNSRecordType type)Deprecated.Creates or Updates a DNS Entry -
Uses of DNSRecordType in org.openstack4j.model.compute.ext
Methods in org.openstack4j.model.compute.ext that return DNSRecordType Modifier and Type Method Description static DNSRecordTypeDNSRecordType. forValue(String value)DNSRecordTypeDNSEntry. getType()Deprecated.The DNS Record Type for this entrystatic DNSRecordTypeDNSRecordType. 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. -
Uses of DNSRecordType in org.openstack4j.openstack.compute.domain.ext
Methods in org.openstack4j.openstack.compute.domain.ext that return DNSRecordType Modifier and Type Method Description DNSRecordTypeExtDNSEntry. getType()Deprecated.Constructors in org.openstack4j.openstack.compute.domain.ext with parameters of type DNSRecordType Constructor Description ExtDNSEntry(String ipAddress, DNSRecordType type)Deprecated. -
Uses of DNSRecordType in org.openstack4j.openstack.compute.internal.ext
Methods in org.openstack4j.openstack.compute.internal.ext with parameters of type DNSRecordType Modifier and Type Method Description DNSEntryFloatingIPDNSEntryServiceImpl. create(String domain, String name, String ip, DNSRecordType type)Deprecated.
-