linode.Provider
Explore with Pulumi AI
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:
- Api
Version string The version of Linode API. It can also be sourced from the following environment variable:
LINODE_API_VERSION
- Config
Path string - Config
Profile string - Disable
Internal boolCache Disable the internal caching system that backs certain Linode API requests.
- Event
Poll intMs The rate in milliseconds to poll for events.
- Lke
Event intPoll Ms The rate in milliseconds to poll for LKE events.
- Lke
Node intReady Poll Ms The rate in milliseconds to poll for an LKE node to be ready.
- Max
Retry intDelay Ms Maximum delay in milliseconds before retrying a request.
- Min
Retry intDelay Ms Minimum delay in milliseconds before retrying a request.
- Skip
Implicit boolReboots If true, Linode Instances will not be rebooted on config and interface changes.
- Skip
Instance boolDelete Poll Skip waiting for a linode_instance resource to finish deleting.
- Skip
Instance boolReady Poll Skip waiting for a linode_instance resource to be running.
- Token string
The token that allows you access to your Linode account
- Ua
Prefix 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 string The version of Linode API. It can also be sourced from the following environment variable:
LINODE_API_VERSION
- Config
Path string - Config
Profile string - Disable
Internal boolCache Disable the internal caching system that backs certain Linode API requests.
- Event
Poll intMs The rate in milliseconds to poll for events.
- Lke
Event intPoll Ms The rate in milliseconds to poll for LKE events.
- Lke
Node intReady Poll Ms The rate in milliseconds to poll for an LKE node to be ready.
- Max
Retry intDelay Ms Maximum delay in milliseconds before retrying a request.
- Min
Retry intDelay Ms Minimum delay in milliseconds before retrying a request.
- Skip
Implicit boolReboots If true, Linode Instances will not be rebooted on config and interface changes.
- Skip
Instance boolDelete Poll Skip waiting for a linode_instance resource to finish deleting.
- Skip
Instance boolReady Poll Skip waiting for a linode_instance resource to be running.
- Token string
The token that allows you access to your Linode account
- Ua
Prefix 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 String The version of Linode API. It can also be sourced from the following environment variable:
LINODE_API_VERSION
- config
Path String - config
Profile String - disable
Internal BooleanCache Disable the internal caching system that backs certain Linode API requests.
- event
Poll IntegerMs The rate in milliseconds to poll for events.
- lke
Event IntegerPoll Ms The rate in milliseconds to poll for LKE events.
- lke
Node IntegerReady Poll Ms The rate in milliseconds to poll for an LKE node to be ready.
- max
Retry IntegerDelay Ms Maximum delay in milliseconds before retrying a request.
- min
Retry IntegerDelay Ms Minimum delay in milliseconds before retrying a request.
- skip
Implicit BooleanReboots If true, Linode Instances will not be rebooted on config and interface changes.
- skip
Instance BooleanDelete Poll Skip waiting for a linode_instance resource to finish deleting.
- skip
Instance BooleanReady Poll Skip waiting for a linode_instance resource to be running.
- token String
The token that allows you access to your Linode account
- ua
Prefix 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 string The version of Linode API. It can also be sourced from the following environment variable:
LINODE_API_VERSION
- config
Path string - config
Profile string - disable
Internal booleanCache Disable the internal caching system that backs certain Linode API requests.
- event
Poll numberMs The rate in milliseconds to poll for events.
- lke
Event numberPoll Ms The rate in milliseconds to poll for LKE events.
- lke
Node numberReady Poll Ms The rate in milliseconds to poll for an LKE node to be ready.
- max
Retry numberDelay Ms Maximum delay in milliseconds before retrying a request.
- min
Retry numberDelay Ms Minimum delay in milliseconds before retrying a request.
- skip
Implicit booleanReboots If true, Linode Instances will not be rebooted on config and interface changes.
- skip
Instance booleanDelete Poll Skip waiting for a linode_instance resource to finish deleting.
- skip
Instance booleanReady Poll Skip waiting for a linode_instance resource to be running.
- token string
The token that allows you access to your Linode account
- ua
Prefix 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_ boolcache Disable the internal caching system that backs certain Linode API requests.
- event_
poll_ intms The rate in milliseconds to poll for events.
- lke_
event_ intpoll_ ms The rate in milliseconds to poll for LKE events.
- lke_
node_ intready_ poll_ ms The rate in milliseconds to poll for an LKE node to be ready.
- max_
retry_ intdelay_ ms Maximum delay in milliseconds before retrying a request.
- min_
retry_ intdelay_ ms Minimum delay in milliseconds before retrying a request.
- skip_
implicit_ boolreboots If true, Linode Instances will not be rebooted on config and interface changes.
- skip_
instance_ booldelete_ poll Skip waiting for a linode_instance resource to finish deleting.
- skip_
instance_ boolready_ poll 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
- api
Version String The version of Linode API. It can also be sourced from the following environment variable:
LINODE_API_VERSION
- config
Path String - config
Profile String - disable
Internal BooleanCache Disable the internal caching system that backs certain Linode API requests.
- event
Poll NumberMs The rate in milliseconds to poll for events.
- lke
Event NumberPoll Ms The rate in milliseconds to poll for LKE events.
- lke
Node NumberReady Poll Ms The rate in milliseconds to poll for an LKE node to be ready.
- max
Retry NumberDelay Ms Maximum delay in milliseconds before retrying a request.
- min
Retry NumberDelay Ms Minimum delay in milliseconds before retrying a request.
- skip
Implicit BooleanReboots If true, Linode Instances will not be rebooted on config and interface changes.
- skip
Instance BooleanDelete Poll Skip waiting for a linode_instance resource to finish deleting.
- skip
Instance BooleanReady Poll Skip waiting for a linode_instance resource to be running.
- token String
The token that allows you access to your Linode account
- ua
Prefix 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.