linode.getInstanceBackups
Explore with Pulumi AI
Provides details about the backups of an Instance.
Example Usage
Coming soon!
Coming soon!
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.linode.LinodeFunctions;
import com.pulumi.linode.inputs.GetInstanceBackupsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var my-backups = LinodeFunctions.getInstanceBackups(GetInstanceBackupsArgs.builder()
.id(123)
.build());
}
}
Coming soon!
Coming soon!
variables:
my-backups:
fn::invoke:
Function: linode:getInstanceBackups
Arguments:
id: 123
Using getInstanceBackups
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getInstanceBackups(args: GetInstanceBackupsArgs, opts?: InvokeOptions): Promise<GetInstanceBackupsResult>
function getInstanceBackupsOutput(args: GetInstanceBackupsOutputArgs, opts?: InvokeOptions): Output<GetInstanceBackupsResult>
def get_instance_backups(linode_id: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetInstanceBackupsResult
def get_instance_backups_output(linode_id: Optional[pulumi.Input[int]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetInstanceBackupsResult]
func GetInstanceBackups(ctx *Context, args *GetInstanceBackupsArgs, opts ...InvokeOption) (*GetInstanceBackupsResult, error)
func GetInstanceBackupsOutput(ctx *Context, args *GetInstanceBackupsOutputArgs, opts ...InvokeOption) GetInstanceBackupsResultOutput
> Note: This function is named GetInstanceBackups
in the Go SDK.
public static class GetInstanceBackups
{
public static Task<GetInstanceBackupsResult> InvokeAsync(GetInstanceBackupsArgs args, InvokeOptions? opts = null)
public static Output<GetInstanceBackupsResult> Invoke(GetInstanceBackupsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetInstanceBackupsResult> getInstanceBackups(GetInstanceBackupsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: linode:index/getInstanceBackups:getInstanceBackups
arguments:
# arguments dictionary
The following arguments are supported:
- Linode
Id int The Linode instance's ID.
- Linode
Id int The Linode instance's ID.
- linode
Id Integer The Linode instance's ID.
- linode
Id number The Linode instance's ID.
- linode_
id int The Linode instance's ID.
- linode
Id Number The Linode instance's ID.
getInstanceBackups Result
The following output properties are available:
- Automatics
List<Get
Instance Backups Automatic> - Currents
List<Get
Instance Backups Current> - Id int
The unique ID of this Backup.
- In
Progresses List<GetInstance Backups In Progress> - Linode
Id int
- Automatics
[]Get
Instance Backups Automatic - Currents
[]Get
Instance Backups Current - Id int
The unique ID of this Backup.
- In
Progresses []GetInstance Backups In Progress - Linode
Id int
- automatics
List<Get
Instance Backups Automatic> - currents
List<Get
Instance Backups Current> - id Integer
The unique ID of this Backup.
- in
Progresses List<GetInstance Backups In Progress> - linode
Id Integer
- automatics
Get
Instance Backups Automatic[] - currents
Get
Instance Backups Current[] - id number
The unique ID of this Backup.
- in
Progresses GetInstance Backups In Progress[] - linode
Id number
- automatics
Sequence[Get
Instance Backups Automatic] - currents
Sequence[Get
Instance Backups Current] - id int
The unique ID of this Backup.
- in_
progresses Sequence[GetInstance Backups In Progress] - linode_
id int
- automatics List<Property Map>
- currents List<Property Map>
- id Number
The unique ID of this Backup.
- in
Progresses List<Property Map> - linode
Id Number
Supporting Types
GetInstanceBackupsAutomatic
- Available bool
- Configs List<string>
A list of the labels of the Configuration profiles that are part of the Backup.
- Created string
The date the Backup was taken.
- Disks
List<Get
Instance Backups Automatic Disk> - Finished string
The date the Backup completed.
- Id int
The unique ID of this Backup.
- Label string
The label of this disk.
- Status string
The current state of a specific Backup. (
paused
,pending
,running
,needsPostProcessing
,successful
,failed
,userAborted
)- Type string
This indicates whether the Backup is an automatic Backup or manual snapshot taken by the User at a specific point in time. (
auto
,snapshot
)- Updated string
The date the Backup was most recently updated.
- Available bool
- Configs []string
A list of the labels of the Configuration profiles that are part of the Backup.
- Created string
The date the Backup was taken.
- Disks
[]Get
Instance Backups Automatic Disk - Finished string
The date the Backup completed.
- Id int
The unique ID of this Backup.
- Label string
The label of this disk.
- Status string
The current state of a specific Backup. (
paused
,pending
,running
,needsPostProcessing
,successful
,failed
,userAborted
)- Type string
This indicates whether the Backup is an automatic Backup or manual snapshot taken by the User at a specific point in time. (
auto
,snapshot
)- Updated string
The date the Backup was most recently updated.
- available Boolean
- configs List<String>
A list of the labels of the Configuration profiles that are part of the Backup.
- created String
The date the Backup was taken.
- disks
List<Get
Instance Backups Automatic Disk> - finished String
The date the Backup completed.
- id Integer
The unique ID of this Backup.
- label String
The label of this disk.
- status String
The current state of a specific Backup. (
paused
,pending
,running
,needsPostProcessing
,successful
,failed
,userAborted
)- type String
This indicates whether the Backup is an automatic Backup or manual snapshot taken by the User at a specific point in time. (
auto
,snapshot
)- updated String
The date the Backup was most recently updated.
- available boolean
- configs string[]
A list of the labels of the Configuration profiles that are part of the Backup.
- created string
The date the Backup was taken.
- disks
Get
Instance Backups Automatic Disk[] - finished string
The date the Backup completed.
- id number
The unique ID of this Backup.
- label string
The label of this disk.
- status string
The current state of a specific Backup. (
paused
,pending
,running
,needsPostProcessing
,successful
,failed
,userAborted
)- type string
This indicates whether the Backup is an automatic Backup or manual snapshot taken by the User at a specific point in time. (
auto
,snapshot
)- updated string
The date the Backup was most recently updated.
- available bool
- configs Sequence[str]
A list of the labels of the Configuration profiles that are part of the Backup.
- created str
The date the Backup was taken.
- disks
Sequence[Get
Instance Backups Automatic Disk] - finished str
The date the Backup completed.
- id int
The unique ID of this Backup.
- label str
The label of this disk.
- status str
The current state of a specific Backup. (
paused
,pending
,running
,needsPostProcessing
,successful
,failed
,userAborted
)- type str
This indicates whether the Backup is an automatic Backup or manual snapshot taken by the User at a specific point in time. (
auto
,snapshot
)- updated str
The date the Backup was most recently updated.
- available Boolean
- configs List<String>
A list of the labels of the Configuration profiles that are part of the Backup.
- created String
The date the Backup was taken.
- disks List<Property Map>
- finished String
The date the Backup completed.
- id Number
The unique ID of this Backup.
- label String
The label of this disk.
- status String
The current state of a specific Backup. (
paused
,pending
,running
,needsPostProcessing
,successful
,failed
,userAborted
)- type String
This indicates whether the Backup is an automatic Backup or manual snapshot taken by the User at a specific point in time. (
auto
,snapshot
)- updated String
The date the Backup was most recently updated.
GetInstanceBackupsAutomaticDisk
- Filesystem string
The filesystem of this disk.
- Label string
The label of this disk.
- Size int
The size of this disk.
- Filesystem string
The filesystem of this disk.
- Label string
The label of this disk.
- Size int
The size of this disk.
- filesystem String
The filesystem of this disk.
- label String
The label of this disk.
- size Integer
The size of this disk.
- filesystem string
The filesystem of this disk.
- label string
The label of this disk.
- size number
The size of this disk.
- filesystem str
The filesystem of this disk.
- label str
The label of this disk.
- size int
The size of this disk.
- filesystem String
The filesystem of this disk.
- label String
The label of this disk.
- size Number
The size of this disk.
GetInstanceBackupsCurrent
- Available bool
- Configs List<string>
A list of the labels of the Configuration profiles that are part of the Backup.
- Created string
The date the Backup was taken.
- Disks
List<Get
Instance Backups Current Disk> - Finished string
The date the Backup completed.
- Id int
The unique ID of this Backup.
- Label string
The label of this disk.
- Status string
The current state of a specific Backup. (
paused
,pending
,running
,needsPostProcessing
,successful
,failed
,userAborted
)- Type string
This indicates whether the Backup is an automatic Backup or manual snapshot taken by the User at a specific point in time. (
auto
,snapshot
)- Updated string
The date the Backup was most recently updated.
- Available bool
- Configs []string
A list of the labels of the Configuration profiles that are part of the Backup.
- Created string
The date the Backup was taken.
- Disks
[]Get
Instance Backups Current Disk - Finished string
The date the Backup completed.
- Id int
The unique ID of this Backup.
- Label string
The label of this disk.
- Status string
The current state of a specific Backup. (
paused
,pending
,running
,needsPostProcessing
,successful
,failed
,userAborted
)- Type string
This indicates whether the Backup is an automatic Backup or manual snapshot taken by the User at a specific point in time. (
auto
,snapshot
)- Updated string
The date the Backup was most recently updated.
- available Boolean
- configs List<String>
A list of the labels of the Configuration profiles that are part of the Backup.
- created String
The date the Backup was taken.
- disks
List<Get
Instance Backups Current Disk> - finished String
The date the Backup completed.
- id Integer
The unique ID of this Backup.
- label String
The label of this disk.
- status String
The current state of a specific Backup. (
paused
,pending
,running
,needsPostProcessing
,successful
,failed
,userAborted
)- type String
This indicates whether the Backup is an automatic Backup or manual snapshot taken by the User at a specific point in time. (
auto
,snapshot
)- updated String
The date the Backup was most recently updated.
- available boolean
- configs string[]
A list of the labels of the Configuration profiles that are part of the Backup.
- created string
The date the Backup was taken.
- disks
Get
Instance Backups Current Disk[] - finished string
The date the Backup completed.
- id number
The unique ID of this Backup.
- label string
The label of this disk.
- status string
The current state of a specific Backup. (
paused
,pending
,running
,needsPostProcessing
,successful
,failed
,userAborted
)- type string
This indicates whether the Backup is an automatic Backup or manual snapshot taken by the User at a specific point in time. (
auto
,snapshot
)- updated string
The date the Backup was most recently updated.
- available bool
- configs Sequence[str]
A list of the labels of the Configuration profiles that are part of the Backup.
- created str
The date the Backup was taken.
- disks
Sequence[Get
Instance Backups Current Disk] - finished str
The date the Backup completed.
- id int
The unique ID of this Backup.
- label str
The label of this disk.
- status str
The current state of a specific Backup. (
paused
,pending
,running
,needsPostProcessing
,successful
,failed
,userAborted
)- type str
This indicates whether the Backup is an automatic Backup or manual snapshot taken by the User at a specific point in time. (
auto
,snapshot
)- updated str
The date the Backup was most recently updated.
- available Boolean
- configs List<String>
A list of the labels of the Configuration profiles that are part of the Backup.
- created String
The date the Backup was taken.
- disks List<Property Map>
- finished String
The date the Backup completed.
- id Number
The unique ID of this Backup.
- label String
The label of this disk.
- status String
The current state of a specific Backup. (
paused
,pending
,running
,needsPostProcessing
,successful
,failed
,userAborted
)- type String
This indicates whether the Backup is an automatic Backup or manual snapshot taken by the User at a specific point in time. (
auto
,snapshot
)- updated String
The date the Backup was most recently updated.
GetInstanceBackupsCurrentDisk
- Filesystem string
The filesystem of this disk.
- Label string
The label of this disk.
- Size int
The size of this disk.
- Filesystem string
The filesystem of this disk.
- Label string
The label of this disk.
- Size int
The size of this disk.
- filesystem String
The filesystem of this disk.
- label String
The label of this disk.
- size Integer
The size of this disk.
- filesystem string
The filesystem of this disk.
- label string
The label of this disk.
- size number
The size of this disk.
- filesystem str
The filesystem of this disk.
- label str
The label of this disk.
- size int
The size of this disk.
- filesystem String
The filesystem of this disk.
- label String
The label of this disk.
- size Number
The size of this disk.
GetInstanceBackupsInProgress
- Available bool
- Configs List<string>
A list of the labels of the Configuration profiles that are part of the Backup.
- Created string
The date the Backup was taken.
- Disks
List<Get
Instance Backups In Progress Disk> - Finished string
The date the Backup completed.
- Id int
The unique ID of this Backup.
- Label string
The label of this disk.
- Status string
The current state of a specific Backup. (
paused
,pending
,running
,needsPostProcessing
,successful
,failed
,userAborted
)- Type string
This indicates whether the Backup is an automatic Backup or manual snapshot taken by the User at a specific point in time. (
auto
,snapshot
)- Updated string
The date the Backup was most recently updated.
- Available bool
- Configs []string
A list of the labels of the Configuration profiles that are part of the Backup.
- Created string
The date the Backup was taken.
- Disks
[]Get
Instance Backups In Progress Disk - Finished string
The date the Backup completed.
- Id int
The unique ID of this Backup.
- Label string
The label of this disk.
- Status string
The current state of a specific Backup. (
paused
,pending
,running
,needsPostProcessing
,successful
,failed
,userAborted
)- Type string
This indicates whether the Backup is an automatic Backup or manual snapshot taken by the User at a specific point in time. (
auto
,snapshot
)- Updated string
The date the Backup was most recently updated.
- available Boolean
- configs List<String>
A list of the labels of the Configuration profiles that are part of the Backup.
- created String
The date the Backup was taken.
- disks
List<Get
Instance Backups In Progress Disk> - finished String
The date the Backup completed.
- id Integer
The unique ID of this Backup.
- label String
The label of this disk.
- status String
The current state of a specific Backup. (
paused
,pending
,running
,needsPostProcessing
,successful
,failed
,userAborted
)- type String
This indicates whether the Backup is an automatic Backup or manual snapshot taken by the User at a specific point in time. (
auto
,snapshot
)- updated String
The date the Backup was most recently updated.
- available boolean
- configs string[]
A list of the labels of the Configuration profiles that are part of the Backup.
- created string
The date the Backup was taken.
- disks
Get
Instance Backups In Progress Disk[] - finished string
The date the Backup completed.
- id number
The unique ID of this Backup.
- label string
The label of this disk.
- status string
The current state of a specific Backup. (
paused
,pending
,running
,needsPostProcessing
,successful
,failed
,userAborted
)- type string
This indicates whether the Backup is an automatic Backup or manual snapshot taken by the User at a specific point in time. (
auto
,snapshot
)- updated string
The date the Backup was most recently updated.
- available bool
- configs Sequence[str]
A list of the labels of the Configuration profiles that are part of the Backup.
- created str
The date the Backup was taken.
- disks
Sequence[Get
Instance Backups In Progress Disk] - finished str
The date the Backup completed.
- id int
The unique ID of this Backup.
- label str
The label of this disk.
- status str
The current state of a specific Backup. (
paused
,pending
,running
,needsPostProcessing
,successful
,failed
,userAborted
)- type str
This indicates whether the Backup is an automatic Backup or manual snapshot taken by the User at a specific point in time. (
auto
,snapshot
)- updated str
The date the Backup was most recently updated.
- available Boolean
- configs List<String>
A list of the labels of the Configuration profiles that are part of the Backup.
- created String
The date the Backup was taken.
- disks List<Property Map>
- finished String
The date the Backup completed.
- id Number
The unique ID of this Backup.
- label String
The label of this disk.
- status String
The current state of a specific Backup. (
paused
,pending
,running
,needsPostProcessing
,successful
,failed
,userAborted
)- type String
This indicates whether the Backup is an automatic Backup or manual snapshot taken by the User at a specific point in time. (
auto
,snapshot
)- updated String
The date the Backup was most recently updated.
GetInstanceBackupsInProgressDisk
- Filesystem string
The filesystem of this disk.
- Label string
The label of this disk.
- Size int
The size of this disk.
- Filesystem string
The filesystem of this disk.
- Label string
The label of this disk.
- Size int
The size of this disk.
- filesystem String
The filesystem of this disk.
- label String
The label of this disk.
- size Integer
The size of this disk.
- filesystem string
The filesystem of this disk.
- label string
The label of this disk.
- size number
The size of this disk.
- filesystem str
The filesystem of this disk.
- label str
The label of this disk.
- size int
The size of this disk.
- filesystem String
The filesystem of this disk.
- label String
The label of this disk.
- size Number
The size of this disk.
Package Details
- Repository
- Linode pulumi/pulumi-linode
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
linode
Terraform Provider.