You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/reference/out.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -629,7 +629,7 @@ _Appears in:_
629
629
|`backupsEnabled`_boolean_||||
630
630
|`privateIP`_boolean_||||
631
631
|`tags`_string array_| Tags is a list of tags to apply to the Linode instance. |||
632
-
|`firewallID`_integer_||||
632
+
|`firewallID`_integer_|FirewallID is the id of the cloud firewall to apply to the Linode Instance|||
633
633
|`osDisk`_[InstanceDisk](#instancedisk)_| OSDisk is configuration for the root disk that includes the OS,<br />if not specified this defaults to whatever space is not taken up by the DataDisks |||
634
634
|`dataDisks`_object (keys:string, values:[InstanceDisk](#instancedisk))_| DataDisks is a map of any additional disks to add to an instance,<br />The sum of these disks + the OSDisk must not be more than allowed on a linodes plan |||
635
635
|`diskEncryption`_string_| DiskEncryption determines if the disks of the instance should be encrypted. The default is disabled. || Enum: [enabled disabled] <br /> |
@@ -755,6 +755,7 @@ _Appears in:_
755
755
| Field | Description | Default | Validation |
756
756
| --- | --- | --- | --- |
757
757
|`tags`_string array_| tags that are currently applied to the LinodeMachineTemplate. |||
758
+
|`firewallID`_integer_| Firewall ID that is currently applied to the LinodeMachineTemplate. |||
758
759
|`conditions`_[Condition](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.32/#condition-v1-meta) array_| Conditions represent the latest available observations of a LinodeMachineTemplate's current state. |||
0 commit comments