@akamai/openapi-ts
    Preparing search index...

    Type Alias AccountSettingsWritable

    Account Settings object.

    type AccountSettingsWritable = {
        backups_enabled?: boolean;
        interfaces_for_new_linodes?:
            | "legacy_config_only"
            | "legacy_config_default_but_linode_allowed"
            | "linode_default_but_legacy_config_allowed"
            | "linode_only";
        maintenance_policy?: "linode/migrate"
        | "linode/power_off_on";
        network_helper?: boolean;
    }
    Index

    Properties

    backups_enabled?: boolean

    Account-wide backups default. If true, all Linodes created will automatically be enrolled in the Backups service. If false, Linodes will not be enrolled by default, but may still be enrolled on creation or later.

    interfaces_for_new_linodes?:
        | "legacy_config_only"
        | "legacy_config_default_but_linode_allowed"
        | "linode_default_but_legacy_config_allowed"
        | "linode_only"

    Beta Defines if new Linodes can use legacy configuration interfaces:

    • legacy_config_only. All new Linodes need to use legacy configuration interfaces. Prevously created Linodes with Linode Interfaces can still exist. Linodes using legacy configuration interfaces can't be upgraded to use Linode Interfaces.
    • legacy_config_default_but_linode_allowed. New Linodes can use legacy configuration interfaces or Linode Interfaces, depending on the interface_generation setting specified when creating the Linode. By default, new Linodes use legacy configuration interfaces unless otherwise specified. Linodes that use legacy configuration interfaces can upgrade to Linode Interfaces. This is the default setting for existing accounts.
    • linode_default_but_legacy_config_allowed. New Linodes can use legacy configuration interfaces or Linode Interfaces, depending on the interface_generation setting specified when creating the Linode. By default, new Linodes use Linode Interfaces unless otherwise specified. Linodes that use legacy configuration interfaces can upgrade to Linode interfaces. This is the default setting for new accounts.
    • linode_only. All new Linodes need to use Linode Interfaces. Prevously created Linodes with legacy configuration profile interfaces can still exist if they were created under a previous setting. Linodes using legacy configuration interfaces can be upgraded to Linode Interfaces.
    maintenance_policy?: "linode/migrate" | "linode/power_off_on"

    Beta Defines the default maintenance policy for new Linodes created on this account. Review maintenance policy documentation for more details.

    network_helper?: boolean

    Enables network helper across all users by default for new Linodes and Linode Configs.