Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/release/scripts/oracle/image_capability_data.json
34873 views
1
{
2
"capabilities": {
3
"Compute.AMD_SecureEncryptedVirtualization": {
4
"descriptorType": "boolean",
5
"defaultValue": false
6
},
7
"Storage.BootVolumeType": {
8
"descriptorType": "enumstring",
9
"values": [
10
"ISCSI",
11
"PARAVIRTUALIZED",
12
"SCSI",
13
"IDE",
14
"NVME"
15
],
16
"defaultValue": "PARAVIRTUALIZED"
17
},
18
"Storage.Iscsi.MultipathDeviceSupported": {
19
"descriptorType": "boolean",
20
"defaultValue": false
21
},
22
"Storage.ParaVirtualization.EncryptionInTransit": {
23
"descriptorType": "boolean",
24
"defaultValue": true
25
},
26
"Storage.ConsistentVolumeNaming": {
27
"descriptorType": "boolean",
28
"defaultValue": true
29
},
30
"Compute.SecureBoot": {
31
"descriptorType": "boolean",
32
"defaultValue": false
33
},
34
"Storage.ParaVirtualization.AttachmentVersion": {
35
"descriptorType": "enuminteger",
36
"values": [
37
1,
38
2
39
],
40
"defaultValue": 2
41
},
42
"Storage.LocalDataVolumeType": {
43
"descriptorType": "enumstring",
44
"values": [
45
"ISCSI",
46
"PARAVIRTUALIZED",
47
"SCSI",
48
"IDE",
49
"NVME"
50
],
51
"defaultValue": "PARAVIRTUALIZED"
52
},
53
"Network.AttachmentType": {
54
"descriptorType": "enumstring",
55
"values": [
56
"PARAVIRTUALIZED",
57
"VDPA"
58
],
59
"defaultValue": "PARAVIRTUALIZED"
60
},
61
"Storage.RemoteDataVolumeType": {
62
"descriptorType": "enumstring",
63
"values": [
64
"ISCSI",
65
"PARAVIRTUALIZED",
66
"SCSI",
67
"IDE",
68
"NVME"
69
],
70
"defaultValue": "PARAVIRTUALIZED"
71
},
72
"Compute.LaunchMode": {
73
"descriptorType": "enumstring",
74
"values": [
75
"NATIVE",
76
"EMULATED",
77
"VDPA",
78
"PARAVIRTUALIZED",
79
"CUSTOM"
80
],
81
"defaultValue": "PARAVIRTUALIZED"
82
},
83
"Network.IPv6Only": {
84
"descriptorType": "boolean",
85
"defaultValue": false
86
},
87
"Compute.Firmware": {
88
"descriptorType": "enumstring",
89
"values": [
90
"BIOS",
91
"UEFI_64"
92
],
93
"defaultValue": "UEFI_64"
94
}
95
}
96
}
97
98