Data Source: oci_batch_batch_context_shapes
This data source provides the list of Batch Context Shapes in Oracle Cloud Infrastructure Batch service.
Lists the shapes allowed to be specified during batch context creation. Ordered by the shape name.
Example Usage
data "oci_batch_batch_context_shapes" "test_batch_context_shapes" {
#Required
compartment_id = var.compartment_id
#Optional
availability_domain = var.batch_context_shape_availability_domain
}
Argument Reference
The following arguments are supported:
availability_domain- (Optional) The name of the availability domain.compartment_id- (Required) The OCID of the compartment in which to list resources.
Attributes Reference
The following attributes are exported:
batch_context_shape_collection- The list of batch_context_shape_collection.
BatchContextShape Reference
The following attributes are exported:
items- List of shapes.memory_options- The amount of memory available for container instances that use this shape.default_per_ocpu_in_gbs- The default amount of memory per OCPU available for this shape (GB).max_in_gbs- The maximum amount of memory (GB).max_per_ocpu_in_gbs- For a flexible shape, the maximum amount of memory per OCPU available for this shape (GB).min_in_gbs- The minimum amount of memory (GB).min_per_ocpu_in_gbs- The minimum amount of memory per OCPU available for this shape (GB).
name- The name identifying the shape.networking_bandwidth_options- For a flexible shape, the amount of networking bandwidth available for container instances that use this shape.default_per_ocpu_in_gbps- The default amount of networking bandwidth per OCPU, in gigabits per second.max_in_gbps- The maximum amount of networking bandwidth, in gigabits per second.min_in_gbps- The minimum amount of networking bandwidth, in gigabits per second.
ocpu_options- For a flexible shape, the number of OCPUs available for container instances that use this shape.max_ocpus- The maximum number of OCPUs.min_ocpus- The minimum number of OCPUs.
processor_description- A short description of the container instance’s processor (CPU).