public class EnvironmentReference
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
EnvironmentReference.Environment
The type of the deployed environment.
|
Constructor and Description |
---|
EnvironmentReference() |
Modifier and Type | Method and Description |
---|---|
String |
getEnvironment()
Gets the environment.
|
String |
getEnvironmentId()
Gets the environmentId.
|
String |
getName()
Gets the name.
|
public String getName()
The name of the deployed environment.
public String getEnvironmentId()
The environment ID of the deployed environment.
public String getEnvironment()
The type of the deployed environment. All environments other than the draft and live environments have the type `staging`.
Copyright © 2022 IBM Cloud. All rights reserved.