Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
oci.ContainerInstances.getContainerInstances
Explore with Pulumi AI
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
This data source provides the list of Container Instances in Oracle Cloud Infrastructure Container Instances service.
Returns a list of container instances.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testContainerInstances = oci.ContainerInstances.getContainerInstances({
compartmentId: compartmentId,
availabilityDomain: containerInstanceAvailabilityDomain,
displayName: containerInstanceDisplayName,
state: containerInstanceState,
});
import pulumi
import pulumi_oci as oci
test_container_instances = oci.ContainerInstances.get_container_instances(compartment_id=compartment_id,
availability_domain=container_instance_availability_domain,
display_name=container_instance_display_name,
state=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: compartmentId,
AvailabilityDomain: pulumi.StringRef(containerInstanceAvailabilityDomain),
DisplayName: pulumi.StringRef(containerInstanceDisplayName),
State: pulumi.StringRef(containerInstanceState),
}, 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 testContainerInstances = Oci.ContainerInstances.GetContainerInstances.Invoke(new()
{
CompartmentId = compartmentId,
AvailabilityDomain = containerInstanceAvailabilityDomain,
DisplayName = containerInstanceDisplayName,
State = containerInstanceState,
});
});
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(compartmentId)
.availabilityDomain(containerInstanceAvailabilityDomain)
.displayName(containerInstanceDisplayName)
.state(containerInstanceState)
.build());
}
}
variables:
testContainerInstances:
fn::invoke:
Function: oci:ContainerInstances:getContainerInstances
Arguments:
compartmentId: ${compartmentId}
availabilityDomain: ${containerInstanceAvailabilityDomain}
displayName: ${containerInstanceDisplayName}
state: ${containerInstanceState}
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 OCID 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 only return resources that match the given lifecycle state.
- Compartment
Id string - The OCID 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 only return resources that match the given lifecycle state.
- compartment
Id String - The OCID 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 only return resources that match the given lifecycle state.
- compartment
Id string - The OCID 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 only return resources that match the given lifecycle state.
- compartment_
id str - The OCID 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
Sequence[containerinstances.
Get Container Instances Filter] - state str
- A filter to only return resources that match the given lifecycle state.
- compartment
Id String - The OCID 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 only return resources that match the given lifecycle state.
getContainerInstances Result
The following output properties are available:
- Compartment
Id string - The OCID of the compartment.
- 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 - The availability domain to place the container instance.
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Filters
List<Get
Container Instances Filter> - State string
- The current state of the container instance.
- Compartment
Id string - The OCID of the compartment.
- 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 - The availability domain to place the container instance.
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Filters
[]Get
Container Instances Filter - State string
- The current state of the container instance.
- compartment
Id String - The OCID of the compartment.
- 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 - The availability domain to place the container instance.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- filters
List<Get
Filter> - state String
- The current state of the container instance.
- compartment
Id string - The OCID of the compartment.
- 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 - The availability domain to place the container instance.
- display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- filters
Get
Container Instances Filter[] - state string
- The current state of the container instance.
- compartment_
id str - The OCID of the compartment.
- container_
instance_ Sequence[containerinstances.collections Get 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 - The availability domain to place the container instance.
- display_
name str - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- filters
Sequence[containerinstances.
Get Container Instances Filter] - state str
- The current state of the container instance.
- compartment
Id String - The OCID of the compartment.
- 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 - The availability domain to place the container instance.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- filters List<Property Map>
- state String
- The current state of the container instance.
Supporting Types
GetContainerInstancesContainerInstanceCollection
GetContainerInstancesContainerInstanceCollectionItem
- Availability
Domain string - The name of the availability domain. Example:
Uocm:PHX-AD-1
- Compartment
Id string - The OCID of the compartment in which to list resources.
- Container
Count int - The number of containers on the container 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 the container 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 - The fault domain to place the container instance.
- 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 - The amount of time that processes in a container have to gracefully end when the container must be stopped. For example, when you delete a container instance. After the timeout is reached, the processes are sent a signal to be deleted.
- Id string
- An OCID that cannot be changed.
- Image
Pull List<GetSecrets Container Instances Container Instance Collection Item Image Pull Secret> - The image pulls secrets so you can access private registry to pull container images.
- Lifecycle
Details string - A message that describes the current state of the container in more detail. Can be used to provide actionable information.
- Shape string
- The shape of the container instance. The shape determines the number of OCPUs, amount of memory, and other resources that are allocated to a 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 thats are available to the container instance and its containers.
- State string
- A filter to only return resources that match the given lifecycle state.
- 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 container instance was created, in the format defined by RFC 3339.
- Time
Updated string - The time the container instance was updated, in the format defined by RFC 3339.
- Vnics
List<Get
Container Instances Container Instance Collection Item Vnic> - The virtual networks available to the containers in the container instance.
- Volume
Count int - The number of volumes that are attached to the container instance.
- Volumes
List<Get
Container Instances Container Instance Collection Item Volume> - A volume is a directory with data that is accessible across multiple containers in a container instance.
- Availability
Domain string - The name of the availability domain. Example:
Uocm:PHX-AD-1
- Compartment
Id string - The OCID of the compartment in which to list resources.
- Container
Count int - The number of containers on the container 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 the container 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 - The fault domain to place the container instance.
- 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 - The amount of time that processes in a container have to gracefully end when the container must be stopped. For example, when you delete a container instance. After the timeout is reached, the processes are sent a signal to be deleted.
- Id string
- An OCID that cannot be changed.
- Image
Pull []GetSecrets Container Instances Container Instance Collection Item Image Pull Secret - The image pulls secrets so you can access private registry to pull container images.
- Lifecycle
Details string - A message that describes the current state of the container in more detail. Can be used to provide actionable information.
- Shape string
- The shape of the container instance. The shape determines the number of OCPUs, amount of memory, and other resources that are allocated to a 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 thats are available to the container instance and its containers.
- State string
- A filter to only return resources that match the given lifecycle state.
- 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 container instance was created, in the format defined by RFC 3339.
- Time
Updated string - The time the container instance was updated, in the format defined by RFC 3339.
- Vnics
[]Get
Container Instances Container Instance Collection Item Vnic - The virtual networks available to the containers in the container instance.
- Volume
Count int - The number of volumes that are attached to the container instance.
- Volumes
[]Get
Container Instances Container Instance Collection Item Volume - A volume is a directory with data that is accessible across multiple containers in a container instance.
- availability
Domain String - The name of the availability domain. Example:
Uocm:PHX-AD-1
- compartment
Id String - The OCID of the compartment in which to list resources.
- container
Count Integer - The number of containers on the container 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 the container 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 - The fault domain to place the container instance.
- 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 - The amount of time that processes in a container have to gracefully end when the container must be stopped. For example, when you delete a container instance. After the timeout is reached, the processes are sent a signal to be deleted.
- id String
- An OCID that cannot be changed.
- image
Pull List<GetSecrets Container Instance Collection Item Image Pull Secret> - The image pulls secrets so you can access private registry to pull container images.
- lifecycle
Details String - A message that describes the current state of the container in more detail. Can be used to provide actionable information.
- shape String
- The shape of the container instance. The shape determines the number of OCPUs, amount of memory, and other resources that are allocated to a container instance.
- shape
Configs List<GetContainer Instance Collection Item Shape Config> - The shape configuration for a container instance. The shape configuration determines the resources thats are available to the container instance and its containers.
- state String
- A filter to only return resources that match the given lifecycle state.
- 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 container instance was created, in the format defined by RFC 3339.
- time
Updated String - The time the container instance was updated, in the format defined by RFC 3339.
- vnics
List<Get
Container Instance Collection Item Vnic> - The virtual networks available to the containers in the container instance.
- volume
Count Integer - The number of volumes that are attached to the container instance.
- volumes
List<Get
Container Instance Collection Item Volume> - A volume is a directory with data that is accessible across multiple containers in a container instance.
- availability
Domain string - The name of the availability domain. Example:
Uocm:PHX-AD-1
- compartment
Id string - The OCID of the compartment in which to list resources.
- container
Count number - The number of containers on the container 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 the container 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 - The fault domain to place the container instance.
- {[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 - The amount of time that processes in a container have to gracefully end when the container must be stopped. For example, when you delete a container instance. After the timeout is reached, the processes are sent a signal to be deleted.
- id string
- An OCID that cannot be changed.
- image
Pull GetSecrets Container Instances Container Instance Collection Item Image Pull Secret[] - The image pulls secrets so you can access private registry to pull container images.
- lifecycle
Details string - A message that describes the current state of the container in more detail. Can be used to provide actionable information.
- shape string
- The shape of the container instance. The shape determines the number of OCPUs, amount of memory, and other resources that are allocated to a 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 thats are available to the container instance and its containers.
- state string
- A filter to only return resources that match the given lifecycle state.
- {[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 container instance was created, in the format defined by RFC 3339.
- time
Updated string - The time the container instance was updated, in the format defined by RFC 3339.
- vnics
Get
Container Instances Container Instance Collection Item Vnic[] - The virtual networks available to the containers in the container instance.
- volume
Count number - The number of volumes that are attached to the container instance.
- volumes
Get
Container Instances Container Instance Collection Item Volume[] - A volume is a directory with data that is accessible across multiple containers in a container instance.
- availability_
domain str - The name of the availability domain. Example:
Uocm:PHX-AD-1
- compartment_
id str - The OCID of the compartment in which to list resources.
- container_
count int - The number of containers on the container instance.
- container_
restart_ strpolicy - The container restart policy is applied for all containers in container instance.
- containers
Sequence[containerinstances.
Get Container Instances Container Instance Collection Item Container] - The containers on the container 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 Sequence[containerinstances.Get Container Instances Container Instance Collection Item Dns Config] - DNS settings for containers.
- fault_
domain str - The fault domain to place the container instance.
- 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 - The amount of time that processes in a container have to gracefully end when the container must be stopped. For example, when you delete a container instance. After the timeout is reached, the processes are sent a signal to be deleted.
- id str
- An OCID that cannot be changed.
- image_
pull_ Sequence[containerinstances.secrets Get Container Instances Container Instance Collection Item Image Pull Secret] - The image pulls secrets so you can access private registry to pull container images.
- lifecycle_
details str - A message that describes the current state of the container in more detail. Can be used to provide actionable information.
- shape str
- The shape of the container instance. The shape determines the number of OCPUs, amount of memory, and other resources that are allocated to a container instance.
- shape_
configs Sequence[containerinstances.Get Container Instances Container Instance Collection Item Shape Config] - The shape configuration for a container instance. The shape configuration determines the resources thats are available to the container instance and its containers.
- state str
- A filter to only return resources that match the given lifecycle state.
- 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 container instance was created, in the format defined by RFC 3339.
- time_
updated str - The time the container instance was updated, in the format defined by RFC 3339.
- vnics
Sequence[containerinstances.
Get Container Instances Container Instance Collection Item Vnic] - The virtual networks available to the containers in the container instance.
- volume_
count int - The number of volumes that are attached to the container instance.
- volumes
Sequence[containerinstances.
Get Container Instances Container Instance Collection Item Volume] - A volume is a directory with data that is accessible across multiple containers in a container instance.
- availability
Domain String - The name of the availability domain. Example:
Uocm:PHX-AD-1
- compartment
Id String - The OCID of the compartment in which to list resources.
- container
Count Number - The number of containers on the container instance.
- container
Restart StringPolicy - The container restart policy is applied for all containers in container instance.
- containers List<Property Map>
- The containers on the container 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 - The fault domain to place the container instance.
- 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 - The amount of time that processes in a container have to gracefully end when the container must be stopped. For example, when you delete a container instance. After the timeout is reached, the processes are sent a signal to be deleted.
- id String
- An OCID that cannot be changed.
- image
Pull List<Property Map>Secrets - The image pulls secrets so you can access private registry to pull container images.
- lifecycle
Details String - A message that describes the current state of the container in more detail. Can be used to provide actionable information.
- shape String
- The shape of the container instance. The shape determines the number of OCPUs, amount of memory, and other resources that are allocated to a container instance.
- shape
Configs List<Property Map> - The shape configuration for a container instance. The shape configuration determines the resources thats are available to the container instance and its containers.
- state String
- A filter to only return resources that match the given lifecycle state.
- 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 container instance was created, in the format defined by RFC 3339.
- time
Updated String - The time the container instance was updated, in the format defined by RFC 3339.
- vnics List<Property Map>
- The virtual networks available to the containers in the container instance.
- volume
Count Number - The number of volumes that are attached to the container instance.
- volumes List<Property Map>
- A volume is a directory with data that is accessible across multiple containers in a container instance.
GetContainerInstancesContainerInstanceCollectionItemContainer
- Arguments List<string>
- Availability
Domain string - The name of the availability domain. Example:
Uocm:PHX-AD-1
- Commands List<string>
- Compartment
Id string - The OCID of the compartment in which to list resources.
- Container
Id string - The OCID of the container.
- 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 - The fault domain to place the container instance.
- 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 that describes the current state of the container in more detail. Can be used to provide actionable information.
- Resource
Configs List<GetContainer Instances Container Instance Collection Item Container Resource Config> - Security
Contexts List<GetContainer Instances Container Instance Collection Item Container Security Context> - State string
- A filter to only return resources that match the given lifecycle state.
- 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 container instance was created, in the format defined by RFC 3339.
- Time
Terminated string - Time
Updated string - The time the container instance was updated, in the format defined by RFC 3339.
- Volume
Mounts List<GetContainer Instances Container Instance Collection Item Container Volume Mount> - Working
Directory string
- Arguments []string
- Availability
Domain string - The name of the availability domain. Example:
Uocm:PHX-AD-1
- Commands []string
- Compartment
Id string - The OCID of the compartment in which to list resources.
- Container
Id string - The OCID of the container.
- 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 - The fault domain to place the container instance.
- 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 that describes the current state of the container in more detail. Can be used to provide actionable information.
- Resource
Configs []GetContainer Instances Container Instance Collection Item Container Resource Config - Security
Contexts []GetContainer Instances Container Instance Collection Item Container Security Context - State string
- A filter to only return resources that match the given lifecycle state.
- 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 container instance was created, in the format defined by RFC 3339.
- Time
Terminated string - Time
Updated string - The time the container instance was updated, in the format defined by RFC 3339.
- Volume
Mounts []GetContainer Instances Container Instance Collection Item Container Volume Mount - Working
Directory 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 OCID of the compartment in which to list resources.
- container
Id String - The OCID of the container.
- 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 - The fault domain to place the container instance.
- 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 that describes the current state of the container in more detail. Can be used to provide actionable information.
- resource
Configs List<GetContainer Instance Collection Item Container Resource Config> - security
Contexts List<GetContainer Instance Collection Item Container Security Context> - state String
- A filter to only return resources that match the given lifecycle state.
- 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 container instance was created, in the format defined by RFC 3339.
- time
Terminated String - time
Updated String - The time the container instance was updated, in the format defined by RFC 3339.
- volume
Mounts List<GetContainer Instance Collection Item Container Volume Mount> - working
Directory String
- arguments string[]
- availability
Domain string - The name of the availability domain. Example:
Uocm:PHX-AD-1
- commands string[]
- compartment
Id string - The OCID of the compartment in which to list resources.
- container
Id string - The OCID of the container.
- 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 - The fault domain to place the container instance.
- {[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 that describes the current state of the container in more detail. Can be used to provide actionable information.
- resource
Configs GetContainer Instances Container Instance Collection Item Container Resource Config[] - security
Contexts GetContainer Instances Container Instance Collection Item Container Security Context[] - state string
- A filter to only return resources that match the given lifecycle state.
- {[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 container instance was created, in the format defined by RFC 3339.
- time
Terminated string - time
Updated string - The time the container instance was updated, in the format defined by RFC 3339.
- volume
Mounts GetContainer Instances Container Instance Collection Item Container Volume Mount[] - working
Directory string
- arguments Sequence[str]
- availability_
domain str - The name of the availability domain. Example:
Uocm:PHX-AD-1
- commands Sequence[str]
- compartment_
id str - The OCID of the compartment in which to list resources.
- container_
id str - The OCID of the container.
- 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 - The fault domain to place the container instance.
- 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 Sequence[containerinstances.Get Container Instances Container Instance Collection Item Container Health Check] - image_
url str - is_
resource_ boolprincipal_ disabled - lifecycle_
details str - A message that describes the current state of the container in more detail. Can be used to provide actionable information.
- resource_
configs Sequence[containerinstances.Get Container Instances Container Instance Collection Item Container Resource Config] - security_
contexts Sequence[containerinstances.Get Container Instances Container Instance Collection Item Container Security Context] - state str
- A filter to only return resources that match the given lifecycle state.
- 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 container instance was created, in the format defined by RFC 3339.
- time_
terminated str - time_
updated str - The time the container instance was updated, in the format defined by RFC 3339.
- volume_
mounts Sequence[containerinstances.Get Container Instances Container Instance Collection Item Container Volume Mount] - working_
directory str
- arguments List<String>
- availability
Domain String - The name of the availability domain. Example:
Uocm:PHX-AD-1
- commands List<String>
- compartment
Id String - The OCID of the compartment in which to list resources.
- container
Id String - The OCID of the container.
- 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 - The fault domain to place the container instance.
- 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 that describes the current state of the container in more detail. Can be used to provide actionable information.
- resource
Configs List<Property Map> - security
Contexts List<Property Map> - state String
- A filter to only return resources that match the given lifecycle state.
- 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 container instance was created, in the format defined by RFC 3339.
- time
Terminated String - time
Updated String - The time the container instance was updated, in the format defined by RFC 3339.
- 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 must be unique within a single container instance.
- 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 must be unique within a single container instance.
- 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 must be unique within a single container instance.
- 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 must be unique within a single container instance.
- 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
Sequence[containerinstances.
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 must be unique within a single container instance.
- 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 must be unique within a single container instance.
- 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
GetContainerInstancesContainerInstanceCollectionItemContainerSecurityContext
- capabilities List<Property Map>
- is
Non BooleanRoot User Check Enabled - is
Root BooleanFile System Readonly - run
As NumberGroup - run
As NumberUser - security
Context StringType
GetContainerInstancesContainerInstanceCollectionItemContainerSecurityContextCapability
- Add
Capabilities List<string> - Drop
Capabilities List<string>
- Add
Capabilities []string - Drop
Capabilities []string
- add
Capabilities List<String> - drop
Capabilities List<String>
- add
Capabilities string[] - drop
Capabilities string[]
- add_
capabilities Sequence[str] - drop_
capabilities Sequence[str]
- add
Capabilities List<String> - drop
Capabilities List<String>
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>
- IP address of the name server..
- Options List<string>
- Options allows certain internal resolver variables to be modified.
- Searches List<string>
- Search list for hostname lookup.
- Nameservers []string
- IP address of the name server..
- Options []string
- Options allows certain internal resolver variables to be modified.
- Searches []string
- Search list for hostname lookup.
- nameservers List<String>
- IP address of the name server..
- options List<String>
- Options allows certain internal resolver variables to be modified.
- searches List<String>
- Search list for hostname lookup.
- nameservers string[]
- IP address of the name server..
- options string[]
- Options allows certain internal resolver variables to be modified.
- searches string[]
- Search list for hostname lookup.
- nameservers Sequence[str]
- IP address of the name server..
- options Sequence[str]
- Options allows certain internal resolver variables to be modified.
- searches Sequence[str]
- Search list for hostname lookup.
- nameservers List<String>
- IP address of the name server..
- options List<String>
- Options allows certain internal resolver variables to be modified.
- searches List<String>
- Search list for hostname 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 container instance, in gigabytes.
- Networking
Bandwidth doubleIn Gbps - The networking bandwidth available to the container instance, in gigabits per second.
- Ocpus double
- The total number of OCPUs available to the container instance.
- Processor
Description string - A short description of the container instance's processor (CPU).
- Memory
In float64Gbs - The total amount of memory available to the container instance, in gigabytes.
- Networking
Bandwidth float64In Gbps - The networking bandwidth available to the container instance, in gigabits per second.
- Ocpus float64
- The total number of OCPUs available to the container instance.
- Processor
Description string - A short description of the container instance's processor (CPU).
- memory
In DoubleGbs - The total amount of memory available to the container instance, in gigabytes.
- networking
Bandwidth DoubleIn Gbps - The networking bandwidth available to the container instance, in gigabits per second.
- ocpus Double
- The total number of OCPUs available to the container instance.
- processor
Description String - A short description of the container instance's processor (CPU).
- memory
In numberGbs - The total amount of memory available to the container instance, in gigabytes.
- networking
Bandwidth numberIn Gbps - The networking bandwidth available to the container instance, in gigabits per second.
- ocpus number
- The total number of OCPUs available to the container instance.
- processor
Description string - A short description of the container instance's processor (CPU).
- memory_
in_ floatgbs - The total amount of memory available to the container instance, in gigabytes.
- networking_
bandwidth_ floatin_ gbps - The networking bandwidth available to the container instance, in gigabits per second.
- ocpus float
- The total number of OCPUs available to the container instance.
- processor_
description str - A short description of the container instance's processor (CPU).
- memory
In NumberGbs - The total amount of memory available to the container instance, in gigabytes.
- networking
Bandwidth NumberIn Gbps - The networking bandwidth available to the container instance, in gigabits per second.
- ocpus Number
- The total number of OCPUs available to the container instance.
- processor
Description String - A short description of the container 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 identifier of the virtual network interface card (VNIC) over which the containers accessing this network can communicate with the larger virtual cloud 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 identifier of the virtual network interface card (VNIC) over which the containers accessing this network can communicate with the larger virtual cloud 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 identifier of the virtual network interface card (VNIC) over which the containers accessing this network can communicate with the larger virtual cloud 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 identifier of the virtual network interface card (VNIC) over which the containers accessing this network can communicate with the larger virtual cloud 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 identifier of the virtual network interface card (VNIC) over which the containers accessing this network can communicate with the larger virtual cloud 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 identifier of the virtual network interface card (VNIC) over which the containers accessing this network can communicate with the larger virtual cloud network.
GetContainerInstancesContainerInstanceCollectionItemVolume
- Backing
Store string - The volume type of the empty directory, can 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 must be unique within a single container instance.
- Volume
Type string - The type of volume.
- Backing
Store string - The volume type of the empty directory, can 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 must be unique within a single container instance.
- Volume
Type string - The type of volume.
- backing
Store String - The volume type of the empty directory, can 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 must be unique within a single container instance.
- volume
Type String - The type of volume.
- backing
Store string - The volume type of the empty directory, can 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 must be unique within a single container instance.
- volume
Type string - The type of volume.
- backing_
store str - The volume type of the empty directory, can be either File Storage or Memory.
- configs
Sequence[containerinstances.
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 must be unique within a single container instance.
- volume_
type str - The type of volume.
- backing
Store String - The volume type of the empty directory, can 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 must be unique within a single container instance.
- 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.
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi