Skip to main content

PlacementMode

Source: src/cwsandbox/_types.py:115
  • UNSPECIFIED = 'unspecified'
  • SERVERLESS = 'serverless'
  • CKS = 'cks'

PlacementSpillover

Source: src/cwsandbox/_types.py:129
  • STRICT = 'strict'
  • CKS_THEN_SERVERLESS = 'cks_then_serverless'
  • SERVERLESS_THEN_CKS = 'serverless_then_cks'

DataPlaneMode

Source: src/cwsandbox/_types.py:168
  • AUTO = 'auto'
  • GATEWAY = 'gateway'
  • DIRECT = 'direct'

Last modified on September 17, 2026