Viewing docs for ibm 2.1.0
published on Tuesday, May 5, 2026 by ibm-cloud
published on Tuesday, May 5, 2026 by ibm-cloud
Viewing docs for ibm 2.1.0
published on Tuesday, May 5, 2026 by ibm-cloud
published on Tuesday, May 5, 2026 by ibm-cloud
Provides a read-only data source to retrieve information about a VolumeJobPaginatedCollection. You can then reference the fields of the data source in other resources within the same configuration by using interpolation syntax.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as ibm from "@pulumi/ibm";
const example = ibm.getIsVolumeJobs({
volumeId: exampleIbmIsVolumeJob.volumeId,
});
import pulumi
import pulumi_ibm as ibm
example = ibm.get_is_volume_jobs(volume_id=example_ibm_is_volume_job["volumeId"])
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/ibm/v2/ibm"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := ibm.GetIsVolumeJobs(ctx, &ibm.GetIsVolumeJobsArgs{
VolumeId: exampleIbmIsVolumeJob.VolumeId,
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Ibm = Pulumi.Ibm;
return await Deployment.RunAsync(() =>
{
var example = Ibm.GetIsVolumeJobs.Invoke(new()
{
VolumeId = exampleIbmIsVolumeJob.VolumeId,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.ibm.IbmFunctions;
import com.pulumi.ibm.inputs.GetIsVolumeJobsArgs;
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 example = IbmFunctions.getIsVolumeJobs(GetIsVolumeJobsArgs.builder()
.volumeId(exampleIbmIsVolumeJob.volumeId())
.build());
}
}
variables:
example:
fn::invoke:
function: ibm:getIsVolumeJobs
arguments:
volumeId: ${exampleIbmIsVolumeJob.volumeId}
Example coming soon!
Using getIsVolumeJobs
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 getIsVolumeJobs(args: GetIsVolumeJobsArgs, opts?: InvokeOptions): Promise<GetIsVolumeJobsResult>
function getIsVolumeJobsOutput(args: GetIsVolumeJobsOutputArgs, opts?: InvokeOptions): Output<GetIsVolumeJobsResult>def get_is_volume_jobs(id: Optional[str] = None,
volume_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetIsVolumeJobsResult
def get_is_volume_jobs_output(id: pulumi.Input[Optional[str]] = None,
volume_id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetIsVolumeJobsResult]func GetIsVolumeJobs(ctx *Context, args *GetIsVolumeJobsArgs, opts ...InvokeOption) (*GetIsVolumeJobsResult, error)
func GetIsVolumeJobsOutput(ctx *Context, args *GetIsVolumeJobsOutputArgs, opts ...InvokeOption) GetIsVolumeJobsResultOutput> Note: This function is named GetIsVolumeJobs in the Go SDK.
public static class GetIsVolumeJobs
{
public static Task<GetIsVolumeJobsResult> InvokeAsync(GetIsVolumeJobsArgs args, InvokeOptions? opts = null)
public static Output<GetIsVolumeJobsResult> Invoke(GetIsVolumeJobsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetIsVolumeJobsResult> getIsVolumeJobs(GetIsVolumeJobsArgs args, InvokeOptions options)
public static Output<GetIsVolumeJobsResult> getIsVolumeJobs(GetIsVolumeJobsArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getIsVolumeJobs:getIsVolumeJobs
arguments:
# arguments dictionarydata "ibm_getisvolumejobs" "name" {
# arguments
}The following arguments are supported:
getIsVolumeJobs Result
The following output properties are available:
- Id string
- (String) The unique identifier for this volume job.
- Jobs
List<Get
Is Volume Jobs Job> - (List) The jobs for this volume.
- Volume
Id string
- Id string
- (String) The unique identifier for this volume job.
- Jobs
[]Get
Is Volume Jobs Job - (List) The jobs for this volume.
- Volume
Id string
- id string
- (String) The unique identifier for this volume job.
- jobs list(object)
- (List) The jobs for this volume.
- volume_
id string
- id String
- (String) The unique identifier for this volume job.
- jobs
List<Get
Is Volume Jobs Job> - (List) The jobs for this volume.
- volume
Id String
- id string
- (String) The unique identifier for this volume job.
- jobs
Get
Is Volume Jobs Job[] - (List) The jobs for this volume.
- volume
Id string
- id str
- (String) The unique identifier for this volume job.
- jobs
Sequence[Get
Is Volume Jobs Job] - (List) The jobs for this volume.
- volume_
id str
- id String
- (String) The unique identifier for this volume job.
- jobs List<Property Map>
- (List) The jobs for this volume.
- volume
Id String
Supporting Types
GetIsVolumeJobsJob
- Auto
Delete bool - (Boolean) Indicates whether this volume job will be automatically deleted after it completes. At present, this is always
false, but may be modifiable in the future. - Completed
At string - (String) The date and time that the volume job was completed.If absent, the volume job has not yet completed.
- Created
At string - (String) The date and time that the volume job was created.
- Estimated
Completion stringAt - (String) The date and time that the volume job is estimated to complete.If absent, the volume job is still queued and has not yet started.
- Href string
- (String) The URL for this volume profile.
- Id string
- (String) The unique identifier for this volume job.
- Job
Type string - (String) The type of volume job.The enumerated values for this property may expand in the future.
- Name string
- (String) The globally unique name for this volume profile.
- Parameters
List<Get
Is Volume Jobs Job Parameter> - (List) The parameters to use after the volume is migrated.
- Resource
Type string - (String) The resource type.
- Started
At string - (String) The date and time that the volume job was started.If absent, the volume job has not yet started.
- Status string
- (String) The status of this volume job:
- Status
Reasons List<GetIs Volume Jobs Job Status Reason> - (List) The reasons for the current status (if any).
- Auto
Delete bool - (Boolean) Indicates whether this volume job will be automatically deleted after it completes. At present, this is always
false, but may be modifiable in the future. - Completed
At string - (String) The date and time that the volume job was completed.If absent, the volume job has not yet completed.
- Created
At string - (String) The date and time that the volume job was created.
- Estimated
Completion stringAt - (String) The date and time that the volume job is estimated to complete.If absent, the volume job is still queued and has not yet started.
- Href string
- (String) The URL for this volume profile.
- Id string
- (String) The unique identifier for this volume job.
- Job
Type string - (String) The type of volume job.The enumerated values for this property may expand in the future.
- Name string
- (String) The globally unique name for this volume profile.
- Parameters
[]Get
Is Volume Jobs Job Parameter - (List) The parameters to use after the volume is migrated.
- Resource
Type string - (String) The resource type.
- Started
At string - (String) The date and time that the volume job was started.If absent, the volume job has not yet started.
- Status string
- (String) The status of this volume job:
- Status
Reasons []GetIs Volume Jobs Job Status Reason - (List) The reasons for the current status (if any).
- auto_
delete bool - (Boolean) Indicates whether this volume job will be automatically deleted after it completes. At present, this is always
false, but may be modifiable in the future. - completed_
at string - (String) The date and time that the volume job was completed.If absent, the volume job has not yet completed.
- created_
at string - (String) The date and time that the volume job was created.
- estimated_
completion_ stringat - (String) The date and time that the volume job is estimated to complete.If absent, the volume job is still queued and has not yet started.
- href string
- (String) The URL for this volume profile.
- id string
- (String) The unique identifier for this volume job.
- job_
type string - (String) The type of volume job.The enumerated values for this property may expand in the future.
- name string
- (String) The globally unique name for this volume profile.
- parameters list(object)
- (List) The parameters to use after the volume is migrated.
- resource_
type string - (String) The resource type.
- started_
at string - (String) The date and time that the volume job was started.If absent, the volume job has not yet started.
- status string
- (String) The status of this volume job:
- status_
reasons list(object) - (List) The reasons for the current status (if any).
- auto
Delete Boolean - (Boolean) Indicates whether this volume job will be automatically deleted after it completes. At present, this is always
false, but may be modifiable in the future. - completed
At String - (String) The date and time that the volume job was completed.If absent, the volume job has not yet completed.
- created
At String - (String) The date and time that the volume job was created.
- estimated
Completion StringAt - (String) The date and time that the volume job is estimated to complete.If absent, the volume job is still queued and has not yet started.
- href String
- (String) The URL for this volume profile.
- id String
- (String) The unique identifier for this volume job.
- job
Type String - (String) The type of volume job.The enumerated values for this property may expand in the future.
- name String
- (String) The globally unique name for this volume profile.
- parameters
List<Get
Is Volume Jobs Job Parameter> - (List) The parameters to use after the volume is migrated.
- resource
Type String - (String) The resource type.
- started
At String - (String) The date and time that the volume job was started.If absent, the volume job has not yet started.
- status String
- (String) The status of this volume job:
- status
Reasons List<GetIs Volume Jobs Job Status Reason> - (List) The reasons for the current status (if any).
- auto
Delete boolean - (Boolean) Indicates whether this volume job will be automatically deleted after it completes. At present, this is always
false, but may be modifiable in the future. - completed
At string - (String) The date and time that the volume job was completed.If absent, the volume job has not yet completed.
- created
At string - (String) The date and time that the volume job was created.
- estimated
Completion stringAt - (String) The date and time that the volume job is estimated to complete.If absent, the volume job is still queued and has not yet started.
- href string
- (String) The URL for this volume profile.
- id string
- (String) The unique identifier for this volume job.
- job
Type string - (String) The type of volume job.The enumerated values for this property may expand in the future.
- name string
- (String) The globally unique name for this volume profile.
- parameters
Get
Is Volume Jobs Job Parameter[] - (List) The parameters to use after the volume is migrated.
- resource
Type string - (String) The resource type.
- started
At string - (String) The date and time that the volume job was started.If absent, the volume job has not yet started.
- status string
- (String) The status of this volume job:
- status
Reasons GetIs Volume Jobs Job Status Reason[] - (List) The reasons for the current status (if any).
- auto_
delete bool - (Boolean) Indicates whether this volume job will be automatically deleted after it completes. At present, this is always
false, but may be modifiable in the future. - completed_
at str - (String) The date and time that the volume job was completed.If absent, the volume job has not yet completed.
- created_
at str - (String) The date and time that the volume job was created.
- estimated_
completion_ strat - (String) The date and time that the volume job is estimated to complete.If absent, the volume job is still queued and has not yet started.
- href str
- (String) The URL for this volume profile.
- id str
- (String) The unique identifier for this volume job.
- job_
type str - (String) The type of volume job.The enumerated values for this property may expand in the future.
- name str
- (String) The globally unique name for this volume profile.
- parameters
Sequence[Get
Is Volume Jobs Job Parameter] - (List) The parameters to use after the volume is migrated.
- resource_
type str - (String) The resource type.
- started_
at str - (String) The date and time that the volume job was started.If absent, the volume job has not yet started.
- status str
- (String) The status of this volume job:
- status_
reasons Sequence[GetIs Volume Jobs Job Status Reason] - (List) The reasons for the current status (if any).
- auto
Delete Boolean - (Boolean) Indicates whether this volume job will be automatically deleted after it completes. At present, this is always
false, but may be modifiable in the future. - completed
At String - (String) The date and time that the volume job was completed.If absent, the volume job has not yet completed.
- created
At String - (String) The date and time that the volume job was created.
- estimated
Completion StringAt - (String) The date and time that the volume job is estimated to complete.If absent, the volume job is still queued and has not yet started.
- href String
- (String) The URL for this volume profile.
- id String
- (String) The unique identifier for this volume job.
- job
Type String - (String) The type of volume job.The enumerated values for this property may expand in the future.
- name String
- (String) The globally unique name for this volume profile.
- parameters List<Property Map>
- (List) The parameters to use after the volume is migrated.
- resource
Type String - (String) The resource type.
- started
At String - (String) The date and time that the volume job was started.If absent, the volume job has not yet started.
- status String
- (String) The status of this volume job:
- status
Reasons List<Property Map> - (List) The reasons for the current status (if any).
GetIsVolumeJobsJobParameter
- Bandwidth double
- (Integer) The maximum bandwidth (in megabits per second) for the volume.If specified, the volume profile must not have a
bandwidth.typeofdependent. - Iops double
- (Integer) The maximum I/O operations per second (IOPS) for this volume.If specified, the volume profile must not have a
iops.typeofdependent. - Profiles
List<Get
Is Volume Jobs Job Parameter Profile> - (List) Identifies a volume profile by a unique property.
- Bandwidth float64
- (Integer) The maximum bandwidth (in megabits per second) for the volume.If specified, the volume profile must not have a
bandwidth.typeofdependent. - Iops float64
- (Integer) The maximum I/O operations per second (IOPS) for this volume.If specified, the volume profile must not have a
iops.typeofdependent. - Profiles
[]Get
Is Volume Jobs Job Parameter Profile - (List) Identifies a volume profile by a unique property.
- bandwidth number
- (Integer) The maximum bandwidth (in megabits per second) for the volume.If specified, the volume profile must not have a
bandwidth.typeofdependent. - iops number
- (Integer) The maximum I/O operations per second (IOPS) for this volume.If specified, the volume profile must not have a
iops.typeofdependent. - profiles list(object)
- (List) Identifies a volume profile by a unique property.
- bandwidth Double
- (Integer) The maximum bandwidth (in megabits per second) for the volume.If specified, the volume profile must not have a
bandwidth.typeofdependent. - iops Double
- (Integer) The maximum I/O operations per second (IOPS) for this volume.If specified, the volume profile must not have a
iops.typeofdependent. - profiles
List<Get
Is Volume Jobs Job Parameter Profile> - (List) Identifies a volume profile by a unique property.
- bandwidth number
- (Integer) The maximum bandwidth (in megabits per second) for the volume.If specified, the volume profile must not have a
bandwidth.typeofdependent. - iops number
- (Integer) The maximum I/O operations per second (IOPS) for this volume.If specified, the volume profile must not have a
iops.typeofdependent. - profiles
Get
Is Volume Jobs Job Parameter Profile[] - (List) Identifies a volume profile by a unique property.
- bandwidth float
- (Integer) The maximum bandwidth (in megabits per second) for the volume.If specified, the volume profile must not have a
bandwidth.typeofdependent. - iops float
- (Integer) The maximum I/O operations per second (IOPS) for this volume.If specified, the volume profile must not have a
iops.typeofdependent. - profiles
Sequence[Get
Is Volume Jobs Job Parameter Profile] - (List) Identifies a volume profile by a unique property.
- bandwidth Number
- (Integer) The maximum bandwidth (in megabits per second) for the volume.If specified, the volume profile must not have a
bandwidth.typeofdependent. - iops Number
- (Integer) The maximum I/O operations per second (IOPS) for this volume.If specified, the volume profile must not have a
iops.typeofdependent. - profiles List<Property Map>
- (List) Identifies a volume profile by a unique property.
GetIsVolumeJobsJobParameterProfile
GetIsVolumeJobsJobStatusReason
- Code string
- (String) A snake case string succinctly identifying the status reason.The enumerated values for this property may expand in the future. Constraints: Allowable values are:
internal_error,virtual_instance_powered_off,volume_detached_from_virtual_instance. The maximum length is128characters. - Message string
- (String) An explanation of the status reason.
- More
Info string - (String) A link to documentation about this status reason.
- Code string
- (String) A snake case string succinctly identifying the status reason.The enumerated values for this property may expand in the future. Constraints: Allowable values are:
internal_error,virtual_instance_powered_off,volume_detached_from_virtual_instance. The maximum length is128characters. - Message string
- (String) An explanation of the status reason.
- More
Info string - (String) A link to documentation about this status reason.
- code string
- (String) A snake case string succinctly identifying the status reason.The enumerated values for this property may expand in the future. Constraints: Allowable values are:
internal_error,virtual_instance_powered_off,volume_detached_from_virtual_instance. The maximum length is128characters. - message string
- (String) An explanation of the status reason.
- more_
info string - (String) A link to documentation about this status reason.
- code String
- (String) A snake case string succinctly identifying the status reason.The enumerated values for this property may expand in the future. Constraints: Allowable values are:
internal_error,virtual_instance_powered_off,volume_detached_from_virtual_instance. The maximum length is128characters. - message String
- (String) An explanation of the status reason.
- more
Info String - (String) A link to documentation about this status reason.
- code string
- (String) A snake case string succinctly identifying the status reason.The enumerated values for this property may expand in the future. Constraints: Allowable values are:
internal_error,virtual_instance_powered_off,volume_detached_from_virtual_instance. The maximum length is128characters. - message string
- (String) An explanation of the status reason.
- more
Info string - (String) A link to documentation about this status reason.
- code str
- (String) A snake case string succinctly identifying the status reason.The enumerated values for this property may expand in the future. Constraints: Allowable values are:
internal_error,virtual_instance_powered_off,volume_detached_from_virtual_instance. The maximum length is128characters. - message str
- (String) An explanation of the status reason.
- more_
info str - (String) A link to documentation about this status reason.
- code String
- (String) A snake case string succinctly identifying the status reason.The enumerated values for this property may expand in the future. Constraints: Allowable values are:
internal_error,virtual_instance_powered_off,volume_detached_from_virtual_instance. The maximum length is128characters. - message String
- (String) An explanation of the status reason.
- more
Info String - (String) A link to documentation about this status reason.
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibmTerraform Provider.
Viewing docs for ibm 2.1.0
published on Tuesday, May 5, 2026 by ibm-cloud
published on Tuesday, May 5, 2026 by ibm-cloud
