Share feedback
Answers are generated based on the documentation.

Experimental

Schema

AttachmentMode

Type: string

AttachmentMode fixes attachment ownership independently of backend placement.

Values: unspecified: unspecified selects exclusive read-write attachment. exclusive: exclusive permits one sandbox to attach the volume read-write.

All schema constraints and annotations
{
  "description": "AttachmentMode fixes attachment ownership independently of backend placement.\n\nValues:\nunspecified: unspecified selects exclusive read-write attachment.\nexclusive: exclusive permits one sandbox to attach the volume read-write.",
  "enum": [
    "unspecified",
    "exclusive"
  ],
  "title": "AttachmentMode",
  "type": "string"
}