Class CreateEnvironmentRequest
java.lang.Object
com.google.genai.gaos.models.environments.CreateEnvironmentRequest
CreateEnvironmentRequest
Request for `CreateEnvironment`.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionCreateEnvironmentRequest(CreateEnvironmentRequestNetworkUnion network, List<Source> sources) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleaninthashCode()network()Network configuration for the environment.sources()Sources to be mounted into the environment.toString()Network configuration for the environment.withSources(List<Source> sources) Sources to be mounted into the environment.
-
Constructor Details
-
CreateEnvironmentRequest
public CreateEnvironmentRequest(@Nullable CreateEnvironmentRequestNetworkUnion network, @Nullable List<Source> sources) -
CreateEnvironmentRequest
public CreateEnvironmentRequest()
-
-
Method Details
-
network
Network configuration for the environment. -
sources
Sources to be mounted into the environment. -
builder
-
withNetwork
Network configuration for the environment. -
withSources
Sources to be mounted into the environment. -
equals
-
hashCode
public int hashCode() -
toString
-