Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 2025 by Pulumi
oci.BigDataService.getBdsInstances
Explore with Pulumi AI
This data source provides the list of Bds Instances in Oracle Cloud Infrastructure Big Data Service service.
Returns a list of all Big Data Service clusters in a compartment.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testBdsInstances = oci.BigDataService.getBdsInstances({
    compartmentId: compartmentId,
    displayName: bdsInstanceDisplayName,
    state: bdsInstanceState,
});
import pulumi
import pulumi_oci as oci
test_bds_instances = oci.BigDataService.get_bds_instances(compartment_id=compartment_id,
    display_name=bds_instance_display_name,
    state=bds_instance_state)
package main
import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/bigdataservice"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := bigdataservice.GetBdsInstances(ctx, &bigdataservice.GetBdsInstancesArgs{
			CompartmentId: compartmentId,
			DisplayName:   pulumi.StringRef(bdsInstanceDisplayName),
			State:         pulumi.StringRef(bdsInstanceState),
		}, 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 testBdsInstances = Oci.BigDataService.GetBdsInstances.Invoke(new()
    {
        CompartmentId = compartmentId,
        DisplayName = bdsInstanceDisplayName,
        State = bdsInstanceState,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.BigDataService.BigDataServiceFunctions;
import com.pulumi.oci.BigDataService.inputs.GetBdsInstancesArgs;
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 testBdsInstances = BigDataServiceFunctions.getBdsInstances(GetBdsInstancesArgs.builder()
            .compartmentId(compartmentId)
            .displayName(bdsInstanceDisplayName)
            .state(bdsInstanceState)
            .build());
    }
}
variables:
  testBdsInstances:
    fn::invoke:
      function: oci:BigDataService:getBdsInstances
      arguments:
        compartmentId: ${compartmentId}
        displayName: ${bdsInstanceDisplayName}
        state: ${bdsInstanceState}
Using getBdsInstances
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 getBdsInstances(args: GetBdsInstancesArgs, opts?: InvokeOptions): Promise<GetBdsInstancesResult>
function getBdsInstancesOutput(args: GetBdsInstancesOutputArgs, opts?: InvokeOptions): Output<GetBdsInstancesResult>def get_bds_instances(compartment_id: Optional[str] = None,
                      display_name: Optional[str] = None,
                      filters: Optional[Sequence[GetBdsInstancesFilter]] = None,
                      state: Optional[str] = None,
                      opts: Optional[InvokeOptions] = None) -> GetBdsInstancesResult
def get_bds_instances_output(compartment_id: Optional[pulumi.Input[str]] = None,
                      display_name: Optional[pulumi.Input[str]] = None,
                      filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetBdsInstancesFilterArgs]]]] = None,
                      state: Optional[pulumi.Input[str]] = None,
                      opts: Optional[InvokeOptions] = None) -> Output[GetBdsInstancesResult]func GetBdsInstances(ctx *Context, args *GetBdsInstancesArgs, opts ...InvokeOption) (*GetBdsInstancesResult, error)
