oci.DataFlow.getPools
Explore with Pulumi AI
This data source provides the list of Pools in Oracle Cloud Infrastructure Data Flow service.
Lists all pools in the specified compartment. The query must include compartmentId. The query may also include one other parameter. If the query does not include compartmentId, or includes compartmentId, but with two or more other parameters, an error is returned.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testPools = oci.DataFlow.getPools({
    compartmentId: compartmentId,
    displayName: poolDisplayName,
    displayNameStartsWith: poolDisplayNameStartsWith,
    ownerPrincipalId: testOwnerPrincipal.id,
    state: poolState,
});
import pulumi
import pulumi_oci as oci
test_pools = oci.DataFlow.get_pools(compartment_id=compartment_id,
    display_name=pool_display_name,
    display_name_starts_with=pool_display_name_starts_with,
    owner_principal_id=test_owner_principal["id"],
    state=pool_state)
package main
import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/dataflow"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := dataflow.GetPools(ctx, &dataflow.GetPoolsArgs{
			CompartmentId:         compartmentId,
			DisplayName:           pulumi.StringRef(poolDisplayName),
			DisplayNameStartsWith: pulumi.StringRef(poolDisplayNameStartsWith),
			OwnerPrincipalId:      pulumi.StringRef(testOwnerPrincipal.Id),
			State:                 pulumi.StringRef(poolState),
		}, 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 testPools = Oci.DataFlow.GetPools.Invoke(new()
    {
        CompartmentId = compartmentId,
        DisplayName = poolDisplayName,
        DisplayNameStartsWith = poolDisplayNameStartsWith,
        OwnerPrincipalId = testOwnerPrincipal.Id,
        State = poolState,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.DataFlow.DataFlowFunctions;
import com.pulumi.oci.DataFlow.inputs.GetPoolsArgs;
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 testPools = DataFlowFunctions.getPools(GetPoolsArgs.builder()
            .compartmentId(compartmentId)
            .displayName(poolDisplayName)
            .displayNameStartsWith(poolDisplayNameStartsWith)
            .ownerPrincipalId(testOwnerPrincipal.id())
            .state(poolState)
            .build());
    }
}
variables:
  testPools:
    fn::invoke:
      function: oci:DataFlow:getPools
      arguments:
        compartmentId: ${compartmentId}
        displayName: ${poolDisplayName}
        displayNameStartsWith: ${poolDisplayNameStartsWith}
        ownerPrincipalId: ${testOwnerPrincipal.id}
        state: ${poolState}
Using getPools
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 getPools(args: GetPoolsArgs, opts?: InvokeOptions): Promise<GetPoolsResult>
function getPoolsOutput(args: GetPoolsOutputArgs, opts?: InvokeOptions): Output<GetPoolsResult>def get_pools(compartment_id: Optional[str] = None,
              display_name: Optional[str] = None,
              display_name_starts_with: Optional[str] = None,
              filters: Optional[Sequence[GetPoolsFilter]] = None,
              owner_principal_id: Optional[str] = None,
              state: Optional[str] = None,
              opts: Optional[InvokeOptions] = None) -> GetPoolsResult
def get_pools_output(compartment_id: Optional[pulumi.Input[str]] = None,
              display_name: Optional[pulumi.Input[str]] = None,
              display_name_starts_with: Optional[pulumi.Input[str]] = None,
              filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetPoolsFilterArgs]]]] = None,
              owner_principal_id: Optional[pulumi.Input[str]] = None,
              state: Optional[pulumi.Input[str]] = None,
              opts: Optional[InvokeOptions] = None) -> Output[GetPoolsResult]func GetPools(ctx *Context, args *GetPoolsArgs, opts ...InvokeOption) (*GetPoolsResult, error)
