ExDaytona.Model.UpdateOrganizationQuota (ex_daytona v0.4.0)

Copy Markdown View Source

UpdateOrganizationQuota model.

Summary

Types

t()

@type t() :: %ExDaytona.Model.UpdateOrganizationQuota{
  authenticatedRateLimit: number() | nil,
  authenticatedRateLimitTtlSeconds: number() | nil,
  maxConcurrentSnapshotProcessing: number() | nil,
  maxCpuPerSandbox: number() | nil,
  maxDiskPerSandbox: number() | nil,
  maxMemoryPerSandbox: number() | nil,
  maxSecretsPerSandbox: number() | nil,
  maxSnapshotSize: number() | nil,
  sandboxCreateRateLimit: number() | nil,
  sandboxCreateRateLimitTtlSeconds: number() | nil,
  sandboxLifecycleRateLimit: number() | nil,
  sandboxLifecycleRateLimitTtlSeconds: number() | nil,
  secretQuota: number() | nil,
  snapshotDeactivationTimeoutMinutes: number() | nil,
  snapshotQuota: number() | nil,
  volumeQuota: number() | nil
}

Functions

decode(value)