1. Packages
  2. Digitalocean Provider
  3. API Docs
  4. ReservedIpv6Assignment
DigitalOcean v4.38.0 published on Wednesday, Jan 8, 2025 by Pulumi

digitalocean.ReservedIpv6Assignment

Explore with Pulumi AI

digitalocean logo
DigitalOcean v4.38.0 published on Wednesday, Jan 8, 2025 by Pulumi

    Create ReservedIpv6Assignment Resource

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

    Constructor syntax

    new ReservedIpv6Assignment(name: string, args: ReservedIpv6AssignmentArgs, opts?: CustomResourceOptions);
    @overload
    def ReservedIpv6Assignment(resource_name: str,
                               args: ReservedIpv6AssignmentArgs,
                               opts: Optional[ResourceOptions] = None)
    
    @overload
    def ReservedIpv6Assignment(resource_name: str,
                               opts: Optional[ResourceOptions] = None,
                               droplet_id: Optional[int] = None,
                               ip: Optional[str] = None)
    func NewReservedIpv6Assignment(ctx *Context, name string, args ReservedIpv6AssignmentArgs, opts ...ResourceOption) (*ReservedIpv6Assignment, error)
    public ReservedIpv6Assignment(string name, ReservedIpv6AssignmentArgs args, CustomResourceOptions? opts = null)
    public ReservedIpv6Assignment(String name, ReservedIpv6AssignmentArgs args)
    public ReservedIpv6Assignment(String name, ReservedIpv6AssignmentArgs args, CustomResourceOptions options)
    
    type: digitalocean:ReservedIpv6Assignment
    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 ReservedIpv6AssignmentArgs
    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 ReservedIpv6AssignmentArgs
    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 ReservedIpv6AssignmentArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ReservedIpv6AssignmentArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ReservedIpv6AssignmentArgs
    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 reservedIpv6AssignmentResource = new DigitalOcean.ReservedIpv6Assignment("reservedIpv6AssignmentResource", new()
    {
        DropletId = 0,
        Ip = "string",
    });
    
    example, err := digitalocean.NewReservedIpv6Assignment(ctx, "reservedIpv6AssignmentResource", &digitalocean.ReservedIpv6AssignmentArgs{
    	DropletId: pulumi.Int(0),
    	Ip:        pulumi.String("string"),
    })
    
    var reservedIpv6AssignmentResource = new ReservedIpv6Assignment("reservedIpv6AssignmentResource", ReservedIpv6AssignmentArgs.builder()
        .dropletId(0)
        .ip("string")
        .build());
    
    reserved_ipv6_assignment_resource = digitalocean.ReservedIpv6Assignment("reservedIpv6AssignmentResource",
        droplet_id=0,
        ip="string")
    
    const reservedIpv6AssignmentResource = new digitalocean.ReservedIpv6Assignment("reservedIpv6AssignmentResource", {
        dropletId: 0,
        ip: "string",
    });
    
    type: digitalocean:ReservedIpv6Assignment
    properties:
        dropletId: 0
        ip: string
    

    ReservedIpv6Assignment 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 ReservedIpv6Assignment resource accepts the following input properties:

    DropletId int
    Ip string
    DropletId int
    Ip string
    dropletId Integer
    ip String
    dropletId number
    ip string
    droplet_id int
    ip str
    dropletId Number
    ip String

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ReservedIpv6Assignment 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 ReservedIpv6Assignment Resource

    Get an existing ReservedIpv6Assignment 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?: ReservedIpv6AssignmentState, opts?: CustomResourceOptions): ReservedIpv6Assignment
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            droplet_id: Optional[int] = None,
            ip: Optional[str] = None) -> ReservedIpv6Assignment
    func GetReservedIpv6Assignment(ctx *Context, name string, id IDInput, state *ReservedIpv6AssignmentState, opts ...ResourceOption) (*ReservedIpv6Assignment, error)
    public static ReservedIpv6Assignment Get(string name, Input<string> id, ReservedIpv6AssignmentState? state, CustomResourceOptions? opts = null)
    public static ReservedIpv6Assignment get(String name, Output<String> id, ReservedIpv6AssignmentState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    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.
    The following state arguments are supported:
    DropletId int
    Ip string
    DropletId int
    Ip string
    dropletId Integer
    ip String
    dropletId number
    ip string
    droplet_id int
    ip str
    dropletId Number
    ip String

    Package Details

    Repository
    DigitalOcean pulumi/pulumi-digitalocean
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the digitalocean Terraform Provider.
    digitalocean logo
    DigitalOcean v4.38.0 published on Wednesday, Jan 8, 2025 by Pulumi