public class UpdateEnvironmentOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
UpdateEnvironmentOptions.Builder
Builder.
|
static interface |
UpdateEnvironmentOptions.Size
Size that the environment should be increased to.
|
Modifier and Type | Method and Description |
---|---|
String |
description()
Gets the description.
|
String |
environmentId()
Gets the environmentId.
|
String |
name()
Gets the name.
|
UpdateEnvironmentOptions.Builder |
newBuilder()
New builder.
|
String |
size()
Gets the size.
|
public UpdateEnvironmentOptions.Builder newBuilder()
public String environmentId()
The ID of the environment.
public String name()
Name that identifies the environment.
public String description()
Description of the environment.
public String size()
Size that the environment should be increased to. Environment size cannot be modified when using a Lite plan. Environment size can only increased and not decreased.
Copyright © 2021 IBM Cloud. All rights reserved.