Oracle Cloud Infrastructure v3.7.0 published on Saturday, Sep 13, 2025 by Pulumi
oci.DataScience.getJobRuns
Explore with Pulumi AI
This data source provides the list of Job Runs in Oracle Cloud Infrastructure Data Science service.
List out job runs.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testJobRuns = oci.DataScience.getJobRuns({
compartmentId: compartmentId,
createdBy: jobRunCreatedBy,
displayName: jobRunDisplayName,
id: jobRunId,
jobId: testJob.id,
state: jobRunState,
});
import pulumi
import pulumi_oci as oci
test_job_runs = oci.DataScience.get_job_runs(compartment_id=compartment_id,
created_by=job_run_created_by,
display_name=job_run_display_name,
id=job_run_id,
job_id=test_job["id"],
state=job_run_state)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v3/go/oci/datascience"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := datascience.GetJobRuns(ctx, &datascience.GetJobRunsArgs{
CompartmentId: compartmentId,
CreatedBy: pulumi.StringRef(jobRunCreatedBy),
DisplayName: pulumi.StringRef(jobRunDisplayName),
Id: pulumi.StringRef(jobRunId),
JobId: pulumi.StringRef(testJob.Id),
State: pulumi.StringRef(jobRunState),
}, 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 testJobRuns = Oci.DataScience.GetJobRuns.Invoke(new()
{
CompartmentId = compartmentId,
CreatedBy = jobRunCreatedBy,
DisplayName = jobRunDisplayName,
Id = jobRunId,
JobId = testJob.Id,
State = jobRunState,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.DataScience.DataScienceFunctions;
import com.pulumi.oci.DataScience.inputs.GetJobRunsArgs;
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 testJobRuns = DataScienceFunctions.getJobRuns(GetJobRunsArgs.builder()
.compartmentId(compartmentId)
.createdBy(jobRunCreatedBy)
.displayName(jobRunDisplayName)
.id(jobRunId)
.jobId(testJob.id())
.state(jobRunState)
.build());
}
}
variables:
testJobRuns:
fn::invoke:
function: oci:DataScience:getJobRuns
arguments:
compartmentId: ${compartmentId}
createdBy: ${jobRunCreatedBy}
displayName: ${jobRunDisplayName}
id: ${jobRunId}
jobId: ${testJob.id}
state: ${jobRunState}
Using getJobRuns
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 getJobRuns(args: GetJobRunsArgs, opts?: InvokeOptions): Promise<GetJobRunsResult>
function getJobRunsOutput(args: GetJobRunsOutputArgs, opts?: InvokeOptions): Output<GetJobRunsResult>
def get_job_runs(compartment_id: Optional[str] = None,
created_by: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[GetJobRunsFilter]] = None,
id: Optional[str] = None,
job_id: Optional[str] = None,
state: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetJobRunsResult
def get_job_runs_output(compartment_id: Optional[pulumi.Input[str]] = None,
created_by: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetJobRunsFilterArgs]]]] = None,
id: Optional[pulumi.Input[str]] = None,
job_id: Optional[pulumi.Input[str]] = None,
state: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetJobRunsResult]
func GetJobRuns(ctx *Context, args *GetJobRunsArgs, opts ...InvokeOption) (*GetJobRunsResult, error)
func GetJobRunsOutput(ctx *Context, args *GetJobRunsOutputArgs, opts ...InvokeOption) GetJobRunsResultOutput
> Note: This function is named GetJobRuns
in the Go SDK.
public static class GetJobRuns
{
public static Task<GetJobRunsResult> InvokeAsync(GetJobRunsArgs args, InvokeOptions? opts = null)
public static Output<GetJobRunsResult> Invoke(GetJobRunsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetJobRunsResult> getJobRuns(GetJobRunsArgs args, InvokeOptions options)
public static Output<GetJobRunsResult> getJobRuns(GetJobRunsArgs args, InvokeOptions options)
fn::invoke:
function: oci:DataScience/getJobRuns:getJobRuns
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id string - Filter results by the OCID of the compartment.
- Created
By string - Filter results by the OCID of the user who created the resource.
- Display
Name string - Filter results by its user-friendly name.
- Filters
List<Get
Job Runs Filter> - Id string
- Filter results by OCID. Must be an OCID of the correct type for the resource type.
- Job
Id string - The OCID of the job.
- State string
- Filter results by the specified lifecycle state. Must be a valid state for the resource type.
- Compartment
Id string - Filter results by the OCID of the compartment.
- Created
By string - Filter results by the OCID of the user who created the resource.
- Display
Name string - Filter results by its user-friendly name.
- Filters
[]Get
Job Runs Filter - Id string
- Filter results by OCID. Must be an OCID of the correct type for the resource type.
- Job
Id string - The OCID of the job.
- State string
- Filter results by the specified lifecycle state. Must be a valid state for the resource type.
- compartment
Id String - Filter results by the OCID of the compartment.
- created
By String - Filter results by the OCID of the user who created the resource.
- display
Name String - Filter results by its user-friendly name.
- filters
List<Get
Job Runs Filter> - id String
- Filter results by OCID. Must be an OCID of the correct type for the resource type.
- job
Id String - The OCID of the job.
- state String
- Filter results by the specified lifecycle state. Must be a valid state for the resource type.
- compartment
Id string - Filter results by the OCID of the compartment.
- created
By string - Filter results by the OCID of the user who created the resource.
- display
Name string - Filter results by its user-friendly name.
- filters
Get
Job Runs Filter[] - id string
- Filter results by OCID. Must be an OCID of the correct type for the resource type.
- job
Id string - The OCID of the job.
- state string
- Filter results by the specified lifecycle state. Must be a valid state for the resource type.
- compartment_
id str - Filter results by the OCID of the compartment.
- created_
by str - Filter results by the OCID of the user who created the resource.
- display_
name str - Filter results by its user-friendly name.
- filters
Sequence[Get
Job Runs Filter] - id str
- Filter results by OCID. Must be an OCID of the correct type for the resource type.
- job_
id str - The OCID of the job.
- state str
- Filter results by the specified lifecycle state. Must be a valid state for the resource type.
- compartment
Id String - Filter results by the OCID of the compartment.
- created
By String - Filter results by the OCID of the user who created the resource.
- display
Name String - Filter results by its user-friendly name.
- filters List<Property Map>
- id String
- Filter results by OCID. Must be an OCID of the correct type for the resource type.
- job
Id String - The OCID of the job.
- state String
- Filter results by the specified lifecycle state. Must be a valid state for the resource type.
getJobRuns Result
The following output properties are available:
- Compartment
Id string - The OCID of the compartment where you want to create the job run.
- Job
Runs List<GetJob Runs Job Run> - The list of job_runs.
- Created
By string - The OCID of the user who created the job run.
- Display
Name string - A user-friendly display name for the resource.
- Filters
List<Get
Job Runs Filter> - Id string
- The OCID of the job run.
- Job
Id string - The OCID of the job.
- State string
- The state of the job run.
- Compartment
Id string - The OCID of the compartment where you want to create the job run.
- Job
Runs []GetJob Runs Job Run - The list of job_runs.
- Created
By string - The OCID of the user who created the job run.
- Display
Name string - A user-friendly display name for the resource.
- Filters
[]Get
Job Runs Filter - Id string
- The OCID of the job run.
- Job
Id string - The OCID of the job.
- State string
- The state of the job run.
- compartment
Id String - The OCID of the compartment where you want to create the job run.
- job
Runs List<GetJob Runs Job Run> - The list of job_runs.
- created
By String - The OCID of the user who created the job run.
- display
Name String - A user-friendly display name for the resource.
- filters
List<Get
Job Runs Filter> - id String
- The OCID of the job run.
- job
Id String - The OCID of the job.
- state String
- The state of the job run.
- compartment
Id string - The OCID of the compartment where you want to create the job run.
- job
Runs GetJob Runs Job Run[] - The list of job_runs.
- created
By string - The OCID of the user who created the job run.
- display
Name string - A user-friendly display name for the resource.
- filters
Get
Job Runs Filter[] - id string
- The OCID of the job run.
- job
Id string - The OCID of the job.
- state string
- The state of the job run.
- compartment_
id str - The OCID of the compartment where you want to create the job run.
- job_
runs Sequence[GetJob Runs Job Run] - The list of job_runs.
- created_
by str - The OCID of the user who created the job run.
- display_
name str - A user-friendly display name for the resource.
- filters
Sequence[Get
Job Runs Filter] - id str
- The OCID of the job run.
- job_
id str - The OCID of the job.
- state str
- The state of the job run.
- compartment
Id String - The OCID of the compartment where you want to create the job run.
- job
Runs List<Property Map> - The list of job_runs.
- created
By String - The OCID of the user who created the job run.
- display
Name String - A user-friendly display name for the resource.
- filters List<Property Map>
- id String
- The OCID of the job run.
- job
Id String - The OCID of the job.
- state String
- The state of the job run.
Supporting Types
GetJobRunsFilter
GetJobRunsJobRun
- Asynchronous bool
- Compartment
Id string - Filter results by the OCID of the compartment.
- Created
By string - Filter results by the OCID of the user who created the resource.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name string - Filter results by its user-friendly name.
- Dictionary<string, string>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"}
- Id string
- Filter results by OCID. Must be an OCID of the correct type for the resource type.
- Job
Configuration List<GetOverride Details Job Runs Job Run Job Configuration Override Detail> - The job configuration details
- Job
Environment List<GetConfiguration Override Details Job Runs Job Run Job Environment Configuration Override Detail> - Environment configuration to capture job runtime dependencies.
- Job
Id string - The OCID of the job.
- Job
Infrastructure List<GetConfiguration Details Job Runs Job Run Job Infrastructure Configuration Detail> - The job infrastructure configuration details (shape, block storage, etc.)
- Job
Infrastructure List<GetConfiguration Override Details Job Runs Job Run Job Infrastructure Configuration Override Detail> - The job infrastructure configuration details (shape, block storage, etc.)
- Job
Log List<GetConfiguration Override Details Job Runs Job Run Job Log Configuration Override Detail> - Logging configuration for resource.
- Job
Node List<GetConfiguration Override Details Job Runs Job Run Job Node Configuration Override Detail> - The job node configuration details
- Job
Storage List<GetMount Configuration Details Lists Job Runs Job Run Job Storage Mount Configuration Details List> - Collection of JobStorageMountConfigurationDetails.
- Lifecycle
Details string - The state details of the node group.
- Log
Details List<GetJob Runs Job Run Log Detail> - Customer logging details for job run.
- Node
Group List<GetDetails Lists Job Runs Job Run Node Group Details List> - Collection of NodeGroupDetails
- Opc
Parent stringRpt Url - Project
Id string - The OCID of the project to associate the job run with.
- State string
- Filter results by the specified lifecycle state. Must be a valid state for the resource type.
- Time
Accepted string - The date and time the job run was accepted in the timestamp format defined by RFC3339.
- Time
Finished string - The date and time the job run request was finished in the timestamp format defined by RFC3339.
- Time
Started string - The date and time the job run request was started in the timestamp format defined by RFC3339.
- Asynchronous bool
- Compartment
Id string - Filter results by the OCID of the compartment.
- Created
By string - Filter results by the OCID of the user who created the resource.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Display
Name string - Filter results by its user-friendly name.
- map[string]string
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"}
- Id string
- Filter results by OCID. Must be an OCID of the correct type for the resource type.
- Job
Configuration []GetOverride Details Job Runs Job Run Job Configuration Override Detail - The job configuration details
- Job
Environment []GetConfiguration Override Details Job Runs Job Run Job Environment Configuration Override Detail - Environment configuration to capture job runtime dependencies.
- Job
Id string - The OCID of the job.
- Job
Infrastructure []GetConfiguration Details Job Runs Job Run Job Infrastructure Configuration Detail - The job infrastructure configuration details (shape, block storage, etc.)
- Job
Infrastructure []GetConfiguration Override Details Job Runs Job Run Job Infrastructure Configuration Override Detail - The job infrastructure configuration details (shape, block storage, etc.)
- Job
Log []GetConfiguration Override Details Job Runs Job Run Job Log Configuration Override Detail - Logging configuration for resource.
- Job
Node []GetConfiguration Override Details Job Runs Job Run Job Node Configuration Override Detail - The job node configuration details
- Job
Storage []GetMount Configuration Details Lists Job Runs Job Run Job Storage Mount Configuration Details List - Collection of JobStorageMountConfigurationDetails.
- Lifecycle
Details string - The state details of the node group.
- Log
Details []GetJob Runs Job Run Log Detail - Customer logging details for job run.
- Node
Group []GetDetails Lists Job Runs Job Run Node Group Details List - Collection of NodeGroupDetails
- Opc
Parent stringRpt Url - Project
Id string - The OCID of the project to associate the job run with.
- State string
- Filter results by the specified lifecycle state. Must be a valid state for the resource type.
- Time
Accepted string - The date and time the job run was accepted in the timestamp format defined by RFC3339.
- Time
Finished string - The date and time the job run request was finished in the timestamp format defined by RFC3339.
- Time
Started string - The date and time the job run request was started in the timestamp format defined by RFC3339.
- asynchronous Boolean
- compartment
Id String - Filter results by the OCID of the compartment.
- created
By String - Filter results by the OCID of the user who created the resource.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name String - Filter results by its user-friendly name.
- Map<String,String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"}
- id String
- Filter results by OCID. Must be an OCID of the correct type for the resource type.
- job
Configuration List<GetOverride Details Job Runs Job Run Job Configuration Override Detail> - The job configuration details
- job
Environment List<GetConfiguration Override Details Job Runs Job Run Job Environment Configuration Override Detail> - Environment configuration to capture job runtime dependencies.
- job
Id String - The OCID of the job.
- job
Infrastructure List<GetConfiguration Details Job Runs Job Run Job Infrastructure Configuration Detail> - The job infrastructure configuration details (shape, block storage, etc.)
- job
Infrastructure List<GetConfiguration Override Details Job Runs Job Run Job Infrastructure Configuration Override Detail> - The job infrastructure configuration details (shape, block storage, etc.)
- job
Log List<GetConfiguration Override Details Job Runs Job Run Job Log Configuration Override Detail> - Logging configuration for resource.
- job
Node List<GetConfiguration Override Details Job Runs Job Run Job Node Configuration Override Detail> - The job node configuration details
- job
Storage List<GetMount Configuration Details Lists Job Runs Job Run Job Storage Mount Configuration Details List> - Collection of JobStorageMountConfigurationDetails.
- lifecycle
Details String - The state details of the node group.
- log
Details List<GetJob Runs Job Run Log Detail> - Customer logging details for job run.
- node
Group List<GetDetails Lists Job Runs Job Run Node Group Details List> - Collection of NodeGroupDetails
- opc
Parent StringRpt Url - project
Id String - The OCID of the project to associate the job run with.
- state String
- Filter results by the specified lifecycle state. Must be a valid state for the resource type.
- time
Accepted String - The date and time the job run was accepted in the timestamp format defined by RFC3339.
- time
Finished String - The date and time the job run request was finished in the timestamp format defined by RFC3339.
- time
Started String - The date and time the job run request was started in the timestamp format defined by RFC3339.
- asynchronous boolean
- compartment
Id string - Filter results by the OCID of the compartment.
- created
By string - Filter results by the OCID of the user who created the resource.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name string - Filter results by its user-friendly name.
- {[key: string]: string}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"}
- id string
- Filter results by OCID. Must be an OCID of the correct type for the resource type.
- job
Configuration GetOverride Details Job Runs Job Run Job Configuration Override Detail[] - The job configuration details
- job
Environment GetConfiguration Override Details Job Runs Job Run Job Environment Configuration Override Detail[] - Environment configuration to capture job runtime dependencies.
- job
Id string - The OCID of the job.
- job
Infrastructure GetConfiguration Details Job Runs Job Run Job Infrastructure Configuration Detail[] - The job infrastructure configuration details (shape, block storage, etc.)
- job
Infrastructure GetConfiguration Override Details Job Runs Job Run Job Infrastructure Configuration Override Detail[] - The job infrastructure configuration details (shape, block storage, etc.)
- job
Log GetConfiguration Override Details Job Runs Job Run Job Log Configuration Override Detail[] - Logging configuration for resource.
- job
Node GetConfiguration Override Details Job Runs Job Run Job Node Configuration Override Detail[] - The job node configuration details
- job
Storage GetMount Configuration Details Lists Job Runs Job Run Job Storage Mount Configuration Details List[] - Collection of JobStorageMountConfigurationDetails.
- lifecycle
Details string - The state details of the node group.
- log
Details GetJob Runs Job Run Log Detail[] - Customer logging details for job run.
- node
Group GetDetails Lists Job Runs Job Run Node Group Details List[] - Collection of NodeGroupDetails
- opc
Parent stringRpt Url - project
Id string - The OCID of the project to associate the job run with.
- state string
- Filter results by the specified lifecycle state. Must be a valid state for the resource type.
- time
Accepted string - The date and time the job run was accepted in the timestamp format defined by RFC3339.
- time
Finished string - The date and time the job run request was finished in the timestamp format defined by RFC3339.
- time
Started string - The date and time the job run request was started in the timestamp format defined by RFC3339.
- asynchronous bool
- compartment_
id str - Filter results by the OCID of the compartment.
- created_
by str - Filter results by the OCID of the user who created the resource.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display_
name str - Filter results by its user-friendly name.
- Mapping[str, str]
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"}
- id str
- Filter results by OCID. Must be an OCID of the correct type for the resource type.
- job_
configuration_ Sequence[Getoverride_ details Job Runs Job Run Job Configuration Override Detail] - The job configuration details
- job_
environment_ Sequence[Getconfiguration_ override_ details Job Runs Job Run Job Environment Configuration Override Detail] - Environment configuration to capture job runtime dependencies.
- job_
id str - The OCID of the job.
- job_
infrastructure_ Sequence[Getconfiguration_ details Job Runs Job Run Job Infrastructure Configuration Detail] - The job infrastructure configuration details (shape, block storage, etc.)
- job_
infrastructure_ Sequence[Getconfiguration_ override_ details Job Runs Job Run Job Infrastructure Configuration Override Detail] - The job infrastructure configuration details (shape, block storage, etc.)
- job_
log_ Sequence[Getconfiguration_ override_ details Job Runs Job Run Job Log Configuration Override Detail] - Logging configuration for resource.
- job_
node_ Sequence[Getconfiguration_ override_ details Job Runs Job Run Job Node Configuration Override Detail] - The job node configuration details
- job_
storage_ Sequence[Getmount_ configuration_ details_ lists Job Runs Job Run Job Storage Mount Configuration Details List] - Collection of JobStorageMountConfigurationDetails.
- lifecycle_
details str - The state details of the node group.
- log_
details Sequence[GetJob Runs Job Run Log Detail] - Customer logging details for job run.
- node_
group_ Sequence[Getdetails_ lists Job Runs Job Run Node Group Details List] - Collection of NodeGroupDetails
- opc_
parent_ strrpt_ url - project_
id str - The OCID of the project to associate the job run with.
- state str
- Filter results by the specified lifecycle state. Must be a valid state for the resource type.
- time_
accepted str - The date and time the job run was accepted in the timestamp format defined by RFC3339.
- time_
finished str - The date and time the job run request was finished in the timestamp format defined by RFC3339.
- time_
started str - The date and time the job run request was started in the timestamp format defined by RFC3339.
- asynchronous Boolean
- compartment
Id String - Filter results by the OCID of the compartment.
- created
By String - Filter results by the OCID of the user who created the resource.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:
{"Operations.CostCenter": "42"}
- display
Name String - Filter results by its user-friendly name.
- Map<String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:
{"Department": "Finance"}
- id String
- Filter results by OCID. Must be an OCID of the correct type for the resource type.
- job
Configuration List<Property Map>Override Details - The job configuration details
- job
Environment List<Property Map>Configuration Override Details - Environment configuration to capture job runtime dependencies.
- job
Id String - The OCID of the job.
- job
Infrastructure List<Property Map>Configuration Details - The job infrastructure configuration details (shape, block storage, etc.)
- job
Infrastructure List<Property Map>Configuration Override Details - The job infrastructure configuration details (shape, block storage, etc.)
- job
Log List<Property Map>Configuration Override Details - Logging configuration for resource.
- job
Node List<Property Map>Configuration Override Details - The job node configuration details
- job
Storage List<Property Map>Mount Configuration Details Lists - Collection of JobStorageMountConfigurationDetails.
- lifecycle
Details String - The state details of the node group.
- log
Details List<Property Map> - Customer logging details for job run.
- node
Group List<Property Map>Details Lists - Collection of NodeGroupDetails
- opc
Parent StringRpt Url - project
Id String - The OCID of the project to associate the job run with.
- state String
- Filter results by the specified lifecycle state. Must be a valid state for the resource type.
- time
Accepted String - The date and time the job run was accepted in the timestamp format defined by RFC3339.
- time
Finished String - The date and time the job run request was finished in the timestamp format defined by RFC3339.
- time
Started String - The date and time the job run request was started in the timestamp format defined by RFC3339.
GetJobRunsJobRunJobConfigurationOverrideDetail
- Command
Line stringArguments - The arguments to pass to the job.
- Environment
Variables Dictionary<string, string> - Environment variables to set for the job.
- Job
Type string - The type of job.
- Maximum
Runtime stringIn Minutes - A time bound for the execution of the job run. Timer starts when the job run is in progress.
- Startup
Probe List<GetDetails Job Runs Job Run Job Configuration Override Detail Startup Probe Detail> - The probe indicates whether the application within the job run has started.
- Command
Line stringArguments - The arguments to pass to the job.
- Environment
Variables map[string]string - Environment variables to set for the job.
- Job
Type string - The type of job.
- Maximum
Runtime stringIn Minutes - A time bound for the execution of the job run. Timer starts when the job run is in progress.
- Startup
Probe []GetDetails Job Runs Job Run Job Configuration Override Detail Startup Probe Detail - The probe indicates whether the application within the job run has started.
- command
Line StringArguments - The arguments to pass to the job.
- environment
Variables Map<String,String> - Environment variables to set for the job.
- job
Type String - The type of job.
- maximum
Runtime StringIn Minutes - A time bound for the execution of the job run. Timer starts when the job run is in progress.
- startup
Probe List<GetDetails Job Runs Job Run Job Configuration Override Detail Startup Probe Detail> - The probe indicates whether the application within the job run has started.
- command
Line stringArguments - The arguments to pass to the job.
- environment
Variables {[key: string]: string} - Environment variables to set for the job.
- job
Type string - The type of job.
- maximum
Runtime stringIn Minutes - A time bound for the execution of the job run. Timer starts when the job run is in progress.
- startup
Probe GetDetails Job Runs Job Run Job Configuration Override Detail Startup Probe Detail[] - The probe indicates whether the application within the job run has started.
- command_
line_ strarguments - The arguments to pass to the job.
- environment_
variables Mapping[str, str] - Environment variables to set for the job.
- job_
type str - The type of job.
- maximum_
runtime_ strin_ minutes - A time bound for the execution of the job run. Timer starts when the job run is in progress.
- startup_
probe_ Sequence[Getdetails Job Runs Job Run Job Configuration Override Detail Startup Probe Detail] - The probe indicates whether the application within the job run has started.
- command
Line StringArguments - The arguments to pass to the job.
- environment
Variables Map<String> - Environment variables to set for the job.
- job
Type String - The type of job.
- maximum
Runtime StringIn Minutes - A time bound for the execution of the job run. Timer starts when the job run is in progress.
- startup
Probe List<Property Map>Details - The probe indicates whether the application within the job run has started.
GetJobRunsJobRunJobConfigurationOverrideDetailStartupProbeDetail
- Commands List<string>
- The commands to run in the target job run to perform the startup probe
- Failure
Threshold int - How many times the job will try before giving up when a probe fails.
- Initial
Delay intIn Seconds - Number of seconds after the job run has started before a startup probe is initiated.
- Job
Probe stringCheck Type - The probe check type to perform the startup probe and specifies the type of health check for a job.
- Period
In intSeconds - Number of seconds how often the job run should perform a startup probe
- Commands []string
- The commands to run in the target job run to perform the startup probe
- Failure
Threshold int - How many times the job will try before giving up when a probe fails.
- Initial
Delay intIn Seconds - Number of seconds after the job run has started before a startup probe is initiated.
- Job
Probe stringCheck Type - The probe check type to perform the startup probe and specifies the type of health check for a job.
- Period
In intSeconds - Number of seconds how often the job run should perform a startup probe
- commands List<String>
- The commands to run in the target job run to perform the startup probe
- failure
Threshold Integer - How many times the job will try before giving up when a probe fails.
- initial
Delay IntegerIn Seconds - Number of seconds after the job run has started before a startup probe is initiated.
- job
Probe StringCheck Type - The probe check type to perform the startup probe and specifies the type of health check for a job.
- period
In IntegerSeconds - Number of seconds how often the job run should perform a startup probe
- commands string[]
- The commands to run in the target job run to perform the startup probe
- failure
Threshold number - How many times the job will try before giving up when a probe fails.
- initial
Delay numberIn Seconds - Number of seconds after the job run has started before a startup probe is initiated.
- job
Probe stringCheck Type - The probe check type to perform the startup probe and specifies the type of health check for a job.
- period
In numberSeconds - Number of seconds how often the job run should perform a startup probe
- commands Sequence[str]
- The commands to run in the target job run to perform the startup probe
- failure_
threshold int - How many times the job will try before giving up when a probe fails.
- initial_
delay_ intin_ seconds - Number of seconds after the job run has started before a startup probe is initiated.
- job_
probe_ strcheck_ type - The probe check type to perform the startup probe and specifies the type of health check for a job.
- period_
in_ intseconds - Number of seconds how often the job run should perform a startup probe
- commands List<String>
- The commands to run in the target job run to perform the startup probe
- failure
Threshold Number - How many times the job will try before giving up when a probe fails.
- initial
Delay NumberIn Seconds - Number of seconds after the job run has started before a startup probe is initiated.
- job
Probe StringCheck Type - The probe check type to perform the startup probe and specifies the type of health check for a job.
- period
In NumberSeconds - Number of seconds how often the job run should perform a startup probe
GetJobRunsJobRunJobEnvironmentConfigurationOverrideDetail
- Cmds List<string>
- The container image run CMD as a list of strings. Use
CMD
as arguments to theENTRYPOINT
or the only command to run in the absence of anENTRYPOINT
. The combined size ofCMD
andENTRYPOINT
must be less than 2048 bytes. - Entrypoints List<string>
- The container image run ENTRYPOINT as a list of strings. Accept the
CMD
as extra arguments. The combined size ofCMD
andENTRYPOINT
must be less than 2048 bytes. More information on howCMD
andENTRYPOINT
interact are here. - Image string
- The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format. Acceptable format:
<region>.ocir.io/<registry>/<image>:<tag>
<region>.ocir.io/<registry>/<image>:<tag>@digest
- Image
Digest string - The digest of the container image. For example,
sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
- Image
Signature stringId - OCID of the container image signature
- Job
Environment stringType - The environment configuration type used for job runtime.
- Cmds []string
- The container image run CMD as a list of strings. Use
CMD
as arguments to theENTRYPOINT
or the only command to run in the absence of anENTRYPOINT
. The combined size ofCMD
andENTRYPOINT
must be less than 2048 bytes. - Entrypoints []string
- The container image run ENTRYPOINT as a list of strings. Accept the
CMD
as extra arguments. The combined size ofCMD
andENTRYPOINT
must be less than 2048 bytes. More information on howCMD
andENTRYPOINT
interact are here. - Image string
- The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format. Acceptable format:
<region>.ocir.io/<registry>/<image>:<tag>
<region>.ocir.io/<registry>/<image>:<tag>@digest
- Image
Digest string - The digest of the container image. For example,
sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
- Image
Signature stringId - OCID of the container image signature
- Job
Environment stringType - The environment configuration type used for job runtime.
- cmds List<String>
- The container image run CMD as a list of strings. Use
CMD
as arguments to theENTRYPOINT
or the only command to run in the absence of anENTRYPOINT
. The combined size ofCMD
andENTRYPOINT
must be less than 2048 bytes. - entrypoints List<String>
- The container image run ENTRYPOINT as a list of strings. Accept the
CMD
as extra arguments. The combined size ofCMD
andENTRYPOINT
must be less than 2048 bytes. More information on howCMD
andENTRYPOINT
interact are here. - image String
- The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format. Acceptable format:
<region>.ocir.io/<registry>/<image>:<tag>
<region>.ocir.io/<registry>/<image>:<tag>@digest
- image
Digest String - The digest of the container image. For example,
sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
- image
Signature StringId - OCID of the container image signature
- job
Environment StringType - The environment configuration type used for job runtime.
- cmds string[]
- The container image run CMD as a list of strings. Use
CMD
as arguments to theENTRYPOINT
or the only command to run in the absence of anENTRYPOINT
. The combined size ofCMD
andENTRYPOINT
must be less than 2048 bytes. - entrypoints string[]
- The container image run ENTRYPOINT as a list of strings. Accept the
CMD
as extra arguments. The combined size ofCMD
andENTRYPOINT
must be less than 2048 bytes. More information on howCMD
andENTRYPOINT
interact are here. - image string
- The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format. Acceptable format:
<region>.ocir.io/<registry>/<image>:<tag>
<region>.ocir.io/<registry>/<image>:<tag>@digest
- image
Digest string - The digest of the container image. For example,
sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
- image
Signature stringId - OCID of the container image signature
- job
Environment stringType - The environment configuration type used for job runtime.
- cmds Sequence[str]
- The container image run CMD as a list of strings. Use
CMD
as arguments to theENTRYPOINT
or the only command to run in the absence of anENTRYPOINT
. The combined size ofCMD
andENTRYPOINT
must be less than 2048 bytes. - entrypoints Sequence[str]
- The container image run ENTRYPOINT as a list of strings. Accept the
CMD
as extra arguments. The combined size ofCMD
andENTRYPOINT
must be less than 2048 bytes. More information on howCMD
andENTRYPOINT
interact are here. - image str
- The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format. Acceptable format:
<region>.ocir.io/<registry>/<image>:<tag>
<region>.ocir.io/<registry>/<image>:<tag>@digest
- image_
digest str - The digest of the container image. For example,
sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
- image_
signature_ strid - OCID of the container image signature
- job_
environment_ strtype - The environment configuration type used for job runtime.
- cmds List<String>
- The container image run CMD as a list of strings. Use
CMD
as arguments to theENTRYPOINT
or the only command to run in the absence of anENTRYPOINT
. The combined size ofCMD
andENTRYPOINT
must be less than 2048 bytes. - entrypoints List<String>
- The container image run ENTRYPOINT as a list of strings. Accept the
CMD
as extra arguments. The combined size ofCMD
andENTRYPOINT
must be less than 2048 bytes. More information on howCMD
andENTRYPOINT
interact are here. - image String
- The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format. Acceptable format:
<region>.ocir.io/<registry>/<image>:<tag>
<region>.ocir.io/<registry>/<image>:<tag>@digest
- image
Digest String - The digest of the container image. For example,
sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
- image
Signature StringId - OCID of the container image signature
- job
Environment StringType - The environment configuration type used for job runtime.
GetJobRunsJobRunJobInfrastructureConfigurationDetail
- Block
Storage intSize In Gbs - The size of the block storage volume to attach to the instance running the job
- Job
Infrastructure stringType - The infrastructure type used for job run.
- Job
Shape List<GetConfig Details Job Runs Job Run Job Infrastructure Configuration Detail Job Shape Config Detail> - Details for the job run shape configuration. Specify only when a flex shape is selected.
- Shape
Name string - The name that corresponds to the JobShapeSummary to use for the job node
- Subnet
Id string - The subnet to create a secondary vnic in to attach to the instance running the job
- Block
Storage intSize In Gbs - The size of the block storage volume to attach to the instance running the job
- Job
Infrastructure stringType - The infrastructure type used for job run.
- Job
Shape []GetConfig Details Job Runs Job Run Job Infrastructure Configuration Detail Job Shape Config Detail - Details for the job run shape configuration. Specify only when a flex shape is selected.
- Shape
Name string - The name that corresponds to the JobShapeSummary to use for the job node
- Subnet
Id string - The subnet to create a secondary vnic in to attach to the instance running the job
- block
Storage IntegerSize In Gbs - The size of the block storage volume to attach to the instance running the job
- job
Infrastructure StringType - The infrastructure type used for job run.
- job
Shape List<GetConfig Details Job Runs Job Run Job Infrastructure Configuration Detail Job Shape Config Detail> - Details for the job run shape configuration. Specify only when a flex shape is selected.
- shape
Name String - The name that corresponds to the JobShapeSummary to use for the job node
- subnet
Id String - The subnet to create a secondary vnic in to attach to the instance running the job
- block
Storage numberSize In Gbs - The size of the block storage volume to attach to the instance running the job
- job
Infrastructure stringType - The infrastructure type used for job run.
- job
Shape GetConfig Details Job Runs Job Run Job Infrastructure Configuration Detail Job Shape Config Detail[] - Details for the job run shape configuration. Specify only when a flex shape is selected.
- shape
Name string - The name that corresponds to the JobShapeSummary to use for the job node
- subnet
Id string - The subnet to create a secondary vnic in to attach to the instance running the job
- block_
storage_ intsize_ in_ gbs - The size of the block storage volume to attach to the instance running the job
- job_
infrastructure_ strtype - The infrastructure type used for job run.
- job_
shape_ Sequence[Getconfig_ details Job Runs Job Run Job Infrastructure Configuration Detail Job Shape Config Detail] - Details for the job run shape configuration. Specify only when a flex shape is selected.
- shape_
name str - The name that corresponds to the JobShapeSummary to use for the job node
- subnet_
id str - The subnet to create a secondary vnic in to attach to the instance running the job
- block
Storage NumberSize In Gbs - The size of the block storage volume to attach to the instance running the job
- job
Infrastructure StringType - The infrastructure type used for job run.
- job
Shape List<Property Map>Config Details - Details for the job run shape configuration. Specify only when a flex shape is selected.
- shape
Name String - The name that corresponds to the JobShapeSummary to use for the job node
- subnet
Id String - The subnet to create a secondary vnic in to attach to the instance running the job
GetJobRunsJobRunJobInfrastructureConfigurationDetailJobShapeConfigDetail
- Cpu
Baseline string - The baseline OCPU utilization for a subcore burstable VM instance. If this attribute is left blank, it will default to
BASELINE_1_1
. The following values are supported: BASELINE_1_8 - baseline usage is 1/8 of an OCPU. BASELINE_1_2 - baseline usage is 1/2 of an OCPU. BASELINE_1_1 - baseline usage is an entire OCPU. This represents a non-burstable instance. - Memory
In doubleGbs - The total amount of memory available to the job run instance, in gigabytes.
- Ocpus double
- The total number of OCPUs available to the job run instance.
- Cpu
Baseline string - The baseline OCPU utilization for a subcore burstable VM instance. If this attribute is left blank, it will default to
BASELINE_1_1
. The following values are supported: BASELINE_1_8 - baseline usage is 1/8 of an OCPU. BASELINE_1_2 - baseline usage is 1/2 of an OCPU. BASELINE_1_1 - baseline usage is an entire OCPU. This represents a non-burstable instance. - Memory
In float64Gbs - The total amount of memory available to the job run instance, in gigabytes.
- Ocpus float64
- The total number of OCPUs available to the job run instance.
- cpu
Baseline String - The baseline OCPU utilization for a subcore burstable VM instance. If this attribute is left blank, it will default to
BASELINE_1_1
. The following values are supported: BASELINE_1_8 - baseline usage is 1/8 of an OCPU. BASELINE_1_2 - baseline usage is 1/2 of an OCPU. BASELINE_1_1 - baseline usage is an entire OCPU. This represents a non-burstable instance. - memory
In DoubleGbs - The total amount of memory available to the job run instance, in gigabytes.
- ocpus Double
- The total number of OCPUs available to the job run instance.
- cpu
Baseline string - The baseline OCPU utilization for a subcore burstable VM instance. If this attribute is left blank, it will default to
BASELINE_1_1
. The following values are supported: BASELINE_1_8 - baseline usage is 1/8 of an OCPU. BASELINE_1_2 - baseline usage is 1/2 of an OCPU. BASELINE_1_1 - baseline usage is an entire OCPU. This represents a non-burstable instance. - memory
In numberGbs - The total amount of memory available to the job run instance, in gigabytes.
- ocpus number
- The total number of OCPUs available to the job run instance.
- cpu_
baseline str - The baseline OCPU utilization for a subcore burstable VM instance. If this attribute is left blank, it will default to
BASELINE_1_1
. The following values are supported: BASELINE_1_8 - baseline usage is 1/8 of an OCPU. BASELINE_1_2 - baseline usage is 1/2 of an OCPU. BASELINE_1_1 - baseline usage is an entire OCPU. This represents a non-burstable instance. - memory_
in_ floatgbs - The total amount of memory available to the job run instance, in gigabytes.
- ocpus float
- The total number of OCPUs available to the job run instance.
- cpu
Baseline String - The baseline OCPU utilization for a subcore burstable VM instance. If this attribute is left blank, it will default to
BASELINE_1_1
. The following values are supported: BASELINE_1_8 - baseline usage is 1/8 of an OCPU. BASELINE_1_2 - baseline usage is 1/2 of an OCPU. BASELINE_1_1 - baseline usage is an entire OCPU. This represents a non-burstable instance. - memory
In NumberGbs - The total amount of memory available to the job run instance, in gigabytes.
- ocpus Number
- The total number of OCPUs available to the job run instance.
GetJobRunsJobRunJobInfrastructureConfigurationOverrideDetail
- Block
Storage intSize In Gbs - The size of the block storage volume to attach to the instance running the job
- Job
Infrastructure stringType - The infrastructure type used for job run.
- Job
Shape List<GetConfig Details Job Runs Job Run Job Infrastructure Configuration Override Detail Job Shape Config Detail> - Details for the job run shape configuration. Specify only when a flex shape is selected.
- Shape
Name string - The name that corresponds to the JobShapeSummary to use for the job node
- Subnet
Id string - The subnet to create a secondary vnic in to attach to the instance running the job
- Block
Storage intSize In Gbs - The size of the block storage volume to attach to the instance running the job
- Job
Infrastructure stringType - The infrastructure type used for job run.
- Job
Shape []GetConfig Details Job Runs Job Run Job Infrastructure Configuration Override Detail Job Shape Config Detail - Details for the job run shape configuration. Specify only when a flex shape is selected.
- Shape
Name string - The name that corresponds to the JobShapeSummary to use for the job node
- Subnet
Id string - The subnet to create a secondary vnic in to attach to the instance running the job
- block
Storage IntegerSize In Gbs - The size of the block storage volume to attach to the instance running the job
- job
Infrastructure StringType - The infrastructure type used for job run.
- job
Shape List<GetConfig Details Job Runs Job Run Job Infrastructure Configuration Override Detail Job Shape Config Detail> - Details for the job run shape configuration. Specify only when a flex shape is selected.
- shape
Name String - The name that corresponds to the JobShapeSummary to use for the job node
- subnet
Id String - The subnet to create a secondary vnic in to attach to the instance running the job
- block
Storage numberSize In Gbs - The size of the block storage volume to attach to the instance running the job
- job
Infrastructure stringType - The infrastructure type used for job run.
- job
Shape GetConfig Details Job Runs Job Run Job Infrastructure Configuration Override Detail Job Shape Config Detail[] - Details for the job run shape configuration. Specify only when a flex shape is selected.
- shape
Name string - The name that corresponds to the JobShapeSummary to use for the job node
- subnet
Id string - The subnet to create a secondary vnic in to attach to the instance running the job
- block_
storage_ intsize_ in_ gbs - The size of the block storage volume to attach to the instance running the job
- job_
infrastructure_ strtype - The infrastructure type used for job run.
- job_
shape_ Sequence[Getconfig_ details Job Runs Job Run Job Infrastructure Configuration Override Detail Job Shape Config Detail] - Details for the job run shape configuration. Specify only when a flex shape is selected.
- shape_
name str - The name that corresponds to the JobShapeSummary to use for the job node
- subnet_
id str - The subnet to create a secondary vnic in to attach to the instance running the job
- block
Storage NumberSize In Gbs - The size of the block storage volume to attach to the instance running the job
- job
Infrastructure StringType - The infrastructure type used for job run.
- job
Shape List<Property Map>Config Details - Details for the job run shape configuration. Specify only when a flex shape is selected.
- shape
Name String - The name that corresponds to the JobShapeSummary to use for the job node
- subnet
Id String - The subnet to create a secondary vnic in to attach to the instance running the job
GetJobRunsJobRunJobInfrastructureConfigurationOverrideDetailJobShapeConfigDetail
- Memory
In doubleGbs - The total amount of memory available to the job run instance, in gigabytes.
- Ocpus double
- The total number of OCPUs available to the job run instance.
- Memory
In float64Gbs - The total amount of memory available to the job run instance, in gigabytes.
- Ocpus float64
- The total number of OCPUs available to the job run instance.
- memory
In DoubleGbs - The total amount of memory available to the job run instance, in gigabytes.
- ocpus Double
- The total number of OCPUs available to the job run instance.
- memory
In numberGbs - The total amount of memory available to the job run instance, in gigabytes.
- ocpus number
- The total number of OCPUs available to the job run instance.
- memory_
in_ floatgbs - The total amount of memory available to the job run instance, in gigabytes.
- ocpus float
- The total number of OCPUs available to the job run instance.
- memory
In NumberGbs - The total amount of memory available to the job run instance, in gigabytes.
- ocpus Number
- The total number of OCPUs available to the job run instance.
GetJobRunsJobRunJobLogConfigurationOverrideDetail
- Enable
Auto boolLog Creation - If automatic on-behalf-of log object creation is enabled for job runs.
- Enable
Logging bool - If customer logging is enabled for job runs.
- Log
Group stringId - The log group id for where log objects will be for job runs.
- Log
Id string - The log id of the log object the job run logs will be shipped to.
- Enable
Auto boolLog Creation - If automatic on-behalf-of log object creation is enabled for job runs.
- Enable
Logging bool - If customer logging is enabled for job runs.
- Log
Group stringId - The log group id for where log objects will be for job runs.
- Log
Id string - The log id of the log object the job run logs will be shipped to.
- enable
Auto BooleanLog Creation - If automatic on-behalf-of log object creation is enabled for job runs.
- enable
Logging Boolean - If customer logging is enabled for job runs.
- log
Group StringId - The log group id for where log objects will be for job runs.
- log
Id String - The log id of the log object the job run logs will be shipped to.
- enable
Auto booleanLog Creation - If automatic on-behalf-of log object creation is enabled for job runs.
- enable
Logging boolean - If customer logging is enabled for job runs.
- log
Group stringId - The log group id for where log objects will be for job runs.
- log
Id string - The log id of the log object the job run logs will be shipped to.
- enable_
auto_ boollog_ creation - If automatic on-behalf-of log object creation is enabled for job runs.
- enable_
logging bool - If customer logging is enabled for job runs.
- log_
group_ strid - The log group id for where log objects will be for job runs.
- log_
id str - The log id of the log object the job run logs will be shipped to.
- enable
Auto BooleanLog Creation - If automatic on-behalf-of log object creation is enabled for job runs.
- enable
Logging Boolean - If customer logging is enabled for job runs.
- log
Group StringId - The log group id for where log objects will be for job runs.
- log
Id String - The log id of the log object the job run logs will be shipped to.
GetJobRunsJobRunJobNodeConfigurationOverrideDetail
- Job
Network List<GetConfigurations Job Runs Job Run Job Node Configuration Override Detail Job Network Configuration> - The job network configuration details
- Job
Node List<GetGroup Configuration Details Lists Job Runs Job Run Job Node Configuration Override Detail Job Node Group Configuration Details List> - List of JobNodeGroupConfigurationDetails
- Job
Node stringType - The node type used for job run.
- Maximum
Runtime stringIn Minutes - A time bound for the execution of the job run. Timer starts when the job run is in progress.
- Startup
Order string - The execution order of node groups
- Job
Network []GetConfigurations Job Runs Job Run Job Node Configuration Override Detail Job Network Configuration - The job network configuration details
- Job
Node []GetGroup Configuration Details Lists Job Runs Job Run Job Node Configuration Override Detail Job Node Group Configuration Details List - List of JobNodeGroupConfigurationDetails
- Job
Node stringType - The node type used for job run.
- Maximum
Runtime stringIn Minutes - A time bound for the execution of the job run. Timer starts when the job run is in progress.
- Startup
Order string - The execution order of node groups
- job
Network List<GetConfigurations Job Runs Job Run Job Node Configuration Override Detail Job Network Configuration> - The job network configuration details
- job
Node List<GetGroup Configuration Details Lists Job Runs Job Run Job Node Configuration Override Detail Job Node Group Configuration Details List> - List of JobNodeGroupConfigurationDetails
- job
Node StringType - The node type used for job run.
- maximum
Runtime StringIn Minutes - A time bound for the execution of the job run. Timer starts when the job run is in progress.
- startup
Order String - The execution order of node groups
- job
Network GetConfigurations Job Runs Job Run Job Node Configuration Override Detail Job Network Configuration[] - The job network configuration details
- job
Node GetGroup Configuration Details Lists Job Runs Job Run Job Node Configuration Override Detail Job Node Group Configuration Details List[] - List of JobNodeGroupConfigurationDetails
- job
Node stringType - The node type used for job run.
- maximum
Runtime stringIn Minutes - A time bound for the execution of the job run. Timer starts when the job run is in progress.
- startup
Order string - The execution order of node groups
- job_
network_ Sequence[Getconfigurations Job Runs Job Run Job Node Configuration Override Detail Job Network Configuration] - The job network configuration details
- job_
node_ Sequence[Getgroup_ configuration_ details_ lists Job Runs Job Run Job Node Configuration Override Detail Job Node Group Configuration Details List] - List of JobNodeGroupConfigurationDetails
- job_
node_ strtype - The node type used for job run.
- maximum_
runtime_ strin_ minutes - A time bound for the execution of the job run. Timer starts when the job run is in progress.
- startup_
order str - The execution order of node groups
- job
Network List<Property Map>Configurations - The job network configuration details
- job
Node List<Property Map>Group Configuration Details Lists - List of JobNodeGroupConfigurationDetails
- job
Node StringType - The node type used for job run.
- maximum
Runtime StringIn Minutes - A time bound for the execution of the job run. Timer starts when the job run is in progress.
- startup
Order String - The execution order of node groups
GetJobRunsJobRunJobNodeConfigurationOverrideDetailJobNetworkConfiguration
- Job
Network stringType - job network type
- Subnet
Id string - The subnet to create a secondary vnic in to attach to the instance running the job
- Job
Network stringType - job network type
- Subnet
Id string - The subnet to create a secondary vnic in to attach to the instance running the job
- job
Network StringType - job network type
- subnet
Id String - The subnet to create a secondary vnic in to attach to the instance running the job
- job
Network stringType - job network type
- subnet
Id string - The subnet to create a secondary vnic in to attach to the instance running the job
- job_
network_ strtype - job network type
- subnet_
id str - The subnet to create a secondary vnic in to attach to the instance running the job
- job
Network StringType - job network type
- subnet
Id String - The subnet to create a secondary vnic in to attach to the instance running the job
GetJobRunsJobRunJobNodeConfigurationOverrideDetailJobNodeGroupConfigurationDetailsList
- Job
Configuration List<GetDetails Job Runs Job Run Job Node Configuration Override Detail Job Node Group Configuration Details List Job Configuration Detail> - The job configuration details
- Job
Environment List<GetConfiguration Details Job Runs Job Run Job Node Configuration Override Detail Job Node Group Configuration Details List Job Environment Configuration Detail> - Environment configuration to capture job runtime dependencies.
- Job
Infrastructure List<GetConfiguration Details Job Runs Job Run Job Node Configuration Override Detail Job Node Group Configuration Details List Job Infrastructure Configuration Detail> - The job infrastructure configuration details (shape, block storage, etc.)
- Minimum
Success intReplicas - The minimum threshold of successful replicas for node group to be successful. All replicas need to succeed if this is not specified.
- Name string
- node group name.
- Replicas int
- The number of nodes.
- Job
Configuration []GetDetails Job Runs Job Run Job Node Configuration Override Detail Job Node Group Configuration Details List Job Configuration Detail - The job configuration details
- Job
Environment []GetConfiguration Details Job Runs Job Run Job Node Configuration Override Detail Job Node Group Configuration Details List Job Environment Configuration Detail - Environment configuration to capture job runtime dependencies.
- Job
Infrastructure []GetConfiguration Details Job Runs Job Run Job Node Configuration Override Detail Job Node Group Configuration Details List Job Infrastructure Configuration Detail - The job infrastructure configuration details (shape, block storage, etc.)
- Minimum
Success intReplicas - The minimum threshold of successful replicas for node group to be successful. All replicas need to succeed if this is not specified.
- Name string
- node group name.
- Replicas int
- The number of nodes.
- job
Configuration List<GetDetails Job Runs Job Run Job Node Configuration Override Detail Job Node Group Configuration Details List Job Configuration Detail> - The job configuration details
- job
Environment List<GetConfiguration Details Job Runs Job Run Job Node Configuration Override Detail Job Node Group Configuration Details List Job Environment Configuration Detail> - Environment configuration to capture job runtime dependencies.
- job
Infrastructure List<GetConfiguration Details Job Runs Job Run Job Node Configuration Override Detail Job Node Group Configuration Details List Job Infrastructure Configuration Detail> - The job infrastructure configuration details (shape, block storage, etc.)
- minimum
Success IntegerReplicas - The minimum threshold of successful replicas for node group to be successful. All replicas need to succeed if this is not specified.
- name String
- node group name.
- replicas Integer
- The number of nodes.
- job
Configuration GetDetails Job Runs Job Run Job Node Configuration Override Detail Job Node Group Configuration Details List Job Configuration Detail[] - The job configuration details
- job
Environment GetConfiguration Details Job Runs Job Run Job Node Configuration Override Detail Job Node Group Configuration Details List Job Environment Configuration Detail[] - Environment configuration to capture job runtime dependencies.
- job
Infrastructure GetConfiguration Details Job Runs Job Run Job Node Configuration Override Detail Job Node Group Configuration Details List Job Infrastructure Configuration Detail[] - The job infrastructure configuration details (shape, block storage, etc.)
- minimum
Success numberReplicas - The minimum threshold of successful replicas for node group to be successful. All replicas need to succeed if this is not specified.
- name string
- node group name.
- replicas number
- The number of nodes.
- job_
configuration_ Sequence[Getdetails Job Runs Job Run Job Node Configuration Override Detail Job Node Group Configuration Details List Job Configuration Detail] - The job configuration details
- job_
environment_ Sequence[Getconfiguration_ details Job Runs Job Run Job Node Configuration Override Detail Job Node Group Configuration Details List Job Environment Configuration Detail] - Environment configuration to capture job runtime dependencies.
- job_
infrastructure_ Sequence[Getconfiguration_ details Job Runs Job Run Job Node Configuration Override Detail Job Node Group Configuration Details List Job Infrastructure Configuration Detail] - The job infrastructure configuration details (shape, block storage, etc.)
- minimum_
success_ intreplicas - The minimum threshold of successful replicas for node group to be successful. All replicas need to succeed if this is not specified.
- name str
- node group name.
- replicas int
- The number of nodes.
- job
Configuration List<Property Map>Details - The job configuration details
- job
Environment List<Property Map>Configuration Details - Environment configuration to capture job runtime dependencies.
- job
Infrastructure List<Property Map>Configuration Details - The job infrastructure configuration details (shape, block storage, etc.)
- minimum
Success NumberReplicas - The minimum threshold of successful replicas for node group to be successful. All replicas need to succeed if this is not specified.
- name String
- node group name.
- replicas Number
- The number of nodes.
GetJobRunsJobRunJobNodeConfigurationOverrideDetailJobNodeGroupConfigurationDetailsListJobConfigurationDetail
- Command
Line stringArguments - The arguments to pass to the job.
- Environment
Variables Dictionary<string, string> - Environment variables to set for the job.
- Job
Type string - The type of job.
- Maximum
Runtime stringIn Minutes - A time bound for the execution of the job run. Timer starts when the job run is in progress.
- Startup
Probe List<GetDetails Job Runs Job Run Job Node Configuration Override Detail Job Node Group Configuration Details List Job Configuration Detail Startup Probe Detail> - The probe indicates whether the application within the job run has started.
- Command
Line stringArguments - The arguments to pass to the job.
- Environment
Variables map[string]string - Environment variables to set for the job.
- Job
Type string - The type of job.
- Maximum
Runtime stringIn Minutes - A time bound for the execution of the job run. Timer starts when the job run is in progress.
- Startup
Probe []GetDetails Job Runs Job Run Job Node Configuration Override Detail Job Node Group Configuration Details List Job Configuration Detail Startup Probe Detail - The probe indicates whether the application within the job run has started.
- command
Line StringArguments - The arguments to pass to the job.
- environment
Variables Map<String,String> - Environment variables to set for the job.
- job
Type String - The type of job.
- maximum
Runtime StringIn Minutes - A time bound for the execution of the job run. Timer starts when the job run is in progress.
- startup
Probe List<GetDetails Job Runs Job Run Job Node Configuration Override Detail Job Node Group Configuration Details List Job Configuration Detail Startup Probe Detail> - The probe indicates whether the application within the job run has started.
- command
Line stringArguments - The arguments to pass to the job.
- environment
Variables {[key: string]: string} - Environment variables to set for the job.
- job
Type string - The type of job.
- maximum
Runtime stringIn Minutes - A time bound for the execution of the job run. Timer starts when the job run is in progress.
- startup
Probe GetDetails Job Runs Job Run Job Node Configuration Override Detail Job Node Group Configuration Details List Job Configuration Detail Startup Probe Detail[] - The probe indicates whether the application within the job run has started.
- command_
line_ strarguments - The arguments to pass to the job.
- environment_
variables Mapping[str, str] - Environment variables to set for the job.
- job_
type str - The type of job.
- maximum_
runtime_ strin_ minutes - A time bound for the execution of the job run. Timer starts when the job run is in progress.
- startup_
probe_ Sequence[Getdetails Job Runs Job Run Job Node Configuration Override Detail Job Node Group Configuration Details List Job Configuration Detail Startup Probe Detail] - The probe indicates whether the application within the job run has started.
- command
Line StringArguments - The arguments to pass to the job.
- environment
Variables Map<String> - Environment variables to set for the job.
- job
Type String - The type of job.
- maximum
Runtime StringIn Minutes - A time bound for the execution of the job run. Timer starts when the job run is in progress.
- startup
Probe List<Property Map>Details - The probe indicates whether the application within the job run has started.
GetJobRunsJobRunJobNodeConfigurationOverrideDetailJobNodeGroupConfigurationDetailsListJobConfigurationDetailStartupProbeDetail
- Commands List<string>
- The commands to run in the target job run to perform the startup probe
- Failure
Threshold int - How many times the job will try before giving up when a probe fails.
- Initial
Delay intIn Seconds - Number of seconds after the job run has started before a startup probe is initiated.
- Job
Probe stringCheck Type - The probe check type to perform the startup probe and specifies the type of health check for a job.
- Period
In intSeconds - Number of seconds how often the job run should perform a startup probe
- Commands []string
- The commands to run in the target job run to perform the startup probe
- Failure
Threshold int - How many times the job will try before giving up when a probe fails.
- Initial
Delay intIn Seconds - Number of seconds after the job run has started before a startup probe is initiated.
- Job
Probe stringCheck Type - The probe check type to perform the startup probe and specifies the type of health check for a job.
- Period
In intSeconds - Number of seconds how often the job run should perform a startup probe
- commands List<String>
- The commands to run in the target job run to perform the startup probe
- failure
Threshold Integer - How many times the job will try before giving up when a probe fails.
- initial
Delay IntegerIn Seconds - Number of seconds after the job run has started before a startup probe is initiated.
- job
Probe StringCheck Type - The probe check type to perform the startup probe and specifies the type of health check for a job.
- period
In IntegerSeconds - Number of seconds how often the job run should perform a startup probe
- commands string[]
- The commands to run in the target job run to perform the startup probe
- failure
Threshold number - How many times the job will try before giving up when a probe fails.
- initial
Delay numberIn Seconds - Number of seconds after the job run has started before a startup probe is initiated.
- job
Probe stringCheck Type - The probe check type to perform the startup probe and specifies the type of health check for a job.
- period
In numberSeconds - Number of seconds how often the job run should perform a startup probe
- commands Sequence[str]
- The commands to run in the target job run to perform the startup probe
- failure_
threshold int - How many times the job will try before giving up when a probe fails.
- initial_
delay_ intin_ seconds - Number of seconds after the job run has started before a startup probe is initiated.
- job_
probe_ strcheck_ type - The probe check type to perform the startup probe and specifies the type of health check for a job.
- period_
in_ intseconds - Number of seconds how often the job run should perform a startup probe
- commands List<String>
- The commands to run in the target job run to perform the startup probe
- failure
Threshold Number - How many times the job will try before giving up when a probe fails.
- initial
Delay NumberIn Seconds - Number of seconds after the job run has started before a startup probe is initiated.
- job
Probe StringCheck Type - The probe check type to perform the startup probe and specifies the type of health check for a job.
- period
In NumberSeconds - Number of seconds how often the job run should perform a startup probe
GetJobRunsJobRunJobNodeConfigurationOverrideDetailJobNodeGroupConfigurationDetailsListJobEnvironmentConfigurationDetail
- Cmds List<string>
- The container image run CMD as a list of strings. Use
CMD
as arguments to theENTRYPOINT
or the only command to run in the absence of anENTRYPOINT
. The combined size ofCMD
andENTRYPOINT
must be less than 2048 bytes. - Entrypoints List<string>
- The container image run ENTRYPOINT as a list of strings. Accept the
CMD
as extra arguments. The combined size ofCMD
andENTRYPOINT
must be less than 2048 bytes. More information on howCMD
andENTRYPOINT
interact are here. - Image string
- The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format. Acceptable format:
<region>.ocir.io/<registry>/<image>:<tag>
<region>.ocir.io/<registry>/<image>:<tag>@digest
- Image
Digest string - The digest of the container image. For example,
sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
- Image
Signature stringId - OCID of the container image signature
- Job
Environment stringType - The environment configuration type used for job runtime.
- Cmds []string
- The container image run CMD as a list of strings. Use
CMD
as arguments to theENTRYPOINT
or the only command to run in the absence of anENTRYPOINT
. The combined size ofCMD
andENTRYPOINT
must be less than 2048 bytes. - Entrypoints []string
- The container image run ENTRYPOINT as a list of strings. Accept the
CMD
as extra arguments. The combined size ofCMD
andENTRYPOINT
must be less than 2048 bytes. More information on howCMD
andENTRYPOINT
interact are here. - Image string
- The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format. Acceptable format:
<region>.ocir.io/<registry>/<image>:<tag>
<region>.ocir.io/<registry>/<image>:<tag>@digest
- Image
Digest string - The digest of the container image. For example,
sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
- Image
Signature stringId - OCID of the container image signature
- Job
Environment stringType - The environment configuration type used for job runtime.
- cmds List<String>
- The container image run CMD as a list of strings. Use
CMD
as arguments to theENTRYPOINT
or the only command to run in the absence of anENTRYPOINT
. The combined size ofCMD
andENTRYPOINT
must be less than 2048 bytes. - entrypoints List<String>
- The container image run ENTRYPOINT as a list of strings. Accept the
CMD
as extra arguments. The combined size ofCMD
andENTRYPOINT
must be less than 2048 bytes. More information on howCMD
andENTRYPOINT
interact are here. - image String
- The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format. Acceptable format:
<region>.ocir.io/<registry>/<image>:<tag>
<region>.ocir.io/<registry>/<image>:<tag>@digest
- image
Digest String - The digest of the container image. For example,
sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
- image
Signature StringId - OCID of the container image signature
- job
Environment StringType - The environment configuration type used for job runtime.
- cmds string[]
- The container image run CMD as a list of strings. Use
CMD
as arguments to theENTRYPOINT
or the only command to run in the absence of anENTRYPOINT
. The combined size ofCMD
andENTRYPOINT
must be less than 2048 bytes. - entrypoints string[]
- The container image run ENTRYPOINT as a list of strings. Accept the
CMD
as extra arguments. The combined size ofCMD
andENTRYPOINT
must be less than 2048 bytes. More information on howCMD
andENTRYPOINT
interact are here. - image string
- The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format. Acceptable format:
<region>.ocir.io/<registry>/<image>:<tag>
<region>.ocir.io/<registry>/<image>:<tag>@digest
- image
Digest string - The digest of the container image. For example,
sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
- image
Signature stringId - OCID of the container image signature
- job
Environment stringType - The environment configuration type used for job runtime.
- cmds Sequence[str]
- The container image run CMD as a list of strings. Use
CMD
as arguments to theENTRYPOINT
or the only command to run in the absence of anENTRYPOINT
. The combined size ofCMD
andENTRYPOINT
must be less than 2048 bytes. - entrypoints Sequence[str]
- The container image run ENTRYPOINT as a list of strings. Accept the
CMD
as extra arguments. The combined size ofCMD
andENTRYPOINT
must be less than 2048 bytes. More information on howCMD
andENTRYPOINT
interact are here. - image str
- The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format. Acceptable format:
<region>.ocir.io/<registry>/<image>:<tag>
<region>.ocir.io/<registry>/<image>:<tag>@digest
- image_
digest str - The digest of the container image. For example,
sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
- image_
signature_ strid - OCID of the container image signature
- job_
environment_ strtype - The environment configuration type used for job runtime.
- cmds List<String>
- The container image run CMD as a list of strings. Use
CMD
as arguments to theENTRYPOINT
or the only command to run in the absence of anENTRYPOINT
. The combined size ofCMD
andENTRYPOINT
must be less than 2048 bytes. - entrypoints List<String>
- The container image run ENTRYPOINT as a list of strings. Accept the
CMD
as extra arguments. The combined size ofCMD
andENTRYPOINT
must be less than 2048 bytes. More information on howCMD
andENTRYPOINT
interact are here. - image String
- The full path to the Oracle Container Repository (OCIR) registry, image, and tag in a canonical format. Acceptable format:
<region>.ocir.io/<registry>/<image>:<tag>
<region>.ocir.io/<registry>/<image>:<tag>@digest
- image
Digest String - The digest of the container image. For example,
sha256:881303a6b2738834d795a32b4a98eb0e5e3d1cad590a712d1e04f9b2fa90a030
- image
Signature StringId - OCID of the container image signature
- job
Environment StringType - The environment configuration type used for job runtime.
GetJobRunsJobRunJobNodeConfigurationOverrideDetailJobNodeGroupConfigurationDetailsListJobInfrastructureConfigurationDetail
- Block
Storage intSize In Gbs - The size of the block storage volume to attach to the instance running the job
- Job
Infrastructure stringType - The infrastructure type used for job run.
- Job
Shape List<GetConfig Details Job Runs Job Run Job Node Configuration Override Detail Job Node Group Configuration Details List Job Infrastructure Configuration Detail Job Shape Config Detail> - Details for the job run shape configuration. Specify only when a flex shape is selected.
- Shape
Name string - The name that corresponds to the JobShapeSummary to use for the job node
- Subnet
Id string - The subnet to create a secondary vnic in to attach to the instance running the job
- Block
Storage intSize In Gbs - The size of the block storage volume to attach to the instance running the job
- Job
Infrastructure stringType - The infrastructure type used for job run.
- Job
Shape []GetConfig Details Job Runs Job Run Job Node Configuration Override Detail Job Node Group Configuration Details List Job Infrastructure Configuration Detail Job Shape Config Detail - Details for the job run shape configuration. Specify only when a flex shape is selected.
- Shape
Name string - The name that corresponds to the JobShapeSummary to use for the job node
- Subnet
Id string - The subnet to create a secondary vnic in to attach to the instance running the job
- block
Storage IntegerSize In Gbs - The size of the block storage volume to attach to the instance running the job
- job
Infrastructure StringType - The infrastructure type used for job run.
- job
Shape List<GetConfig Details Job Runs Job Run Job Node Configuration Override Detail Job Node Group Configuration Details List Job Infrastructure Configuration Detail Job Shape Config Detail> - Details for the job run shape configuration. Specify only when a flex shape is selected.
- shape
Name String - The name that corresponds to the JobShapeSummary to use for the job node
- subnet
Id String - The subnet to create a secondary vnic in to attach to the instance running the job
- block
Storage numberSize In Gbs - The size of the block storage volume to attach to the instance running the job
- job
Infrastructure stringType - The infrastructure type used for job run.
- job
Shape GetConfig Details Job Runs Job Run Job Node Configuration Override Detail Job Node Group Configuration Details List Job Infrastructure Configuration Detail Job Shape Config Detail[] - Details for the job run shape configuration. Specify only when a flex shape is selected.
- shape
Name string - The name that corresponds to the JobShapeSummary to use for the job node
- subnet
Id string - The subnet to create a secondary vnic in to attach to the instance running the job
- block_
storage_ intsize_ in_ gbs - The size of the block storage volume to attach to the instance running the job
- job_
infrastructure_ strtype - The infrastructure type used for job run.
- job_
shape_ Sequence[Getconfig_ details Job Runs Job Run Job Node Configuration Override Detail Job Node Group Configuration Details List Job Infrastructure Configuration Detail Job Shape Config Detail] - Details for the job run shape configuration. Specify only when a flex shape is selected.
- shape_
name str - The name that corresponds to the JobShapeSummary to use for the job node
- subnet_
id str - The subnet to create a secondary vnic in to attach to the instance running the job
- block
Storage NumberSize In Gbs - The size of the block storage volume to attach to the instance running the job
- job
Infrastructure StringType - The infrastructure type used for job run.
- job
Shape List<Property Map>Config Details - Details for the job run shape configuration. Specify only when a flex shape is selected.
- shape
Name String - The name that corresponds to the JobShapeSummary to use for the job node
- subnet
Id String - The subnet to create a secondary vnic in to attach to the instance running the job
GetJobRunsJobRunJobNodeConfigurationOverrideDetailJobNodeGroupConfigurationDetailsListJobInfrastructureConfigurationDetailJobShapeConfigDetail
- Memory
In doubleGbs - The total amount of memory available to the job run instance, in gigabytes.
- Ocpus double
- The total number of OCPUs available to the job run instance.
- Memory
In float64Gbs - The total amount of memory available to the job run instance, in gigabytes.
- Ocpus float64
- The total number of OCPUs available to the job run instance.
- memory
In DoubleGbs - The total amount of memory available to the job run instance, in gigabytes.
- ocpus Double
- The total number of OCPUs available to the job run instance.
- memory
In numberGbs - The total amount of memory available to the job run instance, in gigabytes.
- ocpus number
- The total number of OCPUs available to the job run instance.
- memory_
in_ floatgbs - The total amount of memory available to the job run instance, in gigabytes.
- ocpus float
- The total number of OCPUs available to the job run instance.
- memory
In NumberGbs - The total amount of memory available to the job run instance, in gigabytes.
- ocpus Number
- The total number of OCPUs available to the job run instance.
GetJobRunsJobRunJobStorageMountConfigurationDetailsList
- Bucket string
- The object storage bucket
- Destination
Directory stringName - The local directory name to be mounted
- Destination
Path string - The local path of the mounted directory, excluding directory name.
- Export
Id string - OCID of the export
- Mount
Target stringId - OCID of the mount target
- Namespace string
- The object storage namespace
- Prefix string
- Prefix in the bucket to mount
- Storage
Type string - The type of storage.
- Bucket string
- The object storage bucket
- Destination
Directory stringName - The local directory name to be mounted
- Destination
Path string - The local path of the mounted directory, excluding directory name.
- Export
Id string - OCID of the export
- Mount
Target stringId - OCID of the mount target
- Namespace string
- The object storage namespace
- Prefix string
- Prefix in the bucket to mount
- Storage
Type string - The type of storage.
- bucket String
- The object storage bucket
- destination
Directory StringName - The local directory name to be mounted
- destination
Path String - The local path of the mounted directory, excluding directory name.
- export
Id String - OCID of the export
- mount
Target StringId - OCID of the mount target
- namespace String
- The object storage namespace
- prefix String
- Prefix in the bucket to mount
- storage
Type String - The type of storage.
- bucket string
- The object storage bucket
- destination
Directory stringName - The local directory name to be mounted
- destination
Path string - The local path of the mounted directory, excluding directory name.
- export
Id string - OCID of the export
- mount
Target stringId - OCID of the mount target
- namespace string
- The object storage namespace
- prefix string
- Prefix in the bucket to mount
- storage
Type string - The type of storage.
- bucket str
- The object storage bucket
- destination_
directory_ strname - The local directory name to be mounted
- destination_
path str - The local path of the mounted directory, excluding directory name.
- export_
id str - OCID of the export
- mount_
target_ strid - OCID of the mount target
- namespace str
- The object storage namespace
- prefix str
- Prefix in the bucket to mount
- storage_
type str - The type of storage.
- bucket String
- The object storage bucket
- destination
Directory StringName - The local directory name to be mounted
- destination
Path String - The local path of the mounted directory, excluding directory name.
- export
Id String - OCID of the export
- mount
Target StringId - OCID of the mount target
- namespace String
- The object storage namespace
- prefix String
- Prefix in the bucket to mount
- storage
Type String - The type of storage.
GetJobRunsJobRunLogDetail
- Log
Group stringId - The log group id for where log objects will be for job runs.
- Log
Id string - The log id of the log object the job run logs will be shipped to.
- Log
Group stringId - The log group id for where log objects will be for job runs.
- Log
Id string - The log id of the log object the job run logs will be shipped to.
- log
Group StringId - The log group id for where log objects will be for job runs.
- log
Id String - The log id of the log object the job run logs will be shipped to.
- log
Group stringId - The log group id for where log objects will be for job runs.
- log
Id string - The log id of the log object the job run logs will be shipped to.
- log_
group_ strid - The log group id for where log objects will be for job runs.
- log_
id str - The log id of the log object the job run logs will be shipped to.
- log
Group StringId - The log group id for where log objects will be for job runs.
- log
Id String - The log id of the log object the job run logs will be shipped to.
GetJobRunsJobRunNodeGroupDetailsList
- Lifecycle
Details string - The state details of the node group.
- Name string
- node group name.
- State string
- Filter results by the specified lifecycle state. Must be a valid state for the resource type.
- Lifecycle
Details string - The state details of the node group.
- Name string
- node group name.
- State string
- Filter results by the specified lifecycle state. Must be a valid state for the resource type.
- lifecycle
Details String - The state details of the node group.
- name String
- node group name.
- state String
- Filter results by the specified lifecycle state. Must be a valid state for the resource type.
- lifecycle
Details string - The state details of the node group.
- name string
- node group name.
- state string
- Filter results by the specified lifecycle state. Must be a valid state for the resource type.
- lifecycle_
details str - The state details of the node group.
- name str
- node group name.
- state str
- Filter results by the specified lifecycle state. Must be a valid state for the resource type.
- lifecycle
Details String - The state details of the node group.
- name String
- node group name.
- state String
- Filter results by the specified lifecycle state. Must be a valid state for the resource type.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.