func GetPoolsOutput(ctx *Context, args *GetPoolsOutputArgs, opts ...InvokeOption) GetPoolsResultOutput> Note: This function is named GetPools in the Go SDK.
public static class GetPools 
{
    public static Task<GetPoolsResult> InvokeAsync(GetPoolsArgs args, InvokeOptions? opts = null)
    public static Output<GetPoolsResult> Invoke(GetPoolsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetPoolsResult> getPools(GetPoolsArgs args, InvokeOptions options)
public static Output<GetPoolsResult> getPools(GetPoolsArgs args, InvokeOptions options)
fn::invoke:
  function: oci:DataFlow/getPools:getPools
  arguments:
    # arguments dictionaryThe following arguments are supported:
- CompartmentId string
- The OCID of the compartment.
- DisplayName string
- The query parameter for the Spark application name.
- DisplayName stringStarts With 
- The displayName prefix.
- Filters
List<GetPools Filter> 
- OwnerPrincipal stringId 
- The OCID of the user who created the resource.
- State string
- The LifecycleState of the pool.
- CompartmentId string
- The OCID of the compartment.
- DisplayName string
- The query parameter for the Spark application name.
- DisplayName stringStarts With 
- The displayName prefix.
- Filters
[]GetPools Filter 
- OwnerPrincipal stringId 
- The OCID of the user who created the resource.
- State string
- The LifecycleState of the pool.
- compartmentId String
- The OCID of the compartment.
- displayName String
- The query parameter for the Spark application name.
- displayName StringStarts With 
- The displayName prefix.
- filters
List<GetPools Filter> 
- ownerPrincipal StringId 
- The OCID of the user who created the resource.
- state String
- The LifecycleState of the pool.
- compartmentId string
- The OCID of the compartment.
- displayName string
- The query parameter for the Spark application name.
- displayName stringStarts With 
- The displayName prefix.
- filters
GetPools Filter[] 
- ownerPrincipal stringId 
- The OCID of the user who created the resource.
- state string
- The LifecycleState of the pool.
- compartment_id str
- The OCID of the compartment.
- display_name str
- The query parameter for the Spark application name.
- display_name_ strstarts_ with 
- The displayName prefix.
- filters
Sequence[GetPools Filter] 
- owner_principal_ strid 
- The OCID of the user who created the resource.
- state str
- The LifecycleState of the pool.
- compartmentId String
- The OCID of the compartment.
- displayName String
- The query parameter for the Spark application name.
- displayName StringStarts With 
- The displayName prefix.
- filters List<Property Map>
- ownerPrincipal StringId 
- The OCID of the user who created the resource.
- state String
- The LifecycleState of the pool.
getPools Result
The following output properties are available:
- CompartmentId string
- The OCID of a compartment.
- Id string
- The provider-assigned unique ID for this managed resource.
- PoolCollections List<GetPools Pool Collection> 
- The list of pool_collection.
- DisplayName string
- A user-friendly name. It does not have to be unique. Avoid entering confidential information.
- DisplayName stringStarts With 
- Filters
List<GetPools Filter> 
- OwnerPrincipal stringId 
- The OCID of the user who created the resource.
- State string
- The current state of this pool.
- CompartmentId string
- The OCID of a compartment.
- Id string
- The provider-assigned unique ID for this managed resource.
- PoolCollections []GetPools Pool Collection 
- The list of pool_collection.
- DisplayName string
- A user-friendly name. It does not have to be unique. Avoid entering confidential information.
- DisplayName stringStarts With 
- Filters
[]GetPools Filter 
- OwnerPrincipal stringId 
- The OCID of the user who created the resource.
- State string
- The current state of this pool.
- compartmentId String
- The OCID of a compartment.
- id String
- The provider-assigned unique ID for this managed resource.
- poolCollections List<GetPools Pool Collection> 
- The list of pool_collection.
- displayName String
- A user-friendly name. It does not have to be unique. Avoid entering confidential information.
- displayName StringStarts With 
- filters
List<GetPools Filter> 
- ownerPrincipal StringId 
- The OCID of the user who created the resource.
- state String
- The current state of this pool.
- compartmentId string
- The OCID of a compartment.
- id string
- The provider-assigned unique ID for this managed resource.
- poolCollections GetPools Pool Collection[] 
- The list of pool_collection.
- displayName string
- A user-friendly name. It does not have to be unique. Avoid entering confidential information.
- displayName stringStarts With 
- filters
GetPools Filter[] 
- ownerPrincipal stringId 
- The OCID of the user who created the resource.
- state string
- The current state of this pool.
- compartment_id str
- The OCID of a compartment.
- id str
- The provider-assigned unique ID for this managed resource.
- pool_collections Sequence[GetPools Pool Collection] 
- The list of pool_collection.
- display_name str
- A user-friendly name. It does not have to be unique. Avoid entering confidential information.
- display_name_ strstarts_ with 
- filters
Sequence[GetPools Filter] 
- owner_principal_ strid 
- The OCID of the user who created the resource.
- state str
- The current state of this pool.
- compartmentId String
- The OCID of a compartment.
- id String
- The provider-assigned unique ID for this managed resource.
- poolCollections List<Property Map>
- The list of pool_collection.
- displayName String
- A user-friendly name. It does not have to be unique. Avoid entering confidential information.
- displayName StringStarts With 
- filters List<Property Map>
- ownerPrincipal StringId 
- The OCID of the user who created the resource.
- state String
- The current state of this pool.
Supporting Types
GetPoolsFilter  
GetPoolsPoolCollection   
GetPoolsPoolCollectionItem    
- CompartmentId string
- The OCID of the compartment.
- Configurations
List<GetPools Pool Collection Item Configuration> 
- List of PoolConfig items.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- Description string
- A user-friendly description. Avoid entering confidential information.
- DisplayName string
- The query parameter for the Spark application name.
- Dictionary<string, string>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- Id string
- The OCID of a pool. Unique Id to indentify a dataflow pool resource.
- IdleTimeout intIn Minutes 
- Optional timeout value in minutes used to auto stop Pools. A Pool will be auto stopped after inactivity for this amount of time period. If value not set, pool will not be auto stopped auto.
- LifecycleDetails string
- The detailed messages about the lifecycle state.
- OwnerPrincipal stringId 
- The OCID of the user who created the resource.
- OwnerUser stringName 
- The username of the user who created the resource. If the username of the owner does not exist, nullwill be returned and the caller should refer to the ownerPrincipalId value instead.
- PoolMetrics List<GetPools Pool Collection Item Pool Metric> 
- A collection of metrics related to a particular pool.
- Schedules
List<GetPools Pool Collection Item Schedule> 
- A list of schedules for pool to auto start and stop.
- State string
- The LifecycleState of the pool.
- TimeCreated string
- The date and time the resource was created, expressed in RFC 3339 timestamp format. Example: 2018-04-03T21:10:29.600Z
- TimeUpdated string
- The date and time the resource was updated, expressed in RFC 3339 timestamp format. Example: 2018-04-03T21:10:29.600Z
- CompartmentId string
- The OCID of the compartment.
- Configurations
[]GetPools Pool Collection Item Configuration 
- List of PoolConfig items.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- Description string
- A user-friendly description. Avoid entering confidential information.
- DisplayName string
- The query parameter for the Spark application name.
- map[string]string
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- Id string
- The OCID of a pool. Unique Id to indentify a dataflow pool resource.
- IdleTimeout intIn Minutes 
- Optional timeout value in minutes used to auto stop Pools. A Pool will be auto stopped after inactivity for this amount of time period. If value not set, pool will not be auto stopped auto.
- LifecycleDetails string
- The detailed messages about the lifecycle state.
- OwnerPrincipal stringId 
- The OCID of the user who created the resource.
- OwnerUser stringName 
- The username of the user who created the resource. If the username of the owner does not exist, nullwill be returned and the caller should refer to the ownerPrincipalId value instead.
- PoolMetrics []GetPools Pool Collection Item Pool Metric 
- A collection of metrics related to a particular pool.
- Schedules
[]GetPools Pool Collection Item Schedule 
- A list of schedules for pool to auto start and stop.
- State string
- The LifecycleState of the pool.
- TimeCreated string
- The date and time the resource was created, expressed in RFC 3339 timestamp format. Example: 2018-04-03T21:10:29.600Z
- TimeUpdated string
- The date and time the resource was updated, expressed in RFC 3339 timestamp format. Example: 2018-04-03T21:10:29.600Z
- compartmentId String
- The OCID of the compartment.
- configurations
List<GetPools Pool Collection Item Configuration> 
- List of PoolConfig items.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- description String
- A user-friendly description. Avoid entering confidential information.
- displayName String
- The query parameter for the Spark application name.
- Map<String,String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- id String
- The OCID of a pool. Unique Id to indentify a dataflow pool resource.
- idleTimeout IntegerIn Minutes 
- Optional timeout value in minutes used to auto stop Pools. A Pool will be auto stopped after inactivity for this amount of time period. If value not set, pool will not be auto stopped auto.
- lifecycleDetails String
- The detailed messages about the lifecycle state.
- ownerPrincipal StringId 
- The OCID of the user who created the resource.
- ownerUser StringName 
- The username of the user who created the resource. If the username of the owner does not exist, nullwill be returned and the caller should refer to the ownerPrincipalId value instead.
- poolMetrics List<GetPools Pool Collection Item Pool Metric> 
- A collection of metrics related to a particular pool.
- schedules
List<GetPools Pool Collection Item Schedule> 
- A list of schedules for pool to auto start and stop.
- state String
- The LifecycleState of the pool.
- timeCreated String
- The date and time the resource was created, expressed in RFC 3339 timestamp format. Example: 2018-04-03T21:10:29.600Z
- timeUpdated String
- The date and time the resource was updated, expressed in RFC 3339 timestamp format. Example: 2018-04-03T21:10:29.600Z
- compartmentId string
- The OCID of the compartment.
- configurations
GetPools Pool Collection Item Configuration[] 
- List of PoolConfig items.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- description string
- A user-friendly description. Avoid entering confidential information.
- displayName string
- The query parameter for the Spark application name.
- {[key: string]: string}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- id string
- The OCID of a pool. Unique Id to indentify a dataflow pool resource.
- idleTimeout numberIn Minutes 
- Optional timeout value in minutes used to auto stop Pools. A Pool will be auto stopped after inactivity for this amount of time period. If value not set, pool will not be auto stopped auto.
- lifecycleDetails string
- The detailed messages about the lifecycle state.
- ownerPrincipal stringId 
- The OCID of the user who created the resource.
- ownerUser stringName 
- The username of the user who created the resource. If the username of the owner does not exist, nullwill be returned and the caller should refer to the ownerPrincipalId value instead.
- poolMetrics GetPools Pool Collection Item Pool Metric[] 
- A collection of metrics related to a particular pool.
- schedules
GetPools Pool Collection Item Schedule[] 
- A list of schedules for pool to auto start and stop.
- state string
- The LifecycleState of the pool.
- timeCreated string
- The date and time the resource was created, expressed in RFC 3339 timestamp format. Example: 2018-04-03T21:10:29.600Z
- timeUpdated string
- The date and time the resource was updated, expressed in RFC 3339 timestamp format. Example: 2018-04-03T21:10:29.600Z
- compartment_id str
- The OCID of the compartment.
- configurations
Sequence[GetPools Pool Collection Item Configuration] 
- List of PoolConfig items.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- description str
- A user-friendly description. Avoid entering confidential information.
- display_name str
- The query parameter for the Spark application name.
- Mapping[str, str]
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- id str
- The OCID of a pool. Unique Id to indentify a dataflow pool resource.
- idle_timeout_ intin_ minutes 
- Optional timeout value in minutes used to auto stop Pools. A Pool will be auto stopped after inactivity for this amount of time period. If value not set, pool will not be auto stopped auto.
- lifecycle_details str
- The detailed messages about the lifecycle state.
- owner_principal_ strid 
- The OCID of the user who created the resource.
- owner_user_ strname 
- The username of the user who created the resource. If the username of the owner does not exist, nullwill be returned and the caller should refer to the ownerPrincipalId value instead.
- pool_metrics Sequence[GetPools Pool Collection Item Pool Metric] 
- A collection of metrics related to a particular pool.
- schedules
Sequence[GetPools Pool Collection Item Schedule] 
- A list of schedules for pool to auto start and stop.
- state str
- The LifecycleState of the pool.
- time_created str
- The date and time the resource was created, expressed in RFC 3339 timestamp format. Example: 2018-04-03T21:10:29.600Z
- time_updated str
- The date and time the resource was updated, expressed in RFC 3339 timestamp format. Example: 2018-04-03T21:10:29.600Z
- compartmentId String
- The OCID of the compartment.
- configurations List<Property Map>
- List of PoolConfig items.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
- description String
- A user-friendly description. Avoid entering confidential information.
- displayName String
- The query parameter for the Spark application name.
- Map<String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
- id String
- The OCID of a pool. Unique Id to indentify a dataflow pool resource.
- idleTimeout NumberIn Minutes 
- Optional timeout value in minutes used to auto stop Pools. A Pool will be auto stopped after inactivity for this amount of time period. If value not set, pool will not be auto stopped auto.
- lifecycleDetails String
- The detailed messages about the lifecycle state.
- ownerPrincipal StringId 
- The OCID of the user who created the resource.
- ownerUser StringName 
- The username of the user who created the resource. If the username of the owner does not exist, nullwill be returned and the caller should refer to the ownerPrincipalId value instead.
- poolMetrics List<Property Map>
- A collection of metrics related to a particular pool.
- schedules List<Property Map>
- A list of schedules for pool to auto start and stop.
- state String
- The LifecycleState of the pool.
- timeCreated String
- The date and time the resource was created, expressed in RFC 3339 timestamp format. Example: 2018-04-03T21:10:29.600Z
- timeUpdated String
- The date and time the resource was updated, expressed in RFC 3339 timestamp format. Example: 2018-04-03T21:10:29.600Z
GetPoolsPoolCollectionItemConfiguration     
- Max int
- Maximum number of compute instances in the pool for a given compute shape.
- Min int
- Minimum number of compute instances in the pool for a given compute shape.
- Shape string
- The compute shape of the resources you would like to provision.
- ShapeConfigs List<GetPools Pool Collection Item Configuration Shape Config> 
- This is used to configure the shape of the driver or executor if a flexible shape is used.
- Max int
- Maximum number of compute instances in the pool for a given compute shape.
- Min int
- Minimum number of compute instances in the pool for a given compute shape.
- Shape string
- The compute shape of the resources you would like to provision.
- ShapeConfigs []GetPools Pool Collection Item Configuration Shape Config 
- This is used to configure the shape of the driver or executor if a flexible shape is used.
- max Integer
- Maximum number of compute instances in the pool for a given compute shape.
- min Integer
- Minimum number of compute instances in the pool for a given compute shape.
- shape String
- The compute shape of the resources you would like to provision.
- shapeConfigs List<GetPools Pool Collection Item Configuration Shape Config> 
- This is used to configure the shape of the driver or executor if a flexible shape is used.
- max number
- Maximum number of compute instances in the pool for a given compute shape.
- min number
- Minimum number of compute instances in the pool for a given compute shape.
- shape string
- The compute shape of the resources you would like to provision.
- shapeConfigs GetPools Pool Collection Item Configuration Shape Config[] 
- This is used to configure the shape of the driver or executor if a flexible shape is used.
- max int
- Maximum number of compute instances in the pool for a given compute shape.
- min int
- Minimum number of compute instances in the pool for a given compute shape.
- shape str
- The compute shape of the resources you would like to provision.
- shape_configs Sequence[GetPools Pool Collection Item Configuration Shape Config] 
- This is used to configure the shape of the driver or executor if a flexible shape is used.
- max Number
- Maximum number of compute instances in the pool for a given compute shape.
- min Number
- Minimum number of compute instances in the pool for a given compute shape.
- shape String
- The compute shape of the resources you would like to provision.
- shapeConfigs List<Property Map>
- This is used to configure the shape of the driver or executor if a flexible shape is used.
GetPoolsPoolCollectionItemConfigurationShapeConfig       
- MemoryIn doubleGbs 
- The amount of memory used for the driver or executors.
- Ocpus double
- The total number of OCPUs used for the driver or executors. See here for details.
- MemoryIn float64Gbs 
- The amount of memory used for the driver or executors.
- Ocpus float64
- The total number of OCPUs used for the driver or executors. See here for details.
- memoryIn DoubleGbs 
- The amount of memory used for the driver or executors.
- ocpus Double
- The total number of OCPUs used for the driver or executors. See here for details.
- memoryIn numberGbs 
- The amount of memory used for the driver or executors.
- ocpus number
- The total number of OCPUs used for the driver or executors. See here for details.
- memory_in_ floatgbs 
- The amount of memory used for the driver or executors.
- ocpus float
- The total number of OCPUs used for the driver or executors. See here for details.
- memoryIn NumberGbs 
- The amount of memory used for the driver or executors.
- ocpus Number
- The total number of OCPUs used for the driver or executors. See here for details.
GetPoolsPoolCollectionItemPoolMetric      
- ActiveRuns stringCount 
- The number of runs that are currently running that are using this pool.
- ActivelyUsed List<GetNode Counts Pools Pool Collection Item Pool Metric Actively Used Node Count> 
- A count of the nodes that are currently being used for each shape in this pool.
- TimeLast stringMetrics Updated 
- The last time the mertics were updated for this.
- TimeLast stringStarted 
- The last time this pool was started.
- TimeLast stringStopped 
- The last time this pool was stopped.
- TimeLast stringUsed 
- The last time a run used this pool.
- ActiveRuns stringCount 
- The number of runs that are currently running that are using this pool.
- ActivelyUsed []GetNode Counts Pools Pool Collection Item Pool Metric Actively Used Node Count 
- A count of the nodes that are currently being used for each shape in this pool.
- TimeLast stringMetrics Updated 
- The last time the mertics were updated for this.
- TimeLast stringStarted 
- The last time this pool was started.
- TimeLast stringStopped 
- The last time this pool was stopped.
- TimeLast stringUsed 
- The last time a run used this pool.
- activeRuns StringCount 
- The number of runs that are currently running that are using this pool.
- activelyUsed List<GetNode Counts Pools Pool Collection Item Pool Metric Actively Used Node Count> 
- A count of the nodes that are currently being used for each shape in this pool.
- timeLast StringMetrics Updated 
- The last time the mertics were updated for this.
- timeLast StringStarted 
- The last time this pool was started.
- timeLast StringStopped 
- The last time this pool was stopped.
- timeLast StringUsed 
- The last time a run used this pool.
- activeRuns stringCount 
- The number of runs that are currently running that are using this pool.
- activelyUsed GetNode Counts Pools Pool Collection Item Pool Metric Actively Used Node Count[] 
- A count of the nodes that are currently being used for each shape in this pool.
- timeLast stringMetrics Updated 
- The last time the mertics were updated for this.
- timeLast stringStarted 
- The last time this pool was started.
- timeLast stringStopped 
- The last time this pool was stopped.
- timeLast stringUsed 
- The last time a run used this pool.
- active_runs_ strcount 
- The number of runs that are currently running that are using this pool.
- actively_used_ Sequence[Getnode_ counts Pools Pool Collection Item Pool Metric Actively Used Node Count] 
- A count of the nodes that are currently being used for each shape in this pool.
- time_last_ strmetrics_ updated 
- The last time the mertics were updated for this.
- time_last_ strstarted 
- The last time this pool was started.
- time_last_ strstopped 
- The last time this pool was stopped.
- time_last_ strused 
- The last time a run used this pool.
- activeRuns StringCount 
- The number of runs that are currently running that are using this pool.
- activelyUsed List<Property Map>Node Counts 
- A count of the nodes that are currently being used for each shape in this pool.
- timeLast StringMetrics Updated 
- The last time the mertics were updated for this.
- timeLast StringStarted 
- The last time this pool was started.
- timeLast StringStopped 
- The last time this pool was stopped.
- timeLast StringUsed 
- The last time a run used this pool.
GetPoolsPoolCollectionItemPoolMetricActivelyUsedNodeCount          
- LogicalShape string
- The compute shape of the nodes that the count is for.
- PoolCount int
- The node count of this compute shape.
- LogicalShape string
- The compute shape of the nodes that the count is for.
- PoolCount int
- The node count of this compute shape.
- logicalShape String
- The compute shape of the nodes that the count is for.
- poolCount Integer
- The node count of this compute shape.
- logicalShape string
- The compute shape of the nodes that the count is for.
- poolCount number
- The node count of this compute shape.
- logical_shape str
- The compute shape of the nodes that the count is for.
- pool_count int
- The node count of this compute shape.
- logicalShape String
- The compute shape of the nodes that the count is for.
- poolCount Number
- The node count of this compute shape.
GetPoolsPoolCollectionItemSchedule     
- day_of_ strweek 
- Day of the week SUN-SAT
- start_time int
- Hour of the day to start or stop pool.
- stop_time int
- Hour of the day to stop the pool.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.