FeatureMembershipConfigmanagementConfigSyncDeploymentOverrideContainerArgs

data class FeatureMembershipConfigmanagementConfigSyncDeploymentOverrideContainerArgs(val containerName: Output<String>? = null, val cpuLimit: Output<String>? = null, val cpuRequest: Output<String>? = null, val memoryLimit: Output<String>? = null, val memoryRequest: Output<String>? = null) : ConvertibleToJava<FeatureMembershipConfigmanagementConfigSyncDeploymentOverrideContainerArgs>

Constructors

constructor(containerName: Output<String>? = null, cpuLimit: Output<String>? = null, cpuRequest: Output<String>? = null, memoryLimit: Output<String>? = null, memoryRequest: Output<String>? = null)

Properties

Link copied to clipboard
val containerName: Output<String>? = null

The name of the container.

Link copied to clipboard
val cpuLimit: Output<String>? = null

The CPU limit of the container.

Link copied to clipboard
val cpuRequest: Output<String>? = null

The CPU request of the container.

Link copied to clipboard
val memoryLimit: Output<String>? = null

The memory limit of the container.

Link copied to clipboard
val memoryRequest: Output<String>? = null

The memory request of the container.

Functions

Link copied to clipboard
open override fun toJava(): FeatureMembershipConfigmanagementConfigSyncDeploymentOverrideContainerArgs