linode_settings
Overview
Name | linode_settings |
Type | Resource |
Id | linode.managed.linode_settings |
Fields
Name | Datatype | Description |
---|---|---|
id | integer | The ID of the Linode these Settings are for. |
group | string | The group of the Linode these Settings are for. This is for display purposes only. |
label | string | The label of the Linode these Settings are for. |
ssh | object | The SSH settings for this Linode. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
getManagedLinodeSetting | SELECT | linodeId | Returns a single Linode's Managed settings. This command can only be accessed by the unrestricted users of an account. |
getManagedLinodeSettings | SELECT | Returns a paginated list of Managed Settings for your Linodes. There will be one entry per Linode on your Account. This command can only be accessed by the unrestricted users of an account. | |
_getManagedLinodeSetting | EXEC | linodeId | Returns a single Linode's Managed settings. This command can only be accessed by the unrestricted users of an account. |
_getManagedLinodeSettings | EXEC | Returns a paginated list of Managed Settings for your Linodes. There will be one entry per Linode on your Account. This command can only be accessed by the unrestricted users of an account. | |
updateManagedLinodeSetting | EXEC | linodeId | Updates a single Linode's Managed settings. This command can only be accessed by the unrestricted users of an account. |