Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
97 changes: 50 additions & 47 deletions api/v1alpha1/agent/spec.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions api/v1alpha1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2494,6 +2494,29 @@ components:
type: string
description: Identifier of the host where this datastore is attached
nullable: true
storageIoConfiguration:
$ref: "#/components/schemas/StorageIoConfiguration"

StorageIoConfiguration:
type: object
properties:
enabled:
type: boolean
default: false
description: "Whether Storage I/O Control is enabled for this datastore"
congestionThreshold:
type: integer
default: 30
description: "Congestion threshold percentage"
congestionThresholdMode:
type: string
enum: ["automatic", "manual"]
default: "automatic"
description: "Mode for congestion threshold calculation"
percentOfPeakThroughput:
type: integer
default: 90
description: "Percent of peak throughput"

VMResourceBreakdown:
type: object
Expand Down
Loading
Loading