Oracle Cloud Infrastructure v0.20.0, May 31 23
Oracle Cloud Infrastructure v0.20.0, May 31 23
oci.ContainerInstances.getContainerInstances
Explore with Pulumi AI
This data source provides the list of Container Instances in Oracle Cloud Infrastructure Container Instances service.
Returns a list of ContainerInstances.
Example Usage
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testContainerInstances = Oci.ContainerInstances.GetContainerInstances.Invoke(new()
{
CompartmentId = @var.Compartment_id,
AvailabilityDomain = @var.Container_instance_availability_domain,
DisplayName = @var.Container_instance_display_name,
State = @var.Container_instance_state,
});
});
package main
import (
"github.com/pulumi/pulumi-oci/sdk/go/oci/ContainerInstances"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := ContainerInstances.GetContainerInstances(ctx, &containerinstances.GetContainerInstancesArgs{
CompartmentId: _var.Compartment_id,
AvailabilityDomain: pulumi.StringRef(_var.Container_instance_availability_domain),
DisplayName: pulumi.StringRef(_var.Container_instance_display_name),
State: pulumi.StringRef(_var.Container_instance_state),
}, nil)
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.ContainerInstances.ContainerInstancesFunctions;
import com.pulumi.oci.ContainerInstances.inputs.GetContainerInstancesArgs;
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 testContainerInstances = ContainerInstancesFunctions.getContainerInstances(GetContainerInstancesArgs.builder()
.compartmentId(var_.compartment_id())
.availabilityDomain(var_.container_instance_availability_domain())
.displayName(var_.container_instance_display_name())
.state(var_.container_instance_state())
.build());
}
}
import pulumi
import pulumi_oci as oci
test_container_instances = oci.ContainerInstances.get_container_instances(compartment_id=%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference),
availability_domain=%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference),
display_name=%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference),
state=%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testContainerInstances = oci.ContainerInstances.getContainerInstances({
compartmentId: _var.compartment_id,
availabilityDomain: _var.container_instance_availability_domain,
displayName: _var.container_instance_display_name,
state: _var.container_instance_state,
});
variables:
testContainerInstances:
fn::invoke:
Function: oci:ContainerInstances:getContainerInstances
Arguments:
compartmentId: ${var.compartment_id}
availabilityDomain: ${var.container_instance_availability_domain}
displayName: ${var.container_instance_display_name}
state: ${var.container_instance_state}
Using getContainerInstances
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 getContainerInstances(args: GetContainerInstancesArgs, opts?: InvokeOptions): Promise<GetContainerInstancesResult>
function getContainerInstancesOutput(args: GetContainerInstancesOutputArgs, opts?: InvokeOptions): Output<GetContainerInstancesResult>
def get_container_instances(availability_domain: Optional[str] = None,
compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[_containerinstances.GetContainerInstancesFilter]] = None,
state: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetContainerInstancesResult
def get_container_instances_output(availability_domain: Optional[pulumi.Input[str]] = None,
compartment_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_containerinstances.GetContainerInstancesFilterArgs]]]] = None,
state: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetContainerInstancesResult]
func GetContainerInstances(ctx *Context, args *GetContainerInstancesArgs, opts ...InvokeOption) (*GetContainerInstancesResult, error)
func GetContainerInstancesOutput(ctx *Context, args *GetContainerInstancesOutputArgs, opts ...InvokeOption) GetContainerInstancesResultOutput
> Note: This function is named GetContainerInstances
in the Go SDK.
public static class GetContainerInstances
{
public static Task<GetContainerInstancesResult> InvokeAsync(GetContainerInstancesArgs args, InvokeOptions? opts = null)
public static Output<GetContainerInstancesResult> Invoke(GetContainerInstancesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetContainerInstancesResult> getContainerInstances(GetContainerInstancesArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:ContainerInstances/getContainerInstances:getContainerInstances
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id string The ID of the compartment in which to list resources.
- Availability
Domain string The name of the availability domain. Example:
Uocm:PHX-AD-1
- Display
Name string A filter to return only resources that match the entire display name given.
- Filters
List<Get
Container Instances Filter> - State string
A filter to return only resources whose lifecycleState matches the given lifecycleState.
- Compartment
Id string The ID of the compartment in which to list resources.
- Availability
Domain string The name of the availability domain. Example:
Uocm:PHX-AD-1
- Display
Name string A filter to return only resources that match the entire display name given.
- Filters
[]Get
Container Instances Filter - State string
A filter to return only resources whose lifecycleState matches the given lifecycleState.
- compartment
Id String The ID of the compartment in which to list resources.
- availability
Domain String The name of the availability domain. Example:
Uocm:PHX-AD-1
- display
Name String A filter to return only resources that match the entire display name given.
- filters
List<Get
Filter> - state String
A filter to return only resources whose lifecycleState matches the given lifecycleState.
- compartment
Id string The ID of the compartment in which to list resources.
- availability
Domain string The name of the availability domain. Example:
Uocm:PHX-AD-1
- display
Name string A filter to return only resources that match the entire display name given.
- filters
Get
Container Instances Filter[] - state string
A filter to return only resources whose lifecycleState matches the given lifecycleState.
- compartment_
id str The ID of the compartment in which to list resources.
- availability_
domain str The name of the availability domain. Example:
Uocm:PHX-AD-1
- display_
name str A filter to return only resources that match the entire display name given.
- filters
Get
Container Instances Filter] - state str
A filter to return only resources whose lifecycleState matches the given lifecycleState.
- compartment
Id String The ID of the compartment in which to list resources.
- availability
Domain String The name of the availability domain. Example:
Uocm:PHX-AD-1
- display
Name String A filter to return only resources that match the entire display name given.
- filters List<Property Map>
- state String
A filter to return only resources whose lifecycleState matches the given lifecycleState.
getContainerInstances Result
The following output properties are available:
- Compartment
Id string Compartment Identifier
- Container
Instance List<GetCollections Container Instances Container Instance Collection> The list of container_instance_collection.
- Id string
The provider-assigned unique ID for this managed resource.
- Availability
Domain string Availability Domain where the ContainerInstance is running.
- Display
Name string Display name for the ContainerInstance. Can be renamed.
- Filters
List<Get
Container Instances Filter> - State string
The current state of the ContainerInstance.
- Compartment
Id string Compartment Identifier
- Container
Instance []GetCollections Container Instances Container Instance Collection The list of container_instance_collection.
- Id string
The provider-assigned unique ID for this managed resource.
- Availability
Domain string Availability Domain where the ContainerInstance is running.
- Display
Name string Display name for the ContainerInstance. Can be renamed.
- Filters
[]Get
Container Instances Filter - State string
The current state of the ContainerInstance.
- compartment
Id String Compartment Identifier
- container
Instance List<GetCollections Container Instance Collection> The list of container_instance_collection.
- id String
The provider-assigned unique ID for this managed resource.
- availability
Domain String Availability Domain where the ContainerInstance is running.
- display
Name String Display name for the ContainerInstance. Can be renamed.
- filters
List<Get
Filter> - state String
The current state of the ContainerInstance.
- compartment
Id string Compartment Identifier
- container
Instance GetCollections Container Instances Container Instance Collection[] The list of container_instance_collection.
- id string
The provider-assigned unique ID for this managed resource.
- availability
Domain string Availability Domain where the ContainerInstance is running.
- display
Name string Display name for the ContainerInstance. Can be renamed.
- filters
Get
Container Instances Filter[] - state string
The current state of the ContainerInstance.
- compartment_
id str Compartment Identifier
- container_
instance_ Getcollections Container Instances Container Instance Collection] The list of container_instance_collection.
- id str
The provider-assigned unique ID for this managed resource.
- availability_
domain str Availability Domain where the ContainerInstance is running.
- display_
name str Display name for the ContainerInstance. Can be renamed.
- filters
Get
Container Instances Filter] - state str
The current state of the ContainerInstance.
- compartment
Id String Compartment Identifier
- container
Instance List<Property Map>Collections The list of container_instance_collection.
- id String
The provider-assigned unique ID for this managed resource.
- availability
Domain String Availability Domain where the ContainerInstance is running.
- display
Name String Display name for the ContainerInstance. Can be renamed.
- filters List<Property Map>
- state String
The current state of the ContainerInstance.
Supporting Types
GetContainerInstancesContainerInstanceCollection
GetContainerInstancesContainerInstanceCollectionItem
- Availability
Domain string The name of the availability domain. Example:
Uocm:PHX-AD-1
- Compartment
Id string The ID of the compartment in which to list resources.
- Container
Count int The number of containers on this Instance
- Container
Restart stringPolicy The container restart policy is applied for all containers in container instance.
- Containers
List<Get
Container Instances Container Instance Collection Item Container> The Containers on this Instance
- Dictionary<string, object>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Display
Name string A filter to return only resources that match the entire display name given.
- Dns
Configs List<GetContainer Instances Container Instance Collection Item Dns Config> DNS settings for containers.
- Fault
Domain string Fault Domain where the ContainerInstance is running.
- Dictionary<string, object>
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Graceful
Shutdown stringTimeout In Seconds Duration in seconds processes within a Container have to gracefully terminate. This applies whenever a Container must be halted, such as when the Container Instance is deleted. Processes will first be sent a termination signal. After this timeout is reached, the processes will be sent a termination signal.
- Id string
Unique identifier that is immutable on creation
- Image
Pull List<GetSecrets Container Instances Container Instance Collection Item Image Pull Secret> The image pull secrets for accessing private registry to pull images for containers
- Lifecycle
Details string A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- Shape string
The shape of the Container Instance. The shape determines the resources available to the Container Instance.
- Shape
Configs List<GetContainer Instances Container Instance Collection Item Shape Config> The shape configuration for a Container Instance. The shape configuration determines the resources allocated to the Instance and it's containers.
- State string
A filter to return only resources whose lifecycleState matches the given lifecycleState.
- Dictionary<string, object>
Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string The time the the ContainerInstance was created. An RFC3339 formatted datetime string
- Time
Updated string The time the ContainerInstance was updated. An RFC3339 formatted datetime string
- Vnics
List<Get
Container Instances Container Instance Collection Item Vnic> The virtual networks available to containers running on this Container Instance.
- Volume
Count int The number of volumes that attached to this Instance
- Volumes
List<Get
Container Instances Container Instance Collection Item Volume> A Volume represents a directory with data that is accessible across multiple containers in a ContainerInstance.
- Availability
Domain string The name of the availability domain. Example:
Uocm:PHX-AD-1
- Compartment
Id string The ID of the compartment in which to list resources.
- Container
Count int The number of containers on this Instance
- Container
Restart stringPolicy The container restart policy is applied for all containers in container instance.
- Containers
[]Get
Container Instances Container Instance Collection Item Container The Containers on this Instance
- map[string]interface{}
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Display
Name string A filter to return only resources that match the entire display name given.
- Dns
Configs []GetContainer Instances Container Instance Collection Item Dns Config DNS settings for containers.
- Fault
Domain string Fault Domain where the ContainerInstance is running.
- map[string]interface{}
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Graceful
Shutdown stringTimeout In Seconds Duration in seconds processes within a Container have to gracefully terminate. This applies whenever a Container must be halted, such as when the Container Instance is deleted. Processes will first be sent a termination signal. After this timeout is reached, the processes will be sent a termination signal.
- Id string
Unique identifier that is immutable on creation
- Image
Pull []GetSecrets Container Instances Container Instance Collection Item Image Pull Secret The image pull secrets for accessing private registry to pull images for containers
- Lifecycle
Details string A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- Shape string
The shape of the Container Instance. The shape determines the resources available to the Container Instance.
- Shape
Configs []GetContainer Instances Container Instance Collection Item Shape Config The shape configuration for a Container Instance. The shape configuration determines the resources allocated to the Instance and it's containers.
- State string
A filter to return only resources whose lifecycleState matches the given lifecycleState.
- map[string]interface{}
Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string The time the the ContainerInstance was created. An RFC3339 formatted datetime string
- Time
Updated string The time the ContainerInstance was updated. An RFC3339 formatted datetime string
- Vnics
[]Get
Container Instances Container Instance Collection Item Vnic The virtual networks available to containers running on this Container Instance.
- Volume
Count int The number of volumes that attached to this Instance
- Volumes
[]Get
Container Instances Container Instance Collection Item Volume A Volume represents a directory with data that is accessible across multiple containers in a ContainerInstance.
- availability
Domain String The name of the availability domain. Example:
Uocm:PHX-AD-1
- compartment
Id String The ID of the compartment in which to list resources.
- container
Count Integer The number of containers on this Instance
- container
Restart StringPolicy The container restart policy is applied for all containers in container instance.
- containers
List<Get
Container Instance Collection Item Container> The Containers on this Instance
- Map<String,Object>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display
Name String A filter to return only resources that match the entire display name given.
- dns
Configs List<GetContainer Instance Collection Item Dns Config> DNS settings for containers.
- fault
Domain String Fault Domain where the ContainerInstance is running.
- Map<String,Object>
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- graceful
Shutdown StringTimeout In Seconds Duration in seconds processes within a Container have to gracefully terminate. This applies whenever a Container must be halted, such as when the Container Instance is deleted. Processes will first be sent a termination signal. After this timeout is reached, the processes will be sent a termination signal.
- id String
Unique identifier that is immutable on creation
- image
Pull List<GetSecrets Container Instance Collection Item Image Pull Secret> The image pull secrets for accessing private registry to pull images for containers
- lifecycle
Details String A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- shape String
The shape of the Container Instance. The shape determines the resources available to the Container Instance.
- shape
Configs List<GetContainer Instance Collection Item Shape Config> The shape configuration for a Container Instance. The shape configuration determines the resources allocated to the Instance and it's containers.
- state String
A filter to return only resources whose lifecycleState matches the given lifecycleState.
- Map<String,Object>
Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String The time the the ContainerInstance was created. An RFC3339 formatted datetime string
- time
Updated String The time the ContainerInstance was updated. An RFC3339 formatted datetime string
- vnics
List<Get
Container Instance Collection Item Vnic> The virtual networks available to containers running on this Container Instance.
- volume
Count Integer The number of volumes that attached to this Instance
- volumes
List<Get
Container Instance Collection Item Volume> A Volume represents a directory with data that is accessible across multiple containers in a ContainerInstance.
- availability
Domain string The name of the availability domain. Example:
Uocm:PHX-AD-1
- compartment
Id string The ID of the compartment in which to list resources.
- container
Count number The number of containers on this Instance
- container
Restart stringPolicy The container restart policy is applied for all containers in container instance.
- containers
Get
Container Instances Container Instance Collection Item Container[] The Containers on this Instance
- {[key: string]: any}
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display
Name string A filter to return only resources that match the entire display name given.
- dns
Configs GetContainer Instances Container Instance Collection Item Dns Config[] DNS settings for containers.
- fault
Domain string Fault Domain where the ContainerInstance is running.
- {[key: string]: any}
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- graceful
Shutdown stringTimeout In Seconds Duration in seconds processes within a Container have to gracefully terminate. This applies whenever a Container must be halted, such as when the Container Instance is deleted. Processes will first be sent a termination signal. After this timeout is reached, the processes will be sent a termination signal.
- id string
Unique identifier that is immutable on creation
- image
Pull GetSecrets Container Instances Container Instance Collection Item Image Pull Secret[] The image pull secrets for accessing private registry to pull images for containers
- lifecycle
Details string A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- shape string
The shape of the Container Instance. The shape determines the resources available to the Container Instance.
- shape
Configs GetContainer Instances Container Instance Collection Item Shape Config[] The shape configuration for a Container Instance. The shape configuration determines the resources allocated to the Instance and it's containers.
- state string
A filter to return only resources whose lifecycleState matches the given lifecycleState.
- {[key: string]: any}
Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created string The time the the ContainerInstance was created. An RFC3339 formatted datetime string
- time
Updated string The time the ContainerInstance was updated. An RFC3339 formatted datetime string
- vnics
Get
Container Instances Container Instance Collection Item Vnic[] The virtual networks available to containers running on this Container Instance.
- volume
Count number The number of volumes that attached to this Instance
- volumes
Get
Container Instances Container Instance Collection Item Volume[] A Volume represents a directory with data that is accessible across multiple containers in a ContainerInstance.
- availability_
domain str The name of the availability domain. Example:
Uocm:PHX-AD-1
- compartment_
id str The ID of the compartment in which to list resources.
- container_
count int The number of containers on this Instance
- container_
restart_ strpolicy The container restart policy is applied for all containers in container instance.
- containers
Get
Container Instances Container Instance Collection Item Container] The Containers on this Instance
- Mapping[str, Any]
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display_
name str A filter to return only resources that match the entire display name given.
- dns_
configs GetContainer Instances Container Instance Collection Item Dns Config] DNS settings for containers.
- fault_
domain str Fault Domain where the ContainerInstance is running.
- Mapping[str, Any]
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- graceful_
shutdown_ strtimeout_ in_ seconds Duration in seconds processes within a Container have to gracefully terminate. This applies whenever a Container must be halted, such as when the Container Instance is deleted. Processes will first be sent a termination signal. After this timeout is reached, the processes will be sent a termination signal.
- id str
Unique identifier that is immutable on creation
- image_
pull_ Getsecrets Container Instances Container Instance Collection Item Image Pull Secret] The image pull secrets for accessing private registry to pull images for containers
- lifecycle_
details str A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- shape str
The shape of the Container Instance. The shape determines the resources available to the Container Instance.
- shape_
configs GetContainer Instances Container Instance Collection Item Shape Config] The shape configuration for a Container Instance. The shape configuration determines the resources allocated to the Instance and it's containers.
- state str
A filter to return only resources whose lifecycleState matches the given lifecycleState.
- Mapping[str, Any]
Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time_
created str The time the the ContainerInstance was created. An RFC3339 formatted datetime string
- time_
updated str The time the ContainerInstance was updated. An RFC3339 formatted datetime string
- vnics
Get
Container Instances Container Instance Collection Item Vnic] The virtual networks available to containers running on this Container Instance.
- volume_
count int The number of volumes that attached to this Instance
- volumes
Get
Container Instances Container Instance Collection Item Volume] A Volume represents a directory with data that is accessible across multiple containers in a ContainerInstance.
- availability
Domain String The name of the availability domain. Example:
Uocm:PHX-AD-1
- compartment
Id String The ID of the compartment in which to list resources.
- container
Count Number The number of containers on this Instance
- container
Restart StringPolicy The container restart policy is applied for all containers in container instance.
- containers List<Property Map>
The Containers on this Instance
- Map<Any>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display
Name String A filter to return only resources that match the entire display name given.
- dns
Configs List<Property Map> DNS settings for containers.
- fault
Domain String Fault Domain where the ContainerInstance is running.
- Map<Any>
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- graceful
Shutdown StringTimeout In Seconds Duration in seconds processes within a Container have to gracefully terminate. This applies whenever a Container must be halted, such as when the Container Instance is deleted. Processes will first be sent a termination signal. After this timeout is reached, the processes will be sent a termination signal.
- id String
Unique identifier that is immutable on creation
- image
Pull List<Property Map>Secrets The image pull secrets for accessing private registry to pull images for containers
- lifecycle
Details String A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- shape String
The shape of the Container Instance. The shape determines the resources available to the Container Instance.
- shape
Configs List<Property Map> The shape configuration for a Container Instance. The shape configuration determines the resources allocated to the Instance and it's containers.
- state String
A filter to return only resources whose lifecycleState matches the given lifecycleState.
- Map<Any>
Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String The time the the ContainerInstance was created. An RFC3339 formatted datetime string
- time
Updated String The time the ContainerInstance was updated. An RFC3339 formatted datetime string
- vnics List<Property Map>
The virtual networks available to containers running on this Container Instance.
- volume
Count Number The number of volumes that attached to this Instance
- volumes List<Property Map>
A Volume represents a directory with data that is accessible across multiple containers in a ContainerInstance.
GetContainerInstancesContainerInstanceCollectionItemContainer
- Additional
Capabilities List<string> - Arguments List<string>
- Availability
Domain string The name of the availability domain. Example:
Uocm:PHX-AD-1
- Commands List<string>
- Compartment
Id string The ID of the compartment in which to list resources.
- Container
Id string The ID of the Container on this Instance.
- Container
Instance stringId - Dictionary<string, object>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Display
Name string A filter to return only resources that match the entire display name given.
- Environment
Variables Dictionary<string, object> - Exit
Code int - Fault
Domain string Fault Domain where the ContainerInstance is running.
- Dictionary<string, object>
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Health
Checks List<GetContainer Instances Container Instance Collection Item Container Health Check> - Image
Url string - Is
Resource boolPrincipal Disabled - Lifecycle
Details string A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- Resource
Configs List<GetContainer Instances Container Instance Collection Item Container Resource Config> - State string
A filter to return only resources whose lifecycleState matches the given lifecycleState.
- Dictionary<string, object>
Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string The time the the ContainerInstance was created. An RFC3339 formatted datetime string
- Time
Terminated string - Time
Updated string The time the ContainerInstance was updated. An RFC3339 formatted datetime string
- Volume
Mounts List<GetContainer Instances Container Instance Collection Item Container Volume Mount> - Working
Directory string
- Additional
Capabilities []string - Arguments []string
- Availability
Domain string The name of the availability domain. Example:
Uocm:PHX-AD-1
- Commands []string
- Compartment
Id string The ID of the compartment in which to list resources.
- Container
Id string The ID of the Container on this Instance.
- Container
Instance stringId - map[string]interface{}
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Display
Name string A filter to return only resources that match the entire display name given.
- Environment
Variables map[string]interface{} - Exit
Code int - Fault
Domain string Fault Domain where the ContainerInstance is running.
- map[string]interface{}
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Health
Checks []GetContainer Instances Container Instance Collection Item Container Health Check - Image
Url string - Is
Resource boolPrincipal Disabled - Lifecycle
Details string A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- Resource
Configs []GetContainer Instances Container Instance Collection Item Container Resource Config - State string
A filter to return only resources whose lifecycleState matches the given lifecycleState.
- map[string]interface{}
Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string The time the the ContainerInstance was created. An RFC3339 formatted datetime string
- Time
Terminated string - Time
Updated string The time the ContainerInstance was updated. An RFC3339 formatted datetime string
- Volume
Mounts []GetContainer Instances Container Instance Collection Item Container Volume Mount - Working
Directory string
- additional
Capabilities List<String> - arguments List<String>
- availability
Domain String The name of the availability domain. Example:
Uocm:PHX-AD-1
- commands List<String>
- compartment
Id String The ID of the compartment in which to list resources.
- container
Id String The ID of the Container on this Instance.
- container
Instance StringId - Map<String,Object>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display
Name String A filter to return only resources that match the entire display name given.
- environment
Variables Map<String,Object> - exit
Code Integer - fault
Domain String Fault Domain where the ContainerInstance is running.
- Map<String,Object>
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- health
Checks List<GetContainer Instance Collection Item Container Health Check> - image
Url String - is
Resource BooleanPrincipal Disabled - lifecycle
Details String A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- resource
Configs List<GetContainer Instance Collection Item Container Resource Config> - state String
A filter to return only resources whose lifecycleState matches the given lifecycleState.
- Map<String,Object>
Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String The time the the ContainerInstance was created. An RFC3339 formatted datetime string
- time
Terminated String - time
Updated String The time the ContainerInstance was updated. An RFC3339 formatted datetime string
- volume
Mounts List<GetContainer Instance Collection Item Container Volume Mount> - working
Directory String
- additional
Capabilities string[] - arguments string[]
- availability
Domain string The name of the availability domain. Example:
Uocm:PHX-AD-1
- commands string[]
- compartment
Id string The ID of the compartment in which to list resources.
- container
Id string The ID of the Container on this Instance.
- container
Instance stringId - {[key: string]: any}
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display
Name string A filter to return only resources that match the entire display name given.
- environment
Variables {[key: string]: any} - exit
Code number - fault
Domain string Fault Domain where the ContainerInstance is running.
- {[key: string]: any}
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- health
Checks GetContainer Instances Container Instance Collection Item Container Health Check[] - image
Url string - is
Resource booleanPrincipal Disabled - lifecycle
Details string A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- resource
Configs GetContainer Instances Container Instance Collection Item Container Resource Config[] - state string
A filter to return only resources whose lifecycleState matches the given lifecycleState.
- {[key: string]: any}
Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created string The time the the ContainerInstance was created. An RFC3339 formatted datetime string
- time
Terminated string - time
Updated string The time the ContainerInstance was updated. An RFC3339 formatted datetime string
- volume
Mounts GetContainer Instances Container Instance Collection Item Container Volume Mount[] - working
Directory string
- additional_
capabilities Sequence[str] - arguments Sequence[str]
- availability_
domain str The name of the availability domain. Example:
Uocm:PHX-AD-1
- commands Sequence[str]
- compartment_
id str The ID of the compartment in which to list resources.
- container_
id str The ID of the Container on this Instance.
- container_
instance_ strid - Mapping[str, Any]
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display_
name str A filter to return only resources that match the entire display name given.
- environment_
variables Mapping[str, Any] - exit_
code int - fault_
domain str Fault Domain where the ContainerInstance is running.
- Mapping[str, Any]
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- health_
checks GetContainer Instances Container Instance Collection Item Container Health Check] - image_
url str - is_
resource_ boolprincipal_ disabled - lifecycle_
details str A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- resource_
configs GetContainer Instances Container Instance Collection Item Container Resource Config] - state str
A filter to return only resources whose lifecycleState matches the given lifecycleState.
- Mapping[str, Any]
Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time_
created str The time the the ContainerInstance was created. An RFC3339 formatted datetime string
- time_
terminated str - time_
updated str The time the ContainerInstance was updated. An RFC3339 formatted datetime string
- volume_
mounts GetContainer Instances Container Instance Collection Item Container Volume Mount] - working_
directory str
- additional
Capabilities List<String> - arguments List<String>
- availability
Domain String The name of the availability domain. Example:
Uocm:PHX-AD-1
- commands List<String>
- compartment
Id String The ID of the compartment in which to list resources.
- container
Id String The ID of the Container on this Instance.
- container
Instance StringId - Map<Any>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display
Name String A filter to return only resources that match the entire display name given.
- environment
Variables Map<Any> - exit
Code Number - fault
Domain String Fault Domain where the ContainerInstance is running.
- Map<Any>
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- health
Checks List<Property Map> - image
Url String - is
Resource BooleanPrincipal Disabled - lifecycle
Details String A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- resource
Configs List<Property Map> - state String
A filter to return only resources whose lifecycleState matches the given lifecycleState.
- Map<Any>
Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String The time the the ContainerInstance was created. An RFC3339 formatted datetime string
- time
Terminated String - time
Updated String The time the ContainerInstance was updated. An RFC3339 formatted datetime string
- volume
Mounts List<Property Map> - working
Directory String
GetContainerInstancesContainerInstanceCollectionItemContainerHealthCheck
- Commands List<string>
- Failure
Action string - Failure
Threshold int - Headers
List<Get
Container Instances Container Instance Collection Item Container Health Check Header> - Health
Check stringType - Initial
Delay intIn Seconds - Interval
In intSeconds - Name string
The name of the volume. This has be unique cross single ContainerInstance.
- Path string
(Optional) Relative path for this file inside the volume mount directory. By default, the file is presented at the root of the volume mount path.
- Port int
- Status string
- Status
Details string - Success
Threshold int - Timeout
In intSeconds
- Commands []string
- Failure
Action string - Failure
Threshold int - Headers
[]Get
Container Instances Container Instance Collection Item Container Health Check Header - Health
Check stringType - Initial
Delay intIn Seconds - Interval
In intSeconds - Name string
The name of the volume. This has be unique cross single ContainerInstance.
- Path string
(Optional) Relative path for this file inside the volume mount directory. By default, the file is presented at the root of the volume mount path.
- Port int
- Status string
- Status
Details string - Success
Threshold int - Timeout
In intSeconds
- commands List<String>
- failure
Action String - failure
Threshold Integer - headers
List<Get
Container Instance Collection Item Container Health Check Header> - health
Check StringType - initial
Delay IntegerIn Seconds - interval
In IntegerSeconds - name String
The name of the volume. This has be unique cross single ContainerInstance.
- path String
(Optional) Relative path for this file inside the volume mount directory. By default, the file is presented at the root of the volume mount path.
- port Integer
- status String
- status
Details String - success
Threshold Integer - timeout
In IntegerSeconds
- commands string[]
- failure
Action string - failure
Threshold number - headers
Get
Container Instances Container Instance Collection Item Container Health Check Header[] - health
Check stringType - initial
Delay numberIn Seconds - interval
In numberSeconds - name string
The name of the volume. This has be unique cross single ContainerInstance.
- path string
(Optional) Relative path for this file inside the volume mount directory. By default, the file is presented at the root of the volume mount path.
- port number
- status string
- status
Details string - success
Threshold number - timeout
In numberSeconds
- commands Sequence[str]
- failure_
action str - failure_
threshold int - headers
Get
Container Instances Container Instance Collection Item Container Health Check Header] - health_
check_ strtype - initial_
delay_ intin_ seconds - interval_
in_ intseconds - name str
The name of the volume. This has be unique cross single ContainerInstance.
- path str
(Optional) Relative path for this file inside the volume mount directory. By default, the file is presented at the root of the volume mount path.
- port int
- status str
- status_
details str - success_
threshold int - timeout_
in_ intseconds
- commands List<String>
- failure
Action String - failure
Threshold Number - headers List<Property Map>
- health
Check StringType - initial
Delay NumberIn Seconds - interval
In NumberSeconds - name String
The name of the volume. This has be unique cross single ContainerInstance.
- path String
(Optional) Relative path for this file inside the volume mount directory. By default, the file is presented at the root of the volume mount path.
- port Number
- status String
- status
Details String - success
Threshold Number - timeout
In NumberSeconds
GetContainerInstancesContainerInstanceCollectionItemContainerHealthCheckHeader
GetContainerInstancesContainerInstanceCollectionItemContainerResourceConfig
- Memory
Limit doubleIn Gbs - Vcpus
Limit double
- Memory
Limit float64In Gbs - Vcpus
Limit float64
- memory
Limit DoubleIn Gbs - vcpus
Limit Double
- memory
Limit numberIn Gbs - vcpus
Limit number
- memory_
limit_ floatin_ gbs - vcpus_
limit float
- memory
Limit NumberIn Gbs - vcpus
Limit Number
GetContainerInstancesContainerInstanceCollectionItemContainerVolumeMount
- Is
Read boolOnly - Mount
Path string - Partition int
- Sub
Path string - Volume
Name string
- Is
Read boolOnly - Mount
Path string - Partition int
- Sub
Path string - Volume
Name string
- is
Read BooleanOnly - mount
Path String - partition Integer
- sub
Path String - volume
Name String
- is
Read booleanOnly - mount
Path string - partition number
- sub
Path string - volume
Name string
- is_
read_ boolonly - mount_
path str - partition int
- sub_
path str - volume_
name str
- is
Read BooleanOnly - mount
Path String - partition Number
- sub
Path String - volume
Name String
GetContainerInstancesContainerInstanceCollectionItemDnsConfig
- Nameservers List<string>
Name server IP address
- Options List<string>
Options allows certain internal resolver variables to be modified.
- Searches List<string>
Search list for host-name lookup.
- Nameservers []string
Name server IP address
- Options []string
Options allows certain internal resolver variables to be modified.
- Searches []string
Search list for host-name lookup.
- nameservers List<String>
Name server IP address
- options List<String>
Options allows certain internal resolver variables to be modified.
- searches List<String>
Search list for host-name lookup.
- nameservers string[]
Name server IP address
- options string[]
Options allows certain internal resolver variables to be modified.
- searches string[]
Search list for host-name lookup.
- nameservers Sequence[str]
Name server IP address
- options Sequence[str]
Options allows certain internal resolver variables to be modified.
- searches Sequence[str]
Search list for host-name lookup.
- nameservers List<String>
Name server IP address
- options List<String>
Options allows certain internal resolver variables to be modified.
- searches List<String>
Search list for host-name lookup.
GetContainerInstancesContainerInstanceCollectionItemImagePullSecret
- Password string
- Registry
Endpoint string The registry endpoint of the container image.
- Secret
Id string The OCID of the secret for registry credentials.
- Secret
Type string The type of ImagePullSecret.
- Username string
- Password string
- Registry
Endpoint string The registry endpoint of the container image.
- Secret
Id string The OCID of the secret for registry credentials.
- Secret
Type string The type of ImagePullSecret.
- Username string
- password String
- registry
Endpoint String The registry endpoint of the container image.
- secret
Id String The OCID of the secret for registry credentials.
- secret
Type String The type of ImagePullSecret.
- username String
- password string
- registry
Endpoint string The registry endpoint of the container image.
- secret
Id string The OCID of the secret for registry credentials.
- secret
Type string The type of ImagePullSecret.
- username string
- password str
- registry_
endpoint str The registry endpoint of the container image.
- secret_
id str The OCID of the secret for registry credentials.
- secret_
type str The type of ImagePullSecret.
- username str
- password String
- registry
Endpoint String The registry endpoint of the container image.
- secret
Id String The OCID of the secret for registry credentials.
- secret
Type String The type of ImagePullSecret.
- username String
GetContainerInstancesContainerInstanceCollectionItemShapeConfig
- Memory
In doubleGbs The total amount of memory available to the instance, in gigabytes.
- Networking
Bandwidth doubleIn Gbps The networking bandwidth available to the instance, in gigabits per second.
- Ocpus double
The total number of OCPUs available to the instance.
- Processor
Description string A short description of the instance's processor (CPU).
- Memory
In float64Gbs The total amount of memory available to the instance, in gigabytes.
- Networking
Bandwidth float64In Gbps The networking bandwidth available to the instance, in gigabits per second.
- Ocpus float64
The total number of OCPUs available to the instance.
- Processor
Description string A short description of the instance's processor (CPU).
- memory
In DoubleGbs The total amount of memory available to the instance, in gigabytes.
- networking
Bandwidth DoubleIn Gbps The networking bandwidth available to the instance, in gigabits per second.
- ocpus Double
The total number of OCPUs available to the instance.
- processor
Description String A short description of the instance's processor (CPU).
- memory
In numberGbs The total amount of memory available to the instance, in gigabytes.
- networking
Bandwidth numberIn Gbps The networking bandwidth available to the instance, in gigabits per second.
- ocpus number
The total number of OCPUs available to the instance.
- processor
Description string A short description of the instance's processor (CPU).
- memory_
in_ floatgbs The total amount of memory available to the instance, in gigabytes.
- networking_
bandwidth_ floatin_ gbps The networking bandwidth available to the instance, in gigabits per second.
- ocpus float
The total number of OCPUs available to the instance.
- processor_
description str A short description of the instance's processor (CPU).
- memory
In NumberGbs The total amount of memory available to the instance, in gigabytes.
- networking
Bandwidth NumberIn Gbps The networking bandwidth available to the instance, in gigabits per second.
- ocpus Number
The total number of OCPUs available to the instance.
- processor
Description String A short description of the instance's processor (CPU).
GetContainerInstancesContainerInstanceCollectionItemVnic
- Dictionary<string, object>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Display
Name string A filter to return only resources that match the entire display name given.
- Dictionary<string, object>
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Hostname
Label string - Is
Public boolIp Assigned - Nsg
Ids List<string> - Private
Ip string - Skip
Source boolDest Check - Subnet
Id string - Vnic
Id string The ID of the Virtual Network Interface Card (VNIC) over which Containers accessing this network can communicate with the larger Virtual Client Network.
- map[string]interface{}
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Display
Name string A filter to return only resources that match the entire display name given.
- map[string]interface{}
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Hostname
Label string - Is
Public boolIp Assigned - Nsg
Ids []string - Private
Ip string - Skip
Source boolDest Check - Subnet
Id string - Vnic
Id string The ID of the Virtual Network Interface Card (VNIC) over which Containers accessing this network can communicate with the larger Virtual Client Network.
- Map<String,Object>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display
Name String A filter to return only resources that match the entire display name given.
- Map<String,Object>
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- hostname
Label String - is
Public BooleanIp Assigned - nsg
Ids List<String> - private
Ip String - skip
Source BooleanDest Check - subnet
Id String - vnic
Id String The ID of the Virtual Network Interface Card (VNIC) over which Containers accessing this network can communicate with the larger Virtual Client Network.
- {[key: string]: any}
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display
Name string A filter to return only resources that match the entire display name given.
- {[key: string]: any}
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- hostname
Label string - is
Public booleanIp Assigned - nsg
Ids string[] - private
Ip string - skip
Source booleanDest Check - subnet
Id string - vnic
Id string The ID of the Virtual Network Interface Card (VNIC) over which Containers accessing this network can communicate with the larger Virtual Client Network.
- Mapping[str, Any]
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display_
name str A filter to return only resources that match the entire display name given.
- Mapping[str, Any]
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- hostname_
label str - is_
public_ boolip_ assigned - nsg_
ids Sequence[str] - private_
ip str - skip_
source_ booldest_ check - subnet_
id str - vnic_
id str The ID of the Virtual Network Interface Card (VNIC) over which Containers accessing this network can communicate with the larger Virtual Client Network.
- Map<Any>
Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- display
Name String A filter to return only resources that match the entire display name given.
- Map<Any>
Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- hostname
Label String - is
Public BooleanIp Assigned - nsg
Ids List<String> - private
Ip String - skip
Source BooleanDest Check - subnet
Id String - vnic
Id String The ID of the Virtual Network Interface Card (VNIC) over which Containers accessing this network can communicate with the larger Virtual Client Network.
GetContainerInstancesContainerInstanceCollectionItemVolume
- Backing
Store string Volume type that we are using for empty dir where it could be either File Storage or Memory
- Configs
List<Get
Container Instances Container Instance Collection Item Volume Config> Contains string key value pairs which can be mounted as individual files inside the container. The value needs to be base64 encoded. It is decoded to plain text before the mount.
- Name string
The name of the volume. This has be unique cross single ContainerInstance.
- Volume
Type string The type of volume.
- Backing
Store string Volume type that we are using for empty dir where it could be either File Storage or Memory
- Configs
[]Get
Container Instances Container Instance Collection Item Volume Config Contains string key value pairs which can be mounted as individual files inside the container. The value needs to be base64 encoded. It is decoded to plain text before the mount.
- Name string
The name of the volume. This has be unique cross single ContainerInstance.
- Volume
Type string The type of volume.
- backing
Store String Volume type that we are using for empty dir where it could be either File Storage or Memory
- configs
List<Get
Container Instance Collection Item Volume Config> Contains string key value pairs which can be mounted as individual files inside the container. The value needs to be base64 encoded. It is decoded to plain text before the mount.
- name String
The name of the volume. This has be unique cross single ContainerInstance.
- volume
Type String The type of volume.
- backing
Store string Volume type that we are using for empty dir where it could be either File Storage or Memory
- configs
Get
Container Instances Container Instance Collection Item Volume Config[] Contains string key value pairs which can be mounted as individual files inside the container. The value needs to be base64 encoded. It is decoded to plain text before the mount.
- name string
The name of the volume. This has be unique cross single ContainerInstance.
- volume
Type string The type of volume.
- backing_
store str Volume type that we are using for empty dir where it could be either File Storage or Memory
- configs
Get
Container Instances Container Instance Collection Item Volume Config] Contains string key value pairs which can be mounted as individual files inside the container. The value needs to be base64 encoded. It is decoded to plain text before the mount.
- name str
The name of the volume. This has be unique cross single ContainerInstance.
- volume_
type str The type of volume.
- backing
Store String Volume type that we are using for empty dir where it could be either File Storage or Memory
- configs List<Property Map>
Contains string key value pairs which can be mounted as individual files inside the container. The value needs to be base64 encoded. It is decoded to plain text before the mount.
- name String
The name of the volume. This has be unique cross single ContainerInstance.
- volume
Type String The type of volume.
GetContainerInstancesContainerInstanceCollectionItemVolumeConfig
- Data string
The base64 encoded contents of the file. The contents are decoded to plain text before mounted as a file to a container inside container instance.
- File
Name string The name of the file. The fileName should be unique across the volume.
- Path string
(Optional) Relative path for this file inside the volume mount directory. By default, the file is presented at the root of the volume mount path.
- Data string
The base64 encoded contents of the file. The contents are decoded to plain text before mounted as a file to a container inside container instance.
- File
Name string The name of the file. The fileName should be unique across the volume.
- Path string
(Optional) Relative path for this file inside the volume mount directory. By default, the file is presented at the root of the volume mount path.
- data String
The base64 encoded contents of the file. The contents are decoded to plain text before mounted as a file to a container inside container instance.
- file
Name String The name of the file. The fileName should be unique across the volume.
- path String
(Optional) Relative path for this file inside the volume mount directory. By default, the file is presented at the root of the volume mount path.
- data string
The base64 encoded contents of the file. The contents are decoded to plain text before mounted as a file to a container inside container instance.
- file
Name string The name of the file. The fileName should be unique across the volume.
- path string
(Optional) Relative path for this file inside the volume mount directory. By default, the file is presented at the root of the volume mount path.
- data str
The base64 encoded contents of the file. The contents are decoded to plain text before mounted as a file to a container inside container instance.
- file_
name str The name of the file. The fileName should be unique across the volume.
- path str
(Optional) Relative path for this file inside the volume mount directory. By default, the file is presented at the root of the volume mount path.
- data String
The base64 encoded contents of the file. The contents are decoded to plain text before mounted as a file to a container inside container instance.
- file
Name String The name of the file. The fileName should be unique across the volume.
- path String
(Optional) Relative path for this file inside the volume mount directory. By default, the file is presented at the root of the volume mount path.
GetContainerInstancesFilter
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
oci
Terraform Provider.