{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "ShapeMaxVnicAttachmentOptions",
"type": "object",
"description": "Options for configuring max VNIC attachments on a flexible shape",
"properties": {
"min": {
"type": "integer",
"description": "The minimum number of VNIC attachments"
},
"max": {
"type": "number",
"description": "The maximum number of VNIC attachments"
},
"defaultPerOcpu": {
"type": "number",
"description": "The default number of VNIC attachments per OCPU"
}
}
}