oci.BigDataService.getBdsInstance
Explore with Pulumi AI
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:
- Bds
Instance stringId The OCID of the cluster.
- Bds
Instance stringId The OCID of the cluster.
- bds
Instance StringId The OCID of the cluster.
- bds
Instance stringId The OCID of the cluster.
- bds_
instance_ strid The OCID of the cluster.
- bds
Instance StringId The OCID of the cluster.
getBdsInstance Result
The following output properties are available:
- Bds
Instance stringId - Bootstrap
Script stringUrl pre-authenticated URL of the bootstrap script in Object Store that can be downloaded and executed.
- Cloud
Sql List<GetDetails Bds Instance Cloud Sql Detail> The information about added Cloud SQL capability
- Cluster
Admin stringPassword - Cluster
Details List<GetBds Instance Cluster Detail> Specific info about a Hadoop cluster
- Cluster
Profile string Profile of the Big Data Service cluster.
- Cluster
Public stringKey - Cluster
Version string Version of the Hadoop distribution.
- Compartment
Id string The OCID of the compartment.
- Compute
Only List<GetWorker Nodes Bds Instance Compute Only Worker Node> - Created
By string The user who created the cluster.
- Dictionary<string, object>
Defined tags for this resource. Each key is predefined and scoped to a namespace. For example,
{"foo-namespace": {"bar-key": "value"}}
- Display
Name string The name of the node.
- Edge
Nodes List<GetBds Instance Edge Node> - 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.
- Is
Cloud boolSql Configured Boolean flag specifying whether or not Cloud SQL should be configured.
- Is
Force boolStop Jobs - Is
High boolAvailability 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 stringName - Kms
Key stringId The OCID of the Key Management master encryption key.
- Master
Nodes List<GetBds Instance Master Node> - Network
Configs List<GetBds Instance Network Config> Additional configuration of the user's network.
- Nodes
List<Get
Bds Instance Node> The list of nodes in the cluster.
- Number
Of intNodes The number of nodes that form the cluster.
- State string
The state of the cluster.
- Time
Created string The time the cluster was created, shown as an RFC 3339 formatted datetime string.
- Time
Updated string The time the cluster was updated, shown as an RFC 3339 formatted datetime string.
- Util
Nodes List<GetBds Instance Util Node> - Worker
Nodes List<GetBds Instance Worker Node>
- Bds
Instance stringId - Bootstrap
Script stringUrl pre-authenticated URL of the bootstrap script in Object Store that can be downloaded and executed.
- Cloud
Sql []GetDetails Bds Instance Cloud Sql Detail The information about added Cloud SQL capability
- Cluster
Admin stringPassword - Cluster
Details []GetBds Instance Cluster Detail Specific info about a Hadoop cluster
- Cluster
Profile string Profile of the Big Data Service cluster.
- Cluster
Public stringKey - Cluster
Version string Version of the Hadoop distribution.
- Compartment
Id string The OCID of the compartment.
- Compute
Only []GetWorker Nodes Bds Instance Compute Only Worker Node - Created
By string The user who created the cluster.
- map[string]interface{}
Defined tags for this resource. Each key is predefined and scoped to a namespace. For example,
{"foo-namespace": {"bar-key": "value"}}
- Display
Name string The name of the node.
- Edge
Nodes []GetBds Instance Edge Node - 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.
- Is
Cloud boolSql Configured Boolean flag specifying whether or not Cloud SQL should be configured.
- Is
Force boolStop Jobs - Is
High boolAvailability 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 stringName - Kms
Key stringId The OCID of the Key Management master encryption key.
- Master
Nodes []GetBds Instance Master Node - Network
Configs []GetBds Instance Network Config Additional configuration of the user's network.
- Nodes
[]Get
Bds Instance Node The list of nodes in the cluster.
- Number
Of intNodes The number of nodes that form the cluster.
- State string
The state of the cluster.
- Time
Created string The time the cluster was created, shown as an RFC 3339 formatted datetime string.
- Time
Updated string The time the cluster was updated, shown as an RFC 3339 formatted datetime string.
- Util
Nodes []GetBds Instance Util Node - Worker
Nodes []GetBds Instance Worker Node
- bds
Instance StringId - bootstrap
Script StringUrl pre-authenticated URL of the bootstrap script in Object Store that can be downloaded and executed.
- cloud
Sql List<GetDetails Bds Instance Cloud Sql Detail> The information about added Cloud SQL capability
- cluster
Admin StringPassword - cluster
Details List<GetBds Instance Cluster Detail> Specific info about a Hadoop cluster
- cluster
Profile String Profile of the Big Data Service cluster.
- cluster
Public StringKey - cluster
Version String Version of the Hadoop distribution.
- compartment
Id String The OCID of the compartment.
- compute
Only List<GetWorker Nodes Bds Instance Compute Only Worker Node> - created
By String The user who created the cluster.
- Map<String,Object>
Defined tags for this resource. Each key is predefined and scoped to a namespace. For example,
{"foo-namespace": {"bar-key": "value"}}
- display
Name String The name of the node.
- edge
Nodes List<GetBds Instance Edge Node> - 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.
- is
Cloud BooleanSql Configured Boolean flag specifying whether or not Cloud SQL should be configured.
- is
Force BooleanStop Jobs - is
High BooleanAvailability Boolean flag specifying whether or not the cluster is highly available (HA)
- is
Secure Boolean Boolean flag specifying whether or not the cluster should be set up as secure.
- kerberos
Realm StringName - kms
Key StringId The OCID of the Key Management master encryption key.
- master
Nodes List<GetBds Instance Master Node> - network
Configs List<GetBds Instance Network Config> Additional configuration of the user's network.
- nodes
List<Get
Bds Instance Node> The list of nodes in the cluster.
- number
Of IntegerNodes The number of nodes that form the cluster.
- state String
The state of the cluster.
- time
Created String The time the cluster was created, shown as an RFC 3339 formatted datetime string.
- time
Updated String The time the cluster was updated, shown as an RFC 3339 formatted datetime string.
- util
Nodes List<GetBds Instance Util Node> - worker
Nodes List<GetBds Instance Worker Node>
- bds
Instance stringId - bootstrap
Script stringUrl pre-authenticated URL of the bootstrap script in Object Store that can be downloaded and executed.
- cloud
Sql GetDetails Bds Instance Cloud Sql Detail[] The information about added Cloud SQL capability
- cluster
Admin stringPassword - cluster
Details GetBds Instance Cluster Detail[] Specific info about a Hadoop cluster
- cluster
Profile string Profile of the Big Data Service cluster.
- cluster
Public stringKey - cluster
Version string Version of the Hadoop distribution.
- compartment
Id string The OCID of the compartment.
- compute
Only GetWorker Nodes Bds Instance Compute Only Worker Node[] - created
By string The user who created the cluster.
- {[key: string]: any}
Defined tags for this resource. Each key is predefined and scoped to a namespace. For example,
{"foo-namespace": {"bar-key": "value"}}
- display
Name string The name of the node.
- edge
Nodes GetBds Instance Edge Node[] - {[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.
- is
Cloud booleanSql Configured Boolean flag specifying whether or not Cloud SQL should be configured.
- is
Force booleanStop Jobs - is
High booleanAvailability Boolean flag specifying whether or not the cluster is highly available (HA)
- is
Secure boolean Boolean flag specifying whether or not the cluster should be set up as secure.
- kerberos
Realm stringName - kms
Key stringId The OCID of the Key Management master encryption key.
- master
Nodes GetBds Instance Master Node[] - network
Configs GetBds Instance Network Config[] Additional configuration of the user's network.
- nodes
Get
Bds Instance Node[] The list of nodes in the cluster.
- number
Of numberNodes The number of nodes that form the cluster.
- state string
The state of the cluster.
- time
Created string The time the cluster was created, shown as an RFC 3339 formatted datetime string.
- time
Updated string The time the cluster was updated, shown as an RFC 3339 formatted datetime string.
- util
Nodes GetBds Instance Util Node[] - worker
Nodes GetBds Instance Worker Node[]
- bds_
instance_ strid - bootstrap_
script_ strurl pre-authenticated URL of the bootstrap script in Object Store that can be downloaded and executed.
- cloud_
sql_ Getdetails Bds Instance Cloud Sql Detail] The information about added Cloud SQL capability
- cluster_
admin_ strpassword - cluster_
details GetBds 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_ Getworker_ nodes Bds Instance Compute Only Worker Node] - created_
by str The user who created the cluster.
- 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 GetBds Instance Edge Node] - 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_ boolsql_ configured Boolean flag specifying whether or not Cloud SQL should be configured.
- is_
force_ boolstop_ jobs - is_
high_ boolavailability 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_ strname - kms_
key_ strid The OCID of the Key Management master encryption key.
- master_
nodes GetBds Instance Master Node] - network_
configs GetBds Instance Network Config] Additional configuration of the user's network.
- nodes
Get
Bds Instance Node] The list of nodes in the cluster.
- number_
of_ intnodes 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 GetBds Instance Util Node] - worker_
nodes GetBds Instance Worker Node]
- bds
Instance StringId - bootstrap
Script StringUrl pre-authenticated URL of the bootstrap script in Object Store that can be downloaded and executed.
- cloud
Sql List<Property Map>Details The information about added Cloud SQL capability
- cluster
Admin StringPassword - cluster
Details List<Property Map> Specific info about a Hadoop cluster
- cluster
Profile String Profile of the Big Data Service cluster.
- cluster
Public StringKey - cluster
Version String Version of the Hadoop distribution.
- compartment
Id String The OCID of the compartment.
- compute
Only List<Property Map>Worker Nodes - created
By String The user who created the cluster.
- Map<Any>
Defined tags for this resource. Each key is predefined and scoped to a namespace. For example,
{"foo-namespace": {"bar-key": "value"}}
- display
Name String The name of the node.
- edge
Nodes List<Property Map> - 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.
- is
Cloud BooleanSql Configured Boolean flag specifying whether or not Cloud SQL should be configured.
- is
Force BooleanStop Jobs - is
High BooleanAvailability Boolean flag specifying whether or not the cluster is highly available (HA)
- is
Secure Boolean Boolean flag specifying whether or not the cluster should be set up as secure.
- kerberos
Realm StringName - kms
Key StringId The OCID of the Key Management master encryption key.
- master
Nodes List<Property Map> - network
Configs List<Property Map> Additional configuration of the user's network.
- nodes List<Property Map>
The list of nodes in the cluster.
- number
Of NumberNodes The number of nodes that form the cluster.
- state String
The state of the cluster.
- time
Created String The time the cluster was created, shown as an RFC 3339 formatted datetime string.
- time
Updated String The time the cluster was updated, shown as an RFC 3339 formatted datetime string.
- util
Nodes List<Property Map> - worker
Nodes List<Property Map>
Supporting Types
GetBdsInstanceCloudSqlDetail
- Block
Volume 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.
- Ip
Address string 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 List<GetBds 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 string
Shape of the node.
- Block
Volume 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.
- Ip
Address string 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 []GetBds 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 string
Shape of the node.
- block
Volume 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.
- ip
Address String IP address of the node.
- is
Kerberos BooleanMapped To Database Users Boolean flag specifying whether or not Kerberos principals are mapped to database users.
- kerberos
Details List<GetBds Instance Cloud Sql Detail Kerberos Detail> Details about the Kerberos principals.
- memory
In 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.
- block
Volume 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.
- ip
Address string IP address of the node.
- is
Kerberos booleanMapped To Database Users Boolean flag specifying whether or not Kerberos principals are mapped to database users.
- kerberos
Details GetBds Instance Cloud Sql Detail Kerberos Detail[] Details about the Kerberos principals.
- memory
In 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 GetBds 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.
- block
Volume 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.
- ip
Address String IP address of the node.
- is
Kerberos BooleanMapped To Database Users Boolean flag specifying whether or not Kerberos principals are mapped to database users.
- kerberos
Details List<Property Map> Details about the Kerberos principals.
- memory
In 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.
GetBdsInstanceCloudSqlDetailKerberosDetail
- Keytab
File string Location of the keytab file
- Principal
Name string Name of the Kerberos principal.
- Keytab
File string Location of the keytab file
- Principal
Name string Name of the Kerberos principal.
- keytab
File String Location of the keytab file
- principal
Name String Name of the Kerberos principal.
- keytab
File string Location of the keytab file
- principal
Name string Name of the Kerberos principal.
- keytab_
file str Location of the keytab file
- principal_
name str Name of the Kerberos principal.
- keytab
File String Location of the keytab file
- principal
Name String Name of the Kerberos principal.
GetBdsInstanceClusterDetail
- Ambari
Url string The URL of Ambari
- Bd
Cell stringVersion Cloud SQL cell version.
- Bda
Version string BDA version installed in the cluster
- Bdm
Version string Big Data Manager version installed in the cluster.
- Bds
Version string Big Data Service version installed in the cluster.
- Big
Data stringManager Url The URL of Big Data Manager.
- Cloudera
Manager stringUrl The URL of Cloudera Manager
- Csql
Cell stringVersion Big Data SQL version.
- Db
Version string Cloud SQL query server database version.
- Hue
Server stringUrl The URL of the Hue server.
- Jupyter
Hub stringUrl The URL of the Jupyterhub.
- Odh
Version string Version of the ODH (Oracle Distribution including Apache Hadoop) installed on the cluster.
- Os
Version string Oracle Linux version installed in the cluster.
- Time
Created string The time the cluster was created, shown as an RFC 3339 formatted datetime string.
- Time
Refreshed string The time the cluster was automatically or manually refreshed, shown as an RFC 3339 formatted datetime string.
- Ambari
Url string The URL of Ambari
- Bd
Cell stringVersion Cloud SQL cell version.
- Bda
Version string BDA version installed in the cluster
- Bdm
Version string Big Data Manager version installed in the cluster.
- Bds
Version string Big Data Service version installed in the cluster.
- Big
Data stringManager Url The URL of Big Data Manager.
- Cloudera
Manager stringUrl The URL of Cloudera Manager
- Csql
Cell stringVersion Big Data SQL version.
- Db
Version string Cloud SQL query server database version.
- Hue
Server stringUrl The URL of the Hue server.
- Jupyter
Hub stringUrl The URL of the Jupyterhub.
- Odh
Version string Version of the ODH (Oracle Distribution including Apache Hadoop) installed on the cluster.
- Os
Version string Oracle Linux version installed in the cluster.
- Time
Created string The time the cluster was created, shown as an RFC 3339 formatted datetime string.
- Time
Refreshed string The time the cluster was automatically or manually refreshed, shown as an RFC 3339 formatted datetime string.
- ambari
Url String The URL of Ambari
- bd
Cell StringVersion Cloud SQL cell version.
- bda
Version String BDA version installed in the cluster
- bdm
Version String Big Data Manager version installed in the cluster.
- bds
Version String Big Data Service version installed in the cluster.
- big
Data StringManager Url The URL of Big Data Manager.
- cloudera
Manager StringUrl The URL of Cloudera Manager
- csql
Cell StringVersion Big Data SQL version.
- db
Version String Cloud SQL query server database version.
- hue
Server StringUrl The URL of the Hue server.
- jupyter
Hub StringUrl The URL of the Jupyterhub.
- odh
Version String Version of the ODH (Oracle Distribution including Apache Hadoop) installed on the cluster.
- os
Version String Oracle Linux version installed in the cluster.
- time
Created String The time the cluster was created, shown as an RFC 3339 formatted datetime string.
- time
Refreshed String The time the cluster was automatically or manually refreshed, shown as an RFC 3339 formatted datetime string.
- ambari
Url string The URL of Ambari
- bd
Cell stringVersion Cloud SQL cell version.
- bda
Version string BDA version installed in the cluster
- bdm
Version string Big Data Manager version installed in the cluster.
- bds
Version string Big Data Service version installed in the cluster.
- big
Data stringManager Url The URL of Big Data Manager.
- cloudera
Manager stringUrl The URL of Cloudera Manager
- csql
Cell stringVersion Big Data SQL version.
- db
Version string Cloud SQL query server database version.
- hue
Server stringUrl The URL of the Hue server.
- jupyter
Hub stringUrl The URL of the Jupyterhub.
- odh
Version string Version of the ODH (Oracle Distribution including Apache Hadoop) installed on the cluster.
- os
Version string Oracle Linux version installed in the cluster.
- time
Created string The time the cluster was created, shown as an RFC 3339 formatted datetime string.
- time
Refreshed 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) 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.
- ambari
Url String The URL of Ambari
- bd
Cell StringVersion Cloud SQL cell version.
- bda
Version String BDA version installed in the cluster
- bdm
Version String Big Data Manager version installed in the cluster.
- bds
Version String Big Data Service version installed in the cluster.
- big
Data StringManager Url The URL of Big Data Manager.
- cloudera
Manager StringUrl The URL of Cloudera Manager
- csql
Cell StringVersion Big Data SQL version.
- db
Version String Cloud SQL query server database version.
- hue
Server StringUrl The URL of the Hue server.
- jupyter
Hub StringUrl The URL of the Jupyterhub.
- odh
Version String Version of the ODH (Oracle Distribution including Apache Hadoop) installed on the cluster.
- os
Version String Oracle Linux version installed in the cluster.
- time
Created String The time the cluster was created, shown as an RFC 3339 formatted datetime string.
- time
Refreshed String The time the cluster was automatically or manually refreshed, shown as an RFC 3339 formatted datetime string.
GetBdsInstanceComputeOnlyWorkerNode
- Block
Volume 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.
- Number
Of intNodes The number of nodes that form the cluster.
- Shape string
Shape of the node.
- Shape
Configs List<GetBds Instance Compute Only Worker Node Shape Config> - Subnet
Id string The OCID of the subnet in which the node is to be created.
- Block
Volume 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.
- Number
Of intNodes The number of nodes that form the cluster.
- Shape string
Shape of the node.
- Shape
Configs []GetBds Instance Compute Only Worker Node Shape Config - Subnet
Id string The OCID of the subnet in which the node is to be created.
- block
Volume 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.
- number
Of IntegerNodes The number of nodes that form the cluster.
- shape String
Shape of the node.
- shape
Configs List<GetBds Instance Compute Only Worker Node Shape Config> - subnet
Id String The OCID of the subnet in which the node is to be created.
- block
Volume 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.
- number
Of numberNodes The number of nodes that form the cluster.
- shape string
Shape of the node.
- shape
Configs GetBds Instance Compute Only Worker Node Shape Config[] - subnet
Id 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 GetBds Instance Compute Only Worker Node Shape Config] - subnet_
id str The OCID of the subnet in which the node is to be created.
- block
Volume 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.
- number
Of NumberNodes The number of nodes that form the cluster.
- shape String
Shape of the node.
- shape
Configs List<Property Map> - subnet
Id String The OCID of the subnet in which the node is to be created.
GetBdsInstanceComputeOnlyWorkerNodeShapeConfig
- 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.
- 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.
- memory
In 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.
- memory
In 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.
- memory
In 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.
GetBdsInstanceEdgeNode
- Block
Volume 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.
- Number
Of intNodes The number of nodes that form the cluster.
- Shape string
Shape of the node.
- Shape
Configs List<GetBds Instance Edge Node Shape Config> - Subnet
Id string The OCID of the subnet in which the node is to be created.
- Block
Volume 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.
- Number
Of intNodes The number of nodes that form the cluster.
- Shape string
Shape of the node.
- Shape
Configs []GetBds Instance Edge Node Shape Config - Subnet
Id string The OCID of the subnet in which the node is to be created.
- block
Volume 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.
- number
Of IntegerNodes The number of nodes that form the cluster.
- shape String
Shape of the node.
- shape
Configs List<GetBds Instance Edge Node Shape Config> - subnet
Id String The OCID of the subnet in which the node is to be created.
- block
Volume 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.
- number
Of numberNodes The number of nodes that form the cluster.
- shape string
Shape of the node.
- shape
Configs GetBds Instance Edge Node Shape Config[] - subnet
Id 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 GetBds Instance Edge Node Shape Config] - subnet_
id str The OCID of the subnet in which the node is to be created.
- block
Volume 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.
- number
Of NumberNodes The number of nodes that form the cluster.
- shape String
Shape of the node.
- shape
Configs List<Property Map> - subnet
Id String The OCID of the subnet in which the node is to be created.
GetBdsInstanceEdgeNodeShapeConfig
- 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.
- 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.
- memory
In 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.
- memory
In 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.
- memory
In 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.
GetBdsInstanceMasterNode
- Block
Volume 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.
- Number
Of intNodes The number of nodes that form the cluster.
- Shape string
Shape of the node.
- Shape
Configs List<GetBds Instance Master Node Shape Config> - Subnet
Id string The OCID of the subnet in which the node is to be created.
- Block
Volume 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.
- Number
Of intNodes The number of nodes that form the cluster.
- Shape string
Shape of the node.
- Shape
Configs []GetBds Instance Master Node Shape Config - Subnet
Id string The OCID of the subnet in which the node is to be created.
- block
Volume 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.
- number
Of IntegerNodes The number of nodes that form the cluster.
- shape String
Shape of the node.
- shape
Configs List<GetBds Instance Master Node Shape Config> - subnet
Id String The OCID of the subnet in which the node is to be created.
- block
Volume 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.
- number
Of numberNodes The number of nodes that form the cluster.
- shape string
Shape of the node.
- shape
Configs GetBds Instance Master Node Shape Config[] - subnet
Id 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 GetBds Instance Master Node Shape Config] - subnet_
id str The OCID of the subnet in which the node is to be created.
- block
Volume 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.
- number
Of NumberNodes The number of nodes that form the cluster.
- shape String
Shape of the node.
- shape
Configs List<Property Map> - subnet
Id String The OCID of the subnet in which the node is to be created.
GetBdsInstanceMasterNodeShapeConfig
- 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.
- 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.
- memory
In 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.
- memory
In 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.
- memory
In 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.
GetBdsInstanceNetworkConfig
- Cidr
Block string The CIDR IP address block of the VCN.
- Is
Nat boolGateway Required A boolean flag whether to configure a NAT gateway.
- Cidr
Block string The CIDR IP address block of the VCN.
- Is
Nat boolGateway Required A boolean flag whether to configure a NAT gateway.
- cidr
Block String The CIDR IP address block of the VCN.
- is
Nat BooleanGateway Required A boolean flag whether to configure a NAT gateway.
- cidr
Block string The CIDR IP address block of the VCN.
- is
Nat 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.
- cidr
Block String The CIDR IP address block of the VCN.
- is
Nat BooleanGateway Required A boolean flag whether to configure a NAT gateway.
GetBdsInstanceNode
- Attached
Block List<GetVolumes Bds Instance Node Attached Block Volume> The list of block volumes attached to a given node.
- Availability
Domain string The name of the availability domain in which the node is running.
- Display
Name string The name of the node.
- Fault
Domain string The name of the fault domain in which the node is running.
- Hostname string
The fully-qualified hostname (FQDN) of the node.
- Image
Id string The OCID of the image from which the node was created.
- Instance
Id string The OCID of the underlying Oracle Cloud Infrastructure Compute instance.
- Ip
Address string IP address of the node.
- Memory
In intGbs The total amount of memory available to the node, in gigabytes.
- Node
Type string Cluster node type.
- Ocpus int
The total number of OCPUs available to the node.
- Shape string
Shape of the node.
- Ssh
Fingerprint string The fingerprint of the SSH key used for node access.
- State string
The state of the cluster.
- Subnet
Id string The OCID of the subnet in which the node is to be created.
- Time
Created string The time the cluster was created, shown as an RFC 3339 formatted datetime string.
- Attached
Block []GetVolumes Bds Instance Node Attached Block Volume The list of block volumes attached to a given node.
- Availability
Domain string The name of the availability domain in which the node is running.
- Display
Name string The name of the node.
- Fault
Domain string The name of the fault domain in which the node is running.
- Hostname string
The fully-qualified hostname (FQDN) of the node.
- Image
Id string The OCID of the image from which the node was created.
- Instance
Id string The OCID of the underlying Oracle Cloud Infrastructure Compute instance.
- Ip
Address string IP address of the node.
- Memory
In intGbs The total amount of memory available to the node, in gigabytes.
- Node
Type string Cluster node type.
- Ocpus int
The total number of OCPUs available to the node.
- Shape string
Shape of the node.
- Ssh
Fingerprint string The fingerprint of the SSH key used for node access.
- State string
The state of the cluster.
- Subnet
Id string The OCID of the subnet in which the node is to be created.
- Time
Created string The time the cluster was created, shown as an RFC 3339 formatted datetime string.
- attached
Block List<GetVolumes Bds Instance Node Attached Block Volume> The list of block volumes attached to a given node.
- availability
Domain String The name of the availability domain in which the node is running.
- display
Name String The name of the node.
- fault
Domain String The name of the fault domain in which the node is running.
- hostname String
The fully-qualified hostname (FQDN) of the node.
- image
Id String The OCID of the image from which the node was created.
- instance
Id String The OCID of the underlying Oracle Cloud Infrastructure Compute instance.
- ip
Address String IP address of the node.
- memory
In IntegerGbs The total amount of memory available to the node, in gigabytes.
- node
Type String Cluster node type.
- ocpus Integer
The total number of OCPUs available to the node.
- shape String
Shape of the node.
- ssh
Fingerprint String The fingerprint of the SSH key used for node access.
- state String
The state of the cluster.
- subnet
Id String The OCID of the subnet in which the node is to be created.
- time
Created String The time the cluster was created, shown as an RFC 3339 formatted datetime string.
- attached
Block GetVolumes Bds Instance Node Attached Block Volume[] The list of block volumes attached to a given node.
- availability
Domain string The name of the availability domain in which the node is running.
- display
Name string The name of the node.
- fault
Domain string The name of the fault domain in which the node is running.
- hostname string
The fully-qualified hostname (FQDN) of the node.
- image
Id string The OCID of the image from which the node was created.
- instance
Id string The OCID of the underlying Oracle Cloud Infrastructure Compute instance.
- ip
Address string IP address of the node.
- memory
In numberGbs The total amount of memory available to the node, in gigabytes.
- node
Type string Cluster node type.
- ocpus number
The total number of OCPUs available to the node.
- shape string
Shape of the node.
- ssh
Fingerprint string The fingerprint of the SSH key used for node access.
- state string
The state of the cluster.
- subnet
Id string The OCID of the subnet in which the node is to be created.
- time
Created string The time the cluster was created, shown as an RFC 3339 formatted datetime string.
- attached_
block_ Getvolumes 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 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_ intgbs 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.
- attached
Block List<Property Map>Volumes The list of block volumes attached to a given node.
- availability
Domain String The name of the availability domain in which the node is running.
- display
Name String The name of the node.
- fault
Domain String The name of the fault domain in which the node is running.
- hostname String
The fully-qualified hostname (FQDN) of the node.
- image
Id String The OCID of the image from which the node was created.
- instance
Id String The OCID of the underlying Oracle Cloud Infrastructure Compute instance.
- ip
Address String IP address of the node.
- memory
In NumberGbs The total amount of memory available to the node, in gigabytes.
- node
Type String Cluster node type.
- ocpus Number
The total number of OCPUs available to the node.
- shape String
Shape of the node.
- ssh
Fingerprint String The fingerprint of the SSH key used for node access.
- state String
The state of the cluster.
- subnet
Id String The OCID of the subnet in which the node is to be created.
- time
Created String The time the cluster was created, shown as an RFC 3339 formatted datetime string.
GetBdsInstanceNodeAttachedBlockVolume
- Volume
Attachment stringId The OCID of the volume attachment.
- Volume
Size stringIn Gbs The size of the volume in GBs.
- Volume
Attachment stringId The OCID of the volume attachment.
- Volume
Size stringIn Gbs The size of the volume in GBs.
- volume
Attachment StringId The OCID of the volume attachment.
- volume
Size StringIn Gbs The size of the volume in GBs.
- volume
Attachment stringId The OCID of the volume attachment.
- volume
Size 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.
- volume
Attachment StringId The OCID of the volume attachment.
- volume
Size StringIn Gbs The size of the volume in GBs.
GetBdsInstanceUtilNode
- Block
Volume 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.
- Number
Of intNodes The number of nodes that form the cluster.
- Shape string
Shape of the node.
- Shape
Configs List<GetBds Instance Util Node Shape Config> - Subnet
Id string The OCID of the subnet in which the node is to be created.
- Block
Volume 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.
- Number
Of intNodes The number of nodes that form the cluster.
- Shape string
Shape of the node.
- Shape
Configs []GetBds Instance Util Node Shape Config - Subnet
Id string The OCID of the subnet in which the node is to be created.
- block
Volume 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.
- number
Of IntegerNodes The number of nodes that form the cluster.
- shape String
Shape of the node.
- shape
Configs List<GetBds Instance Util Node Shape Config> - subnet
Id String The OCID of the subnet in which the node is to be created.
- block
Volume 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.
- number
Of numberNodes The number of nodes that form the cluster.
- shape string
Shape of the node.
- shape
Configs GetBds Instance Util Node Shape Config[] - subnet
Id 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 GetBds Instance Util Node Shape Config] - subnet_
id str The OCID of the subnet in which the node is to be created.
- block
Volume 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.
- number
Of NumberNodes The number of nodes that form the cluster.
- shape String
Shape of the node.
- shape
Configs List<Property Map> - subnet
Id String The OCID of the subnet in which the node is to be created.
GetBdsInstanceUtilNodeShapeConfig
- 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.
- 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.
- memory
In 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.
- memory
In 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.
- memory
In 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.
GetBdsInstanceWorkerNode
- Block
Volume 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.
- Number
Of intNodes The number of nodes that form the cluster.
- Shape string
Shape of the node.
- Shape
Configs List<GetBds Instance Worker Node Shape Config> - Subnet
Id string The OCID of the subnet in which the node is to be created.
- Block
Volume 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.
- Number
Of intNodes The number of nodes that form the cluster.
- Shape string
Shape of the node.
- Shape
Configs []GetBds Instance Worker Node Shape Config - Subnet
Id string The OCID of the subnet in which the node is to be created.
- block
Volume 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.
- number
Of IntegerNodes The number of nodes that form the cluster.
- shape String
Shape of the node.
- shape
Configs List<GetBds Instance Worker Node Shape Config> - subnet
Id String The OCID of the subnet in which the node is to be created.
- block
Volume 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.
- number
Of numberNodes The number of nodes that form the cluster.
- shape string
Shape of the node.
- shape
Configs GetBds Instance Worker Node Shape Config[] - subnet
Id 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 GetBds Instance Worker Node Shape Config] - subnet_
id str The OCID of the subnet in which the node is to be created.
- block
Volume 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.
- number
Of NumberNodes The number of nodes that form the cluster.
- shape String
Shape of the node.
- shape
Configs List<Property Map> - subnet
Id String The OCID of the subnet in which the node is to be created.
GetBdsInstanceWorkerNodeShapeConfig
- 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.
- 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.
- memory
In 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.
- memory
In 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.
- memory
In 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.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
oci
Terraform Provider.