1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. oci
  5. getBatchBatchTaskEnvironments
Oracle Cloud Infrastructure v3.16.0 published on Wednesday, Jan 28, 2026 by Pulumi
oci logo
Oracle Cloud Infrastructure v3.16.0 published on Wednesday, Jan 28, 2026 by Pulumi

    This data source provides the list of Batch Task Environments in Oracle Cloud Infrastructure Batch service.

    Lists the task environments by compartment or environment OCID. You can filter and sort them by various properties like lifecycle state, display name and also ocid. All properties require an exact match. List operation only provides a summary information, use GetBatchTaskEnvironment to get the full details on a specific context

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testBatchTaskEnvironments = oci.oci.getBatchBatchTaskEnvironments({
        compartmentId: compartmentId,
        displayName: batchTaskEnvironmentDisplayName,
        id: batchTaskEnvironmentId,
        state: batchTaskEnvironmentState,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_batch_task_environments = oci.oci.get_batch_batch_task_environments(compartment_id=compartment_id,
        display_name=batch_task_environment_display_name,
        id=batch_task_environment_id,
        state=batch_task_environment_state)
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/v3/go/oci/oci"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := oci.GetBatchBatchTaskEnvironments(ctx, &oci.GetBatchBatchTaskEnvironmentsArgs{
    			CompartmentId: pulumi.StringRef(compartmentId),
    			DisplayName:   pulumi.StringRef(batchTaskEnvironmentDisplayName),
    			Id:            pulumi.StringRef(batchTaskEnvironmentId),
    			State:         pulumi.StringRef(batchTaskEnvironmentState),
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Oci = Pulumi.Oci;
    
    return await Deployment.RunAsync(() => 
    {
        var testBatchTaskEnvironments = Oci.Oci.GetBatchBatchTaskEnvironments.Invoke(new()
        {
            CompartmentId = compartmentId,
            DisplayName = batchTaskEnvironmentDisplayName,
            Id = batchTaskEnvironmentId,
            State = batchTaskEnvironmentState,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.oci.OciFunctions;
    import com.pulumi.oci.oci.inputs.GetBatchBatchTaskEnvironmentsArgs;
    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 testBatchTaskEnvironments = OciFunctions.getBatchBatchTaskEnvironments(GetBatchBatchTaskEnvironmentsArgs.builder()
                .compartmentId(compartmentId)
                .displayName(batchTaskEnvironmentDisplayName)
                .id(batchTaskEnvironmentId)
                .state(batchTaskEnvironmentState)
                .build());
    
        }
    }
    
    variables:
      testBatchTaskEnvironments:
        fn::invoke:
          function: oci:oci:getBatchBatchTaskEnvironments
          arguments:
            compartmentId: ${compartmentId}
            displayName: ${batchTaskEnvironmentDisplayName}
            id: ${batchTaskEnvironmentId}
            state: ${batchTaskEnvironmentState}
    

    Using getBatchBatchTaskEnvironments

    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 getBatchBatchTaskEnvironments(args: GetBatchBatchTaskEnvironmentsArgs, opts?: InvokeOptions): Promise<GetBatchBatchTaskEnvironmentsResult>
    function getBatchBatchTaskEnvironmentsOutput(args: GetBatchBatchTaskEnvironmentsOutputArgs, opts?: InvokeOptions): Output<GetBatchBatchTaskEnvironmentsResult>
    def get_batch_batch_task_environments(compartment_id: Optional[str] = None,
                                          display_name: Optional[str] = None,
                                          filters: Optional[Sequence[GetBatchBatchTaskEnvironmentsFilter]] = None,
                                          id: Optional[str] = None,
                                          state: Optional[str] = None,
                                          opts: Optional[InvokeOptions] = None) -> GetBatchBatchTaskEnvironmentsResult
    def get_batch_batch_task_environments_output(compartment_id: Optional[pulumi.Input[str]] = None,
                                          display_name: Optional[pulumi.Input[str]] = None,
                                          filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetBatchBatchTaskEnvironmentsFilterArgs]]]] = None,
                                          id: Optional[pulumi.Input[str]] = None,
                                          state: Optional[pulumi.Input[str]] = None,
                                          opts: Optional[InvokeOptions] = None) -> Output[GetBatchBatchTaskEnvironmentsResult]
    func GetBatchBatchTaskEnvironments(ctx *Context, args *GetBatchBatchTaskEnvironmentsArgs, opts ...InvokeOption) (*GetBatchBatchTaskEnvironmentsResult, error)
    func GetBatchBatchTaskEnvironmentsOutput(ctx *Context, args *GetBatchBatchTaskEnvironmentsOutputArgs, opts ...InvokeOption) GetBatchBatchTaskEnvironmentsResultOutput

    > Note: This function is named GetBatchBatchTaskEnvironments in the Go SDK.

    public static class GetBatchBatchTaskEnvironments 
    {
        public static Task<GetBatchBatchTaskEnvironmentsResult> InvokeAsync(GetBatchBatchTaskEnvironmentsArgs args, InvokeOptions? opts = null)
        public static Output<GetBatchBatchTaskEnvironmentsResult> Invoke(GetBatchBatchTaskEnvironmentsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetBatchBatchTaskEnvironmentsResult> getBatchBatchTaskEnvironments(GetBatchBatchTaskEnvironmentsArgs args, InvokeOptions options)
    public static Output<GetBatchBatchTaskEnvironmentsResult> getBatchBatchTaskEnvironments(GetBatchBatchTaskEnvironmentsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: oci:oci/getBatchBatchTaskEnvironments:getBatchBatchTaskEnvironments
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CompartmentId string
    The OCID of the compartment in which to list resources.
    DisplayName string
    A filter to return only resources that match the given display name exactly.
    Filters List<GetBatchBatchTaskEnvironmentsFilter>
    Id string
    The OCID of the batch task environment.
    State string
    A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
    CompartmentId string
    The OCID of the compartment in which to list resources.
    DisplayName string
    A filter to return only resources that match the given display name exactly.
    Filters []GetBatchBatchTaskEnvironmentsFilter
    Id string
    The OCID of the batch task environment.
    State string
    A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
    compartmentId String
    The OCID of the compartment in which to list resources.
    displayName String
    A filter to return only resources that match the given display name exactly.
    filters List<GetBatchBatchTaskEnvironmentsFilter>
    id String
    The OCID of the batch task environment.
    state String
    A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
    compartmentId string
    The OCID of the compartment in which to list resources.
    displayName string
    A filter to return only resources that match the given display name exactly.
    filters GetBatchBatchTaskEnvironmentsFilter[]
    id string
    The OCID of the batch task environment.
    state string
    A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
    compartment_id str
    The OCID of the compartment in which to list resources.
    display_name str
    A filter to return only resources that match the given display name exactly.
    filters Sequence[GetBatchBatchTaskEnvironmentsFilter]
    id str
    The OCID of the batch task environment.
    state str
    A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
    compartmentId String
    The OCID of the compartment in which to list resources.
    displayName String
    A filter to return only resources that match the given display name exactly.
    filters List<Property Map>
    id String
    The OCID of the batch task environment.
    state String
    A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.

    getBatchBatchTaskEnvironments Result

    The following output properties are available:

    BatchTaskEnvironmentCollections List<GetBatchBatchTaskEnvironmentsBatchTaskEnvironmentCollection>
    The list of batch_task_environment_collection.
    CompartmentId string
    The OCID of the compartment.
    DisplayName string
    A user-friendly name. Does not have to be unique, and it's changeable. If not specified or provided as null or empty string, it be generated as "", where timeCreated corresponds with the resource creation time in ISO 8601 basic format, i.e. omitting separating punctuation, at second-level precision and no UTC offset. Example: batchtaskenvironment20250914115623.
    Filters List<GetBatchBatchTaskEnvironmentsFilter>
    Id string
    The OCID of the batch task environment.
    State string
    The current state of the batch task environment.
    BatchTaskEnvironmentCollections []GetBatchBatchTaskEnvironmentsBatchTaskEnvironmentCollection
    The list of batch_task_environment_collection.
    CompartmentId string
    The OCID of the compartment.
    DisplayName string
    A user-friendly name. Does not have to be unique, and it's changeable. If not specified or provided as null or empty string, it be generated as "", where timeCreated corresponds with the resource creation time in ISO 8601 basic format, i.e. omitting separating punctuation, at second-level precision and no UTC offset. Example: batchtaskenvironment20250914115623.
    Filters []GetBatchBatchTaskEnvironmentsFilter
    Id string
    The OCID of the batch task environment.
    State string
    The current state of the batch task environment.
    batchTaskEnvironmentCollections List<GetBatchBatchTaskEnvironmentsBatchTaskEnvironmentCollection>
    The list of batch_task_environment_collection.
    compartmentId String
    The OCID of the compartment.
    displayName String
    A user-friendly name. Does not have to be unique, and it's changeable. If not specified or provided as null or empty string, it be generated as "", where timeCreated corresponds with the resource creation time in ISO 8601 basic format, i.e. omitting separating punctuation, at second-level precision and no UTC offset. Example: batchtaskenvironment20250914115623.
    filters List<GetBatchBatchTaskEnvironmentsFilter>
    id String
    The OCID of the batch task environment.
    state String
    The current state of the batch task environment.
    batchTaskEnvironmentCollections GetBatchBatchTaskEnvironmentsBatchTaskEnvironmentCollection[]
    The list of batch_task_environment_collection.
    compartmentId string
    The OCID of the compartment.
    displayName string
    A user-friendly name. Does not have to be unique, and it's changeable. If not specified or provided as null or empty string, it be generated as "", where timeCreated corresponds with the resource creation time in ISO 8601 basic format, i.e. omitting separating punctuation, at second-level precision and no UTC offset. Example: batchtaskenvironment20250914115623.
    filters GetBatchBatchTaskEnvironmentsFilter[]
    id string
    The OCID of the batch task environment.
    state string
    The current state of the batch task environment.
    batch_task_environment_collections Sequence[GetBatchBatchTaskEnvironmentsBatchTaskEnvironmentCollection]
    The list of batch_task_environment_collection.
    compartment_id str
    The OCID of the compartment.
    display_name str
    A user-friendly name. Does not have to be unique, and it's changeable. If not specified or provided as null or empty string, it be generated as "", where timeCreated corresponds with the resource creation time in ISO 8601 basic format, i.e. omitting separating punctuation, at second-level precision and no UTC offset. Example: batchtaskenvironment20250914115623.
    filters Sequence[GetBatchBatchTaskEnvironmentsFilter]
    id str
    The OCID of the batch task environment.
    state str
    The current state of the batch task environment.
    batchTaskEnvironmentCollections List<Property Map>
    The list of batch_task_environment_collection.
    compartmentId String
    The OCID of the compartment.
    displayName String
    A user-friendly name. Does not have to be unique, and it's changeable. If not specified or provided as null or empty string, it be generated as "", where timeCreated corresponds with the resource creation time in ISO 8601 basic format, i.e. omitting separating punctuation, at second-level precision and no UTC offset. Example: batchtaskenvironment20250914115623.
    filters List<Property Map>
    id String
    The OCID of the batch task environment.
    state String
    The current state of the batch task environment.

    Supporting Types

    GetBatchBatchTaskEnvironmentsBatchTaskEnvironmentCollection

    GetBatchBatchTaskEnvironmentsBatchTaskEnvironmentCollectionItem

    CompartmentId string
    The OCID of the compartment in which to list resources.
    DefinedTags Dictionary<string, string>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    Description string
    The batch task environment description.
    DisplayName string
    A filter to return only resources that match the given display name exactly.
    FreeformTags Dictionary<string, string>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    Id string
    The OCID of the batch task environment.
    ImageUrl string
    The URL of the ocir image.
    SecurityContexts List<GetBatchBatchTaskEnvironmentsBatchTaskEnvironmentCollectionItemSecurityContext>
    Security context for container runtime configuration.
    State string
    A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
    SystemTags Dictionary<string, string>
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    The date and time the batch task environment was created, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    TimeUpdated string
    The date and time the batch task environment was updated, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    Volumes List<GetBatchBatchTaskEnvironmentsBatchTaskEnvironmentCollectionItemVolume>
    List of volumes attached to the image. The use cases of the volumes are but not limited to: read the input of the task and write the output.
    WorkingDirectory string
    Container's working directory.
    CompartmentId string
    The OCID of the compartment in which to list resources.
    DefinedTags map[string]string
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    Description string
    The batch task environment description.
    DisplayName string
    A filter to return only resources that match the given display name exactly.
    FreeformTags map[string]string
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    Id string
    The OCID of the batch task environment.
    ImageUrl string
    The URL of the ocir image.
    SecurityContexts []GetBatchBatchTaskEnvironmentsBatchTaskEnvironmentCollectionItemSecurityContext
    Security context for container runtime configuration.
    State string
    A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
    SystemTags map[string]string
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    The date and time the batch task environment was created, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    TimeUpdated string
    The date and time the batch task environment was updated, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    Volumes []GetBatchBatchTaskEnvironmentsBatchTaskEnvironmentCollectionItemVolume
    List of volumes attached to the image. The use cases of the volumes are but not limited to: read the input of the task and write the output.
    WorkingDirectory string
    Container's working directory.
    compartmentId String
    The OCID of the compartment in which to list resources.
    definedTags Map<String,String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    description String
    The batch task environment description.
    displayName String
    A filter to return only resources that match the given display name exactly.
    freeformTags Map<String,String>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    id String
    The OCID of the batch task environment.
    imageUrl String
    The URL of the ocir image.
    securityContexts List<GetBatchBatchTaskEnvironmentsBatchTaskEnvironmentCollectionItemSecurityContext>
    Security context for container runtime configuration.
    state String
    A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
    systemTags Map<String,String>
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The date and time the batch task environment was created, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    timeUpdated String
    The date and time the batch task environment was updated, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    volumes List<GetBatchBatchTaskEnvironmentsBatchTaskEnvironmentCollectionItemVolume>
    List of volumes attached to the image. The use cases of the volumes are but not limited to: read the input of the task and write the output.
    workingDirectory String
    Container's working directory.
    compartmentId string
    The OCID of the compartment in which to list resources.
    definedTags {[key: string]: string}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    description string
    The batch task environment description.
    displayName string
    A filter to return only resources that match the given display name exactly.
    freeformTags {[key: string]: string}
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    id string
    The OCID of the batch task environment.
    imageUrl string
    The URL of the ocir image.
    securityContexts GetBatchBatchTaskEnvironmentsBatchTaskEnvironmentCollectionItemSecurityContext[]
    Security context for container runtime configuration.
    state string
    A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
    systemTags {[key: string]: string}
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated string
    The date and time the batch task environment was created, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    timeUpdated string
    The date and time the batch task environment was updated, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    volumes GetBatchBatchTaskEnvironmentsBatchTaskEnvironmentCollectionItemVolume[]
    List of volumes attached to the image. The use cases of the volumes are but not limited to: read the input of the task and write the output.
    workingDirectory string
    Container's working directory.
    compartment_id str
    The OCID of the compartment in which to list resources.
    defined_tags Mapping[str, str]
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    description str
    The batch task environment description.
    display_name str
    A filter to return only resources that match the given display name exactly.
    freeform_tags Mapping[str, str]
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    id str
    The OCID of the batch task environment.
    image_url str
    The URL of the ocir image.
    security_contexts Sequence[GetBatchBatchTaskEnvironmentsBatchTaskEnvironmentCollectionItemSecurityContext]
    Security context for container runtime configuration.
    state str
    A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
    system_tags Mapping[str, str]
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    time_created str
    The date and time the batch task environment was created, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    time_updated str
    The date and time the batch task environment was updated, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    volumes Sequence[GetBatchBatchTaskEnvironmentsBatchTaskEnvironmentCollectionItemVolume]
    List of volumes attached to the image. The use cases of the volumes are but not limited to: read the input of the task and write the output.
    working_directory str
    Container's working directory.
    compartmentId String
    The OCID of the compartment in which to list resources.
    definedTags Map<String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    description String
    The batch task environment description.
    displayName String
    A filter to return only resources that match the given display name exactly.
    freeformTags Map<String>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    id String
    The OCID of the batch task environment.
    imageUrl String
    The URL of the ocir image.
    securityContexts List<Property Map>
    Security context for container runtime configuration.
    state String
    A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
    systemTags Map<String>
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The date and time the batch task environment was created, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    timeUpdated String
    The date and time the batch task environment was updated, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    volumes List<Property Map>
    List of volumes attached to the image. The use cases of the volumes are but not limited to: read the input of the task and write the output.
    workingDirectory String
    Container's working directory.

    GetBatchBatchTaskEnvironmentsBatchTaskEnvironmentCollectionItemSecurityContext

    FsGroup int
    A special supplemental group ID that applies to all containers in a pod.
    RunAsGroup int
    Group ID for running processes inside the container.
    RunAsUser int
    User ID for running processes inside the container.
    FsGroup int
    A special supplemental group ID that applies to all containers in a pod.
    RunAsGroup int
    Group ID for running processes inside the container.
    RunAsUser int
    User ID for running processes inside the container.
    fsGroup Integer
    A special supplemental group ID that applies to all containers in a pod.
    runAsGroup Integer
    Group ID for running processes inside the container.
    runAsUser Integer
    User ID for running processes inside the container.
    fsGroup number
    A special supplemental group ID that applies to all containers in a pod.
    runAsGroup number
    Group ID for running processes inside the container.
    runAsUser number
    User ID for running processes inside the container.
    fs_group int
    A special supplemental group ID that applies to all containers in a pod.
    run_as_group int
    Group ID for running processes inside the container.
    run_as_user int
    User ID for running processes inside the container.
    fsGroup Number
    A special supplemental group ID that applies to all containers in a pod.
    runAsGroup Number
    Group ID for running processes inside the container.
    runAsUser Number
    User ID for running processes inside the container.

    GetBatchBatchTaskEnvironmentsBatchTaskEnvironmentCollectionItemVolume

    LocalMountDirectoryPath string
    The local path to mount the NFS share to.
    MountTargetExportPath string
    The path to the directory on the NFS server to be mounted.
    MountTargetFqdn string
    The FQDN of the NFS server to connect to.
    Name string
    The name of the NfsVolume.
    Type string
    Discriminator for sub-entities.
    LocalMountDirectoryPath string
    The local path to mount the NFS share to.
    MountTargetExportPath string
    The path to the directory on the NFS server to be mounted.
    MountTargetFqdn string
    The FQDN of the NFS server to connect to.
    Name string
    The name of the NfsVolume.
    Type string
    Discriminator for sub-entities.
    localMountDirectoryPath String
    The local path to mount the NFS share to.
    mountTargetExportPath String
    The path to the directory on the NFS server to be mounted.
    mountTargetFqdn String
    The FQDN of the NFS server to connect to.
    name String
    The name of the NfsVolume.
    type String
    Discriminator for sub-entities.
    localMountDirectoryPath string
    The local path to mount the NFS share to.
    mountTargetExportPath string
    The path to the directory on the NFS server to be mounted.
    mountTargetFqdn string
    The FQDN of the NFS server to connect to.
    name string
    The name of the NfsVolume.
    type string
    Discriminator for sub-entities.
    local_mount_directory_path str
    The local path to mount the NFS share to.
    mount_target_export_path str
    The path to the directory on the NFS server to be mounted.
    mount_target_fqdn str
    The FQDN of the NFS server to connect to.
    name str
    The name of the NfsVolume.
    type str
    Discriminator for sub-entities.
    localMountDirectoryPath String
    The local path to mount the NFS share to.
    mountTargetExportPath String
    The path to the directory on the NFS server to be mounted.
    mountTargetFqdn String
    The FQDN of the NFS server to connect to.
    name String
    The name of the NfsVolume.
    type String
    Discriminator for sub-entities.

    GetBatchBatchTaskEnvironmentsFilter

    Name string
    The name of the NfsVolume.
    Values List<string>
    Regex bool
    Name string
    The name of the NfsVolume.
    Values []string
    Regex bool
    name String
    The name of the NfsVolume.
    values List<String>
    regex Boolean
    name string
    The name of the NfsVolume.
    values string[]
    regex boolean
    name str
    The name of the NfsVolume.
    values Sequence[str]
    regex bool
    name String
    The name of the NfsVolume.
    values List<String>
    regex Boolean

    Package Details

    Repository
    oci pulumi/pulumi-oci
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the oci Terraform Provider.
    oci logo
    Oracle Cloud Infrastructure v3.16.0 published on Wednesday, Jan 28, 2026 by Pulumi
      Meet Neo: Your AI Platform Teammate