Eci Scaling Configuration Container Args
data class EciScalingConfigurationContainerArgs(val args: Output<List<String>>? = null, val commands: Output<List<String>>? = null, val cpu: Output<Double>? = null, val environmentVars: Output<List<EciScalingConfigurationContainerEnvironmentVarArgs>>? = null, val gpu: Output<Int>? = null, val image: Output<String>? = null, val imagePullPolicy: Output<String>? = null, val livenessProbeExecCommands: Output<List<String>>? = null, val livenessProbeFailureThreshold: Output<Int>? = null, val livenessProbeHttpGetPath: Output<String>? = null, val livenessProbeHttpGetPort: Output<Int>? = null, val livenessProbeHttpGetScheme: Output<String>? = null, val livenessProbeInitialDelaySeconds: Output<Int>? = null, val livenessProbePeriodSeconds: Output<Int>? = null, val livenessProbeSuccessThreshold: Output<Int>? = null, val livenessProbeTcpSocketPort: Output<Int>? = null, val livenessProbeTimeoutSeconds: Output<Int>? = null, val memory: Output<Double>? = null, val name: Output<String>? = null, val ports: Output<List<EciScalingConfigurationContainerPortArgs>>? = null, val readinessProbeExecCommands: Output<List<String>>? = null, val readinessProbeFailureThreshold: Output<Int>? = null, val readinessProbeHttpGetPath: Output<String>? = null, val readinessProbeHttpGetPort: Output<Int>? = null, val readinessProbeHttpGetScheme: Output<String>? = null, val readinessProbeInitialDelaySeconds: Output<Int>? = null, val readinessProbePeriodSeconds: Output<Int>? = null, val readinessProbeSuccessThreshold: Output<Int>? = null, val readinessProbeTcpSocketPort: Output<Int>? = null, val readinessProbeTimeoutSeconds: Output<Int>? = null, val volumeMounts: Output<List<EciScalingConfigurationContainerVolumeMountArgs>>? = null, val workingDir: Output<String>? = null) : ConvertibleToJava<EciScalingConfigurationContainerArgs>
Constructors
Link copied to clipboard
fun EciScalingConfigurationContainerArgs(args: Output<List<String>>? = null, commands: Output<List<String>>? = null, cpu: Output<Double>? = null, environmentVars: Output<List<EciScalingConfigurationContainerEnvironmentVarArgs>>? = null, gpu: Output<Int>? = null, image: Output<String>? = null, imagePullPolicy: Output<String>? = null, livenessProbeExecCommands: Output<List<String>>? = null, livenessProbeFailureThreshold: Output<Int>? = null, livenessProbeHttpGetPath: Output<String>? = null, livenessProbeHttpGetPort: Output<Int>? = null, livenessProbeHttpGetScheme: Output<String>? = null, livenessProbeInitialDelaySeconds: Output<Int>? = null, livenessProbePeriodSeconds: Output<Int>? = null, livenessProbeSuccessThreshold: Output<Int>? = null, livenessProbeTcpSocketPort: Output<Int>? = null, livenessProbeTimeoutSeconds: Output<Int>? = null, memory: Output<Double>? = null, name: Output<String>? = null, ports: Output<List<EciScalingConfigurationContainerPortArgs>>? = null, readinessProbeExecCommands: Output<List<String>>? = null, readinessProbeFailureThreshold: Output<Int>? = null, readinessProbeHttpGetPath: Output<String>? = null, readinessProbeHttpGetPort: Output<Int>? = null, readinessProbeHttpGetScheme: Output<String>? = null, readinessProbeInitialDelaySeconds: Output<Int>? = null, readinessProbePeriodSeconds: Output<Int>? = null, readinessProbeSuccessThreshold: Output<Int>? = null, readinessProbeTcpSocketPort: Output<Int>? = null, readinessProbeTimeoutSeconds: Output<Int>? = null, volumeMounts: Output<List<EciScalingConfigurationContainerVolumeMountArgs>>? = null, workingDir: Output<String>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard