Uses of Class
org.openstack4j.model.compute.ext.DomainEntry.Scope
-
Packages that use DomainEntry.Scope Package Description org.openstack4j.model.compute.ext org.openstack4j.openstack.compute.domain.ext -
-
Uses of DomainEntry.Scope in org.openstack4j.model.compute.ext
Methods in org.openstack4j.model.compute.ext that return DomainEntry.Scope Modifier and Type Method Description static DomainEntry.ScopeDomainEntry.Scope. forValue(String value)Deprecated.DomainEntry.ScopeDomainEntry. getScope()Deprecated.The scope of this domain namestatic DomainEntry.ScopeDomainEntry.Scope. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static DomainEntry.Scope[]DomainEntry.Scope. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DomainEntry.Scope in org.openstack4j.openstack.compute.domain.ext
Methods in org.openstack4j.openstack.compute.domain.ext that return DomainEntry.Scope Modifier and Type Method Description DomainEntry.ScopeExtDomainEntry. getScope()Deprecated.Constructors in org.openstack4j.openstack.compute.domain.ext with parameters of type DomainEntry.Scope Constructor Description ExtDomainEntry(DomainEntry.Scope scope, String availabilityZone, String project)Deprecated.
-