| Package | Description |
|---|---|
| org.cloudfoundry.operations.domains |
| Modifier and Type | Method and Description |
|---|---|
Status |
Domain.getStatus()
The status of the domain indicating shared or private ('owned')
|
static Status |
Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Status[] |
Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Domain.Builder |
Domain.Builder.status(Status status)
Initializes the value for the
status attribute. |
Copyright © 2018. All rights reserved.