| Package | Description |
|---|---|
| org.openstack4j.model.compute.ext | |
| org.openstack4j.openstack.compute.domain.ext |
| Modifier and Type | Method and Description |
|---|---|
static DomainEntry.Scope |
DomainEntry.Scope.forValue(String value) |
DomainEntry.Scope |
DomainEntry.getScope()
The scope of this domain name
|
static DomainEntry.Scope |
DomainEntry.Scope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DomainEntry.Scope[] |
DomainEntry.Scope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DomainEntry.Scope |
ExtDomainEntry.getScope() |
| Constructor and Description |
|---|
ExtDomainEntry(DomainEntry.Scope scope,
String availabilityZone,
String project) |
Copyright © 2017. All rights reserved.