1. Packages
  2. Linode
  3. API Docs
  4. Provider
Linode v4.7.0 published on Friday, Sep 29, 2023 by Pulumi

linode.Provider

Explore with Pulumi AI

linode logo
Linode v4.7.0 published on Friday, Sep 29, 2023 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

    new Provider(name: string, args?: ProviderArgs, opts?: CustomResourceOptions);
    @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,
                 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)
    @overload
    def Provider(resource_name: str,
                 args: Optional[ProviderArgs] = None,
                 opts: Optional[ResourceOptions] = 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.
    
    
    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
    ConfigProfile string
    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.

    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
    ConfigProfile string
    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.

    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
    configProfile String
    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.

    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
    configProfile string
    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.

    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
    config_profile str
    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.

    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
    configProfile String
    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.

    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.7.0 published on Friday, Sep 29, 2023 by Pulumi