outscale 1.0.1 published on Thursday, Mar 13, 2025 by outscale
outscale.getImageExportTasks
Explore with Pulumi AI
Provides information about image export tasks.
For more information on this resource, see the User Guide.
For more information on this resource actions, see the API documentation.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as outscale from "@pulumi/outscale";
const imageExportTasks01 = outscale.getImageExportTasks({
filters: [{
name: "task_ids",
values: [
"image-export-12345678",
"image-export-87654321",
],
}],
});
import pulumi
import pulumi_outscale as outscale
image_export_tasks01 = outscale.get_image_export_tasks(filters=[{
"name": "task_ids",
"values": [
"image-export-12345678",
"image-export-87654321",
],
}])
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/outscale/outscale"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := outscale.GetImageExportTasks(ctx, &outscale.GetImageExportTasksArgs{
Filters: []outscale.GetImageExportTasksFilter{
{
Name: "task_ids",
Values: []string{
"image-export-12345678",
"image-export-87654321",
},
},
},
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Outscale = Pulumi.Outscale;
return await Deployment.RunAsync(() =>
{
var imageExportTasks01 = Outscale.GetImageExportTasks.Invoke(new()
{
Filters = new[]
{
new Outscale.Inputs.GetImageExportTasksFilterInputArgs
{
Name = "task_ids",
Values = new[]
{
"image-export-12345678",
"image-export-87654321",
},
},
},
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.outscale.OutscaleFunctions;
import com.pulumi.outscale.inputs.GetImageExportTasksArgs;
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 imageExportTasks01 = OutscaleFunctions.getImageExportTasks(GetImageExportTasksArgs.builder()
.filters(GetImageExportTasksFilterArgs.builder()
.name("task_ids")
.values(
"image-export-12345678",
"image-export-87654321")
.build())
.build());
}
}
variables:
imageExportTasks01:
fn::invoke:
function: outscale:getImageExportTasks
arguments:
filters:
- name: task_ids
values:
- image-export-12345678
- image-export-87654321
Using getImageExportTasks
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 getImageExportTasks(args: GetImageExportTasksArgs, opts?: InvokeOptions): Promise<GetImageExportTasksResult>
function getImageExportTasksOutput(args: GetImageExportTasksOutputArgs, opts?: InvokeOptions): Output<GetImageExportTasksResult>
def get_image_export_tasks(dry_run: Optional[bool] = None,
filters: Optional[Sequence[GetImageExportTasksFilter]] = None,
id: Optional[str] = None,
timeouts: Optional[GetImageExportTasksTimeouts] = None,
opts: Optional[InvokeOptions] = None) -> GetImageExportTasksResult
def get_image_export_tasks_output(dry_run: Optional[pulumi.Input[bool]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetImageExportTasksFilterArgs]]]] = None,
id: Optional[pulumi.Input[str]] = None,
timeouts: Optional[pulumi.Input[GetImageExportTasksTimeoutsArgs]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetImageExportTasksResult]
func GetImageExportTasks(ctx *Context, args *GetImageExportTasksArgs, opts ...InvokeOption) (*GetImageExportTasksResult, error)
func GetImageExportTasksOutput(ctx *Context, args *GetImageExportTasksOutputArgs, opts ...InvokeOption) GetImageExportTasksResultOutput
> Note: This function is named GetImageExportTasks
in the Go SDK.
public static class GetImageExportTasks
{
public static Task<GetImageExportTasksResult> InvokeAsync(GetImageExportTasksArgs args, InvokeOptions? opts = null)
public static Output<GetImageExportTasksResult> Invoke(GetImageExportTasksInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetImageExportTasksResult> getImageExportTasks(GetImageExportTasksArgs args, InvokeOptions options)
public static Output<GetImageExportTasksResult> getImageExportTasks(GetImageExportTasksArgs args, InvokeOptions options)
fn::invoke:
function: outscale:index/getImageExportTasks:getImageExportTasks
arguments:
# arguments dictionary
The following arguments are supported:
- Dry
Run bool - Filters
List<Get
Image Export Tasks Filter> - A combination of a filter name and one or more filter values. You can specify this argument for as many filter names as you need. The filter name can be any of the following:
- Id string
- Timeouts
Get
Image Export Tasks Timeouts
- Dry
Run bool - Filters
[]Get
Image Export Tasks Filter - A combination of a filter name and one or more filter values. You can specify this argument for as many filter names as you need. The filter name can be any of the following:
- Id string
- Timeouts
Get
Image Export Tasks Timeouts
- dry
Run Boolean - filters
List<Get
Image Export Tasks Filter> - A combination of a filter name and one or more filter values. You can specify this argument for as many filter names as you need. The filter name can be any of the following:
- id String
- timeouts
Get
Image Export Tasks Timeouts
- dry
Run boolean - filters
Get
Image Export Tasks Filter[] - A combination of a filter name and one or more filter values. You can specify this argument for as many filter names as you need. The filter name can be any of the following:
- id string
- timeouts
Get
Image Export Tasks Timeouts
- dry_
run bool - filters
Sequence[Get
Image Export Tasks Filter] - A combination of a filter name and one or more filter values. You can specify this argument for as many filter names as you need. The filter name can be any of the following:
- id str
- timeouts
Get
Image Export Tasks Timeouts
- dry
Run Boolean - filters List<Property Map>
- A combination of a filter name and one or more filter values. You can specify this argument for as many filter names as you need. The filter name can be any of the following:
- id String
- timeouts Property Map
getImageExportTasks Result
The following output properties are available:
- Dry
Run bool - Id string
- Image
Export List<GetTasks Image Export Tasks Image Export Task> - Information about one or more image export tasks.
- Request
Id string - Filters
List<Get
Image Export Tasks Filter> - Timeouts
Get
Image Export Tasks Timeouts
- Dry
Run bool - Id string
- Image
Export []GetTasks Image Export Tasks Image Export Task - Information about one or more image export tasks.
- Request
Id string - Filters
[]Get
Image Export Tasks Filter - Timeouts
Get
Image Export Tasks Timeouts
- dry
Run Boolean - id String
- image
Export List<GetTasks Image Export Tasks Image Export Task> - Information about one or more image export tasks.
- request
Id String - filters
List<Get
Image Export Tasks Filter> - timeouts
Get
Image Export Tasks Timeouts
- dry
Run boolean - id string
- image
Export GetTasks Image Export Tasks Image Export Task[] - Information about one or more image export tasks.
- request
Id string - filters
Get
Image Export Tasks Filter[] - timeouts
Get
Image Export Tasks Timeouts
- dry_
run bool - id str
- image_
export_ Sequence[Gettasks Image Export Tasks Image Export Task] - Information about one or more image export tasks.
- request_
id str - filters
Sequence[Get
Image Export Tasks Filter] - timeouts
Get
Image Export Tasks Timeouts
- dry
Run Boolean - id String
- image
Export List<Property Map>Tasks - Information about one or more image export tasks.
- request
Id String - filters List<Property Map>
- timeouts Property Map
Supporting Types
GetImageExportTasksFilter
GetImageExportTasksImageExportTask
- Comment string
- If the OMI export task fails, an error message appears.
- Image
Id string - The ID of the OMI to be exported.
- Osu
Exports List<GetImage Export Tasks Image Export Task Osu Export> - Information about the OMI export task.
- Progress double
- The progress of the OMI export task, as a percentage.
- State string
- The state of the OMI export task (
pending/queued
|pending
|completed
|failed
|cancelled
). - List<Get
Image Export Tasks Image Export Task Tag> - One or more tags associated with the image export task.
- Task
Id string - The ID of the OMI export task.
- Comment string
- If the OMI export task fails, an error message appears.
- Image
Id string - The ID of the OMI to be exported.
- Osu
Exports []GetImage Export Tasks Image Export Task Osu Export - Information about the OMI export task.
- Progress float64
- The progress of the OMI export task, as a percentage.
- State string
- The state of the OMI export task (
pending/queued
|pending
|completed
|failed
|cancelled
). - []Get
Image Export Tasks Image Export Task Tag - One or more tags associated with the image export task.
- Task
Id string - The ID of the OMI export task.
- comment String
- If the OMI export task fails, an error message appears.
- image
Id String - The ID of the OMI to be exported.
- osu
Exports List<GetImage Export Tasks Image Export Task Osu Export> - Information about the OMI export task.
- progress Double
- The progress of the OMI export task, as a percentage.
- state String
- The state of the OMI export task (
pending/queued
|pending
|completed
|failed
|cancelled
). - List<Get
Image Export Tasks Image Export Task Tag> - One or more tags associated with the image export task.
- task
Id String - The ID of the OMI export task.
- comment string
- If the OMI export task fails, an error message appears.
- image
Id string - The ID of the OMI to be exported.
- osu
Exports GetImage Export Tasks Image Export Task Osu Export[] - Information about the OMI export task.
- progress number
- The progress of the OMI export task, as a percentage.
- state string
- The state of the OMI export task (
pending/queued
|pending
|completed
|failed
|cancelled
). - Get
Image Export Tasks Image Export Task Tag[] - One or more tags associated with the image export task.
- task
Id string - The ID of the OMI export task.
- comment str
- If the OMI export task fails, an error message appears.
- image_
id str - The ID of the OMI to be exported.
- osu_
exports Sequence[GetImage Export Tasks Image Export Task Osu Export] - Information about the OMI export task.
- progress float
- The progress of the OMI export task, as a percentage.
- state str
- The state of the OMI export task (
pending/queued
|pending
|completed
|failed
|cancelled
). - Sequence[Get
Image Export Tasks Image Export Task Tag] - One or more tags associated with the image export task.
- task_
id str - The ID of the OMI export task.
- comment String
- If the OMI export task fails, an error message appears.
- image
Id String - The ID of the OMI to be exported.
- osu
Exports List<Property Map> - Information about the OMI export task.
- progress Number
- The progress of the OMI export task, as a percentage.
- state String
- The state of the OMI export task (
pending/queued
|pending
|completed
|failed
|cancelled
). - List<Property Map>
- One or more tags associated with the image export task.
- task
Id String - The ID of the OMI export task.
GetImageExportTasksImageExportTaskOsuExport
- Disk
Image stringFormat - The format of the export disk (
qcow2
|raw
). - Osu
Bucket string - The name of the OOS bucket the OMI is exported to.
- Osu
Manifest stringUrl - The URL of the manifest file.
- Osu
Prefix string - The prefix for the key of the OOS object corresponding to the image.
- Disk
Image stringFormat - The format of the export disk (
qcow2
|raw
). - Osu
Bucket string - The name of the OOS bucket the OMI is exported to.
- Osu
Manifest stringUrl - The URL of the manifest file.
- Osu
Prefix string - The prefix for the key of the OOS object corresponding to the image.
- disk
Image StringFormat - The format of the export disk (
qcow2
|raw
). - osu
Bucket String - The name of the OOS bucket the OMI is exported to.
- osu
Manifest StringUrl - The URL of the manifest file.
- osu
Prefix String - The prefix for the key of the OOS object corresponding to the image.
- disk
Image stringFormat - The format of the export disk (
qcow2
|raw
). - osu
Bucket string - The name of the OOS bucket the OMI is exported to.
- osu
Manifest stringUrl - The URL of the manifest file.
- osu
Prefix string - The prefix for the key of the OOS object corresponding to the image.
- disk_
image_ strformat - The format of the export disk (
qcow2
|raw
). - osu_
bucket str - The name of the OOS bucket the OMI is exported to.
- osu_
manifest_ strurl - The URL of the manifest file.
- osu_
prefix str - The prefix for the key of the OOS object corresponding to the image.
- disk
Image StringFormat - The format of the export disk (
qcow2
|raw
). - osu
Bucket String - The name of the OOS bucket the OMI is exported to.
- osu
Manifest StringUrl - The URL of the manifest file.
- osu
Prefix String - The prefix for the key of the OOS object corresponding to the image.
GetImageExportTasksImageExportTaskTag
GetImageExportTasksTimeouts
Package Details
- Repository
- outscale outscale/terraform-provider-outscale
- License
- Notes
- This Pulumi package is based on the
outscale
Terraform Provider.