Oracle Cloud Infrastructure v2.31.0 published on Thursday, Apr 17, 2025 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)
public static Output<GetBdsInstanceResult> getBdsInstance(GetBdsInstanceArgs args, InvokeOptions options)
fn::invoke:
function: oci:BigDataService/getBdsInstance:getBdsInstance
arguments:
# arguments dictionary
The following arguments are supported:
- Bds
Instance Id This property is required. string - The OCID of the cluster.
- Bds
Instance Id This property is required. string - The OCID of the cluster.
- bds
Instance Id This property is required. String - The OCID of the cluster.
- bds
Instance Id This property is required. string - The OCID of the cluster.
- bds_
instance_ id This property is required. str - The OCID of the cluster.
- bds
Instance Id This property is required. String - The OCID of the cluster.
getBdsInstance Result
The following output properties are available:
- Bds
Cluster List<GetVersion Summaries Bds Instance Bds Cluster Version Summary> - Cluster version details including bds and odh version information.
- 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 boolRemove Enabled - Is
Force boolStop Jobs - Is
High boolAvailability - Boolean flag specifying whether or not the cluster is highly available (HA)
- Is
Kafka boolConfigured - Boolean flag specifying whether or not Kafka should be configured.
- Is
Secure bool - Boolean flag specifying whether or not the cluster should be set up as secure.
- Kafka
Broker 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 - Remove
Node string - Start
Cluster List<GetShape Configs Bds Instance Start Cluster Shape Config> - 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
Cluster []GetVersion Summaries Bds Instance Bds Cluster Version Summary - Cluster version details including bds and odh version information.
- 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 boolRemove Enabled - Is
Force boolStop Jobs - Is
High boolAvailability - Boolean flag specifying whether or not the cluster is highly available (HA)
- Is
Kafka boolConfigured - Boolean flag specifying whether or not Kafka should be configured.
- Is
Secure bool - Boolean flag specifying whether or not the cluster should be set up as secure.
- Kafka
Broker []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 - Remove
Node string - Start
Cluster []GetShape Configs Bds Instance Start Cluster Shape Config - 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
Cluster List<GetVersion Summaries Bds Instance Bds Cluster Version Summary> - Cluster version details including bds and odh version information.
- 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 BooleanRemove Enabled - 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 - remove
Node String - start
Cluster List<GetShape Configs Bds Instance Start Cluster Shape Config> - 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
Cluster GetVersion Summaries Bds Instance Bds Cluster Version Summary[] - Cluster version details including bds and odh version information.
- 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 booleanRemove Enabled - 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 - remove
Node string - start
Cluster GetShape Configs Bds Instance Start Cluster Shape Config[] - 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_
cluster_ Sequence[bigdataservice.version_ summaries Get Bds Instance Bds Cluster Version Summary] - Cluster version details including bds and odh version information.
- 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_ boolremove_ enabled - is_
force_ boolstop_ jobs - is_
high_ boolavailability - Boolean flag specifying whether or not the cluster is highly available (HA)
- is_
kafka_ boolconfigured - Boolean flag specifying whether or not Kafka should be configured.
- is_
secure bool - Boolean flag specifying whether or not the cluster should be set up as secure.
- kafka_
broker_ Sequence[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 - remove_
node str - start_
cluster_ Sequence[bigdataservice.shape_ configs Get Bds Instance Start Cluster Shape Config] - state str
- The state of the cluster.
- time_
created str - The time the cluster was created, shown as an RFC 3339 formatted datetime string.
- time_
updated str - The time the cluster was updated, shown as an RFC 3339 formatted datetime string.
- util_
nodes Sequence[bigdataservice.Get Bds Instance Util Node] - worker_
nodes Sequence[bigdataservice.Get Bds Instance Worker Node]
- bds
Cluster List<Property Map>Version Summaries - Cluster version details including bds and odh version information.
- 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 BooleanRemove Enabled - 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 - remove
Node String - start
Cluster List<Property Map>Shape Configs - 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
GetBdsInstanceBdsClusterVersionSummary
- Bds
Version This property is required. string - Big Data Service version installed in the cluster.
- Odh
Version This property is required. string - Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
- Bds
Version This property is required. string - Big Data Service version installed in the cluster.
- Odh
Version This property is required. string - Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
- bds
Version This property is required. String - Big Data Service version installed in the cluster.
- odh
Version This property is required. String - Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
- bds
Version This property is required. string - Big Data Service version installed in the cluster.
- odh
Version This property is required. string - Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
- bds_
version This property is required. str - Big Data Service version installed in the cluster.
- odh_
version This property is required. str - Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
- bds
Version This property is required. String - Big Data Service version installed in the cluster.
- odh
Version This property is required. String - Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
GetBdsInstanceCloudSqlDetail
- Block
Volume Size In Gbs This property is required. string - The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- Ip
Address This property is required. string - IP address of the node.
- Is
Kerberos Mapped To Database Users This property is required. bool - Boolean flag specifying whether or not Kerberos principals are mapped to database users.
- Kerberos
Details This property is required. List<GetBds Instance Cloud Sql Detail Kerberos Detail> - Details about the Kerberos principals.
- Memory
In Gbs This property is required. int - The total amount of memory available to the node, in gigabytes.
- Nvmes
This property is required. int - The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- Ocpus
This property is required. int - The total number of OCPUs available to the node.
- Shape
This property is required. string - Shape of the node.
- Block
Volume Size In Gbs This property is required. string - The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- Ip
Address This property is required. string - IP address of the node.
- Is
Kerberos Mapped To Database Users This property is required. bool - Boolean flag specifying whether or not Kerberos principals are mapped to database users.
- Kerberos
Details This property is required. []GetBds Instance Cloud Sql Detail Kerberos Detail - Details about the Kerberos principals.
- Memory
In Gbs This property is required. int - The total amount of memory available to the node, in gigabytes.
- Nvmes
This property is required. int - The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- Ocpus
This property is required. int - The total number of OCPUs available to the node.
- Shape
This property is required. string - Shape of the node.
- block
Volume Size In Gbs This property is required. String - The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- ip
Address This property is required. String - IP address of the node.
- is
Kerberos Mapped To Database Users This property is required. Boolean - Boolean flag specifying whether or not Kerberos principals are mapped to database users.
- kerberos
Details This property is required. List<GetBds Instance Cloud Sql Detail Kerberos Detail> - Details about the Kerberos principals.
- memory
In Gbs This property is required. Integer - The total amount of memory available to the node, in gigabytes.
- nvmes
This property is required. Integer - The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus
This property is required. Integer - The total number of OCPUs available to the node.
- shape
This property is required. String - Shape of the node.
- block
Volume Size In Gbs This property is required. string - The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- ip
Address This property is required. string - IP address of the node.
- is
Kerberos Mapped To Database Users This property is required. boolean - Boolean flag specifying whether or not Kerberos principals are mapped to database users.
- kerberos
Details This property is required. GetBds Instance Cloud Sql Detail Kerberos Detail[] - Details about the Kerberos principals.
- memory
In Gbs This property is required. number - The total amount of memory available to the node, in gigabytes.
- nvmes
This property is required. number - The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus
This property is required. number - The total number of OCPUs available to the node.
- shape
This property is required. string - Shape of the node.
- block_
volume_ size_ in_ gbs This property is required. str - The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- ip_
address This property is required. str - IP address of the node.
- is_
kerberos_ mapped_ to_ database_ users This property is required. bool - Boolean flag specifying whether or not Kerberos principals are mapped to database users.
- kerberos_
details This property is required. Sequence[bigdataservice.Get Bds Instance Cloud Sql Detail Kerberos Detail] - Details about the Kerberos principals.
- memory_
in_ gbs This property is required. int - The total amount of memory available to the node, in gigabytes.
- nvmes
This property is required. int - The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus
This property is required. int - The total number of OCPUs available to the node.
- shape
This property is required. str - Shape of the node.
- block
Volume Size In Gbs This property is required. String - The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- ip
Address This property is required. String - IP address of the node.
- is
Kerberos Mapped To Database Users This property is required. Boolean - Boolean flag specifying whether or not Kerberos principals are mapped to database users.
- kerberos
Details This property is required. List<Property Map> - Details about the Kerberos principals.
- memory
In Gbs This property is required. Number - The total amount of memory available to the node, in gigabytes.
- nvmes
This property is required. Number - The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus
This property is required. Number - The total number of OCPUs available to the node.
- shape
This property is required. String - Shape of the node.
GetBdsInstanceCloudSqlDetailKerberosDetail
- Keytab
File This property is required. string - Location of the keytab file
- Principal
Name This property is required. string - Name of the Kerberos principal.
- Keytab
File This property is required. string - Location of the keytab file
- Principal
Name This property is required. string - Name of the Kerberos principal.
- keytab
File This property is required. String - Location of the keytab file
- principal
Name This property is required. String - Name of the Kerberos principal.
- keytab
File This property is required. string - Location of the keytab file
- principal
Name This property is required. string - Name of the Kerberos principal.
- keytab_
file This property is required. str - Location of the keytab file
- principal_
name This property is required. str - Name of the Kerberos principal.
- keytab
File This property is required. String - Location of the keytab file
- principal
Name This property is required. String - Name of the Kerberos principal.
GetBdsInstanceClusterDetail
- Ambari
Url This property is required. string - The URL of Ambari
- Bd
Cell Version This property is required. string - Cloud SQL cell version.
- Bda
Version This property is required. string - BDA version installed in the cluster
- Bdm
Version This property is required. string - Big Data Manager version installed in the cluster.
- Bds
Version This property is required. string - Big Data Service version installed in the cluster.
- Big
Data Manager Url This property is required. string - The URL of Big Data Manager.
- Cloudera
Manager Url This property is required. string - The URL of Cloudera Manager
- Csql
Cell Version This property is required. string - Big Data SQL version.
- Db
Version This property is required. string - Cloud SQL query server database version.
- Hue
Server Url This property is required. string - The URL of the Hue server.
- Jupyter
Hub Url This property is required. string - The URL of the Jupyterhub.
- Odh
Version This property is required. string - Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
- Os
Version This property is required. string - BDS-assigned Operating System version for the node.
- Time
Created This property is required. string - The time the cluster was created, shown as an RFC 3339 formatted datetime string.
- Time
Refreshed This property is required. string - The time the cluster was automatically or manually refreshed, shown as an RFC 3339 formatted datetime string.
- Ambari
Url This property is required. string - The URL of Ambari
- Bd
Cell Version This property is required. string - Cloud SQL cell version.
- Bda
Version This property is required. string - BDA version installed in the cluster
- Bdm
Version This property is required. string - Big Data Manager version installed in the cluster.
- Bds
Version This property is required. string - Big Data Service version installed in the cluster.
- Big
Data Manager Url This property is required. string - The URL of Big Data Manager.
- Cloudera
Manager Url This property is required. string - The URL of Cloudera Manager
- Csql
Cell Version This property is required. string - Big Data SQL version.
- Db
Version This property is required. string - Cloud SQL query server database version.
- Hue
Server Url This property is required. string - The URL of the Hue server.
- Jupyter
Hub Url This property is required. string - The URL of the Jupyterhub.
- Odh
Version This property is required. string - Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
- Os
Version This property is required. string - BDS-assigned Operating System version for the node.
- Time
Created This property is required. string - The time the cluster was created, shown as an RFC 3339 formatted datetime string.
- Time
Refreshed This property is required. string - The time the cluster was automatically or manually refreshed, shown as an RFC 3339 formatted datetime string.
- ambari
Url This property is required. String - The URL of Ambari
- bd
Cell Version This property is required. String - Cloud SQL cell version.
- bda
Version This property is required. String - BDA version installed in the cluster
- bdm
Version This property is required. String - Big Data Manager version installed in the cluster.
- bds
Version This property is required. String - Big Data Service version installed in the cluster.
- big
Data Manager Url This property is required. String - The URL of Big Data Manager.
- cloudera
Manager Url This property is required. String - The URL of Cloudera Manager
- csql
Cell Version This property is required. String - Big Data SQL version.
- db
Version This property is required. String - Cloud SQL query server database version.
- hue
Server Url This property is required. String - The URL of the Hue server.
- jupyter
Hub Url This property is required. String - The URL of the Jupyterhub.
- odh
Version This property is required. String - Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
- os
Version This property is required. String - BDS-assigned Operating System version for the node.
- time
Created This property is required. String - The time the cluster was created, shown as an RFC 3339 formatted datetime string.
- time
Refreshed This property is required. String - The time the cluster was automatically or manually refreshed, shown as an RFC 3339 formatted datetime string.
- ambari
Url This property is required. string - The URL of Ambari
- bd
Cell Version This property is required. string - Cloud SQL cell version.
- bda
Version This property is required. string - BDA version installed in the cluster
- bdm
Version This property is required. string - Big Data Manager version installed in the cluster.
- bds
Version This property is required. string - Big Data Service version installed in the cluster.
- big
Data Manager Url This property is required. string - The URL of Big Data Manager.
- cloudera
Manager Url This property is required. string - The URL of Cloudera Manager
- csql
Cell Version This property is required. string - Big Data SQL version.
- db
Version This property is required. string - Cloud SQL query server database version.
- hue
Server Url This property is required. string - The URL of the Hue server.
- jupyter
Hub Url This property is required. string - The URL of the Jupyterhub.
- odh
Version This property is required. string - Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
- os
Version This property is required. string - BDS-assigned Operating System version for the node.
- time
Created This property is required. string - The time the cluster was created, shown as an RFC 3339 formatted datetime string.
- time
Refreshed This property is required. string - The time the cluster was automatically or manually refreshed, shown as an RFC 3339 formatted datetime string.
- ambari_
url This property is required. str - The URL of Ambari
- bd_
cell_ version This property is required. str - Cloud SQL cell version.
- bda_
version This property is required. str - BDA version installed in the cluster
- bdm_
version This property is required. str - Big Data Manager version installed in the cluster.
- bds_
version This property is required. str - Big Data Service version installed in the cluster.
- big_
data_ manager_ url This property is required. str - The URL of Big Data Manager.
- cloudera_
manager_ url This property is required. str - The URL of Cloudera Manager
- csql_
cell_ version This property is required. str - Big Data SQL version.
- db_
version This property is required. str - Cloud SQL query server database version.
- hue_
server_ url This property is required. str - The URL of the Hue server.
- jupyter_
hub_ url This property is required. str - The URL of the Jupyterhub.
- odh_
version This property is required. str - Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
- os_
version This property is required. str - BDS-assigned Operating System version for the node.
- time_
created This property is required. str - The time the cluster was created, shown as an RFC 3339 formatted datetime string.
- time_
refreshed This property is required. str - The time the cluster was automatically or manually refreshed, shown as an RFC 3339 formatted datetime string.
- ambari
Url This property is required. String - The URL of Ambari
- bd
Cell Version This property is required. String - Cloud SQL cell version.
- bda
Version This property is required. String - BDA version installed in the cluster
- bdm
Version This property is required. String - Big Data Manager version installed in the cluster.
- bds
Version This property is required. String - Big Data Service version installed in the cluster.
- big
Data Manager Url This property is required. String - The URL of Big Data Manager.
- cloudera
Manager Url This property is required. String - The URL of Cloudera Manager
- csql
Cell Version This property is required. String - Big Data SQL version.
- db
Version This property is required. String - Cloud SQL query server database version.
- hue
Server Url This property is required. String - The URL of the Hue server.
- jupyter
Hub Url This property is required. String - The URL of the Jupyterhub.
- odh
Version This property is required. String - Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
- os
Version This property is required. String - BDS-assigned Operating System version for the node.
- time
Created This property is required. String - The time the cluster was created, shown as an RFC 3339 formatted datetime string.
- time
Refreshed This property is required. String - The time the cluster was automatically or manually refreshed, shown as an RFC 3339 formatted datetime string.
GetBdsInstanceComputeOnlyWorkerNode
- Block
Volume Size In Gbs This property is required. string - The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- Number
Of Nodes This property is required. int - The number of nodes that form the cluster.
- Shape
This property is required. string - Shape of the node.
- Shape
Configs This property is required. List<GetBds Instance Compute Only Worker Node Shape Config> - Subnet
Id This property is required. string - The OCID of the subnet in which the node is to be created.
- Block
Volume Size In Gbs This property is required. string - The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- Number
Of Nodes This property is required. int - The number of nodes that form the cluster.
- Shape
This property is required. string - Shape of the node.
- Shape
Configs This property is required. []GetBds Instance Compute Only Worker Node Shape Config - Subnet
Id This property is required. string - The OCID of the subnet in which the node is to be created.
- block
Volume Size In Gbs This property is required. String - The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- number
Of Nodes This property is required. Integer - The number of nodes that form the cluster.
- shape
This property is required. String - Shape of the node.
- shape
Configs This property is required. List<GetBds Instance Compute Only Worker Node Shape Config> - subnet
Id This property is required. String - The OCID of the subnet in which the node is to be created.
- block
Volume Size In Gbs This property is required. string - The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- number
Of Nodes This property is required. number - The number of nodes that form the cluster.
- shape
This property is required. string - Shape of the node.
- shape
Configs This property is required. GetBds Instance Compute Only Worker Node Shape Config[] - subnet
Id This property is required. string - The OCID of the subnet in which the node is to be created.
- block_
volume_ size_ in_ gbs This property is required. str - The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- number_
of_ nodes This property is required. int - The number of nodes that form the cluster.
- shape
This property is required. str - Shape of the node.
- shape_
configs This property is required. Sequence[bigdataservice.Get Bds Instance Compute Only Worker Node Shape Config] - subnet_
id This property is required. str - The OCID of the subnet in which the node is to be created.
- block
Volume Size In Gbs This property is required. String - The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- number
Of Nodes This property is required. Number - The number of nodes that form the cluster.
- shape
This property is required. String - Shape of the node.
- shape
Configs This property is required. List<Property Map> - subnet
Id This property is required. String - The OCID of the subnet in which the node is to be created.
GetBdsInstanceComputeOnlyWorkerNodeShapeConfig
- Memory
In Gbs This property is required. int - The total amount of memory available to the node, in gigabytes.
- Nvmes
This property is required. int - The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- Ocpus
This property is required. int - The total number of OCPUs available to the node.
- Memory
In Gbs This property is required. int - The total amount of memory available to the node, in gigabytes.
- Nvmes
This property is required. int - The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- Ocpus
This property is required. int - The total number of OCPUs available to the node.
- memory
In Gbs This property is required. Integer - The total amount of memory available to the node, in gigabytes.
- nvmes
This property is required. Integer - The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus
This property is required. Integer - The total number of OCPUs available to the node.
- memory
In Gbs This property is required. number - The total amount of memory available to the node, in gigabytes.
- nvmes
This property is required. number - The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus
This property is required. number - The total number of OCPUs available to the node.
- memory_
in_ gbs This property is required. int - The total amount of memory available to the node, in gigabytes.
- nvmes
This property is required. int - The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus
This property is required. int - The total number of OCPUs available to the node.
- memory
In Gbs This property is required. Number - The total amount of memory available to the node, in gigabytes.
- nvmes
This property is required. Number - The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus
This property is required. Number - The total number of OCPUs available to the node.
GetBdsInstanceEdgeNode
- Block
Volume Size In Gbs This property is required. string - The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- Number
Of Nodes This property is required. int - The number of nodes that form the cluster.
- Shape
This property is required. string - Shape of the node.
- Shape
Configs This property is required. List<GetBds Instance Edge Node Shape Config> - Subnet
Id This property is required. string - The OCID of the subnet in which the node is to be created.
- Block
Volume Size In Gbs This property is required. string - The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- Number
Of Nodes This property is required. int - The number of nodes that form the cluster.
- Shape
This property is required. string - Shape of the node.
- Shape
Configs This property is required. []GetBds Instance Edge Node Shape Config - Subnet
Id This property is required. string - The OCID of the subnet in which the node is to be created.
- block
Volume Size In Gbs This property is required. String - The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- number
Of Nodes This property is required. Integer - The number of nodes that form the cluster.
- shape
This property is required. String - Shape of the node.
- shape
Configs This property is required. List<GetBds Instance Edge Node Shape Config> - subnet
Id This property is required. String - The OCID of the subnet in which the node is to be created.
- block
Volume Size In Gbs This property is required. string - The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- number
Of Nodes This property is required. number - The number of nodes that form the cluster.
- shape
This property is required. string - Shape of the node.
- shape
Configs This property is required. GetBds Instance Edge Node Shape Config[] - subnet
Id This property is required. string - The OCID of the subnet in which the node is to be created.
- block_
volume_ size_ in_ gbs This property is required. str - The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- number_
of_ nodes This property is required. int - The number of nodes that form the cluster.
- shape
This property is required. str - Shape of the node.
- shape_
configs This property is required. Sequence[bigdataservice.Get Bds Instance Edge Node Shape Config] - subnet_
id This property is required. str - The OCID of the subnet in which the node is to be created.
- block
Volume Size In Gbs This property is required. String - The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- number
Of Nodes This property is required. Number - The number of nodes that form the cluster.
- shape
This property is required. String - Shape of the node.
- shape
Configs This property is required. List<Property Map> - subnet
Id This property is required. String - The OCID of the subnet in which the node is to be created.
GetBdsInstanceEdgeNodeShapeConfig
- Memory
In Gbs This property is required. int - The total amount of memory available to the node, in gigabytes.
- Nvmes
This property is required. int - The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- Ocpus
This property is required. int - The total number of OCPUs available to the node.
- Memory
In Gbs This property is required. int - The total amount of memory available to the node, in gigabytes.
- Nvmes
This property is required. int - The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- Ocpus
This property is required. int - The total number of OCPUs available to the node.
- memory
In Gbs This property is required. Integer - The total amount of memory available to the node, in gigabytes.
- nvmes
This property is required. Integer - The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus
This property is required. Integer - The total number of OCPUs available to the node.
- memory
In Gbs This property is required. number - The total amount of memory available to the node, in gigabytes.
- nvmes
This property is required. number - The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus
This property is required. number - The total number of OCPUs available to the node.
- memory_
in_ gbs This property is required. int - The total amount of memory available to the node, in gigabytes.
- nvmes
This property is required. int - The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus
This property is required. int - The total number of OCPUs available to the node.
- memory
In Gbs This property is required. Number - The total amount of memory available to the node, in gigabytes.
- nvmes
This property is required. Number - The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus
This property is required. Number - The total number of OCPUs available to the node.
GetBdsInstanceKafkaBrokerNode
- Block
Volume Size In Gbs This property is required. string - The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- Number
Of Kafka Nodes This property is required. int - Shape
This property is required. string - Shape of the node.
- Shape
Configs This property is required. List<GetBds Instance Kafka Broker Node Shape Config> - Subnet
Id This property is required. string - The OCID of the subnet in which the node is to be created.
- Block
Volume Size In Gbs This property is required. string - The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- Number
Of Kafka Nodes This property is required. int - Shape
This property is required. string - Shape of the node.
- Shape
Configs This property is required. []GetBds Instance Kafka Broker Node Shape Config - Subnet
Id This property is required. string - The OCID of the subnet in which the node is to be created.
- block
Volume Size In Gbs This property is required. String - The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- number
Of Kafka Nodes This property is required. Integer - shape
This property is required. String - Shape of the node.
- shape
Configs This property is required. List<GetBds Instance Kafka Broker Node Shape Config> - subnet
Id This property is required. String - The OCID of the subnet in which the node is to be created.
- block
Volume Size In Gbs This property is required. string - The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- number
Of Kafka Nodes This property is required. number - shape
This property is required. string - Shape of the node.
- shape
Configs This property is required. GetBds Instance Kafka Broker Node Shape Config[] - subnet
Id This property is required. string - The OCID of the subnet in which the node is to be created.
- block_
volume_ size_ in_ gbs This property is required. str - The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- number_
of_ kafka_ nodes This property is required. int - shape
This property is required. str - Shape of the node.
- shape_
configs This property is required. Sequence[bigdataservice.Get Bds Instance Kafka Broker Node Shape Config] - subnet_
id This property is required. str - The OCID of the subnet in which the node is to be created.
- block
Volume Size In Gbs This property is required. String - The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- number
Of Kafka Nodes This property is required. Number - shape
This property is required. String - Shape of the node.
- shape
Configs This property is required. List<Property Map> - subnet
Id This property is required. String - The OCID of the subnet in which the node is to be created.
GetBdsInstanceKafkaBrokerNodeShapeConfig
- Memory
In Gbs This property is required. int - The total amount of memory available to the node, in gigabytes.
- Nvmes
This property is required. int - The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- Ocpus
This property is required. int - The total number of OCPUs available to the node.
- Memory
In Gbs This property is required. int - The total amount of memory available to the node, in gigabytes.
- Nvmes
This property is required. int - The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- Ocpus
This property is required. int - The total number of OCPUs available to the node.
- memory
In Gbs This property is required. Integer - The total amount of memory available to the node, in gigabytes.
- nvmes
This property is required. Integer - The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus
This property is required. Integer - The total number of OCPUs available to the node.
- memory
In Gbs This property is required. number - The total amount of memory available to the node, in gigabytes.
- nvmes
This property is required. number - The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus
This property is required. number - The total number of OCPUs available to the node.
- memory_
in_ gbs This property is required. int - The total amount of memory available to the node, in gigabytes.
- nvmes
This property is required. int - The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus
This property is required. int - The total number of OCPUs available to the node.
- memory
In Gbs This property is required. Number - The total amount of memory available to the node, in gigabytes.
- nvmes
This property is required. Number - The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus
This property is required. Number - The total number of OCPUs available to the node.
GetBdsInstanceMasterNode
- Block
Volume Size In Gbs This property is required. string - The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- Number
Of Nodes This property is required. int - The number of nodes that form the cluster.
- Shape
This property is required. string - Shape of the node.
- Shape
Configs This property is required. List<GetBds Instance Master Node Shape Config> - Subnet
Id This property is required. string - The OCID of the subnet in which the node is to be created.
- Block
Volume Size In Gbs This property is required. string - The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- Number
Of Nodes This property is required. int - The number of nodes that form the cluster.
- Shape
This property is required. string - Shape of the node.
- Shape
Configs This property is required. []GetBds Instance Master Node Shape Config - Subnet
Id This property is required. string - The OCID of the subnet in which the node is to be created.
- block
Volume Size In Gbs This property is required. String - The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- number
Of Nodes This property is required. Integer - The number of nodes that form the cluster.
- shape
This property is required. String - Shape of the node.
- shape
Configs This property is required. List<GetBds Instance Master Node Shape Config> - subnet
Id This property is required. String - The OCID of the subnet in which the node is to be created.
- block
Volume Size In Gbs This property is required. string - The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- number
Of Nodes This property is required. number - The number of nodes that form the cluster.
- shape
This property is required. string - Shape of the node.
- shape
Configs This property is required. GetBds Instance Master Node Shape Config[] - subnet
Id This property is required. string - The OCID of the subnet in which the node is to be created.
- block_
volume_ size_ in_ gbs This property is required. str - The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- number_
of_ nodes This property is required. int - The number of nodes that form the cluster.
- shape
This property is required. str - Shape of the node.
- shape_
configs This property is required. Sequence[bigdataservice.Get Bds Instance Master Node Shape Config] - subnet_
id This property is required. str - The OCID of the subnet in which the node is to be created.
- block
Volume Size In Gbs This property is required. String - The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- number
Of Nodes This property is required. Number - The number of nodes that form the cluster.
- shape
This property is required. String - Shape of the node.
- shape
Configs This property is required. List<Property Map> - subnet
Id This property is required. String - The OCID of the subnet in which the node is to be created.
GetBdsInstanceMasterNodeShapeConfig
- Memory
In Gbs This property is required. int - The total amount of memory available to the node, in gigabytes.
- Nvmes
This property is required. int - The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- Ocpus
This property is required. int - The total number of OCPUs available to the node.
- Memory
In Gbs This property is required. int - The total amount of memory available to the node, in gigabytes.
- Nvmes
This property is required. int - The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- Ocpus
This property is required. int - The total number of OCPUs available to the node.
- memory
In Gbs This property is required. Integer - The total amount of memory available to the node, in gigabytes.
- nvmes
This property is required. Integer - The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus
This property is required. Integer - The total number of OCPUs available to the node.
- memory
In Gbs This property is required. number - The total amount of memory available to the node, in gigabytes.
- nvmes
This property is required. number - The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus
This property is required. number - The total number of OCPUs available to the node.
- memory_
in_ gbs This property is required. int - The total amount of memory available to the node, in gigabytes.
- nvmes
This property is required. int - The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus
This property is required. int - The total number of OCPUs available to the node.
- memory
In Gbs This property is required. Number - The total amount of memory available to the node, in gigabytes.
- nvmes
This property is required. Number - The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus
This property is required. Number - The total number of OCPUs available to the node.
GetBdsInstanceNetworkConfig
- Cidr
Block This property is required. string - The CIDR IP address block of the VCN.
- Is
Nat Gateway Required This property is required. bool - A boolean flag whether to configure a NAT gateway.
- Cidr
Block This property is required. string - The CIDR IP address block of the VCN.
- Is
Nat Gateway Required This property is required. bool - A boolean flag whether to configure a NAT gateway.
- cidr
Block This property is required. String - The CIDR IP address block of the VCN.
- is
Nat Gateway Required This property is required. Boolean - A boolean flag whether to configure a NAT gateway.
- cidr
Block This property is required. string - The CIDR IP address block of the VCN.
- is
Nat Gateway Required This property is required. boolean - A boolean flag whether to configure a NAT gateway.
- cidr_
block This property is required. str - The CIDR IP address block of the VCN.
- is_
nat_ gateway_ required This property is required. bool - A boolean flag whether to configure a NAT gateway.
- cidr
Block This property is required. String - The CIDR IP address block of the VCN.
- is
Nat Gateway Required This property is required. Boolean - A boolean flag whether to configure a NAT gateway.
GetBdsInstanceNode
- Attached
Block Volumes This property is required. List<GetBds Instance Node Attached Block Volume> - The list of block volumes attached to a given node.
- Availability
Domain This property is required. string - The name of the availability domain in which the node is running.
- Display
Name This property is required. string - The name of the node.
- Fault
Domain This property is required. string - The name of the fault domain in which the node is running.
- Hostname
This property is required. string - The fully-qualified hostname (FQDN) of the node.
- Image
Id This property is required. string - The OCID of the image from which the node was created.
- Instance
Id This property is required. string - The OCID of the underlying Oracle Cloud Infrastructure Compute instance.
- Ip
Address This property is required. string - IP address of the node.
- Is
Reboot Required This property is required. bool - Indicates if the node requires a reboot to either reflect the latest os kernel or take actions for maintenance reboot.
- Local
Disks Total Size In Gbs This property is required. double - The aggregate size of all local disks, in gigabytes. If the instance does not have any local disks, this field is null.
- Memory
In Gbs This property is required. int - The total amount of memory available to the node, in gigabytes.
- Node
Type This property is required. string - Cluster node type.
- Nvmes
This property is required. int - The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- Ocpus
This property is required. int - The total number of OCPUs available to the node.
- Odh
Version This property is required. string - Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
- Os
Version This property is required. string - BDS-assigned Operating System version for the node.
- Shape
This property is required. string - Shape of the node.
- Ssh
Fingerprint This property is required. string - The fingerprint of the SSH key used for node access.
- State
This property is required. string - The state of the cluster.
- Subnet
Id This property is required. string - The OCID of the subnet in which the node is to be created.
- Time
Created This property is required. string - The time the cluster was created, shown as an RFC 3339 formatted datetime string.
- Time
Maintenance Reboot Due This property is required. string - The date and time the instance is expected to be stopped / started, in the format defined by RFC3339.
- Attached
Block Volumes This property is required. []GetBds Instance Node Attached Block Volume - The list of block volumes attached to a given node.
- Availability
Domain This property is required. string - The name of the availability domain in which the node is running.
- Display
Name This property is required. string - The name of the node.
- Fault
Domain This property is required. string - The name of the fault domain in which the node is running.
- Hostname
This property is required. string - The fully-qualified hostname (FQDN) of the node.
- Image
Id This property is required. string - The OCID of the image from which the node was created.
- Instance
Id This property is required. string - The OCID of the underlying Oracle Cloud Infrastructure Compute instance.
- Ip
Address This property is required. string - IP address of the node.
- Is
Reboot Required This property is required. bool - Indicates if the node requires a reboot to either reflect the latest os kernel or take actions for maintenance reboot.
- Local
Disks Total Size In Gbs This property is required. float64 - The aggregate size of all local disks, in gigabytes. If the instance does not have any local disks, this field is null.
- Memory
In Gbs This property is required. int - The total amount of memory available to the node, in gigabytes.
- Node
Type This property is required. string - Cluster node type.
- Nvmes
This property is required. int - The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- Ocpus
This property is required. int - The total number of OCPUs available to the node.
- Odh
Version This property is required. string - Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
- Os
Version This property is required. string - BDS-assigned Operating System version for the node.
- Shape
This property is required. string - Shape of the node.
- Ssh
Fingerprint This property is required. string - The fingerprint of the SSH key used for node access.
- State
This property is required. string - The state of the cluster.
- Subnet
Id This property is required. string - The OCID of the subnet in which the node is to be created.
- Time
Created This property is required. string - The time the cluster was created, shown as an RFC 3339 formatted datetime string.
- Time
Maintenance Reboot Due This property is required. string - The date and time the instance is expected to be stopped / started, in the format defined by RFC3339.
- attached
Block Volumes This property is required. List<GetBds Instance Node Attached Block Volume> - The list of block volumes attached to a given node.
- availability
Domain This property is required. String - The name of the availability domain in which the node is running.
- display
Name This property is required. String - The name of the node.
- fault
Domain This property is required. String - The name of the fault domain in which the node is running.
- hostname
This property is required. String - The fully-qualified hostname (FQDN) of the node.
- image
Id This property is required. String - The OCID of the image from which the node was created.
- instance
Id This property is required. String - The OCID of the underlying Oracle Cloud Infrastructure Compute instance.
- ip
Address This property is required. String - IP address of the node.
- is
Reboot Required This property is required. Boolean - Indicates if the node requires a reboot to either reflect the latest os kernel or take actions for maintenance reboot.
- local
Disks Total Size In Gbs This property is required. Double - The aggregate size of all local disks, in gigabytes. If the instance does not have any local disks, this field is null.
- memory
In Gbs This property is required. Integer - The total amount of memory available to the node, in gigabytes.
- node
Type This property is required. String - Cluster node type.
- nvmes
This property is required. Integer - The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus
This property is required. Integer - The total number of OCPUs available to the node.
- odh
Version This property is required. String - Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
- os
Version This property is required. String - BDS-assigned Operating System version for the node.
- shape
This property is required. String - Shape of the node.
- ssh
Fingerprint This property is required. String - The fingerprint of the SSH key used for node access.
- state
This property is required. String - The state of the cluster.
- subnet
Id This property is required. String - The OCID of the subnet in which the node is to be created.
- time
Created This property is required. String - The time the cluster was created, shown as an RFC 3339 formatted datetime string.
- time
Maintenance Reboot Due This property is required. String - The date and time the instance is expected to be stopped / started, in the format defined by RFC3339.
- attached
Block Volumes This property is required. GetBds Instance Node Attached Block Volume[] - The list of block volumes attached to a given node.
- availability
Domain This property is required. string - The name of the availability domain in which the node is running.
- display
Name This property is required. string - The name of the node.
- fault
Domain This property is required. string - The name of the fault domain in which the node is running.
- hostname
This property is required. string - The fully-qualified hostname (FQDN) of the node.
- image
Id This property is required. string - The OCID of the image from which the node was created.
- instance
Id This property is required. string - The OCID of the underlying Oracle Cloud Infrastructure Compute instance.
- ip
Address This property is required. string - IP address of the node.
- is
Reboot Required This property is required. boolean - Indicates if the node requires a reboot to either reflect the latest os kernel or take actions for maintenance reboot.
- local
Disks Total Size In Gbs This property is required. number - The aggregate size of all local disks, in gigabytes. If the instance does not have any local disks, this field is null.
- memory
In Gbs This property is required. number - The total amount of memory available to the node, in gigabytes.
- node
Type This property is required. string - Cluster node type.
- nvmes
This property is required. number - The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus
This property is required. number - The total number of OCPUs available to the node.
- odh
Version This property is required. string - Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
- os
Version This property is required. string - BDS-assigned Operating System version for the node.
- shape
This property is required. string - Shape of the node.
- ssh
Fingerprint This property is required. string - The fingerprint of the SSH key used for node access.
- state
This property is required. string - The state of the cluster.
- subnet
Id This property is required. string - The OCID of the subnet in which the node is to be created.
- time
Created This property is required. string - The time the cluster was created, shown as an RFC 3339 formatted datetime string.
- time
Maintenance Reboot Due This property is required. string - The date and time the instance is expected to be stopped / started, in the format defined by RFC3339.
- attached_
block_ volumes This property is required. Sequence[bigdataservice.Get Bds Instance Node Attached Block Volume] - The list of block volumes attached to a given node.
- availability_
domain This property is required. str - The name of the availability domain in which the node is running.
- display_
name This property is required. str - The name of the node.
- fault_
domain This property is required. str - The name of the fault domain in which the node is running.
- hostname
This property is required. str - The fully-qualified hostname (FQDN) of the node.
- image_
id This property is required. str - The OCID of the image from which the node was created.
- instance_
id This property is required. str - The OCID of the underlying Oracle Cloud Infrastructure Compute instance.
- ip_
address This property is required. str - IP address of the node.
- is_
reboot_ required This property is required. bool - Indicates if the node requires a reboot to either reflect the latest os kernel or take actions for maintenance reboot.
- local_
disks_ total_ size_ in_ gbs This property is required. float - The aggregate size of all local disks, in gigabytes. If the instance does not have any local disks, this field is null.
- memory_
in_ gbs This property is required. int - The total amount of memory available to the node, in gigabytes.
- node_
type This property is required. str - Cluster node type.
- nvmes
This property is required. int - The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus
This property is required. int - The total number of OCPUs available to the node.
- odh_
version This property is required. str - Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
- os_
version This property is required. str - BDS-assigned Operating System version for the node.
- shape
This property is required. str - Shape of the node.
- ssh_
fingerprint This property is required. str - The fingerprint of the SSH key used for node access.
- state
This property is required. str - The state of the cluster.
- subnet_
id This property is required. str - The OCID of the subnet in which the node is to be created.
- time_
created This property is required. str - The time the cluster was created, shown as an RFC 3339 formatted datetime string.
- time_
maintenance_ reboot_ due This property is required. str - The date and time the instance is expected to be stopped / started, in the format defined by RFC3339.
- attached
Block Volumes This property is required. List<Property Map> - The list of block volumes attached to a given node.
- availability
Domain This property is required. String - The name of the availability domain in which the node is running.
- display
Name This property is required. String - The name of the node.
- fault
Domain This property is required. String - The name of the fault domain in which the node is running.
- hostname
This property is required. String - The fully-qualified hostname (FQDN) of the node.
- image
Id This property is required. String - The OCID of the image from which the node was created.
- instance
Id This property is required. String - The OCID of the underlying Oracle Cloud Infrastructure Compute instance.
- ip
Address This property is required. String - IP address of the node.
- is
Reboot Required This property is required. Boolean - Indicates if the node requires a reboot to either reflect the latest os kernel or take actions for maintenance reboot.
- local
Disks Total Size In Gbs This property is required. Number - The aggregate size of all local disks, in gigabytes. If the instance does not have any local disks, this field is null.
- memory
In Gbs This property is required. Number - The total amount of memory available to the node, in gigabytes.
- node
Type This property is required. String - Cluster node type.
- nvmes
This property is required. Number - The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus
This property is required. Number - The total number of OCPUs available to the node.
- odh
Version This property is required. String - Version of the ODH (Oracle Distribution including Apache Hadoop) for the node.
- os
Version This property is required. String - BDS-assigned Operating System version for the node.
- shape
This property is required. String - Shape of the node.
- ssh
Fingerprint This property is required. String - The fingerprint of the SSH key used for node access.
- state
This property is required. String - The state of the cluster.
- subnet
Id This property is required. String - The OCID of the subnet in which the node is to be created.
- time
Created This property is required. String - The time the cluster was created, shown as an RFC 3339 formatted datetime string.
- time
Maintenance Reboot Due This property is required. String - The date and time the instance is expected to be stopped / started, in the format defined by RFC3339.
GetBdsInstanceNodeAttachedBlockVolume
- Volume
Attachment Id This property is required. string - The OCID of the volume attachment.
- Volume
Size In Gbs This property is required. string - The size of the volume in GBs.
- Volume
Attachment Id This property is required. string - The OCID of the volume attachment.
- Volume
Size In Gbs This property is required. string - The size of the volume in GBs.
- volume
Attachment Id This property is required. String - The OCID of the volume attachment.
- volume
Size In Gbs This property is required. String - The size of the volume in GBs.
- volume
Attachment Id This property is required. string - The OCID of the volume attachment.
- volume
Size In Gbs This property is required. string - The size of the volume in GBs.
- volume_
attachment_ id This property is required. str - The OCID of the volume attachment.
- volume_
size_ in_ gbs This property is required. str - The size of the volume in GBs.
- volume
Attachment Id This property is required. String - The OCID of the volume attachment.
- volume
Size In Gbs This property is required. String - The size of the volume in GBs.
GetBdsInstanceStartClusterShapeConfig
- Node
Type Shape Configs This property is required. List<GetBds Instance Start Cluster Shape Config Node Type Shape Config>
- Node
Type Shape Configs This property is required. []GetBds Instance Start Cluster Shape Config Node Type Shape Config
- node
Type Shape Configs This property is required. List<GetBds Instance Start Cluster Shape Config Node Type Shape Config>
- node
Type Shape Configs This property is required. GetBds Instance Start Cluster Shape Config Node Type Shape Config[]
- node_
type_ shape_ configs This property is required. Sequence[bigdataservice.Get Bds Instance Start Cluster Shape Config Node Type Shape Config]
- node
Type Shape Configs This property is required. List<Property Map>
GetBdsInstanceStartClusterShapeConfigNodeTypeShapeConfig
GetBdsInstanceUtilNode
- Block
Volume Size In Gbs This property is required. string - The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- Number
Of Nodes This property is required. int - The number of nodes that form the cluster.
- Shape
This property is required. string - Shape of the node.
- Shape
Configs This property is required. List<GetBds Instance Util Node Shape Config> - Subnet
Id This property is required. string - The OCID of the subnet in which the node is to be created.
- Block
Volume Size In Gbs This property is required. string - The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- Number
Of Nodes This property is required. int - The number of nodes that form the cluster.
- Shape
This property is required. string - Shape of the node.
- Shape
Configs This property is required. []GetBds Instance Util Node Shape Config - Subnet
Id This property is required. string - The OCID of the subnet in which the node is to be created.
- block
Volume Size In Gbs This property is required. String - The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- number
Of Nodes This property is required. Integer - The number of nodes that form the cluster.
- shape
This property is required. String - Shape of the node.
- shape
Configs This property is required. List<GetBds Instance Util Node Shape Config> - subnet
Id This property is required. String - The OCID of the subnet in which the node is to be created.
- block
Volume Size In Gbs This property is required. string - The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- number
Of Nodes This property is required. number - The number of nodes that form the cluster.
- shape
This property is required. string - Shape of the node.
- shape
Configs This property is required. GetBds Instance Util Node Shape Config[] - subnet
Id This property is required. string - The OCID of the subnet in which the node is to be created.
- block_
volume_ size_ in_ gbs This property is required. str - The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- number_
of_ nodes This property is required. int - The number of nodes that form the cluster.
- shape
This property is required. str - Shape of the node.
- shape_
configs This property is required. Sequence[bigdataservice.Get Bds Instance Util Node Shape Config] - subnet_
id This property is required. str - The OCID of the subnet in which the node is to be created.
- block
Volume Size In Gbs This property is required. String - The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- number
Of Nodes This property is required. Number - The number of nodes that form the cluster.
- shape
This property is required. String - Shape of the node.
- shape
Configs This property is required. List<Property Map> - subnet
Id This property is required. String - The OCID of the subnet in which the node is to be created.
GetBdsInstanceUtilNodeShapeConfig
- Memory
In Gbs This property is required. int - The total amount of memory available to the node, in gigabytes.
- Nvmes
This property is required. int - The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- Ocpus
This property is required. int - The total number of OCPUs available to the node.
- Memory
In Gbs This property is required. int - The total amount of memory available to the node, in gigabytes.
- Nvmes
This property is required. int - The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- Ocpus
This property is required. int - The total number of OCPUs available to the node.
- memory
In Gbs This property is required. Integer - The total amount of memory available to the node, in gigabytes.
- nvmes
This property is required. Integer - The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus
This property is required. Integer - The total number of OCPUs available to the node.
- memory
In Gbs This property is required. number - The total amount of memory available to the node, in gigabytes.
- nvmes
This property is required. number - The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus
This property is required. number - The total number of OCPUs available to the node.
- memory_
in_ gbs This property is required. int - The total amount of memory available to the node, in gigabytes.
- nvmes
This property is required. int - The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus
This property is required. int - The total number of OCPUs available to the node.
- memory
In Gbs This property is required. Number - The total amount of memory available to the node, in gigabytes.
- nvmes
This property is required. Number - The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus
This property is required. Number - The total number of OCPUs available to the node.
GetBdsInstanceWorkerNode
- Block
Volume Size In Gbs This property is required. string - The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- Number
Of Nodes This property is required. int - The number of nodes that form the cluster.
- Shape
This property is required. string - Shape of the node.
- Shape
Configs This property is required. List<GetBds Instance Worker Node Shape Config> - Subnet
Id This property is required. string - The OCID of the subnet in which the node is to be created.
- Block
Volume Size In Gbs This property is required. string - The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- Number
Of Nodes This property is required. int - The number of nodes that form the cluster.
- Shape
This property is required. string - Shape of the node.
- Shape
Configs This property is required. []GetBds Instance Worker Node Shape Config - Subnet
Id This property is required. string - The OCID of the subnet in which the node is to be created.
- block
Volume Size In Gbs This property is required. String - The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- number
Of Nodes This property is required. Integer - The number of nodes that form the cluster.
- shape
This property is required. String - Shape of the node.
- shape
Configs This property is required. List<GetBds Instance Worker Node Shape Config> - subnet
Id This property is required. String - The OCID of the subnet in which the node is to be created.
- block
Volume Size In Gbs This property is required. string - The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- number
Of Nodes This property is required. number - The number of nodes that form the cluster.
- shape
This property is required. string - Shape of the node.
- shape
Configs This property is required. GetBds Instance Worker Node Shape Config[] - subnet
Id This property is required. string - The OCID of the subnet in which the node is to be created.
- block_
volume_ size_ in_ gbs This property is required. str - The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- number_
of_ nodes This property is required. int - The number of nodes that form the cluster.
- shape
This property is required. str - Shape of the node.
- shape_
configs This property is required. Sequence[bigdataservice.Get Bds Instance Worker Node Shape Config] - subnet_
id This property is required. str - The OCID of the subnet in which the node is to be created.
- block
Volume Size In Gbs This property is required. String - The size of block volume in GB that needs to be attached to a given node. All the necessary details needed for attachment are managed by service itself.
- number
Of Nodes This property is required. Number - The number of nodes that form the cluster.
- shape
This property is required. String - Shape of the node.
- shape
Configs This property is required. List<Property Map> - subnet
Id This property is required. String - The OCID of the subnet in which the node is to be created.
GetBdsInstanceWorkerNodeShapeConfig
- Memory
In Gbs This property is required. int - The total amount of memory available to the node, in gigabytes.
- Nvmes
This property is required. int - The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- Ocpus
This property is required. int - The total number of OCPUs available to the node.
- Memory
In Gbs This property is required. int - The total amount of memory available to the node, in gigabytes.
- Nvmes
This property is required. int - The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- Ocpus
This property is required. int - The total number of OCPUs available to the node.
- memory
In Gbs This property is required. Integer - The total amount of memory available to the node, in gigabytes.
- nvmes
This property is required. Integer - The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus
This property is required. Integer - The total number of OCPUs available to the node.
- memory
In Gbs This property is required. number - The total amount of memory available to the node, in gigabytes.
- nvmes
This property is required. number - The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus
This property is required. number - The total number of OCPUs available to the node.
- memory_
in_ gbs This property is required. int - The total amount of memory available to the node, in gigabytes.
- nvmes
This property is required. int - The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus
This property is required. int - The total number of OCPUs available to the node.
- memory
In Gbs This property is required. Number - The total amount of memory available to the node, in gigabytes.
- nvmes
This property is required. Number - The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus
This property is required. 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.