Optional Readonlygroup?: stringRead-only The group of the Linode these Settings are for. This is for display purposes only.
Optional Readonlyid?: numberRead-only The ID of the Linode these Settings are for.
Optional Readonlylabel?: stringRead-only The label of the Linode these Settings are for.
Optionalssh?: { access?: boolean; ip?: string; port?: number | null; user?: string | null }The SSH settings for this Linode.
Optionalaccess?: booleanIf true, Linode special forces may access this Linode over ssh to respond to Issues.
Optionalip?: stringThe IP Linode special forces should use to access this Linode when responding to an Issue.
By default, any of a Linode's IP addresses can be used for incident response access.
Optionalport?: number | nullThe port Linode special forces should use to access this Linode over ssh to respond to an Issue.
The default null value corresponds to port 22.
Optionaluser?: string | nullThe specific user, if any, Linode's special forces should use when accessing this Linode to respond to an issue.
The default null value corresponds to the root user.
The Linode ID whose settings we are accessing.
Optionalquery
Settings for a specific Linode related to Managed Services. There is one ManagedLinodeSettings object for each Linode on your Account.