Package | Description |
---|---|
com.oracle.bmc.fusionapps.model |
Modifier and Type | Method and Description |
---|---|
static EnvironmentRole.CurrentRole |
EnvironmentRole.CurrentRole.create(String key) |
EnvironmentRole.CurrentRole |
EnvironmentRole.getCurrentRole()
The current role of the environment
|
static EnvironmentRole.CurrentRole |
EnvironmentRole.CurrentRole.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnvironmentRole.CurrentRole[] |
EnvironmentRole.CurrentRole.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EnvironmentRole.Builder |
EnvironmentRole.Builder.currentRole(EnvironmentRole.CurrentRole currentRole)
The current role of the environment
|
Constructor and Description |
---|
EnvironmentRole(EnvironmentRole.CurrentRole currentRole,
String standbyEnvironmentRegion,
String standbyEnvironmentId)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.