1. Packages
  2. Linode
  3. API Docs
  4. Provider
Linode v4.18.0 published on Wednesday, Apr 10, 2024 by Pulumi

linode.Provider

Explore with Pulumi AI

linode logo
Linode v4.18.0 published on Wednesday, Apr 10, 2024 by Pulumi

    The provider type for the linode package. By default, resources use package-wide configuration settings, however an explicit Provider instance may be created and passed during resource construction to achieve fine-grained programmatic control over provider settings. See the documentation for more information.

    Create Provider Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new Provider(name: string, args?: ProviderArgs, opts?: CustomResourceOptions);
    @overload
    def Provider(resource_name: str,
                 args: Optional[ProviderArgs] = None,
                 opts: Optional[ResourceOptions] = None)
    
    @overload
    def Provider(resource_name: str,
                 opts: Optional[ResourceOptions] = None,
                 api_version: Optional[str] = None,
                 config_path: Optional[str] = None,
                 config_profile: Optional[str] = None,
                 disable_internal_cache: Optional[bool] = None,
                 event_poll_ms: Optional[int] = None,
                 lke_event_poll_ms: Optional[int] = None,
                 lke_node_ready_poll_ms: Optional[int] = None,
                 max_retry_delay_ms: Optional[int] = None,
                 min_retry_delay_ms: Optional[int] = None,
                 obj_access_key: Optional[str] = None,
                 obj_secret_key: Optional[str] = None,
                 obj_use_temp_keys: Optional[bool] = None,
                 skip_implicit_reboots: Optional[bool] = None,
                 skip_instance_delete_poll: Optional[bool] = None,
                 skip_instance_ready_poll: Optional[bool] = None,
                 token: Optional[str] = None,
                 ua_prefix: Optional[str] = None,
                 url: Optional[str] = None)
    func NewProvider(ctx *Context, name string, args *ProviderArgs, opts ...ResourceOption) (*Provider, error)
    public Provider(string name, ProviderArgs? args = null, CustomResourceOptions? opts = null)
    public Provider(String name, ProviderArgs args)
    public Provider(String name, ProviderArgs args, CustomResourceOptions options)
    
    type: pulumi:providers:linode
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args ProviderArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args ProviderArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args ProviderArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ProviderArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ProviderArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Provider Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The Provider resource accepts the following input properties:

    ApiVersion string
    The version of Linode API. It can also be sourced from the following environment variable: LINODE_API_VERSION
    ConfigPath string
    The path to the Linode config file to use. (default ~/.config/linode)
    ConfigProfile string
    The Linode config profile to use. (default default)
    DisableInternalCache bool
    Disable the internal caching system that backs certain Linode API requests.
    EventPollMs int
    The rate in milliseconds to poll for events.
    LkeEventPollMs int
    The rate in milliseconds to poll for LKE events.
    LkeNodeReadyPollMs int
    The rate in milliseconds to poll for an LKE node to be ready.
    MaxRetryDelayMs int
    Maximum delay in milliseconds before retrying a request.
    MinRetryDelayMs int
    Minimum delay in milliseconds before retrying a request.
    ObjAccessKey string
    The access key to be used in linode_object_storage_bucket and linode_object_storage_object.
    ObjSecretKey string
    The secret key to be used in linode_object_storage_bucket and linode_object_storage_object.
    ObjUseTempKeys bool
    If true, temporary object keys will be created implicitly at apply-time for the linode_object_storage_object and linode_object_sorage_bucket resource.
    SkipImplicitReboots bool
    If true, Linode Instances will not be rebooted on config and interface changes.
    SkipInstanceDeletePoll bool
    Skip waiting for a linode_instance resource to finish deleting.
    SkipInstanceReadyPoll bool
    Skip waiting for a linode_instance resource to be running.
    Token string
    The token that allows you access to your Linode account
    UaPrefix string
    An HTTP User-Agent Prefix to prepend in API requests. It can also be sourced from the following environment variable: LINODE_UA_PREFIX
    Url string
    The HTTP(S) API address of the Linode API to use. It can also be sourced from the following environment variable: LINODE_URL
    ApiVersion string
    The version of Linode API. It can also be sourced from the following environment variable: LINODE_API_VERSION
    ConfigPath string
    The path to the Linode config file to use. (default ~/.config/linode)
    ConfigProfile string
    The Linode config profile to use. (default default)
    DisableInternalCache bool
    Disable the internal caching system that backs certain Linode API requests.
    EventPollMs int
    The rate in milliseconds to poll for events.
    LkeEventPollMs int
    The rate in milliseconds to poll for LKE events.
    LkeNodeReadyPollMs int
    The rate in milliseconds to poll for an LKE node to be ready.
    MaxRetryDelayMs int
    Maximum delay in milliseconds before retrying a request.
    MinRetryDelayMs int
    Minimum delay in milliseconds before retrying a request.
    ObjAccessKey string
    The access key to be used in linode_object_storage_bucket and linode_object_storage_object.
    ObjSecretKey string
    The secret key to be used in linode_object_storage_bucket and linode_object_storage_object.
    ObjUseTempKeys bool
    If true, temporary object keys will be created implicitly at apply-time for the linode_object_storage_object and linode_object_sorage_bucket resource.
    SkipImplicitReboots bool
    If true, Linode Instances will not be rebooted on config and interface changes.
    SkipInstanceDeletePoll bool
    Skip waiting for a linode_instance resource to finish deleting.
    SkipInstanceReadyPoll bool
    Skip waiting for a linode_instance resource to be running.
    Token string
    The token that allows you access to your Linode account
    UaPrefix string
    An HTTP User-Agent Prefix to prepend in API requests. It can also be sourced from the following environment variable: LINODE_UA_PREFIX
    Url string
    The HTTP(S) API address of the Linode API to use. It can also be sourced from the following environment variable: LINODE_URL
    apiVersion String
    The version of Linode API. It can also be sourced from the following environment variable: LINODE_API_VERSION
    configPath String
    The path to the Linode config file to use. (default ~/.config/linode)
    configProfile String
    The Linode config profile to use. (default default)
    disableInternalCache Boolean
    Disable the internal caching system that backs certain Linode API requests.
    eventPollMs Integer
    The rate in milliseconds to poll for events.
    lkeEventPollMs Integer
    The rate in milliseconds to poll for LKE events.
    lkeNodeReadyPollMs Integer
    The rate in milliseconds to poll for an LKE node to be ready.
    maxRetryDelayMs Integer
    Maximum delay in milliseconds before retrying a request.
    minRetryDelayMs Integer
    Minimum delay in milliseconds before retrying a request.
    objAccessKey String
    The access key to be used in linode_object_storage_bucket and linode_object_storage_object.
    objSecretKey String
    The secret key to be used in linode_object_storage_bucket and linode_object_storage_object.
    objUseTempKeys Boolean
    If true, temporary object keys will be created implicitly at apply-time for the linode_object_storage_object and linode_object_sorage_bucket resource.
    skipImplicitReboots Boolean
    If true, Linode Instances will not be rebooted on config and interface changes.
    skipInstanceDeletePoll Boolean
    Skip waiting for a linode_instance resource to finish deleting.
    skipInstanceReadyPoll Boolean
    Skip waiting for a linode_instance resource to be running.
    token String
    The token that allows you access to your Linode account
    uaPrefix String
    An HTTP User-Agent Prefix to prepend in API requests. It can also be sourced from the following environment variable: LINODE_UA_PREFIX
    url String
    The HTTP(S) API address of the Linode API to use. It can also be sourced from the following environment variable: LINODE_URL
    apiVersion string
    The version of Linode API. It can also be sourced from the following environment variable: LINODE_API_VERSION
    configPath string
    The path to the Linode config file to use. (default ~/.config/linode)
    configProfile string
    The Linode config profile to use. (default default)
    disableInternalCache boolean
    Disable the internal caching system that backs certain Linode API requests.
    eventPollMs number
    The rate in milliseconds to poll for events.
    lkeEventPollMs number
    The rate in milliseconds to poll for LKE events.
    lkeNodeReadyPollMs number
    The rate in milliseconds to poll for an LKE node to be ready.
    maxRetryDelayMs number
    Maximum delay in milliseconds before retrying a request.
    minRetryDelayMs number
    Minimum delay in milliseconds before retrying a request.
    objAccessKey string
    The access key to be used in linode_object_storage_bucket and linode_object_storage_object.
    objSecretKey string
    The secret key to be used in linode_object_storage_bucket and linode_object_storage_object.
    objUseTempKeys boolean
    If true, temporary object keys will be created implicitly at apply-time for the linode_object_storage_object and linode_object_sorage_bucket resource.
    skipImplicitReboots boolean
    If true, Linode Instances will not be rebooted on config and interface changes.
    skipInstanceDeletePoll boolean
    Skip waiting for a linode_instance resource to finish deleting.
    skipInstanceReadyPoll boolean
    Skip waiting for a linode_instance resource to be running.
    token string
    The token that allows you access to your Linode account
    uaPrefix string
    An HTTP User-Agent Prefix to prepend in API requests. It can also be sourced from the following environment variable: LINODE_UA_PREFIX
    url string
    The HTTP(S) API address of the Linode API to use. It can also be sourced from the following environment variable: LINODE_URL
    api_version str
    The version of Linode API. It can also be sourced from the following environment variable: LINODE_API_VERSION
    config_path str
    The path to the Linode config file to use. (default ~/.config/linode)
    config_profile str
    The Linode config profile to use. (default default)
    disable_internal_cache bool
    Disable the internal caching system that backs certain Linode API requests.
    event_poll_ms int
    The rate in milliseconds to poll for events.
    lke_event_poll_ms int
    The rate in milliseconds to poll for LKE events.
    lke_node_ready_poll_ms int
    The rate in milliseconds to poll for an LKE node to be ready.
    max_retry_delay_ms int
    Maximum delay in milliseconds before retrying a request.
    min_retry_delay_ms int
    Minimum delay in milliseconds before retrying a request.
    obj_access_key str
    The access key to be used in linode_object_storage_bucket and linode_object_storage_object.
    obj_secret_key str
    The secret key to be used in linode_object_storage_bucket and linode_object_storage_object.
    obj_use_temp_keys bool
    If true, temporary object keys will be created implicitly at apply-time for the linode_object_storage_object and linode_object_sorage_bucket resource.
    skip_implicit_reboots bool
    If true, Linode Instances will not be rebooted on config and interface changes.
    skip_instance_delete_poll bool
    Skip waiting for a linode_instance resource to finish deleting.
    skip_instance_ready_poll bool
    Skip waiting for a linode_instance resource to be running.
    token str
    The token that allows you access to your Linode account
    ua_prefix str
    An HTTP User-Agent Prefix to prepend in API requests. It can also be sourced from the following environment variable: LINODE_UA_PREFIX
    url str
    The HTTP(S) API address of the Linode API to use. It can also be sourced from the following environment variable: LINODE_URL
    apiVersion String
    The version of Linode API. It can also be sourced from the following environment variable: LINODE_API_VERSION
    configPath String
    The path to the Linode config file to use. (default ~/.config/linode)
    configProfile String
    The Linode config profile to use. (default default)
    disableInternalCache Boolean
    Disable the internal caching system that backs certain Linode API requests.
    eventPollMs Number
    The rate in milliseconds to poll for events.
    lkeEventPollMs Number
    The rate in milliseconds to poll for LKE events.
    lkeNodeReadyPollMs Number
    The rate in milliseconds to poll for an LKE node to be ready.
    maxRetryDelayMs Number
    Maximum delay in milliseconds before retrying a request.
    minRetryDelayMs Number
    Minimum delay in milliseconds before retrying a request.
    objAccessKey String
    The access key to be used in linode_object_storage_bucket and linode_object_storage_object.
    objSecretKey String
    The secret key to be used in linode_object_storage_bucket and linode_object_storage_object.
    objUseTempKeys Boolean
    If true, temporary object keys will be created implicitly at apply-time for the linode_object_storage_object and linode_object_sorage_bucket resource.
    skipImplicitReboots Boolean
    If true, Linode Instances will not be rebooted on config and interface changes.
    skipInstanceDeletePoll Boolean
    Skip waiting for a linode_instance resource to finish deleting.
    skipInstanceReadyPoll Boolean
    Skip waiting for a linode_instance resource to be running.
    token String
    The token that allows you access to your Linode account
    uaPrefix String
    An HTTP User-Agent Prefix to prepend in API requests. It can also be sourced from the following environment variable: LINODE_UA_PREFIX
    url String
    The HTTP(S) API address of the Linode API to use. It can also be sourced from the following environment variable: LINODE_URL

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Provider resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Package Details

    Repository
    Linode pulumi/pulumi-linode
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the linode Terraform Provider.
    linode logo
    Linode v4.18.0 published on Wednesday, Apr 10, 2024 by Pulumi