published on Monday, Mar 9, 2026 by Pulumi
published on Monday, Mar 9, 2026 by Pulumi
Provides a Linode RDNS resource. This can be used to create and modify RDNS records.
Linode RDNS names must have a matching address value in an A or AAAA record. This A or AAAA name must be resolvable at the time the RDNS resource is being associated.
For more information, see the Linode APIv4 docs and the Configure your Linode for Reverse DNS guide.
Create Rdns Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Rdns(name: string, args: RdnsArgs, opts?: CustomResourceOptions);@overload
def Rdns(resource_name: str,
args: RdnsArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Rdns(resource_name: str,
opts: Optional[ResourceOptions] = None,
address: Optional[str] = None,
rdns: Optional[str] = None,
wait_for_available: Optional[bool] = None)func NewRdns(ctx *Context, name string, args RdnsArgs, opts ...ResourceOption) (*Rdns, error)public Rdns(string name, RdnsArgs args, CustomResourceOptions? opts = null)type: linode:Rdns
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 RdnsArgs
- 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 RdnsArgs
- 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 RdnsArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args RdnsArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args RdnsArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var rdnsResource = new Linode.Rdns("rdnsResource", new()
{
Address = "string",
RdnsName = "string",
WaitForAvailable = false,
});
example, err := linode.NewRdns(ctx, "rdnsResource", &linode.RdnsArgs{
Address: pulumi.String("string"),
Rdns: pulumi.String("string"),
WaitForAvailable: pulumi.Bool(false),
})
var rdnsResource = new Rdns("rdnsResource", RdnsArgs.builder()
.address("string")
.rdns("string")
.waitForAvailable(false)
.build());
rdns_resource = linode.Rdns("rdnsResource",
address="string",
rdns="string",
wait_for_available=False)
const rdnsResource = new linode.Rdns("rdnsResource", {
address: "string",
rdns: "string",
waitForAvailable: false,
});
type: linode:Rdns
properties:
address: string
rdns: string
waitForAvailable: false
Rdns Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Rdns resource accepts the following input properties:
- Address string
- The Public IPv4 or IPv6 address that will receive the
PTRrecord. A matchingAorAAAArecord must exist. - Rdns
Name string - The name of the RDNS address.
- Wait
For boolAvailable - If true, the RDNS assignment will be retried within the operation timeout period.
- Address string
- The Public IPv4 or IPv6 address that will receive the
PTRrecord. A matchingAorAAAArecord must exist. - Rdns string
- The name of the RDNS address.
- Wait
For boolAvailable - If true, the RDNS assignment will be retried within the operation timeout period.
- address String
- The Public IPv4 or IPv6 address that will receive the
PTRrecord. A matchingAorAAAArecord must exist. - rdns String
- The name of the RDNS address.
- wait
For BooleanAvailable - If true, the RDNS assignment will be retried within the operation timeout period.
- address string
- The Public IPv4 or IPv6 address that will receive the
PTRrecord. A matchingAorAAAArecord must exist. - rdns string
- The name of the RDNS address.
- wait
For booleanAvailable - If true, the RDNS assignment will be retried within the operation timeout period.
- address str
- The Public IPv4 or IPv6 address that will receive the
PTRrecord. A matchingAorAAAArecord must exist. - rdns str
- The name of the RDNS address.
- wait_
for_ boolavailable - If true, the RDNS assignment will be retried within the operation timeout period.
- address String
- The Public IPv4 or IPv6 address that will receive the
PTRrecord. A matchingAorAAAArecord must exist. - rdns String
- The name of the RDNS address.
- wait
For BooleanAvailable - If true, the RDNS assignment will be retried within the operation timeout period.
Outputs
All input properties are implicitly available as output properties. Additionally, the Rdns 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.
Look up Existing Rdns Resource
Get an existing Rdns resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: RdnsState, opts?: CustomResourceOptions): Rdns@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
address: Optional[str] = None,
rdns: Optional[str] = None,
wait_for_available: Optional[bool] = None) -> Rdnsfunc GetRdns(ctx *Context, name string, id IDInput, state *RdnsState, opts ...ResourceOption) (*Rdns, error)public static Rdns Get(string name, Input<string> id, RdnsState? state, CustomResourceOptions? opts = null)public static Rdns get(String name, Output<String> id, RdnsState state, CustomResourceOptions options)resources: _: type: linode:Rdns get: id: ${id}- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Address string
- The Public IPv4 or IPv6 address that will receive the
PTRrecord. A matchingAorAAAArecord must exist. - Rdns
Name string - The name of the RDNS address.
- Wait
For boolAvailable - If true, the RDNS assignment will be retried within the operation timeout period.
- Address string
- The Public IPv4 or IPv6 address that will receive the
PTRrecord. A matchingAorAAAArecord must exist. - Rdns string
- The name of the RDNS address.
- Wait
For boolAvailable - If true, the RDNS assignment will be retried within the operation timeout period.
- address String
- The Public IPv4 or IPv6 address that will receive the
PTRrecord. A matchingAorAAAArecord must exist. - rdns String
- The name of the RDNS address.
- wait
For BooleanAvailable - If true, the RDNS assignment will be retried within the operation timeout period.
- address string
- The Public IPv4 or IPv6 address that will receive the
PTRrecord. A matchingAorAAAArecord must exist. - rdns string
- The name of the RDNS address.
- wait
For booleanAvailable - If true, the RDNS assignment will be retried within the operation timeout period.
- address str
- The Public IPv4 or IPv6 address that will receive the
PTRrecord. A matchingAorAAAArecord must exist. - rdns str
- The name of the RDNS address.
- wait_
for_ boolavailable - If true, the RDNS assignment will be retried within the operation timeout period.
- address String
- The Public IPv4 or IPv6 address that will receive the
PTRrecord. A matchingAorAAAArecord must exist. - rdns String
- The name of the RDNS address.
- wait
For BooleanAvailable - If true, the RDNS assignment will be retried within the operation timeout period.
Import
Linodes RDNS resources can be imported using the address as the id.
$ pulumi import linode:index/rdns:Rdns foo 123.123.123.123
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- Linode pulumi/pulumi-linode
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
linodeTerraform Provider.
published on Monday, Mar 9, 2026 by Pulumi
