opnsense-src/release/scripts/oracle/image_capability_data.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

97 lines
2.1 KiB
JSON
Raw Normal View History

{
"capabilities": {
"Compute.AMD_SecureEncryptedVirtualization": {
"descriptorType": "boolean",
"defaultValue": false
},
"Storage.BootVolumeType": {
"descriptorType": "enumstring",
"values": [
"ISCSI",
"PARAVIRTUALIZED",
"SCSI",
"IDE",
"NVME"
],
"defaultValue": "PARAVIRTUALIZED"
},
"Storage.Iscsi.MultipathDeviceSupported": {
"descriptorType": "boolean",
"defaultValue": false
},
"Storage.ParaVirtualization.EncryptionInTransit": {
"descriptorType": "boolean",
"defaultValue": true
},
"Storage.ConsistentVolumeNaming": {
"descriptorType": "boolean",
"defaultValue": true
},
"Compute.SecureBoot": {
"descriptorType": "boolean",
"defaultValue": false
},
"Storage.ParaVirtualization.AttachmentVersion": {
"descriptorType": "enuminteger",
"values": [
1,
2
],
"defaultValue": 2
},
"Storage.LocalDataVolumeType": {
"descriptorType": "enumstring",
"values": [
"ISCSI",
"PARAVIRTUALIZED",
"SCSI",
"IDE",
"NVME"
],
"defaultValue": "PARAVIRTUALIZED"
},
"Network.AttachmentType": {
"descriptorType": "enumstring",
"values": [
"PARAVIRTUALIZED",
"VDPA"
],
"defaultValue": "PARAVIRTUALIZED"
},
"Storage.RemoteDataVolumeType": {
"descriptorType": "enumstring",
"values": [
"ISCSI",
"PARAVIRTUALIZED",
"SCSI",
"IDE",
"NVME"
],
"defaultValue": "PARAVIRTUALIZED"
},
"Compute.LaunchMode": {
"descriptorType": "enumstring",
"values": [
"NATIVE",
"EMULATED",
"VDPA",
"PARAVIRTUALIZED",
"CUSTOM"
],
"defaultValue": "PARAVIRTUALIZED"
},
"Network.IPv6Only": {
"descriptorType": "boolean",
"defaultValue": false
},
"Compute.Firmware": {
"descriptorType": "enumstring",
"values": [
"BIOS",
"UEFI_64"
],
"defaultValue": "UEFI_64"
}
}
}