ReservedIpv6Assignment

class ReservedIpv6Assignment : KotlinCustomResource

Provides a resource for assigning an existing DigitalOcean reserved IPv6 to a Droplet. This makes it easy to provision reserved IPv6 addresses that are not tied to the lifecycle of your Droplet.

Import

Reserved IPv6 assignments can be imported using the reserved IPv6 itself and the id of the Droplet joined with a comma. For example:

$ pulumi import digitalocean:index/reservedIpv6Assignment:ReservedIpv6Assignment foobar 2409:40d0:fa:27dd:9b24:7074:7b85:eee6,123456

Properties

Link copied to clipboard
val dropletId: Output<Int>

The ID of Droplet that the reserved IPv6 will be assigned to.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val ip: Output<String>

The reserved IPv6 to assign to the Droplet.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>