Uses of Class
com.oracle.bmc.devops.model.CreateDeployEnvironmentDetails
-
Packages that use CreateDeployEnvironmentDetails Package Description com.oracle.bmc.devops.model com.oracle.bmc.devops.requests -
-
Uses of CreateDeployEnvironmentDetails in com.oracle.bmc.devops.model
Subclasses of CreateDeployEnvironmentDetails in com.oracle.bmc.devops.model Modifier and Type Class Description class
CreateComputeInstanceGroupDeployEnvironmentDetails
Specifies the Compute instance group environment.class
CreateFunctionDeployEnvironmentDetails
Specifies the Function environment.class
CreateOkeClusterDeployEnvironmentDetails
Specifies the Kubernetes cluster environment. -
Uses of CreateDeployEnvironmentDetails in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return CreateDeployEnvironmentDetails Modifier and Type Method Description CreateDeployEnvironmentDetails
CreateDeployEnvironmentRequest. getBody$()
Alternative accessor for the body parameter.CreateDeployEnvironmentDetails
CreateDeployEnvironmentRequest. getCreateDeployEnvironmentDetails()
Details for the new deployment environment.Methods in com.oracle.bmc.devops.requests with parameters of type CreateDeployEnvironmentDetails Modifier and Type Method Description CreateDeployEnvironmentRequest.Builder
CreateDeployEnvironmentRequest.Builder. body$(CreateDeployEnvironmentDetails body)
Alternative setter for the body parameter.CreateDeployEnvironmentRequest.Builder
CreateDeployEnvironmentRequest.Builder. createDeployEnvironmentDetails(CreateDeployEnvironmentDetails createDeployEnvironmentDetails)
Details for the new deployment environment.
-