This data source provides the list of Batch Contexts in Oracle Cloud Infrastructure Batch service.
Lists the batch contexts by compartment or context OCID. You can filter and sort them by various properties like lifecycle state, name and also ocid. All properties require an exact match. List operation only provides a summary information, use GetBatchContext to get the full details on a specific context
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testBatchContexts = oci.oci.getBatchBatchContexts({
compartmentId: compartmentId,
displayName: batchContextDisplayName,
id: batchContextId,
state: batchContextState,
});
import pulumi
import pulumi_oci as oci
test_batch_contexts = oci.oci.get_batch_batch_contexts(compartment_id=compartment_id,
display_name=batch_context_display_name,
id=batch_context_id,
state=batch_context_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.GetBatchBatchContexts(ctx, &oci.GetBatchBatchContextsArgs{
CompartmentId: pulumi.StringRef(compartmentId),
DisplayName: pulumi.StringRef(batchContextDisplayName),
Id: pulumi.StringRef(batchContextId),
State: pulumi.StringRef(batchContextState),
}, 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 testBatchContexts = Oci.Oci.GetBatchBatchContexts.Invoke(new()
{
CompartmentId = compartmentId,
DisplayName = batchContextDisplayName,
Id = batchContextId,
State = batchContextState,
});
});
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.GetBatchBatchContextsArgs;
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 testBatchContexts = OciFunctions.getBatchBatchContexts(GetBatchBatchContextsArgs.builder()
.compartmentId(compartmentId)
.displayName(batchContextDisplayName)
.id(batchContextId)
.state(batchContextState)
.build());
}
}
variables:
testBatchContexts:
fn::invoke:
function: oci:oci:getBatchBatchContexts
arguments:
compartmentId: ${compartmentId}
displayName: ${batchContextDisplayName}
id: ${batchContextId}
state: ${batchContextState}
Using getBatchBatchContexts
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 getBatchBatchContexts(args: GetBatchBatchContextsArgs, opts?: InvokeOptions): Promise<GetBatchBatchContextsResult>
function getBatchBatchContextsOutput(args: GetBatchBatchContextsOutputArgs, opts?: InvokeOptions): Output<GetBatchBatchContextsResult>def get_batch_batch_contexts(compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[GetBatchBatchContextsFilter]] = None,
id: Optional[str] = None,
state: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetBatchBatchContextsResult
def get_batch_batch_contexts_output(compartment_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetBatchBatchContextsFilterArgs]]]] = None,
id: Optional[pulumi.Input[str]] = None,
state: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetBatchBatchContextsResult]func GetBatchBatchContexts(ctx *Context, args *GetBatchBatchContextsArgs, opts ...InvokeOption) (*GetBatchBatchContextsResult, error)
func GetBatchBatchContextsOutput(ctx *Context, args *GetBatchBatchContextsOutputArgs, opts ...InvokeOption) GetBatchBatchContextsResultOutput> Note: This function is named GetBatchBatchContexts in the Go SDK.
public static class GetBatchBatchContexts
{
public static Task<GetBatchBatchContextsResult> InvokeAsync(GetBatchBatchContextsArgs args, InvokeOptions? opts = null)
public static Output<GetBatchBatchContextsResult> Invoke(GetBatchBatchContextsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetBatchBatchContextsResult> getBatchBatchContexts(GetBatchBatchContextsArgs args, InvokeOptions options)
public static Output<GetBatchBatchContextsResult> getBatchBatchContexts(GetBatchBatchContextsArgs args, InvokeOptions options)
fn::invoke:
function: oci:oci/getBatchBatchContexts:getBatchBatchContexts
arguments:
# arguments dictionaryThe following arguments are supported:
- Compartment
Id string - The OCID of the compartment in which to list resources.
- Display
Name string - A filter to return only resources that match the given display name exactly.
- Filters
List<Get
Batch Batch Contexts Filter> - Id string
- The OCID of the batch context.
- State string
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- Compartment
Id string - The OCID of the compartment in which to list resources.
- Display
Name string - A filter to return only resources that match the given display name exactly.
- Filters
[]Get
Batch Batch Contexts Filter - Id string
- The OCID of the batch context.
- State string
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- compartment
Id String - The OCID of the compartment in which to list resources.
- display
Name String - A filter to return only resources that match the given display name exactly.
- filters
List<Get
Batch Batch Contexts Filter> - id String
- The OCID of the batch context.
- state String
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- compartment
Id string - The OCID of the compartment in which to list resources.
- display
Name string - A filter to return only resources that match the given display name exactly.
- filters
Get
Batch Batch Contexts Filter[] - id string
- The OCID of the batch context.
- 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[Get
Batch Batch Contexts Filter] - id str
- The OCID of the batch context.
- state str
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- compartment
Id String - The OCID of the compartment in which to list resources.
- display
Name 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 context.
- state String
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
getBatchBatchContexts Result
The following output properties are available:
- Batch
Context List<GetCollections Batch Batch Contexts Batch Context Collection> - The list of batch_context_collection.
- Compartment
Id string - The OCID of the compartment.
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable.
- Filters
List<Get
Batch Batch Contexts Filter> - Id string
- The OCID of the private endpoint's VNIC, which resides in the customer's VCN.
- State string
- The current state of the batch context.
- Batch
Context []GetCollections Batch Batch Contexts Batch Context Collection - The list of batch_context_collection.
- Compartment
Id string - The OCID of the compartment.
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable.
- Filters
[]Get
Batch Batch Contexts Filter - Id string
- The OCID of the private endpoint's VNIC, which resides in the customer's VCN.
- State string
- The current state of the batch context.
- batch
Context List<GetCollections Batch Batch Contexts Batch Context Collection> - The list of batch_context_collection.
- compartment
Id String - The OCID of the compartment.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable.
- filters
List<Get
Batch Batch Contexts Filter> - id String
- The OCID of the private endpoint's VNIC, which resides in the customer's VCN.
- state String
- The current state of the batch context.
- batch
Context GetCollections Batch Batch Contexts Batch Context Collection[] - The list of batch_context_collection.
- compartment
Id string - The OCID of the compartment.
- display
Name string - A user-friendly name. Does not have to be unique, and it's changeable.
- filters
Get
Batch Batch Contexts Filter[] - id string
- The OCID of the private endpoint's VNIC, which resides in the customer's VCN.
- state string
- The current state of the batch context.
- batch_
context_ Sequence[Getcollections Batch Batch Contexts Batch Context Collection] - The list of batch_context_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.
- filters
Sequence[Get
Batch Batch Contexts Filter] - id str
- The OCID of the private endpoint's VNIC, which resides in the customer's VCN.
- state str
- The current state of the batch context.
- batch
Context List<Property Map>Collections - The list of batch_context_collection.
- compartment
Id String - The OCID of the compartment.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable.
- filters List<Property Map>
- id String
- The OCID of the private endpoint's VNIC, which resides in the customer's VCN.
- state String
- The current state of the batch context.
Supporting Types
GetBatchBatchContextsBatchContextCollection
GetBatchBatchContextsBatchContextCollectionItem
- Compartment
Id string - The OCID of the compartment in which to list resources.
- 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
- Summarized information about the batch context.
- Display
Name string - A filter to return only resources that match the given display name exactly.
- Entitlements Dictionary<string, string>
- Mapping of concurrent/shared resources used in job tasks to their limits.
- Fleets
List<Get
Batch Batch Contexts Batch Context Collection Item Fleet> - List of fleet configurations related to the batch context.
- 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 context.
- Job
Priority List<GetConfigurations Batch Batch Contexts Batch Context Collection Item Job Priority Configuration> - List of job priority configurations related to the batch context.
- Lifecycle
Details string - A message that describes the current state in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- Logging
Configurations List<GetBatch Batch Contexts Batch Context Collection Item Logging Configuration> - Logging configuration for batch context.
- Networks
List<Get
Batch Batch Contexts Batch Context Collection Item Network> - Network configuration of the batch context.
- State string
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - Time
Created string - The date and time the batch context was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - Time
Updated string - The date and time the batch context was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- Compartment
Id string - The OCID of the compartment in which to list resources.
- 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
- Summarized information about the batch context.
- Display
Name string - A filter to return only resources that match the given display name exactly.
- Entitlements map[string]string
- Mapping of concurrent/shared resources used in job tasks to their limits.
- Fleets
[]Get
Batch Batch Contexts Batch Context Collection Item Fleet - List of fleet configurations related to the batch context.
- 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 context.
- Job
Priority []GetConfigurations Batch Batch Contexts Batch Context Collection Item Job Priority Configuration - List of job priority configurations related to the batch context.
- Lifecycle
Details string - A message that describes the current state in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- Logging
Configurations []GetBatch Batch Contexts Batch Context Collection Item Logging Configuration - Logging configuration for batch context.
- Networks
[]Get
Batch Batch Contexts Batch Context Collection Item Network - Network configuration of the batch context.
- State string
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - Time
Created string - The date and time the batch context was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - Time
Updated string - The date and time the batch context was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- compartment
Id String - The OCID of the compartment in which to list resources.
- 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
- Summarized information about the batch context.
- display
Name String - A filter to return only resources that match the given display name exactly.
- entitlements Map<String,String>
- Mapping of concurrent/shared resources used in job tasks to their limits.
- fleets
List<Get
Batch Batch Contexts Batch Context Collection Item Fleet> - List of fleet configurations related to the batch context.
- 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 context.
- job
Priority List<GetConfigurations Batch Batch Contexts Batch Context Collection Item Job Priority Configuration> - List of job priority configurations related to the batch context.
- lifecycle
Details String - A message that describes the current state in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- logging
Configurations List<GetBatch Batch Contexts Batch Context Collection Item Logging Configuration> - Logging configuration for batch context.
- networks
List<Get
Batch Batch Contexts Batch Context Collection Item Network> - Network configuration of the batch context.
- state String
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created String - The date and time the batch context was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Updated String - The date and time the batch context was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- compartment
Id string - The OCID of the compartment in which to list resources.
- {[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
- Summarized information about the batch context.
- display
Name string - A filter to return only resources that match the given display name exactly.
- entitlements {[key: string]: string}
- Mapping of concurrent/shared resources used in job tasks to their limits.
- fleets
Get
Batch Batch Contexts Batch Context Collection Item Fleet[] - List of fleet configurations related to the batch context.
- {[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 context.
- job
Priority GetConfigurations Batch Batch Contexts Batch Context Collection Item Job Priority Configuration[] - List of job priority configurations related to the batch context.
- lifecycle
Details string - A message that describes the current state in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- logging
Configurations GetBatch Batch Contexts Batch Context Collection Item Logging Configuration[] - Logging configuration for batch context.
- networks
Get
Batch Batch Contexts Batch Context Collection Item Network[] - Network configuration of the batch context.
- state string
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created string - The date and time the batch context was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Updated string - The date and time the batch context was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- compartment_
id str - The OCID of the compartment in which to list resources.
- 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
- Summarized information about the batch context.
- display_
name str - A filter to return only resources that match the given display name exactly.
- entitlements Mapping[str, str]
- Mapping of concurrent/shared resources used in job tasks to their limits.
- fleets
Sequence[Get
Batch Batch Contexts Batch Context Collection Item Fleet] - List of fleet configurations related to the batch context.
- 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 context.
- job_
priority_ Sequence[Getconfigurations Batch Batch Contexts Batch Context Collection Item Job Priority Configuration] - List of job priority configurations related to the batch context.
- lifecycle_
details str - A message that describes the current state in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- logging_
configurations Sequence[GetBatch Batch Contexts Batch Context Collection Item Logging Configuration] - Logging configuration for batch context.
- networks
Sequence[Get
Batch Batch Contexts Batch Context Collection Item Network] - Network configuration of the batch context.
- state str
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- 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 context 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 context was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
- compartment
Id String - The OCID of the compartment in which to list resources.
- 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
- Summarized information about the batch context.
- display
Name String - A filter to return only resources that match the given display name exactly.
- entitlements Map<String>
- Mapping of concurrent/shared resources used in job tasks to their limits.
- fleets List<Property Map>
- List of fleet configurations related to the batch context.
- 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 context.
- job
Priority List<Property Map>Configurations - List of job priority configurations related to the batch context.
- lifecycle
Details String - A message that describes the current state in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
- logging
Configurations List<Property Map> - Logging configuration for batch context.
- networks List<Property Map>
- Network configuration of the batch context.
- state String
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created String - The date and time the batch context was created, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z - time
Updated String - The date and time the batch context was updated, in the format defined by RFC 3339. Example:
2016-08-25T21:10:29.600Z
GetBatchBatchContextsBatchContextCollectionItemFleet
- Details string
- A message that describes the current state of the service manage fleet configuration in more detail.
- Max
Concurrent intTasks - Maximum number of concurrent tasks for the service managed fleet.
- Name string
- Name of the service managed fleet.
- Shapes
List<Get
Batch Batch Contexts Batch Context Collection Item Fleet Shape> - Shape of the fleet. Describes hardware resources of each node in the fleet.
- State string
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- Type string
- Discriminator for sub-entities.
- Details string
- A message that describes the current state of the service manage fleet configuration in more detail.
- Max
Concurrent intTasks - Maximum number of concurrent tasks for the service managed fleet.
- Name string
- Name of the service managed fleet.
- Shapes
[]Get
Batch Batch Contexts Batch Context Collection Item Fleet Shape - Shape of the fleet. Describes hardware resources of each node in the fleet.
- State string
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- Type string
- Discriminator for sub-entities.
- details String
- A message that describes the current state of the service manage fleet configuration in more detail.
- max
Concurrent IntegerTasks - Maximum number of concurrent tasks for the service managed fleet.
- name String
- Name of the service managed fleet.
- shapes
List<Get
Batch Batch Contexts Batch Context Collection Item Fleet Shape> - Shape of the fleet. Describes hardware resources of each node in the fleet.
- state String
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- type String
- Discriminator for sub-entities.
- details string
- A message that describes the current state of the service manage fleet configuration in more detail.
- max
Concurrent numberTasks - Maximum number of concurrent tasks for the service managed fleet.
- name string
- Name of the service managed fleet.
- shapes
Get
Batch Batch Contexts Batch Context Collection Item Fleet Shape[] - Shape of the fleet. Describes hardware resources of each node in the fleet.
- state string
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- type string
- Discriminator for sub-entities.
- details str
- A message that describes the current state of the service manage fleet configuration in more detail.
- max_
concurrent_ inttasks - Maximum number of concurrent tasks for the service managed fleet.
- name str
- Name of the service managed fleet.
- shapes
Sequence[Get
Batch Batch Contexts Batch Context Collection Item Fleet Shape] - Shape of the fleet. Describes hardware resources of each node in the fleet.
- state str
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- type str
- Discriminator for sub-entities.
- details String
- A message that describes the current state of the service manage fleet configuration in more detail.
- max
Concurrent NumberTasks - Maximum number of concurrent tasks for the service managed fleet.
- name String
- Name of the service managed fleet.
- shapes List<Property Map>
- Shape of the fleet. Describes hardware resources of each node in the fleet.
- state String
- A filter to return only resources that match the given lifecycle state. The state value is case-insensitive.
- type String
- Discriminator for sub-entities.
GetBatchBatchContextsBatchContextCollectionItemFleetShape
- Memory
In intGbs - Amount of memory in GBs required by the shape.
- Ocpus int
- Number of OCPUs required by the shape.
- Shape
Name string - The name of the shape.
- Memory
In intGbs - Amount of memory in GBs required by the shape.
- Ocpus int
- Number of OCPUs required by the shape.
- Shape
Name string - The name of the shape.
- memory
In IntegerGbs - Amount of memory in GBs required by the shape.
- ocpus Integer
- Number of OCPUs required by the shape.
- shape
Name String - The name of the shape.
- memory
In numberGbs - Amount of memory in GBs required by the shape.
- ocpus number
- Number of OCPUs required by the shape.
- shape
Name string - The name of the shape.
- memory_
in_ intgbs - Amount of memory in GBs required by the shape.
- ocpus int
- Number of OCPUs required by the shape.
- shape_
name str - The name of the shape.
- memory
In NumberGbs - Amount of memory in GBs required by the shape.
- ocpus Number
- Number of OCPUs required by the shape.
- shape
Name String - The name of the shape.
GetBatchBatchContextsBatchContextCollectionItemJobPriorityConfiguration
- Tag
Key string - Name of the tag key.
- Tag
Namespace string - Name of the corresponding tag namespace.
- Values Dictionary<string, string>
- Mapping of tag value to its priority.
- Weight int
- Weight associated with the tag key. Percentage point is the unit of measurement.
- Tag
Key string - Name of the tag key.
- Tag
Namespace string - Name of the corresponding tag namespace.
- Values map[string]string
- Mapping of tag value to its priority.
- Weight int
- Weight associated with the tag key. Percentage point is the unit of measurement.
- tag
Key String - Name of the tag key.
- tag
Namespace String - Name of the corresponding tag namespace.
- values Map<String,String>
- Mapping of tag value to its priority.
- weight Integer
- Weight associated with the tag key. Percentage point is the unit of measurement.
- tag
Key string - Name of the tag key.
- tag
Namespace string - Name of the corresponding tag namespace.
- values {[key: string]: string}
- Mapping of tag value to its priority.
- weight number
- Weight associated with the tag key. Percentage point is the unit of measurement.
- tag_
key str - Name of the tag key.
- tag_
namespace str - Name of the corresponding tag namespace.
- values Mapping[str, str]
- Mapping of tag value to its priority.
- weight int
- Weight associated with the tag key. Percentage point is the unit of measurement.
- tag
Key String - Name of the tag key.
- tag
Namespace String - Name of the corresponding tag namespace.
- values Map<String>
- Mapping of tag value to its priority.
- weight Number
- Weight associated with the tag key. Percentage point is the unit of measurement.
GetBatchBatchContextsBatchContextCollectionItemLoggingConfiguration
- Log
Group stringId - The OCID of the log group.
- Log
Id string - The OCID of the log.
- Type string
- Discriminator for sub-entities.
- Log
Group stringId - The OCID of the log group.
- Log
Id string - The OCID of the log.
- Type string
- Discriminator for sub-entities.
- log
Group StringId - The OCID of the log group.
- log
Id String - The OCID of the log.
- type String
- Discriminator for sub-entities.
- log
Group stringId - The OCID of the log group.
- log
Id string - The OCID of the log.
- type string
- Discriminator for sub-entities.
- log_
group_ strid - The OCID of the log group.
- log_
id str - The OCID of the log.
- type str
- Discriminator for sub-entities.
- log
Group StringId - The OCID of the log group.
- log
Id String - The OCID of the log.
- type String
- Discriminator for sub-entities.
GetBatchBatchContextsBatchContextCollectionItemNetwork
GetBatchBatchContextsBatchContextCollectionItemNetworkVnic
- id str
- The OCID of the batch context.
- source_
ips Sequence[str] - A list of private IP addresses (in the customer's VCN) that represent access points for the service.
GetBatchBatchContextsFilter
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ociTerraform Provider.