func GetBdsInstancesOutput(ctx *Context, args *GetBdsInstancesOutputArgs, opts ...InvokeOption) GetBdsInstancesResultOutput> Note: This function is named GetBdsInstances in the Go SDK.
public static class GetBdsInstances 
{
    public static Task<GetBdsInstancesResult> InvokeAsync(GetBdsInstancesArgs args, InvokeOptions? opts = null)
    public static Output<GetBdsInstancesResult> Invoke(GetBdsInstancesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetBdsInstancesResult> getBdsInstances(GetBdsInstancesArgs args, InvokeOptions options)
public static Output<GetBdsInstancesResult> getBdsInstances(GetBdsInstancesArgs args, InvokeOptions options)
fn::invoke:
  function: oci:BigDataService/getBdsInstances:getBdsInstances
  arguments:
    # arguments dictionaryThe following arguments are supported:
- CompartmentId string
- The OCID of the compartment.
- DisplayName string
- A filter to return only resources that match the entire display name given.
- Filters
List<GetBds Instances Filter> 
- State string
- The state of the cluster.
- CompartmentId string
- The OCID of the compartment.
- DisplayName string
- A filter to return only resources that match the entire display name given.
- Filters
[]GetBds Instances Filter 
- State string
- The state of the cluster.
- compartmentId String
- The OCID of the compartment.
- displayName String
- A filter to return only resources that match the entire display name given.
- filters
List<GetBds Instances Filter> 
- state String
- The state of the cluster.
- compartmentId string
- The OCID of the compartment.
- displayName string
- A filter to return only resources that match the entire display name given.
- filters
GetBds Instances Filter[] 
- state string
- The state of the cluster.
- compartment_id str
- The OCID of the compartment.
- display_name str
- A filter to return only resources that match the entire display name given.
- filters
Sequence[GetBds Instances Filter] 
- state str
- The state of the cluster.
- compartmentId String
- The OCID of the compartment.
- displayName String
- A filter to return only resources that match the entire display name given.
- filters List<Property Map>
- state String
- The state of the cluster.
getBdsInstances Result
The following output properties are available:
- BdsInstances List<GetBds Instances Bds Instance> 
- The list of bds_instances.
- CompartmentId string
- The OCID of the compartment.
- Id string
- The provider-assigned unique ID for this managed resource.
- DisplayName string
- The name of the node.
- Filters
List<GetBds Instances Filter> 
- State string
- The state of the cluster.
- BdsInstances []GetBds Instances Bds Instance 
- The list of bds_instances.
- CompartmentId string
- The OCID of the compartment.
- Id string
- The provider-assigned unique ID for this managed resource.
- DisplayName string
- The name of the node.
- Filters
[]GetBds Instances Filter 
- State string
- The state of the cluster.
- bdsInstances List<GetBds Instances Bds Instance> 
- The list of bds_instances.
- compartmentId String
- The OCID of the compartment.
- id String
- The provider-assigned unique ID for this managed resource.
- displayName String
- The name of the node.
- filters
List<GetBds Instances Filter> 
- state String
- The state of the cluster.
- bdsInstances GetBds Instances Bds Instance[] 
- The list of bds_instances.
- compartmentId string
- The OCID of the compartment.
- id string
- The provider-assigned unique ID for this managed resource.
- displayName string
- The name of the node.
- filters
GetBds Instances Filter[] 
- state string
- The state of the cluster.
- bds_instances Sequence[GetBds Instances Bds Instance] 
- The list of bds_instances.
- compartment_id str
- The OCID of the compartment.
- id str
- The provider-assigned unique ID for this managed resource.
- display_name str
- The name of the node.
- filters
Sequence[GetBds Instances Filter] 
- state str
- The state of the cluster.
- bdsInstances List<Property Map>
- The list of bds_instances.
- compartmentId String
- The OCID of the compartment.
- id String
- The provider-assigned unique ID for this managed resource.
- displayName String
- The name of the node.
- filters List<Property Map>
- state String
- The state of the cluster.
Supporting Types
GetBdsInstancesBdsInstance    
- BdsCluster List<GetVersion Summaries Bds Instances Bds Instance Bds Cluster Version Summary> 
- Cluster version details including bds and odh version information.
- BootstrapScript stringUrl 
- pre-authenticated URL of the bootstrap script in Object Store that can be downloaded and executed.
- CloudSql List<GetDetails Bds Instances Bds Instance Cloud Sql Detail> 
- The information about added Cloud SQL capability
- ClusterAdmin stringPassword 
- ClusterDetails List<GetBds Instances Bds Instance Cluster Detail> 
- Specific info about a Hadoop cluster
- ClusterProfile string
- Profile of the Big Data Service cluster.
- ClusterPublic stringKey 
- ClusterVersion string
- Version of the Hadoop distribution.
- CompartmentId string
- The OCID of the compartment.
- ComputeOnly List<GetWorker Nodes Bds Instances Bds Instance Compute Only Worker Node> 
- CreatedBy string
- The user who created the cluster.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For example, {"foo-namespace": {"bar-key": "value"}}
- DisplayName string
- A filter to return only resources that match the entire display name given.
- EdgeNodes List<GetBds Instances Bds Instance Edge Node> 
- Dictionary<string, string>
- Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. For example, {"bar-key": "value"}
- Id string
- The OCID of the Big Data Service resource.
- IgnoreExisting List<string>Nodes Shapes 
- IsCloud boolSql Configured 
- Boolean flag specifying whether or not Cloud SQL should be configured.
- IsForce boolRemove Enabled 
- IsForce boolStop Jobs 
- IsHigh boolAvailability 
- Boolean flag specifying whether or not the cluster is highly available (HA)
- IsKafka boolConfigured 
- Boolean flag specifying whether or not Kafka should be configured.
- IsSecure bool
- Boolean flag specifying whether or not the cluster should be set up as secure.
- KafkaBroker List<GetNodes Bds Instances Bds Instance Kafka Broker Node> 
- KerberosRealm stringName 
- KmsKey stringId 
- The OCID of the Key Management master encryption key.
- MasterNodes List<GetBds Instances Bds Instance Master Node> 
- NetworkConfigs List<GetBds Instances Bds Instance Network Config> 
- Additional configuration of the user's network.
- Nodes
List<GetBds Instances Bds Instance Node> 
- The list of nodes in the cluster.
- NumberOf intNodes 
- The number of nodes that form the cluster.
- NumberOf intNodes Requiring Maintenance Reboot 
- Number of nodes that require a maintenance reboot
- OsPatch stringVersion 
- RemoveNode string
- StartCluster List<GetShape Configs Bds Instances Bds Instance Start Cluster Shape Config> 
- State string
- The state of the cluster.
- TimeCreated string
- The time the cluster was created, shown as an RFC 3339 formatted datetime string.
- TimeUpdated string
- The time the cluster was updated, shown as an RFC 3339 formatted datetime string.
- UtilNodes List<GetBds Instances Bds Instance Util Node> 
- WorkerNodes List<GetBds Instances Bds Instance Worker Node> 
- BdsCluster []GetVersion Summaries Bds Instances Bds Instance Bds Cluster Version Summary 
- Cluster version details including bds and odh version information.
- BootstrapScript stringUrl 
- pre-authenticated URL of the bootstrap script in Object Store that can be downloaded and executed.
- CloudSql []GetDetails Bds Instances Bds Instance Cloud Sql Detail 
- The information about added Cloud SQL capability
- ClusterAdmin stringPassword 
- ClusterDetails []GetBds Instances Bds Instance Cluster Detail 
- Specific info about a Hadoop cluster
- ClusterProfile string
- Profile of the Big Data Service cluster.
- ClusterPublic stringKey 
- ClusterVersion string
- Version of the Hadoop distribution.
- CompartmentId string
- The OCID of the compartment.
- ComputeOnly []GetWorker Nodes Bds Instances Bds Instance Compute Only Worker Node 
- CreatedBy string
- The user who created the cluster.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For example, {"foo-namespace": {"bar-key": "value"}}
- DisplayName string
- A filter to return only resources that match the entire display name given.
- EdgeNodes []GetBds Instances Bds Instance Edge Node 
- map[string]string
- Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. For example, {"bar-key": "value"}
- Id string
- The OCID of the Big Data Service resource.
- IgnoreExisting []stringNodes Shapes 
- IsCloud boolSql Configured 
- Boolean flag specifying whether or not Cloud SQL should be configured.
- IsForce boolRemove Enabled 
- IsForce boolStop Jobs 
- IsHigh boolAvailability 
- Boolean flag specifying whether or not the cluster is highly available (HA)
- IsKafka boolConfigured 
- Boolean flag specifying whether or not Kafka should be configured.
- IsSecure bool
- Boolean flag specifying whether or not the cluster should be set up as secure.
- KafkaBroker []GetNodes Bds Instances Bds Instance Kafka Broker Node 
- KerberosRealm stringName 
- KmsKey stringId 
- The OCID of the Key Management master encryption key.
- MasterNodes []GetBds Instances Bds Instance Master Node 
- NetworkConfigs []GetBds Instances Bds Instance Network Config 
- Additional configuration of the user's network.
- Nodes
[]GetBds Instances Bds Instance Node 
- The list of nodes in the cluster.
- NumberOf intNodes 
- The number of nodes that form the cluster.
- NumberOf intNodes Requiring Maintenance Reboot 
- Number of nodes that require a maintenance reboot
- OsPatch stringVersion 
- RemoveNode string
- StartCluster []GetShape Configs Bds Instances Bds Instance Start Cluster Shape Config 
- State string
- The state of the cluster.
- TimeCreated string
- The time the cluster was created, shown as an RFC 3339 formatted datetime string.
- TimeUpdated string
- The time the cluster was updated, shown as an RFC 3339 formatted datetime string.
- UtilNodes []GetBds Instances Bds Instance Util Node 
- WorkerNodes []GetBds Instances Bds Instance Worker Node 
- bdsCluster List<GetVersion Summaries Bds Instances Bds Instance Bds Cluster Version Summary> 
- Cluster version details including bds and odh version information.
- bootstrapScript StringUrl 
- pre-authenticated URL of the bootstrap script in Object Store that can be downloaded and executed.
- cloudSql List<GetDetails Bds Instances Bds Instance Cloud Sql Detail> 
- The information about added Cloud SQL capability
- clusterAdmin StringPassword 
- clusterDetails List<GetBds Instances Bds Instance Cluster Detail> 
- Specific info about a Hadoop cluster
- clusterProfile String
- Profile of the Big Data Service cluster.
- clusterPublic StringKey 
- clusterVersion String
- Version of the Hadoop distribution.
- compartmentId String
- The OCID of the compartment.
- computeOnly List<GetWorker Nodes Bds Instances Bds Instance Compute Only Worker Node> 
- createdBy String
- The user who created the cluster.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For example, {"foo-namespace": {"bar-key": "value"}}
- displayName String
- A filter to return only resources that match the entire display name given.
- edgeNodes List<GetBds Instances Bds Instance Edge Node> 
- Map<String,String>
- Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. For example, {"bar-key": "value"}
- id String
- The OCID of the Big Data Service resource.
- ignoreExisting List<String>Nodes Shapes 
- isCloud BooleanSql Configured 
- Boolean flag specifying whether or not Cloud SQL should be configured.
- isForce BooleanRemove Enabled 
- isForce BooleanStop Jobs 
- isHigh BooleanAvailability 
- Boolean flag specifying whether or not the cluster is highly available (HA)
- isKafka BooleanConfigured 
- Boolean flag specifying whether or not Kafka should be configured.
- isSecure Boolean
- Boolean flag specifying whether or not the cluster should be set up as secure.
- kafkaBroker List<GetNodes Bds Instances Bds Instance Kafka Broker Node> 
- kerberosRealm StringName 
- kmsKey StringId 
- The OCID of the Key Management master encryption key.
- masterNodes List<GetBds Instances Bds Instance Master Node> 
- networkConfigs List<GetBds Instances Bds Instance Network Config> 
- Additional configuration of the user's network.
- nodes
List<GetBds Instances Bds Instance Node> 
- The list of nodes in the cluster.
- numberOf IntegerNodes 
- The number of nodes that form the cluster.
- numberOf IntegerNodes Requiring Maintenance Reboot 
- Number of nodes that require a maintenance reboot
- osPatch StringVersion 
- removeNode String
- startCluster List<GetShape Configs Bds Instances Bds Instance Start Cluster Shape Config> 
- state String
- The state of the cluster.
- timeCreated String
- The time the cluster was created, shown as an RFC 3339 formatted datetime string.
- timeUpdated String
- The time the cluster was updated, shown as an RFC 3339 formatted datetime string.
- utilNodes List<GetBds Instances Bds Instance Util Node> 
- workerNodes List<GetBds Instances Bds Instance Worker Node> 
- bdsCluster GetVersion Summaries Bds Instances Bds Instance Bds Cluster Version Summary[] 
- Cluster version details including bds and odh version information.
- bootstrapScript stringUrl 
- pre-authenticated URL of the bootstrap script in Object Store that can be downloaded and executed.
- cloudSql GetDetails Bds Instances Bds Instance Cloud Sql Detail[] 
- The information about added Cloud SQL capability
- clusterAdmin stringPassword 
- clusterDetails GetBds Instances Bds Instance Cluster Detail[] 
- Specific info about a Hadoop cluster
- clusterProfile string
- Profile of the Big Data Service cluster.
- clusterPublic stringKey 
- clusterVersion string
- Version of the Hadoop distribution.
- compartmentId string
- The OCID of the compartment.
- computeOnly GetWorker Nodes Bds Instances Bds Instance Compute Only Worker Node[] 
- createdBy string
- The user who created the cluster.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For example, {"foo-namespace": {"bar-key": "value"}}
- displayName string
- A filter to return only resources that match the entire display name given.
- edgeNodes GetBds Instances Bds Instance Edge Node[] 
- {[key: string]: string}
- Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. For example, {"bar-key": "value"}
- id string
- The OCID of the Big Data Service resource.
- ignoreExisting string[]Nodes Shapes 
- isCloud booleanSql Configured 
- Boolean flag specifying whether or not Cloud SQL should be configured.
- isForce booleanRemove Enabled 
- isForce booleanStop Jobs 
- isHigh booleanAvailability 
- Boolean flag specifying whether or not the cluster is highly available (HA)
- isKafka booleanConfigured 
- Boolean flag specifying whether or not Kafka should be configured.
- isSecure boolean
- Boolean flag specifying whether or not the cluster should be set up as secure.
- kafkaBroker GetNodes Bds Instances Bds Instance Kafka Broker Node[] 
- kerberosRealm stringName 
- kmsKey stringId 
- The OCID of the Key Management master encryption key.
- masterNodes GetBds Instances Bds Instance Master Node[] 
- networkConfigs GetBds Instances Bds Instance Network Config[] 
- Additional configuration of the user's network.
- nodes
GetBds Instances Bds Instance Node[] 
- The list of nodes in the cluster.
- numberOf numberNodes 
- The number of nodes that form the cluster.
- numberOf numberNodes Requiring Maintenance Reboot 
- Number of nodes that require a maintenance reboot
- osPatch stringVersion 
- removeNode string
- startCluster GetShape Configs Bds Instances Bds Instance Start Cluster Shape Config[] 
- state string
- The state of the cluster.
- timeCreated string
- The time the cluster was created, shown as an RFC 3339 formatted datetime string.
- timeUpdated string
- The time the cluster was updated, shown as an RFC 3339 formatted datetime string.
- utilNodes GetBds Instances Bds Instance Util Node[] 
- workerNodes GetBds Instances Bds Instance Worker Node[] 
- bds_cluster_ Sequence[Getversion_ summaries Bds Instances Bds Instance Bds Cluster Version Summary] 
- Cluster version details including bds and odh version information.
- bootstrap_script_ strurl 
- pre-authenticated URL of the bootstrap script in Object Store that can be downloaded and executed.
- cloud_sql_ Sequence[Getdetails Bds Instances Bds Instance Cloud Sql Detail] 
- The information about added Cloud SQL capability
- cluster_admin_ strpassword 
- cluster_details Sequence[GetBds Instances Bds Instance Cluster Detail] 
- Specific info about a Hadoop cluster
- cluster_profile str
- Profile of the Big Data Service cluster.
- cluster_public_ strkey 
- cluster_version str
- Version of the Hadoop distribution.
- compartment_id str
- The OCID of the compartment.
- compute_only_ Sequence[Getworker_ nodes Bds Instances Bds Instance Compute Only Worker Node] 
- created_by str
- The user who created the cluster.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For example, {"foo-namespace": {"bar-key": "value"}}
- display_name str
- A filter to return only resources that match the entire display name given.
- edge_nodes Sequence[GetBds Instances Bds Instance Edge Node] 
- Mapping[str, str]
- Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. For example, {"bar-key": "value"}
- id str
- The OCID of the Big Data Service resource.
- ignore_existing_ Sequence[str]nodes_ shapes 
- is_cloud_ boolsql_ configured 
- Boolean flag specifying whether or not Cloud SQL should be configured.
- is_force_ boolremove_ enabled 
- is_force_ boolstop_ jobs 
- is_high_ boolavailability 
- Boolean flag specifying whether or not the cluster is highly available (HA)
- is_kafka_ boolconfigured 
- Boolean flag specifying whether or not Kafka should be configured.
- is_secure bool
- Boolean flag specifying whether or not the cluster should be set up as secure.
- kafka_broker_ Sequence[Getnodes Bds Instances Bds Instance Kafka Broker Node] 
- kerberos_realm_ strname 
- kms_key_ strid 
- The OCID of the Key Management master encryption key.
- master_nodes Sequence[GetBds Instances Bds Instance Master Node] 
- network_configs Sequence[GetBds Instances Bds Instance Network Config] 
- Additional configuration of the user's network.
- nodes
Sequence[GetBds Instances Bds Instance Node] 
- The list of nodes in the cluster.
- number_of_ intnodes 
- The number of nodes that form the cluster.
- number_of_ intnodes_ requiring_ maintenance_ reboot 
- Number of nodes that require a maintenance reboot
- os_patch_ strversion 
- remove_node str
- start_cluster_ Sequence[Getshape_ configs Bds Instances Bds Instance Start Cluster Shape Config] 
- state str
- The state of the cluster.
- time_created str
- The time the cluster was created, shown as an RFC 3339 formatted datetime string.
- time_updated str
- The time the cluster was updated, shown as an RFC 3339 formatted datetime string.
- util_nodes Sequence[GetBds Instances Bds Instance Util Node] 
- worker_nodes Sequence[GetBds Instances Bds Instance Worker Node] 
- bdsCluster List<Property Map>Version Summaries 
- Cluster version details including bds and odh version information.
- bootstrapScript StringUrl 
- pre-authenticated URL of the bootstrap script in Object Store that can be downloaded and executed.
- cloudSql List<Property Map>Details 
- The information about added Cloud SQL capability
- clusterAdmin StringPassword 
- clusterDetails List<Property Map>
- Specific info about a Hadoop cluster
- clusterProfile String
- Profile of the Big Data Service cluster.
- clusterPublic StringKey 
- clusterVersion String
- Version of the Hadoop distribution.
- compartmentId String
- The OCID of the compartment.
- computeOnly List<Property Map>Worker Nodes 
- createdBy String
- The user who created the cluster.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For example, {"foo-namespace": {"bar-key": "value"}}
- displayName String
- A filter to return only resources that match the entire display name given.
- edgeNodes List<Property Map>
- Map<String>
- Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. For example, {"bar-key": "value"}
- id String
- The OCID of the Big Data Service resource.
- ignoreExisting List<String>Nodes Shapes 
- isCloud BooleanSql Configured 
- Boolean flag specifying whether or not Cloud SQL should be configured.
- isForce BooleanRemove Enabled 
- isForce BooleanStop Jobs 
- isHigh BooleanAvailability 
- Boolean flag specifying whether or not the cluster is highly available (HA)
- isKafka BooleanConfigured 
- Boolean flag specifying whether or not Kafka should be configured.
- isSecure Boolean
- Boolean flag specifying whether or not the cluster should be set up as secure.
- kafkaBroker List<Property Map>Nodes 
- kerberosRealm StringName 
- kmsKey StringId 
- The OCID of the Key Management master encryption key.
- masterNodes List<Property Map>
- networkConfigs List<Property Map>
- Additional configuration of the user's network.
- nodes List<Property Map>
- The list of nodes in the cluster.
- numberOf NumberNodes 
- The number of nodes that form the cluster.
- numberOf NumberNodes Requiring Maintenance Reboot 
- Number of nodes that require a maintenance reboot
- osPatch StringVersion 
- removeNode String
- startCluster List<Property Map>Shape Configs 
- state String
- The state of the cluster.
- timeCreated String
- The time the cluster was created, shown as an RFC 3339 formatted datetime string.
- timeUpdated String
- The time the cluster was updated, shown as an RFC 3339 formatted datetime string.
- utilNodes List<Property Map>
- workerNodes List<Property Map>
GetBdsInstancesBdsInstanceBdsClusterVersionSummary        
- BdsVersion string
- Big Data Service version installed in the cluster.
- OdhVersion string
- Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
- BdsVersion string
- Big Data Service version installed in the cluster.
- OdhVersion string
- Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
- bdsVersion String
- Big Data Service version installed in the cluster.
- odhVersion String
- Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
- bdsVersion string
- Big Data Service version installed in the cluster.
- odhVersion string
- Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
- bds_version str
- Big Data Service version installed in the cluster.
- odh_version str
- Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
- bdsVersion String
- Big Data Service version installed in the cluster.
- odhVersion String
- Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
GetBdsInstancesBdsInstanceCloudSqlDetail       
- BlockVolume stringSize In Gbs 
- The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- IpAddress string
- IP address of the node.
- IsKerberos boolMapped To Database Users 
- Boolean flag specifying whether or not Kerberos principals are mapped to database users.
- KerberosDetails List<GetBds Instances Bds Instance Cloud Sql Detail Kerberos Detail> 
- Details about the Kerberos principals.
- MemoryIn intGbs 
- The total amount of memory available to the node, in gigabytes.
- Nvmes int
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- Ocpus int
- The total number of OCPUs available to the node.
- Shape string
- Shape of the node.
- BlockVolume stringSize In Gbs 
- The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- IpAddress string
- IP address of the node.
- IsKerberos boolMapped To Database Users 
- Boolean flag specifying whether or not Kerberos principals are mapped to database users.
- KerberosDetails []GetBds Instances Bds Instance Cloud Sql Detail Kerberos Detail 
- Details about the Kerberos principals.
- MemoryIn intGbs 
- The total amount of memory available to the node, in gigabytes.
- Nvmes int
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- Ocpus int
- The total number of OCPUs available to the node.
- Shape string
- Shape of the node.
- blockVolume StringSize In Gbs 
- The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- ipAddress String
- IP address of the node.
- isKerberos BooleanMapped To Database Users 
- Boolean flag specifying whether or not Kerberos principals are mapped to database users.
- kerberosDetails List<GetBds Instances Bds Instance Cloud Sql Detail Kerberos Detail> 
- Details about the Kerberos principals.
- memoryIn IntegerGbs 
- The total amount of memory available to the node, in gigabytes.
- nvmes Integer
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus Integer
- The total number of OCPUs available to the node.
- shape String
- Shape of the node.
- blockVolume stringSize In Gbs 
- The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- ipAddress string
- IP address of the node.
- isKerberos booleanMapped To Database Users 
- Boolean flag specifying whether or not Kerberos principals are mapped to database users.
- kerberosDetails GetBds Instances Bds Instance Cloud Sql Detail Kerberos Detail[] 
- Details about the Kerberos principals.
- memoryIn numberGbs 
- The total amount of memory available to the node, in gigabytes.
- nvmes number
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus number
- The total number of OCPUs available to the node.
- shape string
- Shape of the node.
- block_volume_ strsize_ in_ gbs 
- The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- ip_address str
- IP address of the node.
- is_kerberos_ boolmapped_ to_ database_ users 
- Boolean flag specifying whether or not Kerberos principals are mapped to database users.
- kerberos_details Sequence[GetBds Instances Bds Instance Cloud Sql Detail Kerberos Detail] 
- Details about the Kerberos principals.
- memory_in_ intgbs 
- The total amount of memory available to the node, in gigabytes.
- nvmes int
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus int
- The total number of OCPUs available to the node.
- shape str
- Shape of the node.
- blockVolume StringSize In Gbs 
- The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- ipAddress String
- IP address of the node.
- isKerberos BooleanMapped To Database Users 
- Boolean flag specifying whether or not Kerberos principals are mapped to database users.
- kerberosDetails List<Property Map>
- Details about the Kerberos principals.
- memoryIn NumberGbs 
- The total amount of memory available to the node, in gigabytes.
- nvmes Number
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus Number
- The total number of OCPUs available to the node.
- shape String
- Shape of the node.
GetBdsInstancesBdsInstanceCloudSqlDetailKerberosDetail         
- KeytabFile string
- Location of the keytab file
- PrincipalName string
- Name of the Kerberos principal.
- KeytabFile string
- Location of the keytab file
- PrincipalName string
- Name of the Kerberos principal.
- keytabFile String
- Location of the keytab file
- principalName String
- Name of the Kerberos principal.
- keytabFile string
- Location of the keytab file
- principalName string
- Name of the Kerberos principal.
- keytab_file str
- Location of the keytab file
- principal_name str
- Name of the Kerberos principal.
- keytabFile String
- Location of the keytab file
- principalName String
- Name of the Kerberos principal.
GetBdsInstancesBdsInstanceClusterDetail      
- AmbariUrl string
- The URL of Ambari
- BdCell stringVersion 
- Cloud SQL cell version.
- BdaVersion string
- BDA version installed in the cluster
- BdmVersion string
- Big Data Manager version installed in the cluster.
- BdsVersion string
- Big Data Service version installed in the cluster.
- BigData stringManager Url 
- The URL of Big Data Manager.
- ClouderaManager stringUrl 
- The URL of Cloudera Manager
- CsqlCell stringVersion 
- Big Data SQL version.
- DbVersion string
- Cloud SQL query server database version.
- HueServer stringUrl 
- The URL of the Hue server.
- JupyterHub stringUrl 
- The URL of the Jupyterhub.
- OdhVersion string
- Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
- OsVersion string
- BDS-assigned Operating System version for the node.
- TimeCreated string
- The time the cluster was created, shown as an RFC 3339 formatted datetime string.
- TimeRefreshed string
- The time the cluster was automatically or manually refreshed, shown as an RFC 3339 formatted datetime string.
- AmbariUrl string
- The URL of Ambari
- BdCell stringVersion 
- Cloud SQL cell version.
- BdaVersion string
- BDA version installed in the cluster
- BdmVersion string
- Big Data Manager version installed in the cluster.
- BdsVersion string
- Big Data Service version installed in the cluster.
- BigData stringManager Url 
- The URL of Big Data Manager.
- ClouderaManager stringUrl 
- The URL of Cloudera Manager
- CsqlCell stringVersion 
- Big Data SQL version.
- DbVersion string
- Cloud SQL query server database version.
- HueServer stringUrl 
- The URL of the Hue server.
- JupyterHub stringUrl 
- The URL of the Jupyterhub.
- OdhVersion string
- Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
- OsVersion string
- BDS-assigned Operating System version for the node.
- TimeCreated string
- The time the cluster was created, shown as an RFC 3339 formatted datetime string.
- TimeRefreshed string
- The time the cluster was automatically or manually refreshed, shown as an RFC 3339 formatted datetime string.
- ambariUrl String
- The URL of Ambari
- bdCell StringVersion 
- Cloud SQL cell version.
- bdaVersion String
- BDA version installed in the cluster
- bdmVersion String
- Big Data Manager version installed in the cluster.
- bdsVersion String
- Big Data Service version installed in the cluster.
- bigData StringManager Url 
- The URL of Big Data Manager.
- clouderaManager StringUrl 
- The URL of Cloudera Manager
- csqlCell StringVersion 
- Big Data SQL version.
- dbVersion String
- Cloud SQL query server database version.
- hueServer StringUrl 
- The URL of the Hue server.
- jupyterHub StringUrl 
- The URL of the Jupyterhub.
- odhVersion String
- Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
- osVersion String
- BDS-assigned Operating System version for the node.
- timeCreated String
- The time the cluster was created, shown as an RFC 3339 formatted datetime string.
- timeRefreshed String
- The time the cluster was automatically or manually refreshed, shown as an RFC 3339 formatted datetime string.
- ambariUrl string
- The URL of Ambari
- bdCell stringVersion 
- Cloud SQL cell version.
- bdaVersion string
- BDA version installed in the cluster
- bdmVersion string
- Big Data Manager version installed in the cluster.
- bdsVersion string
- Big Data Service version installed in the cluster.
- bigData stringManager Url 
- The URL of Big Data Manager.
- clouderaManager stringUrl 
- The URL of Cloudera Manager
- csqlCell stringVersion 
- Big Data SQL version.
- dbVersion string
- Cloud SQL query server database version.
- hueServer stringUrl 
- The URL of the Hue server.
- jupyterHub stringUrl 
- The URL of the Jupyterhub.
- odhVersion string
- Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
- osVersion string
- BDS-assigned Operating System version for the node.
- timeCreated string
- The time the cluster was created, shown as an RFC 3339 formatted datetime string.
- timeRefreshed string
- The time the cluster was automatically or manually refreshed, shown as an RFC 3339 formatted datetime string.
- ambari_url str
- The URL of Ambari
- bd_cell_ strversion 
- Cloud SQL cell version.
- bda_version str
- BDA version installed in the cluster
- bdm_version str
- Big Data Manager version installed in the cluster.
- bds_version str
- Big Data Service version installed in the cluster.
- big_data_ strmanager_ url 
- The URL of Big Data Manager.
- cloudera_manager_ strurl 
- The URL of Cloudera Manager
- csql_cell_ strversion 
- Big Data SQL version.
- db_version str
- Cloud SQL query server database version.
- hue_server_ strurl 
- The URL of the Hue server.
- jupyter_hub_ strurl 
- The URL of the Jupyterhub.
- odh_version str
- Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
- os_version str
- BDS-assigned Operating System version for the node.
- time_created str
- The time the cluster was created, shown as an RFC 3339 formatted datetime string.
- time_refreshed str
- The time the cluster was automatically or manually refreshed, shown as an RFC 3339 formatted datetime string.
- ambariUrl String
- The URL of Ambari
- bdCell StringVersion 
- Cloud SQL cell version.
- bdaVersion String
- BDA version installed in the cluster
- bdmVersion String
- Big Data Manager version installed in the cluster.
- bdsVersion String
- Big Data Service version installed in the cluster.
- bigData StringManager Url 
- The URL of Big Data Manager.
- clouderaManager StringUrl 
- The URL of Cloudera Manager
- csqlCell StringVersion 
- Big Data SQL version.
- dbVersion String
- Cloud SQL query server database version.
- hueServer StringUrl 
- The URL of the Hue server.
- jupyterHub StringUrl 
- The URL of the Jupyterhub.
- odhVersion String
- Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
- osVersion String
- BDS-assigned Operating System version for the node.
- timeCreated String
- The time the cluster was created, shown as an RFC 3339 formatted datetime string.
- timeRefreshed String
- The time the cluster was automatically or manually refreshed, shown as an RFC 3339 formatted datetime string.
GetBdsInstancesBdsInstanceComputeOnlyWorkerNode        
- BlockVolume stringSize In Gbs 
- The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- NumberOf intNodes 
- The number of nodes that form the cluster.
- Shape string
- Shape of the node.
- ShapeConfigs List<GetBds Instances Bds Instance Compute Only Worker Node Shape Config> 
- SubnetId string
- The OCID of the subnet in which the node is to be created.
- BlockVolume stringSize In Gbs 
- The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- NumberOf intNodes 
- The number of nodes that form the cluster.
- Shape string
- Shape of the node.
- ShapeConfigs []GetBds Instances Bds Instance Compute Only Worker Node Shape Config 
- SubnetId string
- The OCID of the subnet in which the node is to be created.
- blockVolume StringSize In Gbs 
- The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- numberOf IntegerNodes 
- The number of nodes that form the cluster.
- shape String
- Shape of the node.
- shapeConfigs List<GetBds Instances Bds Instance Compute Only Worker Node Shape Config> 
- subnetId String
- The OCID of the subnet in which the node is to be created.
- blockVolume stringSize In Gbs 
- The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- numberOf numberNodes 
- The number of nodes that form the cluster.
- shape string
- Shape of the node.
- shapeConfigs GetBds Instances Bds Instance Compute Only Worker Node Shape Config[] 
- subnetId string
- The OCID of the subnet in which the node is to be created.
- block_volume_ strsize_ in_ gbs 
- The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- number_of_ intnodes 
- The number of nodes that form the cluster.
- shape str
- Shape of the node.
- shape_configs Sequence[GetBds Instances Bds Instance Compute Only Worker Node Shape Config] 
- subnet_id str
- The OCID of the subnet in which the node is to be created.
- blockVolume StringSize In Gbs 
- The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- numberOf NumberNodes 
- The number of nodes that form the cluster.
- shape String
- Shape of the node.
- shapeConfigs List<Property Map>
- subnetId String
- The OCID of the subnet in which the node is to be created.
GetBdsInstancesBdsInstanceComputeOnlyWorkerNodeShapeConfig          
- MemoryIn intGbs 
- The total amount of memory available to the node, in gigabytes.
- Nvmes int
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- Ocpus int
- The total number of OCPUs available to the node.
- MemoryIn intGbs 
- The total amount of memory available to the node, in gigabytes.
- Nvmes int
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- Ocpus int
- The total number of OCPUs available to the node.
- memoryIn IntegerGbs 
- The total amount of memory available to the node, in gigabytes.
- nvmes Integer
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus Integer
- The total number of OCPUs available to the node.
- memoryIn numberGbs 
- The total amount of memory available to the node, in gigabytes.
- nvmes number
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus number
- The total number of OCPUs available to the node.
- memory_in_ intgbs 
- The total amount of memory available to the node, in gigabytes.
- nvmes int
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus int
- The total number of OCPUs available to the node.
- memoryIn NumberGbs 
- The total amount of memory available to the node, in gigabytes.
- nvmes Number
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus Number
- The total number of OCPUs available to the node.
GetBdsInstancesBdsInstanceEdgeNode      
- BlockVolume stringSize In Gbs 
- The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- NumberOf intNodes 
- The number of nodes that form the cluster.
- Shape string
- Shape of the node.
- ShapeConfigs List<GetBds Instances Bds Instance Edge Node Shape Config> 
- SubnetId string
- The OCID of the subnet in which the node is to be created.
- BlockVolume stringSize In Gbs 
- The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- NumberOf intNodes 
- The number of nodes that form the cluster.
- Shape string
- Shape of the node.
- ShapeConfigs []GetBds Instances Bds Instance Edge Node Shape Config 
- SubnetId string
- The OCID of the subnet in which the node is to be created.
- blockVolume StringSize In Gbs 
- The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- numberOf IntegerNodes 
- The number of nodes that form the cluster.
- shape String
- Shape of the node.
- shapeConfigs List<GetBds Instances Bds Instance Edge Node Shape Config> 
- subnetId String
- The OCID of the subnet in which the node is to be created.
- blockVolume stringSize In Gbs 
- The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- numberOf numberNodes 
- The number of nodes that form the cluster.
- shape string
- Shape of the node.
- shapeConfigs GetBds Instances Bds Instance Edge Node Shape Config[] 
- subnetId string
- The OCID of the subnet in which the node is to be created.
- block_volume_ strsize_ in_ gbs 
- The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- number_of_ intnodes 
- The number of nodes that form the cluster.
- shape str
- Shape of the node.
- shape_configs Sequence[GetBds Instances Bds Instance Edge Node Shape Config] 
- subnet_id str
- The OCID of the subnet in which the node is to be created.
- blockVolume StringSize In Gbs 
- The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- numberOf NumberNodes 
- The number of nodes that form the cluster.
- shape String
- Shape of the node.
- shapeConfigs List<Property Map>
- subnetId String
- The OCID of the subnet in which the node is to be created.
GetBdsInstancesBdsInstanceEdgeNodeShapeConfig        
- MemoryIn intGbs 
- The total amount of memory available to the node, in gigabytes.
- Nvmes int
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- Ocpus int
- The total number of OCPUs available to the node.
- MemoryIn intGbs 
- The total amount of memory available to the node, in gigabytes.
- Nvmes int
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- Ocpus int
- The total number of OCPUs available to the node.
- memoryIn IntegerGbs 
- The total amount of memory available to the node, in gigabytes.
- nvmes Integer
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus Integer
- The total number of OCPUs available to the node.
- memoryIn numberGbs 
- The total amount of memory available to the node, in gigabytes.
- nvmes number
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus number
- The total number of OCPUs available to the node.
- memory_in_ intgbs 
- The total amount of memory available to the node, in gigabytes.
- nvmes int
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus int
- The total number of OCPUs available to the node.
- memoryIn NumberGbs 
- The total amount of memory available to the node, in gigabytes.
- nvmes Number
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus Number
- The total number of OCPUs available to the node.
GetBdsInstancesBdsInstanceKafkaBrokerNode       
- BlockVolume stringSize In Gbs 
- The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- NumberOf intKafka Nodes 
- Shape string
- Shape of the node.
- ShapeConfigs List<GetBds Instances Bds Instance Kafka Broker Node Shape Config> 
- SubnetId string
- The OCID of the subnet in which the node is to be created.
- BlockVolume stringSize In Gbs 
- The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- NumberOf intKafka Nodes 
- Shape string
- Shape of the node.
- ShapeConfigs []GetBds Instances Bds Instance Kafka Broker Node Shape Config 
- SubnetId string
- The OCID of the subnet in which the node is to be created.
- blockVolume StringSize In Gbs 
- The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- numberOf IntegerKafka Nodes 
- shape String
- Shape of the node.
- shapeConfigs List<GetBds Instances Bds Instance Kafka Broker Node Shape Config> 
- subnetId String
- The OCID of the subnet in which the node is to be created.
- blockVolume stringSize In Gbs 
- The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- numberOf numberKafka Nodes 
- shape string
- Shape of the node.
- shapeConfigs GetBds Instances Bds Instance Kafka Broker Node Shape Config[] 
- subnetId string
- The OCID of the subnet in which the node is to be created.
- block_volume_ strsize_ in_ gbs 
- The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- number_of_ intkafka_ nodes 
- shape str
- Shape of the node.
- shape_configs Sequence[GetBds Instances Bds Instance Kafka Broker Node Shape Config] 
- subnet_id str
- The OCID of the subnet in which the node is to be created.
- blockVolume StringSize In Gbs 
- The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- numberOf NumberKafka Nodes 
- shape String
- Shape of the node.
- shapeConfigs List<Property Map>
- subnetId String
- The OCID of the subnet in which the node is to be created.
GetBdsInstancesBdsInstanceKafkaBrokerNodeShapeConfig         
- MemoryIn intGbs 
- The total amount of memory available to the node, in gigabytes.
- Nvmes int
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- Ocpus int
- The total number of OCPUs available to the node.
- MemoryIn intGbs 
- The total amount of memory available to the node, in gigabytes.
- Nvmes int
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- Ocpus int
- The total number of OCPUs available to the node.
- memoryIn IntegerGbs 
- The total amount of memory available to the node, in gigabytes.
- nvmes Integer
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus Integer
- The total number of OCPUs available to the node.
- memoryIn numberGbs 
- The total amount of memory available to the node, in gigabytes.
- nvmes number
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus number
- The total number of OCPUs available to the node.
- memory_in_ intgbs 
- The total amount of memory available to the node, in gigabytes.
- nvmes int
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus int
- The total number of OCPUs available to the node.
- memoryIn NumberGbs 
- The total amount of memory available to the node, in gigabytes.
- nvmes Number
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus Number
- The total number of OCPUs available to the node.
GetBdsInstancesBdsInstanceMasterNode      
- BlockVolume stringSize In Gbs 
- The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- NumberOf intNodes 
- The number of nodes that form the cluster.
- Shape string
- Shape of the node.
- ShapeConfigs List<GetBds Instances Bds Instance Master Node Shape Config> 
- SubnetId string
- The OCID of the subnet in which the node is to be created.
- BlockVolume stringSize In Gbs 
- The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- NumberOf intNodes 
- The number of nodes that form the cluster.
- Shape string
- Shape of the node.
- ShapeConfigs []GetBds Instances Bds Instance Master Node Shape Config 
- SubnetId string
- The OCID of the subnet in which the node is to be created.
- blockVolume StringSize In Gbs 
- The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- numberOf IntegerNodes 
- The number of nodes that form the cluster.
- shape String
- Shape of the node.
- shapeConfigs List<GetBds Instances Bds Instance Master Node Shape Config> 
- subnetId String
- The OCID of the subnet in which the node is to be created.
- blockVolume stringSize In Gbs 
- The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- numberOf numberNodes 
- The number of nodes that form the cluster.
- shape string
- Shape of the node.
- shapeConfigs GetBds Instances Bds Instance Master Node Shape Config[] 
- subnetId string
- The OCID of the subnet in which the node is to be created.
- block_volume_ strsize_ in_ gbs 
- The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- number_of_ intnodes 
- The number of nodes that form the cluster.
- shape str
- Shape of the node.
- shape_configs Sequence[GetBds Instances Bds Instance Master Node Shape Config] 
- subnet_id str
- The OCID of the subnet in which the node is to be created.
- blockVolume StringSize In Gbs 
- The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- numberOf NumberNodes 
- The number of nodes that form the cluster.
- shape String
- Shape of the node.
- shapeConfigs List<Property Map>
- subnetId String
- The OCID of the subnet in which the node is to be created.
GetBdsInstancesBdsInstanceMasterNodeShapeConfig        
- MemoryIn intGbs 
- The total amount of memory available to the node, in gigabytes.
- Nvmes int
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- Ocpus int
- The total number of OCPUs available to the node.
- MemoryIn intGbs 
- The total amount of memory available to the node, in gigabytes.
- Nvmes int
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- Ocpus int
- The total number of OCPUs available to the node.
- memoryIn IntegerGbs 
- The total amount of memory available to the node, in gigabytes.
- nvmes Integer
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus Integer
- The total number of OCPUs available to the node.
- memoryIn numberGbs 
- The total amount of memory available to the node, in gigabytes.
- nvmes number
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus number
- The total number of OCPUs available to the node.
- memory_in_ intgbs 
- The total amount of memory available to the node, in gigabytes.
- nvmes int
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus int
- The total number of OCPUs available to the node.
- memoryIn NumberGbs 
- The total amount of memory available to the node, in gigabytes.
- nvmes Number
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus Number
- The total number of OCPUs available to the node.
GetBdsInstancesBdsInstanceNetworkConfig      
- CidrBlock string
- The CIDR IP address block of the VCN.
- IsNat boolGateway Required 
- A boolean flag whether to configure a NAT gateway.
- CidrBlock string
- The CIDR IP address block of the VCN.
- IsNat boolGateway Required 
- A boolean flag whether to configure a NAT gateway.
- cidrBlock String
- The CIDR IP address block of the VCN.
- isNat BooleanGateway Required 
- A boolean flag whether to configure a NAT gateway.
- cidrBlock string
- The CIDR IP address block of the VCN.
- isNat booleanGateway Required 
- A boolean flag whether to configure a NAT gateway.
- cidr_block str
- The CIDR IP address block of the VCN.
- is_nat_ boolgateway_ required 
- A boolean flag whether to configure a NAT gateway.
- cidrBlock String
- The CIDR IP address block of the VCN.
- isNat BooleanGateway Required 
- A boolean flag whether to configure a NAT gateway.
GetBdsInstancesBdsInstanceNode     
- AttachedBlock List<GetVolumes Bds Instances Bds Instance Node Attached Block Volume> 
- The list of block volumes attached to a given node.
- AvailabilityDomain string
- The name of the availability domain in which the node is running.
- DisplayName string
- A filter to return only resources that match the entire display name given.
- FaultDomain string
- The name of the fault domain in which the node is running.
- Hostname string
- The fully-qualified hostname (FQDN) of the node.
- ImageId string
- The OCID of the image from which the node was created.
- InstanceId string
- The OCID of the underlying Oracle Cloud Infrastructure Compute instance.
- IpAddress string
- IP address of the node.
- IsReboot boolRequired 
- Indicates if the node requires a reboot to either reflect the latest os kernel or take actions for maintenance reboot.
- LocalDisks doubleTotal Size In Gbs 
- The aggregate size of all local disks, in gigabytes. If the instance does not have any local disks, this field is null.
- MemoryIn intGbs 
- The total amount of memory available to the node, in gigabytes.
- NodeType string
- Cluster node type.
- Nvmes int
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- Ocpus int
- The total number of OCPUs available to the node.
- OdhVersion string
- Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
- OsVersion string
- BDS-assigned Operating System version for the node.
- Shape string
- Shape of the node.
- SshFingerprint string
- The fingerprint of the SSH key used for node access.
- State string
- The state of the cluster.
- SubnetId string
- The OCID of the subnet in which the node is to be created.
- TimeCreated string
- The time the cluster was created, shown as an RFC 3339 formatted datetime string.
- TimeMaintenance stringReboot Due 
- The date and time the instance is expected to be stopped / started, in the format defined by RFC3339.
- AttachedBlock []GetVolumes Bds Instances Bds Instance Node Attached Block Volume 
- The list of block volumes attached to a given node.
- AvailabilityDomain string
- The name of the availability domain in which the node is running.
- DisplayName string
- A filter to return only resources that match the entire display name given.
- FaultDomain string
- The name of the fault domain in which the node is running.
- Hostname string
- The fully-qualified hostname (FQDN) of the node.
- ImageId string
- The OCID of the image from which the node was created.
- InstanceId string
- The OCID of the underlying Oracle Cloud Infrastructure Compute instance.
- IpAddress string
- IP address of the node.
- IsReboot boolRequired 
- Indicates if the node requires a reboot to either reflect the latest os kernel or take actions for maintenance reboot.
- LocalDisks float64Total Size In Gbs 
- The aggregate size of all local disks, in gigabytes. If the instance does not have any local disks, this field is null.
- MemoryIn intGbs 
- The total amount of memory available to the node, in gigabytes.
- NodeType string
- Cluster node type.
- Nvmes int
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- Ocpus int
- The total number of OCPUs available to the node.
- OdhVersion string
- Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
- OsVersion string
- BDS-assigned Operating System version for the node.
- Shape string
- Shape of the node.
- SshFingerprint string
- The fingerprint of the SSH key used for node access.
- State string
- The state of the cluster.
- SubnetId string
- The OCID of the subnet in which the node is to be created.
- TimeCreated string
- The time the cluster was created, shown as an RFC 3339 formatted datetime string.
- TimeMaintenance stringReboot Due 
- The date and time the instance is expected to be stopped / started, in the format defined by RFC3339.
- attachedBlock List<GetVolumes Bds Instances Bds Instance Node Attached Block Volume> 
- The list of block volumes attached to a given node.
- availabilityDomain String
- The name of the availability domain in which the node is running.
- displayName String
- A filter to return only resources that match the entire display name given.
- faultDomain String
- The name of the fault domain in which the node is running.
- hostname String
- The fully-qualified hostname (FQDN) of the node.
- imageId String
- The OCID of the image from which the node was created.
- instanceId String
- The OCID of the underlying Oracle Cloud Infrastructure Compute instance.
- ipAddress String
- IP address of the node.
- isReboot BooleanRequired 
- Indicates if the node requires a reboot to either reflect the latest os kernel or take actions for maintenance reboot.
- localDisks DoubleTotal Size In Gbs 
- The aggregate size of all local disks, in gigabytes. If the instance does not have any local disks, this field is null.
- memoryIn IntegerGbs 
- The total amount of memory available to the node, in gigabytes.
- nodeType String
- Cluster node type.
- nvmes Integer
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus Integer
- The total number of OCPUs available to the node.
- odhVersion String
- Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
- osVersion String
- BDS-assigned Operating System version for the node.
- shape String
- Shape of the node.
- sshFingerprint String
- The fingerprint of the SSH key used for node access.
- state String
- The state of the cluster.
- subnetId String
- The OCID of the subnet in which the node is to be created.
- timeCreated String
- The time the cluster was created, shown as an RFC 3339 formatted datetime string.
- timeMaintenance StringReboot Due 
- The date and time the instance is expected to be stopped / started, in the format defined by RFC3339.
- attachedBlock GetVolumes Bds Instances Bds Instance Node Attached Block Volume[] 
- The list of block volumes attached to a given node.
- availabilityDomain string
- The name of the availability domain in which the node is running.
- displayName string
- A filter to return only resources that match the entire display name given.
- faultDomain string
- The name of the fault domain in which the node is running.
- hostname string
- The fully-qualified hostname (FQDN) of the node.
- imageId string
- The OCID of the image from which the node was created.
- instanceId string
- The OCID of the underlying Oracle Cloud Infrastructure Compute instance.
- ipAddress string
- IP address of the node.
- isReboot booleanRequired 
- Indicates if the node requires a reboot to either reflect the latest os kernel or take actions for maintenance reboot.
- localDisks numberTotal Size In Gbs 
- The aggregate size of all local disks, in gigabytes. If the instance does not have any local disks, this field is null.
- memoryIn numberGbs 
- The total amount of memory available to the node, in gigabytes.
- nodeType string
- Cluster node type.
- nvmes number
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus number
- The total number of OCPUs available to the node.
- odhVersion string
- Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
- osVersion string
- BDS-assigned Operating System version for the node.
- shape string
- Shape of the node.
- sshFingerprint string
- The fingerprint of the SSH key used for node access.
- state string
- The state of the cluster.
- subnetId string
- The OCID of the subnet in which the node is to be created.
- timeCreated string
- The time the cluster was created, shown as an RFC 3339 formatted datetime string.
- timeMaintenance stringReboot Due 
- The date and time the instance is expected to be stopped / started, in the format defined by RFC3339.
- attached_block_ Sequence[Getvolumes Bds Instances Bds Instance Node Attached Block Volume] 
- The list of block volumes attached to a given node.
- availability_domain str
- The name of the availability domain in which the node is running.
- display_name str
- A filter to return only resources that match the entire display name given.
- fault_domain str
- The name of the fault domain in which the node is running.
- hostname str
- The fully-qualified hostname (FQDN) of the node.
- image_id str
- The OCID of the image from which the node was created.
- instance_id str
- The OCID of the underlying Oracle Cloud Infrastructure Compute instance.
- ip_address str
- IP address of the node.
- is_reboot_ boolrequired 
- Indicates if the node requires a reboot to either reflect the latest os kernel or take actions for maintenance reboot.
- local_disks_ floattotal_ size_ in_ gbs 
- The aggregate size of all local disks, in gigabytes. If the instance does not have any local disks, this field is null.
- memory_in_ intgbs 
- The total amount of memory available to the node, in gigabytes.
- node_type str
- Cluster node type.
- nvmes int
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus int
- The total number of OCPUs available to the node.
- odh_version str
- Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
- os_version str
- BDS-assigned Operating System version for the node.
- shape str
- Shape of the node.
- ssh_fingerprint str
- The fingerprint of the SSH key used for node access.
- state str
- The state of the cluster.
- subnet_id str
- The OCID of the subnet in which the node is to be created.
- time_created str
- The time the cluster was created, shown as an RFC 3339 formatted datetime string.
- time_maintenance_ strreboot_ due 
- The date and time the instance is expected to be stopped / started, in the format defined by RFC3339.
- attachedBlock List<Property Map>Volumes 
- The list of block volumes attached to a given node.
- availabilityDomain String
- The name of the availability domain in which the node is running.
- displayName String
- A filter to return only resources that match the entire display name given.
- faultDomain String
- The name of the fault domain in which the node is running.
- hostname String
- The fully-qualified hostname (FQDN) of the node.
- imageId String
- The OCID of the image from which the node was created.
- instanceId String
- The OCID of the underlying Oracle Cloud Infrastructure Compute instance.
- ipAddress String
- IP address of the node.
- isReboot BooleanRequired 
- Indicates if the node requires a reboot to either reflect the latest os kernel or take actions for maintenance reboot.
- localDisks NumberTotal Size In Gbs 
- The aggregate size of all local disks, in gigabytes. If the instance does not have any local disks, this field is null.
- memoryIn NumberGbs 
- The total amount of memory available to the node, in gigabytes.
- nodeType String
- Cluster node type.
- nvmes Number
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus Number
- The total number of OCPUs available to the node.
- odhVersion String
- Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
- osVersion String
- BDS-assigned Operating System version for the node.
- shape String
- Shape of the node.
- sshFingerprint String
- The fingerprint of the SSH key used for node access.
- state String
- The state of the cluster.
- subnetId String
- The OCID of the subnet in which the node is to be created.
- timeCreated String
- The time the cluster was created, shown as an RFC 3339 formatted datetime string.
- timeMaintenance StringReboot Due 
- The date and time the instance is expected to be stopped / started, in the format defined by RFC3339.
GetBdsInstancesBdsInstanceNodeAttachedBlockVolume        
- VolumeAttachment stringId 
- The OCID of the volume attachment.
- VolumeSize stringIn Gbs 
- The size of the volume in GBs.
- VolumeAttachment stringId 
- The OCID of the volume attachment.
- VolumeSize stringIn Gbs 
- The size of the volume in GBs.
- volumeAttachment StringId 
- The OCID of the volume attachment.
- volumeSize StringIn Gbs 
- The size of the volume in GBs.
- volumeAttachment stringId 
- The OCID of the volume attachment.
- volumeSize stringIn Gbs 
- The size of the volume in GBs.
- volume_attachment_ strid 
- The OCID of the volume attachment.
- volume_size_ strin_ gbs 
- The size of the volume in GBs.
- volumeAttachment StringId 
- The OCID of the volume attachment.
- volumeSize StringIn Gbs 
- The size of the volume in GBs.
GetBdsInstancesBdsInstanceStartClusterShapeConfig        
GetBdsInstancesBdsInstanceStartClusterShapeConfigNodeTypeShapeConfig            
GetBdsInstancesBdsInstanceUtilNode      
- BlockVolume stringSize In Gbs 
- The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- NumberOf intNodes 
- The number of nodes that form the cluster.
- Shape string
- Shape of the node.
- ShapeConfigs List<GetBds Instances Bds Instance Util Node Shape Config> 
- SubnetId string
- The OCID of the subnet in which the node is to be created.
- BlockVolume stringSize In Gbs 
- The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- NumberOf intNodes 
- The number of nodes that form the cluster.
- Shape string
- Shape of the node.
- ShapeConfigs []GetBds Instances Bds Instance Util Node Shape Config 
- SubnetId string
- The OCID of the subnet in which the node is to be created.
- blockVolume StringSize In Gbs 
- The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- numberOf IntegerNodes 
- The number of nodes that form the cluster.
- shape String
- Shape of the node.
- shapeConfigs List<GetBds Instances Bds Instance Util Node Shape Config> 
- subnetId String
- The OCID of the subnet in which the node is to be created.
- blockVolume stringSize In Gbs 
- The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- numberOf numberNodes 
- The number of nodes that form the cluster.
- shape string
- Shape of the node.
- shapeConfigs GetBds Instances Bds Instance Util Node Shape Config[] 
- subnetId string
- The OCID of the subnet in which the node is to be created.
- block_volume_ strsize_ in_ gbs 
- The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- number_of_ intnodes 
- The number of nodes that form the cluster.
- shape str
- Shape of the node.
- shape_configs Sequence[GetBds Instances Bds Instance Util Node Shape Config] 
- subnet_id str
- The OCID of the subnet in which the node is to be created.
- blockVolume StringSize In Gbs 
- The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- numberOf NumberNodes 
- The number of nodes that form the cluster.
- shape String
- Shape of the node.
- shapeConfigs List<Property Map>
- subnetId String
- The OCID of the subnet in which the node is to be created.
GetBdsInstancesBdsInstanceUtilNodeShapeConfig        
- MemoryIn intGbs 
- The total amount of memory available to the node, in gigabytes.
- Nvmes int
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- Ocpus int
- The total number of OCPUs available to the node.
- MemoryIn intGbs 
- The total amount of memory available to the node, in gigabytes.
- Nvmes int
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- Ocpus int
- The total number of OCPUs available to the node.
- memoryIn IntegerGbs 
- The total amount of memory available to the node, in gigabytes.
- nvmes Integer
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus Integer
- The total number of OCPUs available to the node.
- memoryIn numberGbs 
- The total amount of memory available to the node, in gigabytes.
- nvmes number
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus number
- The total number of OCPUs available to the node.
- memory_in_ intgbs 
- The total amount of memory available to the node, in gigabytes.
- nvmes int
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus int
- The total number of OCPUs available to the node.
- memoryIn NumberGbs 
- The total amount of memory available to the node, in gigabytes.
- nvmes Number
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus Number
- The total number of OCPUs available to the node.
GetBdsInstancesBdsInstanceWorkerNode      
- BlockVolume stringSize In Gbs 
- The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- NumberOf intNodes 
- The number of nodes that form the cluster.
- Shape string
- Shape of the node.
- ShapeConfigs List<GetBds Instances Bds Instance Worker Node Shape Config> 
- SubnetId string
- The OCID of the subnet in which the node is to be created.
- BlockVolume stringSize In Gbs 
- The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- NumberOf intNodes 
- The number of nodes that form the cluster.
- Shape string
- Shape of the node.
- ShapeConfigs []GetBds Instances Bds Instance Worker Node Shape Config 
- SubnetId string
- The OCID of the subnet in which the node is to be created.
- blockVolume StringSize In Gbs 
- The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- numberOf IntegerNodes 
- The number of nodes that form the cluster.
- shape String
- Shape of the node.
- shapeConfigs List<GetBds Instances Bds Instance Worker Node Shape Config> 
- subnetId String
- The OCID of the subnet in which the node is to be created.
- blockVolume stringSize In Gbs 
- The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- numberOf numberNodes 
- The number of nodes that form the cluster.
- shape string
- Shape of the node.
- shapeConfigs GetBds Instances Bds Instance Worker Node Shape Config[] 
- subnetId string
- The OCID of the subnet in which the node is to be created.
- block_volume_ strsize_ in_ gbs 
- The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- number_of_ intnodes 
- The number of nodes that form the cluster.
- shape str
- Shape of the node.
- shape_configs Sequence[GetBds Instances Bds Instance Worker Node Shape Config] 
- subnet_id str
- The OCID of the subnet in which the node is to be created.
- blockVolume StringSize In Gbs 
- The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- numberOf NumberNodes 
- The number of nodes that form the cluster.
- shape String
- Shape of the node.
- shapeConfigs List<Property Map>
- subnetId String
- The OCID of the subnet in which the node is to be created.
GetBdsInstancesBdsInstanceWorkerNodeShapeConfig        
- MemoryIn intGbs 
- The total amount of memory available to the node, in gigabytes.
- Nvmes int
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- Ocpus int
- The total number of OCPUs available to the node.
- MemoryIn intGbs 
- The total amount of memory available to the node, in gigabytes.
- Nvmes int
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- Ocpus int
- The total number of OCPUs available to the node.
- memoryIn IntegerGbs 
- The total amount of memory available to the node, in gigabytes.
- nvmes Integer
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus Integer
- The total number of OCPUs available to the node.
- memoryIn numberGbs 
- The total amount of memory available to the node, in gigabytes.
- nvmes number
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus number
- The total number of OCPUs available to the node.
- memory_in_ intgbs 
- The total amount of memory available to the node, in gigabytes.
- nvmes int
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus int
- The total number of OCPUs available to the node.
- memoryIn NumberGbs 
- The total amount of memory available to the node, in gigabytes.
- nvmes Number
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus Number
- The total number of OCPUs available to the node.
GetBdsInstancesFilter   
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.