Oracle Cloud Infrastructure v2.11.0 published on Thursday, Sep 19, 2024 by Pulumi
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
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testBdsInstance = oci.BigDataService.getBdsInstance({
bdsInstanceId: testBdsInstanceOciBdsBdsInstance.id,
});
import pulumi
import pulumi_oci as oci
test_bds_instance = oci.BigDataService.get_bds_instance(bds_instance_id=test_bds_instance_oci_bds_bds_instance["id"])
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/BigDataService"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := BigDataService.GetBdsInstance(ctx, &bigdataservice.GetBdsInstanceArgs{
BdsInstanceId: testBdsInstanceOciBdsBdsInstance.Id,
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testBdsInstance = Oci.BigDataService.GetBdsInstance.Invoke(new()
{
BdsInstanceId = testBdsInstanceOciBdsBdsInstance.Id,
});
});
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(testBdsInstanceOciBdsBdsInstance.id())
.build());
}
}
variables:
testBdsInstance:
fn::invoke:
Function: oci:BigDataService:getBdsInstance
Arguments:
bdsInstanceId: ${testBdsInstanceOciBdsBdsInstance.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, string>
- 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, string>
- Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. For example,
{"bar-key": "value"}
- Id string
- The OCID of the Big Data Service resource.
- Ignore
Existing List<string>Nodes Shapes - 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
Kafka boolConfigured - Boolean flag specifying whether or not Kafka should be configured.
- Is
Secure bool - Boolean flag specifying whether or not the cluster should be set up as secure.
- Kafka
Broker List<GetNodes Bds Instance Kafka Broker Node> - 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.
- Number
Of intNodes Requiring Maintenance Reboot - Number of nodes that require a maintenance reboot
- Os
Patch stringVersion - 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]string
- 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]string
- Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. For example,
{"bar-key": "value"}
- Id string
- The OCID of the Big Data Service resource.
- Ignore
Existing []stringNodes Shapes - 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
Kafka boolConfigured - Boolean flag specifying whether or not Kafka should be configured.
- Is
Secure bool - Boolean flag specifying whether or not the cluster should be set up as secure.
- Kafka
Broker []GetNodes Bds Instance Kafka Broker Node - 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.
- Number
Of intNodes Requiring Maintenance Reboot - Number of nodes that require a maintenance reboot
- Os
Patch stringVersion - 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,String>
- 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,String>
- Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. For example,
{"bar-key": "value"}
- id String
- The OCID of the Big Data Service resource.
- ignore
Existing List<String>Nodes Shapes - 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
Kafka BooleanConfigured - Boolean flag specifying whether or not Kafka should be configured.
- is
Secure Boolean - Boolean flag specifying whether or not the cluster should be set up as secure.
- kafka
Broker List<GetNodes Bds Instance Kafka Broker Node> - 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.
- number
Of IntegerNodes Requiring Maintenance Reboot - Number of nodes that require a maintenance reboot
- os
Patch StringVersion - 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]: string}
- 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]: string}
- Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. For example,
{"bar-key": "value"}
- id string
- The OCID of the Big Data Service resource.
- ignore
Existing string[]Nodes Shapes - 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
Kafka booleanConfigured - Boolean flag specifying whether or not Kafka should be configured.
- is
Secure boolean - Boolean flag specifying whether or not the cluster should be set up as secure.
- kafka
Broker GetNodes Bds Instance Kafka Broker Node[] - 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.
- number
Of numberNodes Requiring Maintenance Reboot - Number of nodes that require a maintenance reboot
- os
Patch stringVersion - 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_ Sequence[bigdataservice.details Get Bds Instance Cloud Sql Detail] - The information about added Cloud SQL capability
- cluster_
admin_ strpassword - cluster_
details Sequence[bigdataservice.Get Bds Instance Cluster Detail] - Specific info about a Hadoop cluster
- cluster_
profile str - Profile of the Big Data Service cluster.
- cluster_
public_ strkey - cluster_
version str - Version of the Hadoop distribution.
- compartment_
id str - The OCID of the compartment.
- compute_
only_ Sequence[bigdataservice.worker_ nodes Get Bds Instance Compute Only Worker Node] - created_
by str - The user who created the cluster.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For example,
{"foo-namespace": {"bar-key": "value"}}
- display_
name str - The name of the node.
- edge_
nodes Sequence[bigdataservice.Get Bds Instance Edge Node] - Mapping[str, str]
- Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. For example,
{"bar-key": "value"}
- id str
- The OCID of the Big Data Service resource.
- ignore_
existing_ Sequence[str]nodes_ shapes - is_
cloud_ boolsql_ configured - Boolean flag specifying whether or not Cloud SQL should be configured.
- is_
force_ boolstop_ jobs - is_
high_ boolavailability - Boolean flag specifying whether or not the cluster is highly available (HA)
- is_
kafka_ boolconfigured - Boolean flag specifying whether or not Kafka should be configured.
- is_
secure bool - Boolean flag specifying whether or not the cluster should be set up as secure.
- kafka_
broker_ Sequence[bigdataservice.nodes Get Bds Instance Kafka Broker Node] - kerberos_
realm_ strname - kms_
key_ strid - The OCID of the Key Management master encryption key.
- master_
nodes Sequence[bigdataservice.Get Bds Instance Master Node] - network_
configs Sequence[bigdataservice.Get Bds Instance Network Config] - Additional configuration of the user's network.
- nodes
Sequence[bigdataservice.
Get Bds Instance Node] - The list of nodes in the cluster.
- number_
of_ intnodes - The number of nodes that form the cluster.
- number_
of_ intnodes_ requiring_ maintenance_ reboot - Number of nodes that require a maintenance reboot
- os_
patch_ strversion - state str
- The state of the cluster.
- time_
created str - The time the cluster was created, shown as an RFC 3339 formatted datetime string.
- time_
updated str - The time the cluster was updated, shown as an RFC 3339 formatted datetime string.
- util_
nodes Sequence[bigdataservice.Get Bds Instance Util Node] - worker_
nodes Sequence[bigdataservice.Get Bds 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<String>
- 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<String>
- Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. For example,
{"bar-key": "value"}
- id String
- The OCID of the Big Data Service resource.
- ignore
Existing List<String>Nodes Shapes - 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
Kafka BooleanConfigured - Boolean flag specifying whether or not Kafka should be configured.
- is
Secure Boolean - Boolean flag specifying whether or not the cluster should be set up as secure.
- kafka
Broker List<Property Map>Nodes - 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.
- number
Of NumberNodes Requiring Maintenance Reboot - Number of nodes that require a maintenance reboot
- os
Patch StringVersion - 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 Sequence[bigdataservice.Get Bds Instance Cloud Sql Detail Kerberos Detail] - Details about the Kerberos principals.
- memory_
in_ intgbs - The total amount of memory available to the node, in gigabytes.
- nvmes int
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus int
- The total number of OCPUs available to the node.
- shape str
- Shape of the node.
- 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) for the node.
- Os
Version string - BDS-assigned Operating System version for the node.
- 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) for the node.
- Os
Version string - BDS-assigned Operating System version for the node.
- 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) for the node.
- os
Version String - BDS-assigned Operating System version for the node.
- 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) for the node.
- os
Version string - BDS-assigned Operating System version for the node.
- 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) for the node.
- os_
version str - BDS-assigned Operating System version for the node.
- time_
created str - The time the cluster was created, shown as an RFC 3339 formatted datetime string.
- time_
refreshed str - The time the cluster was automatically or manually refreshed, shown as an RFC 3339 formatted datetime string.
- 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) for the node.
- os
Version String - BDS-assigned Operating System version for the node.
- 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 Sequence[bigdataservice.Get Bds 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 Sequence[bigdataservice.Get Bds 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.
GetBdsInstanceKafkaBrokerNode
- 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 intKafka Nodes - Shape string
- Shape of the node.
- Shape
Configs List<GetBds Instance Kafka Broker 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 intKafka Nodes - Shape string
- Shape of the node.
- Shape
Configs []GetBds Instance Kafka Broker 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 IntegerKafka Nodes - shape String
- Shape of the node.
- shape
Configs List<GetBds Instance Kafka Broker 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 numberKafka Nodes - shape string
- Shape of the node.
- shape
Configs GetBds Instance Kafka Broker 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_ intkafka_ nodes - shape str
- Shape of the node.
- shape_
configs Sequence[bigdataservice.Get Bds Instance Kafka Broker 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 NumberKafka Nodes - 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.
GetBdsInstanceKafkaBrokerNodeShapeConfig
- 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 Sequence[bigdataservice.Get Bds 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.
- Is
Reboot boolRequired - Indicates if the node requires a reboot to either reflect the latest os kernel or take actions for maintenance reboot.
- Local
Disks doubleTotal Size In Gbs - The aggregate size of all local disks, in gigabytes. If the instance does not have any local disks, this field is null.
- Memory
In intGbs - The total amount of memory available to the node, in gigabytes.
- Node
Type string - Cluster node type.
- Nvmes int
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- Ocpus int
- The total number of OCPUs available to the node.
- Os
Version string - BDS-assigned Operating System version for 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.
- Time
Maintenance stringReboot Due - The date and time the instance is expected to be stopped / started, in the format defined by RFC3339.
- 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.
- Is
Reboot boolRequired - Indicates if the node requires a reboot to either reflect the latest os kernel or take actions for maintenance reboot.
- Local
Disks float64Total Size In Gbs - The aggregate size of all local disks, in gigabytes. If the instance does not have any local disks, this field is null.
- Memory
In intGbs - The total amount of memory available to the node, in gigabytes.
- Node
Type string - Cluster node type.
- Nvmes int
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- Ocpus int
- The total number of OCPUs available to the node.
- Os
Version string - BDS-assigned Operating System version for 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.
- Time
Maintenance stringReboot Due - The date and time the instance is expected to be stopped / started, in the format defined by RFC3339.
- 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.
- is
Reboot BooleanRequired - Indicates if the node requires a reboot to either reflect the latest os kernel or take actions for maintenance reboot.
- local
Disks DoubleTotal Size In Gbs - The aggregate size of all local disks, in gigabytes. If the instance does not have any local disks, this field is null.
- memory
In IntegerGbs - The total amount of memory available to the node, in gigabytes.
- node
Type String - Cluster node type.
- nvmes Integer
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus Integer
- The total number of OCPUs available to the node.
- os
Version String - BDS-assigned Operating System version for 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.
- time
Maintenance StringReboot Due - The date and time the instance is expected to be stopped / started, in the format defined by RFC3339.
- 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.
- is
Reboot booleanRequired - Indicates if the node requires a reboot to either reflect the latest os kernel or take actions for maintenance reboot.
- local
Disks numberTotal Size In Gbs - The aggregate size of all local disks, in gigabytes. If the instance does not have any local disks, this field is null.
- memory
In numberGbs - The total amount of memory available to the node, in gigabytes.
- node
Type string - Cluster node type.
- nvmes number
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus number
- The total number of OCPUs available to the node.
- os
Version string - BDS-assigned Operating System version for 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.
- time
Maintenance stringReboot Due - The date and time the instance is expected to be stopped / started, in the format defined by RFC3339.
- attached_
block_ Sequence[bigdataservice.volumes Get 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.
- is_
reboot_ boolrequired - Indicates if the node requires a reboot to either reflect the latest os kernel or take actions for maintenance reboot.
- local_
disks_ floattotal_ size_ in_ gbs - The aggregate size of all local disks, in gigabytes. If the instance does not have any local disks, this field is null.
- memory_
in_ intgbs - The total amount of memory available to the node, in gigabytes.
- node_
type str - Cluster node type.
- nvmes int
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus int
- The total number of OCPUs available to the node.
- os_
version str - BDS-assigned Operating System version for the node.
- shape str
- Shape of the node.
- ssh_
fingerprint str - The fingerprint of the SSH key used for node access.
- state str
- The state of the cluster.
- subnet_
id str - The OCID of the subnet in which the node is to be created.
- time_
created str - The time the cluster was created, shown as an RFC 3339 formatted datetime string.
- time_
maintenance_ strreboot_ due - The date and time the instance is expected to be stopped / started, in the format defined by RFC3339.
- 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.
- is
Reboot BooleanRequired - Indicates if the node requires a reboot to either reflect the latest os kernel or take actions for maintenance reboot.
- local
Disks NumberTotal Size In Gbs - The aggregate size of all local disks, in gigabytes. If the instance does not have any local disks, this field is null.
- memory
In NumberGbs - The total amount of memory available to the node, in gigabytes.
- node
Type String - Cluster node type.
- nvmes Number
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus Number
- The total number of OCPUs available to the node.
- os
Version String - BDS-assigned Operating System version for 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.
- time
Maintenance StringReboot Due - The date and time the instance is expected to be stopped / started, in the format defined by RFC3339.
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 Sequence[bigdataservice.Get Bds 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 Sequence[bigdataservice.Get Bds 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.