Package | Description |
---|---|
com.oracle.bmc.servicemanagerproxy.model |
Modifier and Type | Method and Description |
---|---|
static ServiceEnvironmentEndPointOverview.EnvironmentType |
ServiceEnvironmentEndPointOverview.EnvironmentType.create(String key) |
ServiceEnvironmentEndPointOverview.EnvironmentType |
ServiceEnvironmentEndPointOverview.getEnvironmentType()
Service environment endpoint type.
|
static ServiceEnvironmentEndPointOverview.EnvironmentType |
ServiceEnvironmentEndPointOverview.EnvironmentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceEnvironmentEndPointOverview.EnvironmentType[] |
ServiceEnvironmentEndPointOverview.EnvironmentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ServiceEnvironmentEndPointOverview.Builder |
ServiceEnvironmentEndPointOverview.Builder.environmentType(ServiceEnvironmentEndPointOverview.EnvironmentType environmentType)
Service environment endpoint type.
|
Constructor and Description |
---|
ServiceEnvironmentEndPointOverview(ServiceEnvironmentEndPointOverview.EnvironmentType environmentType,
String url,
String description)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.