public class CreateEnvironmentOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
CreateEnvironmentOptions.Builder
Builder.
|
static interface |
CreateEnvironmentOptions.Size
Size of the environment.
|
Modifier and Type | Method and Description |
---|---|
String |
description()
Gets the description.
|
String |
name()
Gets the name.
|
CreateEnvironmentOptions.Builder |
newBuilder()
New builder.
|
String |
size()
Gets the size.
|
public CreateEnvironmentOptions.Builder newBuilder()
public String name()
Name that identifies the environment.
public String description()
Description of the environment.
public String size()
Size of the environment. In the Lite plan the default and only accepted value is `LT`, in all other plans the default is `S`.
Copyright © 2024 IBM Cloud. All rights reserved.