1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. BigDataService
  5. getBdsInstance
Oracle Cloud Infrastructure v0.20.1 published on Tuesday, Jun 6, 2023 by Pulumi

oci.BigDataService.getBdsInstance

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v0.20.1 published on Tuesday, Jun 6, 2023 by Pulumi

    This data source provides details about a specific Bds Instance resource in Oracle Cloud Infrastructure Big Data Service service.

    Returns information about the Big Data Service cluster identified by the given ID.

    Example Usage

    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Oci = Pulumi.Oci;
    
    return await Deployment.RunAsync(() => 
    {
        var testBdsInstance = Oci.BigDataService.GetBdsInstance.Invoke(new()
        {
            BdsInstanceId = oci_bds_bds_instance.Test_bds_instance.Id,
        });
    
    });
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/go/oci/BigDataService"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := BigDataService.GetBdsInstance(ctx, &bigdataservice.GetBdsInstanceArgs{
    			BdsInstanceId: oci_bds_bds_instance.Test_bds_instance.Id,
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.BigDataService.BigDataServiceFunctions;
    import com.pulumi.oci.BigDataService.inputs.GetBdsInstanceArgs;
    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 testBdsInstance = BigDataServiceFunctions.getBdsInstance(GetBdsInstanceArgs.builder()
                .bdsInstanceId(oci_bds_bds_instance.test_bds_instance().id())
                .build());
    
        }
    }
    
    import pulumi
    import pulumi_oci as oci
    
    test_bds_instance = oci.BigDataService.get_bds_instance(bds_instance_id=%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
    
    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testBdsInstance = oci.BigDataService.getBdsInstance({
        bdsInstanceId: oci_bds_bds_instance.test_bds_instance.id,
    });
    
    variables:
      testBdsInstance:
        fn::invoke:
          Function: oci:BigDataService:getBdsInstance
          Arguments:
            bdsInstanceId: ${oci_bds_bds_instance.test_bds_instance.id}
    

    Using getBdsInstance

    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 getBdsInstance(args: GetBdsInstanceArgs, opts?: InvokeOptions): Promise<GetBdsInstanceResult>
    function getBdsInstanceOutput(args: GetBdsInstanceOutputArgs, opts?: InvokeOptions): Output<GetBdsInstanceResult>
    def get_bds_instance(bds_instance_id: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetBdsInstanceResult
    def get_bds_instance_output(bds_instance_id: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetBdsInstanceResult]
    func GetBdsInstance(ctx *Context, args *GetBdsInstanceArgs, opts ...InvokeOption) (*GetBdsInstanceResult, error)
    func GetBdsInstanceOutput(ctx *Context, args *GetBdsInstanceOutputArgs, opts ...InvokeOption) GetBdsInstanceResultOutput

    > Note: This function is named GetBdsInstance in the Go SDK.

    public static class GetBdsInstance 
    {
        public static Task<GetBdsInstanceResult> InvokeAsync(GetBdsInstanceArgs args, InvokeOptions? opts = null)
        public static Output<GetBdsInstanceResult> Invoke(GetBdsInstanceInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetBdsInstanceResult> getBdsInstance(GetBdsInstanceArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: oci:BigDataService/getBdsInstance:getBdsInstance
      arguments:
        # arguments dictionary

    The following arguments are supported:

    BdsInstanceId string

    The OCID of the cluster.

    BdsInstanceId string

    The OCID of the cluster.

    bdsInstanceId String

    The OCID of the cluster.

    bdsInstanceId string

    The OCID of the cluster.

    bds_instance_id str

    The OCID of the cluster.

    bdsInstanceId String

    The OCID of the cluster.

    getBdsInstance Result

    The following output properties are available:

    BdsInstanceId string
    BootstrapScriptUrl string

    pre-authenticated URL of the bootstrap script in Object Store that can be downloaded and executed.

    CloudSqlDetails List<GetBdsInstanceCloudSqlDetail>

    The information about added Cloud SQL capability

    ClusterAdminPassword string
    ClusterDetails List<GetBdsInstanceClusterDetail>

    Specific info about a Hadoop cluster

    ClusterProfile string

    Profile of the Big Data Service cluster.

    ClusterPublicKey string
    ClusterVersion string

    Version of the Hadoop distribution.

    CompartmentId string

    The OCID of the compartment.

    ComputeOnlyWorkerNodes List<GetBdsInstanceComputeOnlyWorkerNode>
    CreatedBy string

    The user who created the cluster.

    DefinedTags Dictionary<string, object>

    Defined tags for this resource. Each key is predefined and scoped to a namespace. For example, {"foo-namespace": {"bar-key": "value"}}

    DisplayName string

    The name of the node.

    EdgeNodes List<GetBdsInstanceEdgeNode>
    FreeformTags Dictionary<string, object>

    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.

    IsCloudSqlConfigured bool

    Boolean flag specifying whether or not Cloud SQL should be configured.

    IsForceStopJobs bool
    IsHighAvailability bool

    Boolean flag specifying whether or not the cluster is highly available (HA)

    IsSecure bool

    Boolean flag specifying whether or not the cluster should be set up as secure.

    KerberosRealmName string
    KmsKeyId string

    The OCID of the Key Management master encryption key.

    MasterNodes List<GetBdsInstanceMasterNode>
    NetworkConfigs List<GetBdsInstanceNetworkConfig>

    Additional configuration of the user's network.

    Nodes List<GetBdsInstanceNode>

    The list of nodes in the cluster.

    NumberOfNodes int

    The number of nodes that form the cluster.

    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<GetBdsInstanceUtilNode>
    WorkerNodes List<GetBdsInstanceWorkerNode>
    BdsInstanceId string
    BootstrapScriptUrl string

    pre-authenticated URL of the bootstrap script in Object Store that can be downloaded and executed.

    CloudSqlDetails []GetBdsInstanceCloudSqlDetail

    The information about added Cloud SQL capability

    ClusterAdminPassword string
    ClusterDetails []GetBdsInstanceClusterDetail

    Specific info about a Hadoop cluster

    ClusterProfile string

    Profile of the Big Data Service cluster.

    ClusterPublicKey string
    ClusterVersion string

    Version of the Hadoop distribution.

    CompartmentId string

    The OCID of the compartment.

    ComputeOnlyWorkerNodes []GetBdsInstanceComputeOnlyWorkerNode
    CreatedBy string

    The user who created the cluster.

    DefinedTags map[string]interface{}

    Defined tags for this resource. Each key is predefined and scoped to a namespace. For example, {"foo-namespace": {"bar-key": "value"}}

    DisplayName string

    The name of the node.

    EdgeNodes []GetBdsInstanceEdgeNode
    FreeformTags map[string]interface{}

    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.

    IsCloudSqlConfigured bool

    Boolean flag specifying whether or not Cloud SQL should be configured.

    IsForceStopJobs bool
    IsHighAvailability bool

    Boolean flag specifying whether or not the cluster is highly available (HA)

    IsSecure bool

    Boolean flag specifying whether or not the cluster should be set up as secure.

    KerberosRealmName string
    KmsKeyId string

    The OCID of the Key Management master encryption key.

    MasterNodes []GetBdsInstanceMasterNode
    NetworkConfigs []GetBdsInstanceNetworkConfig

    Additional configuration of the user's network.

    Nodes []GetBdsInstanceNode

    The list of nodes in the cluster.

    NumberOfNodes int

    The number of nodes that form the cluster.

    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 []GetBdsInstanceUtilNode
    WorkerNodes []GetBdsInstanceWorkerNode
    bdsInstanceId String
    bootstrapScriptUrl String

    pre-authenticated URL of the bootstrap script in Object Store that can be downloaded and executed.

    cloudSqlDetails List<GetBdsInstanceCloudSqlDetail>

    The information about added Cloud SQL capability

    clusterAdminPassword String
    clusterDetails List<GetBdsInstanceClusterDetail>

    Specific info about a Hadoop cluster

    clusterProfile String

    Profile of the Big Data Service cluster.

    clusterPublicKey String
    clusterVersion String

    Version of the Hadoop distribution.

    compartmentId String

    The OCID of the compartment.

    computeOnlyWorkerNodes List<GetBdsInstanceComputeOnlyWorkerNode>
    createdBy String

    The user who created the cluster.

    definedTags Map<String,Object>

    Defined tags for this resource. Each key is predefined and scoped to a namespace. For example, {"foo-namespace": {"bar-key": "value"}}

    displayName String

    The name of the node.

    edgeNodes List<GetBdsInstanceEdgeNode>
    freeformTags Map<String,Object>

    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.

    isCloudSqlConfigured Boolean

    Boolean flag specifying whether or not Cloud SQL should be configured.

    isForceStopJobs Boolean
    isHighAvailability Boolean

    Boolean flag specifying whether or not the cluster is highly available (HA)

    isSecure Boolean

    Boolean flag specifying whether or not the cluster should be set up as secure.

    kerberosRealmName String
    kmsKeyId String

    The OCID of the Key Management master encryption key.

    masterNodes List<GetBdsInstanceMasterNode>
    networkConfigs List<GetBdsInstanceNetworkConfig>

    Additional configuration of the user's network.

    nodes List<GetBdsInstanceNode>

    The list of nodes in the cluster.

    numberOfNodes Integer

    The number of nodes that form the cluster.

    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<GetBdsInstanceUtilNode>
    workerNodes List<GetBdsInstanceWorkerNode>
    bdsInstanceId string
    bootstrapScriptUrl string

    pre-authenticated URL of the bootstrap script in Object Store that can be downloaded and executed.

    cloudSqlDetails GetBdsInstanceCloudSqlDetail[]

    The information about added Cloud SQL capability

    clusterAdminPassword string
    clusterDetails GetBdsInstanceClusterDetail[]

    Specific info about a Hadoop cluster

    clusterProfile string

    Profile of the Big Data Service cluster.

    clusterPublicKey string
    clusterVersion string

    Version of the Hadoop distribution.

    compartmentId string

    The OCID of the compartment.

    computeOnlyWorkerNodes GetBdsInstanceComputeOnlyWorkerNode[]
    createdBy string

    The user who created the cluster.

    definedTags {[key: string]: any}

    Defined tags for this resource. Each key is predefined and scoped to a namespace. For example, {"foo-namespace": {"bar-key": "value"}}

    displayName string

    The name of the node.

    edgeNodes GetBdsInstanceEdgeNode[]
    freeformTags {[key: string]: any}

    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.

    isCloudSqlConfigured boolean

    Boolean flag specifying whether or not Cloud SQL should be configured.

    isForceStopJobs boolean
    isHighAvailability boolean

    Boolean flag specifying whether or not the cluster is highly available (HA)

    isSecure boolean

    Boolean flag specifying whether or not the cluster should be set up as secure.

    kerberosRealmName string
    kmsKeyId string

    The OCID of the Key Management master encryption key.

    masterNodes GetBdsInstanceMasterNode[]
    networkConfigs GetBdsInstanceNetworkConfig[]

    Additional configuration of the user's network.

    nodes GetBdsInstanceNode[]

    The list of nodes in the cluster.

    numberOfNodes number

    The number of nodes that form the cluster.

    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 GetBdsInstanceUtilNode[]
    workerNodes GetBdsInstanceWorkerNode[]
    bds_instance_id str
    bootstrap_script_url str

    pre-authenticated URL of the bootstrap script in Object Store that can be downloaded and executed.

    cloud_sql_details GetBdsInstanceCloudSqlDetail]

    The information about added Cloud SQL capability

    cluster_admin_password str
    cluster_details GetBdsInstanceClusterDetail]

    Specific info about a Hadoop cluster

    cluster_profile str

    Profile of the Big Data Service cluster.

    cluster_public_key str
    cluster_version str

    Version of the Hadoop distribution.

    compartment_id str

    The OCID of the compartment.

    compute_only_worker_nodes GetBdsInstanceComputeOnlyWorkerNode]
    created_by str

    The user who created the cluster.

    defined_tags Mapping[str, Any]

    Defined tags for this resource. Each key is predefined and scoped to a namespace. For example, {"foo-namespace": {"bar-key": "value"}}

    display_name str

    The name of the node.

    edge_nodes GetBdsInstanceEdgeNode]
    freeform_tags Mapping[str, Any]

    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.

    is_cloud_sql_configured bool

    Boolean flag specifying whether or not Cloud SQL should be configured.

    is_force_stop_jobs bool
    is_high_availability bool

    Boolean flag specifying whether or not the cluster is highly available (HA)

    is_secure bool

    Boolean flag specifying whether or not the cluster should be set up as secure.

    kerberos_realm_name str
    kms_key_id str

    The OCID of the Key Management master encryption key.

    master_nodes GetBdsInstanceMasterNode]
    network_configs GetBdsInstanceNetworkConfig]

    Additional configuration of the user's network.

    nodes GetBdsInstanceNode]

    The list of nodes in the cluster.

    number_of_nodes int

    The number of nodes that form the cluster.

    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 GetBdsInstanceUtilNode]
    worker_nodes GetBdsInstanceWorkerNode]
    bdsInstanceId String
    bootstrapScriptUrl String

    pre-authenticated URL of the bootstrap script in Object Store that can be downloaded and executed.

    cloudSqlDetails List<Property Map>

    The information about added Cloud SQL capability

    clusterAdminPassword String
    clusterDetails List<Property Map>

    Specific info about a Hadoop cluster

    clusterProfile String

    Profile of the Big Data Service cluster.

    clusterPublicKey String
    clusterVersion String

    Version of the Hadoop distribution.

    compartmentId String

    The OCID of the compartment.

    computeOnlyWorkerNodes List<Property Map>
    createdBy String

    The user who created the cluster.

    definedTags Map<Any>

    Defined tags for this resource. Each key is predefined and scoped to a namespace. For example, {"foo-namespace": {"bar-key": "value"}}

    displayName String

    The name of the node.

    edgeNodes List<Property Map>
    freeformTags Map<Any>

    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.

    isCloudSqlConfigured Boolean

    Boolean flag specifying whether or not Cloud SQL should be configured.

    isForceStopJobs Boolean
    isHighAvailability Boolean

    Boolean flag specifying whether or not the cluster is highly available (HA)

    isSecure Boolean

    Boolean flag specifying whether or not the cluster should be set up as secure.

    kerberosRealmName String
    kmsKeyId String

    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.

    numberOfNodes Number

    The number of nodes that form the cluster.

    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>

    Supporting Types

    GetBdsInstanceCloudSqlDetail

    BlockVolumeSizeInGbs string

    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.

    IsKerberosMappedToDatabaseUsers bool

    Boolean flag specifying whether or not Kerberos principals are mapped to database users.

    KerberosDetails List<GetBdsInstanceCloudSqlDetailKerberosDetail>

    Details about the Kerberos principals.

    MemoryInGbs int

    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.

    BlockVolumeSizeInGbs string

    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.

    IsKerberosMappedToDatabaseUsers bool

    Boolean flag specifying whether or not Kerberos principals are mapped to database users.

    KerberosDetails []GetBdsInstanceCloudSqlDetailKerberosDetail

    Details about the Kerberos principals.

    MemoryInGbs int

    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.

    blockVolumeSizeInGbs String

    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.

    isKerberosMappedToDatabaseUsers Boolean

    Boolean flag specifying whether or not Kerberos principals are mapped to database users.

    kerberosDetails List<GetBdsInstanceCloudSqlDetailKerberosDetail>

    Details about the Kerberos principals.

    memoryInGbs Integer

    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.

    blockVolumeSizeInGbs string

    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.

    isKerberosMappedToDatabaseUsers boolean

    Boolean flag specifying whether or not Kerberos principals are mapped to database users.

    kerberosDetails GetBdsInstanceCloudSqlDetailKerberosDetail[]

    Details about the Kerberos principals.

    memoryInGbs number

    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_size_in_gbs str

    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_mapped_to_database_users bool

    Boolean flag specifying whether or not Kerberos principals are mapped to database users.

    kerberos_details GetBdsInstanceCloudSqlDetailKerberosDetail]

    Details about the Kerberos principals.

    memory_in_gbs int

    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.

    blockVolumeSizeInGbs String

    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.

    isKerberosMappedToDatabaseUsers Boolean

    Boolean flag specifying whether or not Kerberos principals are mapped to database users.

    kerberosDetails List<Property Map>

    Details about the Kerberos principals.

    memoryInGbs Number

    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.

    GetBdsInstanceCloudSqlDetailKerberosDetail

    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.

    GetBdsInstanceClusterDetail

    AmbariUrl string

    The URL of Ambari

    BdCellVersion string

    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.

    BigDataManagerUrl string

    The URL of Big Data Manager.

    ClouderaManagerUrl string

    The URL of Cloudera Manager

    CsqlCellVersion string

    Big Data SQL version.

    DbVersion string

    Cloud SQL query server database version.

    HueServerUrl string

    The URL of the Hue server.

    JupyterHubUrl string

    The URL of the Jupyterhub.

    OdhVersion string

    Version of the ODH (Oracle Distribution including Apache Hadoop) installed on the cluster.

    OsVersion string

    Oracle Linux version installed in the cluster.

    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

    BdCellVersion string

    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.

    BigDataManagerUrl string

    The URL of Big Data Manager.

    ClouderaManagerUrl string

    The URL of Cloudera Manager

    CsqlCellVersion string

    Big Data SQL version.

    DbVersion string

    Cloud SQL query server database version.

    HueServerUrl string

    The URL of the Hue server.

    JupyterHubUrl string

    The URL of the Jupyterhub.

    OdhVersion string

    Version of the ODH (Oracle Distribution including Apache Hadoop) installed on the cluster.

    OsVersion string

    Oracle Linux version installed in the cluster.

    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

    bdCellVersion String

    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.

    bigDataManagerUrl String

    The URL of Big Data Manager.

    clouderaManagerUrl String

    The URL of Cloudera Manager

    csqlCellVersion String

    Big Data SQL version.

    dbVersion String

    Cloud SQL query server database version.

    hueServerUrl String

    The URL of the Hue server.

    jupyterHubUrl String

    The URL of the Jupyterhub.

    odhVersion String

    Version of the ODH (Oracle Distribution including Apache Hadoop) installed on the cluster.

    osVersion String

    Oracle Linux version installed in the cluster.

    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

    bdCellVersion string

    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.

    bigDataManagerUrl string

    The URL of Big Data Manager.

    clouderaManagerUrl string

    The URL of Cloudera Manager

    csqlCellVersion string

    Big Data SQL version.

    dbVersion string

    Cloud SQL query server database version.

    hueServerUrl string

    The URL of the Hue server.

    jupyterHubUrl string

    The URL of the Jupyterhub.

    odhVersion string

    Version of the ODH (Oracle Distribution including Apache Hadoop) installed on the cluster.

    osVersion string

    Oracle Linux version installed in the cluster.

    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_version str

    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_manager_url str

    The URL of Big Data Manager.

    cloudera_manager_url str

    The URL of Cloudera Manager

    csql_cell_version str

    Big Data SQL version.

    db_version str

    Cloud SQL query server database version.

    hue_server_url str

    The URL of the Hue server.

    jupyter_hub_url str

    The URL of the Jupyterhub.

    odh_version str

    Version of the ODH (Oracle Distribution including Apache Hadoop) installed on the cluster.

    os_version str

    Oracle Linux version installed in the cluster.

    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

    bdCellVersion String

    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.

    bigDataManagerUrl String

    The URL of Big Data Manager.

    clouderaManagerUrl String

    The URL of Cloudera Manager

    csqlCellVersion String

    Big Data SQL version.

    dbVersion String

    Cloud SQL query server database version.

    hueServerUrl String

    The URL of the Hue server.

    jupyterHubUrl String

    The URL of the Jupyterhub.

    odhVersion String

    Version of the ODH (Oracle Distribution including Apache Hadoop) installed on the cluster.

    osVersion String

    Oracle Linux version installed in the cluster.

    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.

    GetBdsInstanceComputeOnlyWorkerNode

    BlockVolumeSizeInGbs string

    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.

    NumberOfNodes int

    The number of nodes that form the cluster.

    Shape string

    Shape of the node.

    ShapeConfigs List<GetBdsInstanceComputeOnlyWorkerNodeShapeConfig>
    SubnetId string

    The OCID of the subnet in which the node is to be created.

    BlockVolumeSizeInGbs string

    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.

    NumberOfNodes int

    The number of nodes that form the cluster.

    Shape string

    Shape of the node.

    ShapeConfigs []GetBdsInstanceComputeOnlyWorkerNodeShapeConfig
    SubnetId string

    The OCID of the subnet in which the node is to be created.

    blockVolumeSizeInGbs String

    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.

    numberOfNodes Integer

    The number of nodes that form the cluster.

    shape String

    Shape of the node.

    shapeConfigs List<GetBdsInstanceComputeOnlyWorkerNodeShapeConfig>
    subnetId String

    The OCID of the subnet in which the node is to be created.

    blockVolumeSizeInGbs string

    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.

    numberOfNodes number

    The number of nodes that form the cluster.

    shape string

    Shape of the node.

    shapeConfigs GetBdsInstanceComputeOnlyWorkerNodeShapeConfig[]
    subnetId string

    The OCID of the subnet in which the node is to be created.

    block_volume_size_in_gbs str

    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_nodes int

    The number of nodes that form the cluster.

    shape str

    Shape of the node.

    shape_configs GetBdsInstanceComputeOnlyWorkerNodeShapeConfig]
    subnet_id str

    The OCID of the subnet in which the node is to be created.

    blockVolumeSizeInGbs String

    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.

    numberOfNodes Number

    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.

    GetBdsInstanceComputeOnlyWorkerNodeShapeConfig

    MemoryInGbs int

    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.

    MemoryInGbs int

    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.

    memoryInGbs Integer

    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.

    memoryInGbs number

    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_gbs int

    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.

    memoryInGbs Number

    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.

    GetBdsInstanceEdgeNode

    BlockVolumeSizeInGbs string

    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.

    NumberOfNodes int

    The number of nodes that form the cluster.

    Shape string

    Shape of the node.

    ShapeConfigs List<GetBdsInstanceEdgeNodeShapeConfig>
    SubnetId string

    The OCID of the subnet in which the node is to be created.

    BlockVolumeSizeInGbs string

    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.

    NumberOfNodes int

    The number of nodes that form the cluster.

    Shape string

    Shape of the node.

    ShapeConfigs []GetBdsInstanceEdgeNodeShapeConfig
    SubnetId string

    The OCID of the subnet in which the node is to be created.

    blockVolumeSizeInGbs String

    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.

    numberOfNodes Integer

    The number of nodes that form the cluster.

    shape String

    Shape of the node.

    shapeConfigs List<GetBdsInstanceEdgeNodeShapeConfig>
    subnetId String

    The OCID of the subnet in which the node is to be created.

    blockVolumeSizeInGbs string

    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.

    numberOfNodes number

    The number of nodes that form the cluster.

    shape string

    Shape of the node.

    shapeConfigs GetBdsInstanceEdgeNodeShapeConfig[]
    subnetId string

    The OCID of the subnet in which the node is to be created.

    block_volume_size_in_gbs str

    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_nodes int

    The number of nodes that form the cluster.

    shape str

    Shape of the node.

    shape_configs GetBdsInstanceEdgeNodeShapeConfig]
    subnet_id str

    The OCID of the subnet in which the node is to be created.

    blockVolumeSizeInGbs String

    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.

    numberOfNodes Number

    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.

    GetBdsInstanceEdgeNodeShapeConfig

    MemoryInGbs int

    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.

    MemoryInGbs int

    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.

    memoryInGbs Integer

    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.

    memoryInGbs number

    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_gbs int

    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.

    memoryInGbs Number

    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.

    GetBdsInstanceMasterNode

    BlockVolumeSizeInGbs string

    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.

    NumberOfNodes int

    The number of nodes that form the cluster.

    Shape string

    Shape of the node.

    ShapeConfigs List<GetBdsInstanceMasterNodeShapeConfig>
    SubnetId string

    The OCID of the subnet in which the node is to be created.

    BlockVolumeSizeInGbs string

    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.

    NumberOfNodes int

    The number of nodes that form the cluster.

    Shape string

    Shape of the node.

    ShapeConfigs []GetBdsInstanceMasterNodeShapeConfig
    SubnetId string

    The OCID of the subnet in which the node is to be created.

    blockVolumeSizeInGbs String

    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.

    numberOfNodes Integer

    The number of nodes that form the cluster.

    shape String

    Shape of the node.

    shapeConfigs List<GetBdsInstanceMasterNodeShapeConfig>
    subnetId String

    The OCID of the subnet in which the node is to be created.

    blockVolumeSizeInGbs string

    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.

    numberOfNodes number

    The number of nodes that form the cluster.

    shape string

    Shape of the node.

    shapeConfigs GetBdsInstanceMasterNodeShapeConfig[]
    subnetId string

    The OCID of the subnet in which the node is to be created.

    block_volume_size_in_gbs str

    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_nodes int

    The number of nodes that form the cluster.

    shape str

    Shape of the node.

    shape_configs GetBdsInstanceMasterNodeShapeConfig]
    subnet_id str

    The OCID of the subnet in which the node is to be created.

    blockVolumeSizeInGbs String

    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.

    numberOfNodes Number

    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.

    GetBdsInstanceMasterNodeShapeConfig

    MemoryInGbs int

    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.

    MemoryInGbs int

    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.

    memoryInGbs Integer

    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.

    memoryInGbs number

    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_gbs int

    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.

    memoryInGbs Number

    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.

    GetBdsInstanceNetworkConfig

    CidrBlock string

    The CIDR IP address block of the VCN.

    IsNatGatewayRequired bool

    A boolean flag whether to configure a NAT gateway.

    CidrBlock string

    The CIDR IP address block of the VCN.

    IsNatGatewayRequired bool

    A boolean flag whether to configure a NAT gateway.

    cidrBlock String

    The CIDR IP address block of the VCN.

    isNatGatewayRequired Boolean

    A boolean flag whether to configure a NAT gateway.

    cidrBlock string

    The CIDR IP address block of the VCN.

    isNatGatewayRequired boolean

    A boolean flag whether to configure a NAT gateway.

    cidr_block str

    The CIDR IP address block of the VCN.

    is_nat_gateway_required bool

    A boolean flag whether to configure a NAT gateway.

    cidrBlock String

    The CIDR IP address block of the VCN.

    isNatGatewayRequired Boolean

    A boolean flag whether to configure a NAT gateway.

    GetBdsInstanceNode

    AttachedBlockVolumes List<GetBdsInstanceNodeAttachedBlockVolume>

    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

    The name of the node.

    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.

    MemoryInGbs int

    The total amount of memory available to the node, in gigabytes.

    NodeType string

    Cluster node type.

    Ocpus int

    The total number of OCPUs available to 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.

    AttachedBlockVolumes []GetBdsInstanceNodeAttachedBlockVolume

    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

    The name of the node.

    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.

    MemoryInGbs int

    The total amount of memory available to the node, in gigabytes.

    NodeType string

    Cluster node type.

    Ocpus int

    The total number of OCPUs available to 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.

    attachedBlockVolumes List<GetBdsInstanceNodeAttachedBlockVolume>

    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

    The name of the node.

    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.

    memoryInGbs Integer

    The total amount of memory available to the node, in gigabytes.

    nodeType String

    Cluster node type.

    ocpus Integer

    The total number of OCPUs available to 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.

    attachedBlockVolumes GetBdsInstanceNodeAttachedBlockVolume[]

    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

    The name of the node.

    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.

    memoryInGbs number

    The total amount of memory available to the node, in gigabytes.

    nodeType string

    Cluster node type.

    ocpus number

    The total number of OCPUs available to 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.

    attached_block_volumes GetBdsInstanceNodeAttachedBlockVolume]

    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

    The name of the node.

    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.

    memory_in_gbs int

    The total amount of memory available to the node, in gigabytes.

    node_type str

    Cluster node type.

    ocpus int

    The total number of OCPUs available to 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.

    attachedBlockVolumes List<Property Map>

    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

    The name of the node.

    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.

    memoryInGbs Number

    The total amount of memory available to the node, in gigabytes.

    nodeType String

    Cluster node type.

    ocpus Number

    The total number of OCPUs available to 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.

    GetBdsInstanceNodeAttachedBlockVolume

    VolumeAttachmentId string

    The OCID of the volume attachment.

    VolumeSizeInGbs string

    The size of the volume in GBs.

    VolumeAttachmentId string

    The OCID of the volume attachment.

    VolumeSizeInGbs string

    The size of the volume in GBs.

    volumeAttachmentId String

    The OCID of the volume attachment.

    volumeSizeInGbs String

    The size of the volume in GBs.

    volumeAttachmentId string

    The OCID of the volume attachment.

    volumeSizeInGbs string

    The size of the volume in GBs.

    volume_attachment_id str

    The OCID of the volume attachment.

    volume_size_in_gbs str

    The size of the volume in GBs.

    volumeAttachmentId String

    The OCID of the volume attachment.

    volumeSizeInGbs String

    The size of the volume in GBs.

    GetBdsInstanceUtilNode

    BlockVolumeSizeInGbs string

    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.

    NumberOfNodes int

    The number of nodes that form the cluster.

    Shape string

    Shape of the node.

    ShapeConfigs List<GetBdsInstanceUtilNodeShapeConfig>
    SubnetId string

    The OCID of the subnet in which the node is to be created.

    BlockVolumeSizeInGbs string

    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.

    NumberOfNodes int

    The number of nodes that form the cluster.

    Shape string

    Shape of the node.

    ShapeConfigs []GetBdsInstanceUtilNodeShapeConfig
    SubnetId string

    The OCID of the subnet in which the node is to be created.

    blockVolumeSizeInGbs String

    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.

    numberOfNodes Integer

    The number of nodes that form the cluster.

    shape String

    Shape of the node.

    shapeConfigs List<GetBdsInstanceUtilNodeShapeConfig>
    subnetId String

    The OCID of the subnet in which the node is to be created.

    blockVolumeSizeInGbs string

    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.

    numberOfNodes number

    The number of nodes that form the cluster.

    shape string

    Shape of the node.

    shapeConfigs GetBdsInstanceUtilNodeShapeConfig[]
    subnetId string

    The OCID of the subnet in which the node is to be created.

    block_volume_size_in_gbs str

    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_nodes int

    The number of nodes that form the cluster.

    shape str

    Shape of the node.

    shape_configs GetBdsInstanceUtilNodeShapeConfig]
    subnet_id str

    The OCID of the subnet in which the node is to be created.

    blockVolumeSizeInGbs String

    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.

    numberOfNodes Number

    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.

    GetBdsInstanceUtilNodeShapeConfig

    MemoryInGbs int

    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.

    MemoryInGbs int

    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.

    memoryInGbs Integer

    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.

    memoryInGbs number

    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_gbs int

    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.

    memoryInGbs Number

    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.

    GetBdsInstanceWorkerNode

    BlockVolumeSizeInGbs string

    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.

    NumberOfNodes int

    The number of nodes that form the cluster.

    Shape string

    Shape of the node.

    ShapeConfigs List<GetBdsInstanceWorkerNodeShapeConfig>
    SubnetId string

    The OCID of the subnet in which the node is to be created.

    BlockVolumeSizeInGbs string

    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.

    NumberOfNodes int

    The number of nodes that form the cluster.

    Shape string

    Shape of the node.

    ShapeConfigs []GetBdsInstanceWorkerNodeShapeConfig
    SubnetId string

    The OCID of the subnet in which the node is to be created.

    blockVolumeSizeInGbs String

    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.

    numberOfNodes Integer

    The number of nodes that form the cluster.

    shape String

    Shape of the node.

    shapeConfigs List<GetBdsInstanceWorkerNodeShapeConfig>
    subnetId String

    The OCID of the subnet in which the node is to be created.

    blockVolumeSizeInGbs string

    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.

    numberOfNodes number

    The number of nodes that form the cluster.

    shape string

    Shape of the node.

    shapeConfigs GetBdsInstanceWorkerNodeShapeConfig[]
    subnetId string

    The OCID of the subnet in which the node is to be created.

    block_volume_size_in_gbs str

    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_nodes int

    The number of nodes that form the cluster.

    shape str

    Shape of the node.

    shape_configs GetBdsInstanceWorkerNodeShapeConfig]
    subnet_id str

    The OCID of the subnet in which the node is to be created.

    blockVolumeSizeInGbs String

    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.

    numberOfNodes Number

    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.

    GetBdsInstanceWorkerNodeShapeConfig

    MemoryInGbs int

    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.

    MemoryInGbs int

    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.

    memoryInGbs Integer

    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.

    memoryInGbs number

    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_gbs int

    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.

    memoryInGbs Number

    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.

    Package Details

    Repository
    oci pulumi/pulumi-oci
    License
    Apache-2.0
    Notes

    This Pulumi package is based on the oci Terraform Provider.

    oci logo
    Oracle Cloud Infrastructure v0.20.1 published on Tuesday, Jun 6, 2023 by Pulumi