Oracle Cloud Infrastructure v2.11.0 published on Thursday, Sep 19, 2024 by Pulumi
oci.BigDataService.getBdsInstances
Explore with Pulumi AI
This data source provides the list of Bds Instances in Oracle Cloud Infrastructure Big Data Service service.
Returns a list of all Big Data Service clusters in a compartment.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testBdsInstances = oci.BigDataService.getBdsInstances({
compartmentId: compartmentId,
displayName: bdsInstanceDisplayName,
state: bdsInstanceState,
});
import pulumi
import pulumi_oci as oci
test_bds_instances = oci.BigDataService.get_bds_instances(compartment_id=compartment_id,
display_name=bds_instance_display_name,
state=bds_instance_state)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/BigDataService"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := BigDataService.GetBdsInstances(ctx, &bigdataservice.GetBdsInstancesArgs{
CompartmentId: compartmentId,
DisplayName: pulumi.StringRef(bdsInstanceDisplayName),
State: pulumi.StringRef(bdsInstanceState),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testBdsInstances = Oci.BigDataService.GetBdsInstances.Invoke(new()
{
CompartmentId = compartmentId,
DisplayName = bdsInstanceDisplayName,
State = bdsInstanceState,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.BigDataService.BigDataServiceFunctions;
import com.pulumi.oci.BigDataService.inputs.GetBdsInstancesArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var testBdsInstances = BigDataServiceFunctions.getBdsInstances(GetBdsInstancesArgs.builder()
.compartmentId(compartmentId)
.displayName(bdsInstanceDisplayName)
.state(bdsInstanceState)
.build());
}
}
variables:
testBdsInstances:
fn::invoke:
Function: oci:BigDataService:getBdsInstances
Arguments:
compartmentId: ${compartmentId}
displayName: ${bdsInstanceDisplayName}
state: ${bdsInstanceState}
Using getBdsInstances
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getBdsInstances(args: GetBdsInstancesArgs, opts?: InvokeOptions): Promise<GetBdsInstancesResult>
function getBdsInstancesOutput(args: GetBdsInstancesOutputArgs, opts?: InvokeOptions): Output<GetBdsInstancesResult>
def get_bds_instances(compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[_bigdataservice.GetBdsInstancesFilter]] = None,
state: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetBdsInstancesResult
def get_bds_instances_output(compartment_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_bigdataservice.GetBdsInstancesFilterArgs]]]] = None,
state: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetBdsInstancesResult]
func GetBdsInstances(ctx *Context, args *GetBdsInstancesArgs, opts ...InvokeOption) (*GetBdsInstancesResult, error)
func GetBdsInstancesOutput(ctx *Context, args *GetBdsInstancesOutputArgs, opts ...InvokeOption) GetBdsInstancesResultOutput
> Note: This function is named GetBdsInstances
in the Go SDK.
public static class GetBdsInstances
{
public static Task<GetBdsInstancesResult> InvokeAsync(GetBdsInstancesArgs args, InvokeOptions? opts = null)
public static Output<GetBdsInstancesResult> Invoke(GetBdsInstancesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetBdsInstancesResult> getBdsInstances(GetBdsInstancesArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:BigDataService/getBdsInstances:getBdsInstances
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id string - The OCID of the compartment.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Filters
List<Get
Bds Instances Filter> - State string
- The state of the cluster.
- Compartment
Id string - The OCID of the compartment.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Filters
[]Get
Bds Instances Filter - State string
- The state of the cluster.
- compartment
Id String - The OCID of the compartment.
- display
Name String - A filter to return only resources that match the entire display name given.
- filters
List<Get
Bds Instances Filter> - state String
- The state of the cluster.
- compartment
Id string - The OCID of the compartment.
- display
Name string - A filter to return only resources that match the entire display name given.
- filters
Get
Bds Instances Filter[] - state string
- The state of the cluster.
- compartment_
id str - The OCID of the compartment.
- display_
name str - A filter to return only resources that match the entire display name given.
- filters
Sequence[bigdataservice.
Get Bds Instances Filter] - state str
- The state of the cluster.
- compartment
Id String - The OCID of the compartment.
- display
Name String - A filter to return only resources that match the entire display name given.
- filters List<Property Map>
- state String
- The state of the cluster.
getBdsInstances Result
The following output properties are available:
- Bds
Instances List<GetBds Instances Bds Instance> - The list of bds_instances.
- Compartment
Id string - The OCID of the compartment.
- Id string
- The provider-assigned unique ID for this managed resource.
- Display
Name string - The name of the node.
- Filters
List<Get
Bds Instances Filter> - State string
- The state of the cluster.
- Bds
Instances []GetBds Instances Bds Instance - The list of bds_instances.
- Compartment
Id string - The OCID of the compartment.
- Id string
- The provider-assigned unique ID for this managed resource.
- Display
Name string - The name of the node.
- Filters
[]Get
Bds Instances Filter - State string
- The state of the cluster.
- bds
Instances List<GetBds Instances Bds Instance> - The list of bds_instances.
- compartment
Id String - The OCID of the compartment.
- id String
- The provider-assigned unique ID for this managed resource.
- display
Name String - The name of the node.
- filters
List<Get
Bds Instances Filter> - state String
- The state of the cluster.
- bds
Instances GetBds Instances Bds Instance[] - The list of bds_instances.
- compartment
Id string - The OCID of the compartment.
- id string
- The provider-assigned unique ID for this managed resource.
- display
Name string - The name of the node.
- filters
Get
Bds Instances Filter[] - state string
- The state of the cluster.
- bds_
instances Sequence[bigdataservice.Get Bds Instances Bds Instance] - The list of bds_instances.
- compartment_
id str - The OCID of the compartment.
- id str
- The provider-assigned unique ID for this managed resource.
- display_
name str - The name of the node.
- filters
Sequence[bigdataservice.
Get Bds Instances Filter] - state str
- The state of the cluster.
- bds
Instances List<Property Map> - The list of bds_instances.
- compartment
Id String - The OCID of the compartment.
- id String
- The provider-assigned unique ID for this managed resource.
- display
Name String - The name of the node.
- filters List<Property Map>
- state String
- The state of the cluster.
Supporting Types
GetBdsInstancesBdsInstance
- Bootstrap
Script stringUrl - pre-authenticated URL of the bootstrap script in Object Store that can be downloaded and executed.
- Cloud
Sql List<GetDetails Bds Instances Bds Instance Cloud Sql Detail> - The information about added Cloud SQL capability
- Cluster
Admin stringPassword - Cluster
Details List<GetBds Instances Bds 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 Instances 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 - A filter to return only resources that match the entire display name given.
- Edge
Nodes List<GetBds Instances Bds Instance Edge Node> - Dictionary<string, string>
- Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. For example,
{"bar-key": "value"}
- Id string
- The OCID of the Big Data Service resource.
- 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 Instances Bds Instance Kafka Broker Node> - Kerberos
Realm stringName - Kms
Key stringId - The OCID of the Key Management master encryption key.
- Master
Nodes List<GetBds Instances Bds Instance Master Node> - Network
Configs List<GetBds Instances Bds Instance Network Config> - Additional configuration of the user's network.
- Nodes
List<Get
Bds Instances Bds Instance Node> - The list of nodes in the cluster.
- Number
Of intNodes - The number of nodes that form the cluster.
- Number
Of intNodes Requiring Maintenance Reboot - Number of nodes that require a maintenance reboot
- Os
Patch 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 Instances Bds Instance Util Node> - Worker
Nodes List<GetBds Instances Bds Instance Worker Node>
- Bootstrap
Script stringUrl - pre-authenticated URL of the bootstrap script in Object Store that can be downloaded and executed.
- Cloud
Sql []GetDetails Bds Instances Bds Instance Cloud Sql Detail - The information about added Cloud SQL capability
- Cluster
Admin stringPassword - Cluster
Details []GetBds Instances Bds 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 Instances 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 - A filter to return only resources that match the entire display name given.
- Edge
Nodes []GetBds Instances Bds Instance Edge Node - map[string]string
- Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. For example,
{"bar-key": "value"}
- Id string
- The OCID of the Big Data Service resource.
- 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 Instances Bds Instance Kafka Broker Node - Kerberos
Realm stringName - Kms
Key stringId - The OCID of the Key Management master encryption key.
- Master
Nodes []GetBds Instances Bds Instance Master Node - Network
Configs []GetBds Instances Bds Instance Network Config - Additional configuration of the user's network.
- Nodes
[]Get
Bds Instances Bds Instance Node - The list of nodes in the cluster.
- Number
Of intNodes - The number of nodes that form the cluster.
- Number
Of intNodes Requiring Maintenance Reboot - Number of nodes that require a maintenance reboot
- Os
Patch 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 Instances Bds Instance Util Node - Worker
Nodes []GetBds Instances Bds Instance Worker Node
- bootstrap
Script StringUrl - pre-authenticated URL of the bootstrap script in Object Store that can be downloaded and executed.
- cloud
Sql List<GetDetails Bds Instances Bds Instance Cloud Sql Detail> - The information about added Cloud SQL capability
- cluster
Admin StringPassword - cluster
Details List<GetBds Instances Bds 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 Instances 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 - A filter to return only resources that match the entire display name given.
- edge
Nodes List<GetBds Instances Bds Instance Edge Node> - Map<String,String>
- Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. For example,
{"bar-key": "value"}
- id String
- The OCID of the Big Data Service resource.
- 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 Instances Bds Instance Kafka Broker Node> - kerberos
Realm StringName - kms
Key StringId - The OCID of the Key Management master encryption key.
- master
Nodes List<GetBds Instances Bds Instance Master Node> - network
Configs List<GetBds Instances Bds Instance Network Config> - Additional configuration of the user's network.
- nodes
List<Get
Bds Instances 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 Instances Bds Instance Util Node> - worker
Nodes List<GetBds Instances Bds Instance Worker Node>
- bootstrap
Script stringUrl - pre-authenticated URL of the bootstrap script in Object Store that can be downloaded and executed.
- cloud
Sql GetDetails Bds Instances Bds Instance Cloud Sql Detail[] - The information about added Cloud SQL capability
- cluster
Admin stringPassword - cluster
Details GetBds Instances Bds 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 Instances 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 - A filter to return only resources that match the entire display name given.
- edge
Nodes GetBds Instances Bds Instance Edge Node[] - {[key: string]: string}
- Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. For example,
{"bar-key": "value"}
- id string
- The OCID of the Big Data Service resource.
- 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 Instances Bds Instance Kafka Broker Node[] - kerberos
Realm stringName - kms
Key stringId - The OCID of the Key Management master encryption key.
- master
Nodes GetBds Instances Bds Instance Master Node[] - network
Configs GetBds Instances Bds Instance Network Config[] - Additional configuration of the user's network.
- nodes
Get
Bds Instances 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 Instances Bds Instance Util Node[] - worker
Nodes GetBds Instances Bds Instance Worker Node[]
- 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 Instances Bds Instance Cloud Sql Detail] - The information about added Cloud SQL capability
- cluster_
admin_ strpassword - cluster_
details Sequence[bigdataservice.Get Bds Instances Bds Instance Cluster Detail] - Specific info about a Hadoop cluster
- cluster_
profile str - Profile of the Big Data Service cluster.
- cluster_
public_ strkey - cluster_
version str - Version of the Hadoop distribution.
- compartment_
id str - The OCID of the compartment.
- compute_
only_ Sequence[bigdataservice.worker_ nodes Get Bds Instances Bds Instance Compute Only Worker Node] - created_
by str - The user who created the cluster.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For example,
{"foo-namespace": {"bar-key": "value"}}
- display_
name str - A filter to return only resources that match the entire display name given.
- edge_
nodes Sequence[bigdataservice.Get Bds Instances Bds Instance Edge Node] - Mapping[str, str]
- Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. For example,
{"bar-key": "value"}
- id str
- The OCID of the Big Data Service resource.
- ignore_
existing_ Sequence[str]nodes_ shapes - is_
cloud_ boolsql_ configured - Boolean flag specifying whether or not Cloud SQL should be configured.
- is_
force_ 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 Instances 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 Instances Bds Instance Master Node] - network_
configs Sequence[bigdataservice.Get Bds Instances Bds Instance Network Config] - Additional configuration of the user's network.
- nodes
Sequence[bigdataservice.
Get Bds Instances Bds Instance Node] - The list of nodes in the cluster.
- number_
of_ intnodes - The number of nodes that form the cluster.
- number_
of_ intnodes_ requiring_ maintenance_ reboot - Number of nodes that require a maintenance reboot
- os_
patch_ strversion - 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 Instances Bds Instance Util Node] - worker_
nodes Sequence[bigdataservice.Get Bds Instances Bds Instance Worker Node]
- 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 - A filter to return only resources that match the entire display name given.
- 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>
GetBdsInstancesBdsInstanceCloudSqlDetail
- 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 Instances Bds Instance Cloud Sql Detail Kerberos Detail> - Details about the Kerberos principals.
- Memory
In intGbs - The total amount of memory available to the node, in gigabytes.
- Nvmes int
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- Ocpus int
- The total number of OCPUs available to the node.
- Shape 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 Instances Bds Instance Cloud Sql Detail Kerberos Detail - Details about the Kerberos principals.
- Memory
In intGbs - The total amount of memory available to the node, in gigabytes.
- Nvmes int
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- Ocpus int
- The total number of OCPUs available to the node.
- Shape 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 Instances Bds 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 Instances Bds 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 Instances Bds Instance Cloud Sql Detail Kerberos Detail] - Details about the Kerberos principals.
- memory_
in_ intgbs - The total amount of memory available to the node, in gigabytes.
- nvmes int
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus int
- The total number of OCPUs available to the node.
- shape str
- Shape of the node.
- 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.
GetBdsInstancesBdsInstanceCloudSqlDetailKerberosDetail
- 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.
GetBdsInstancesBdsInstanceClusterDetail
- 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.
GetBdsInstancesBdsInstanceComputeOnlyWorkerNode
- 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 Instances Bds 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 Instances Bds 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 Instances Bds 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 Instances Bds 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 Instances Bds Instance Compute Only Worker Node Shape Config] - subnet_
id str - The OCID of the subnet in which the node is to be created.
- 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.
GetBdsInstancesBdsInstanceComputeOnlyWorkerNodeShapeConfig
- 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.
GetBdsInstancesBdsInstanceEdgeNode
- 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 Instances Bds 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 Instances Bds 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 Instances Bds 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 Instances Bds 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 Instances 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.
GetBdsInstancesBdsInstanceEdgeNodeShapeConfig
- 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.
GetBdsInstancesBdsInstanceKafkaBrokerNode
- 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 Instances Bds 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 Instances Bds 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 Instances Bds 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 Instances Bds 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 Instances 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.
GetBdsInstancesBdsInstanceKafkaBrokerNodeShapeConfig
- 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.
GetBdsInstancesBdsInstanceMasterNode
- 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 Instances Bds 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 Instances Bds 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 Instances Bds 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 Instances Bds 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 Instances 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.
GetBdsInstancesBdsInstanceMasterNodeShapeConfig
- 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.
GetBdsInstancesBdsInstanceNetworkConfig
- 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.
GetBdsInstancesBdsInstanceNode
- Attached
Block List<GetVolumes Bds Instances 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 - A filter to return only resources that match the entire display name given.
- 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 Instances 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 - A filter to return only resources that match the entire display name given.
- 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 Instances 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 - A filter to return only resources that match the entire display name given.
- 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 Instances 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 - A filter to return only resources that match the entire display name given.
- 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 Instances Bds Instance Node Attached Block Volume] - The list of block volumes attached to a given node.
- availability_
domain str - The name of the availability domain in which the node is running.
- display_
name str - A filter to return only resources that match the entire display name given.
- fault_
domain str - The name of the fault domain in which the node is running.
- hostname str
- The fully-qualified hostname (FQDN) of the node.
- image_
id str - The OCID of the image from which the node was created.
- instance_
id str - The OCID of the underlying Oracle Cloud Infrastructure Compute instance.
- ip_
address str - IP address of the node.
- is_
reboot_ boolrequired - Indicates if the node requires a reboot to either reflect the latest os kernel or take actions for maintenance reboot.
- local_
disks_ floattotal_ size_ in_ gbs - The aggregate size of all local disks, in gigabytes. If the instance does not have any local disks, this field is null.
- memory_
in_ intgbs - The total amount of memory available to the node, in gigabytes.
- node_
type str - Cluster node type.
- nvmes int
- The number of NVMe drives to be used for storage. A single drive has 6.8 TB available.
- ocpus int
- The total number of OCPUs available to the node.
- 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 - A filter to return only resources that match the entire display name given.
- 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.
GetBdsInstancesBdsInstanceNodeAttachedBlockVolume
- 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.
GetBdsInstancesBdsInstanceUtilNode
- 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 Instances Bds 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 Instances Bds 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 Instances Bds 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 Instances Bds 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 Instances 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.
GetBdsInstancesBdsInstanceUtilNodeShapeConfig
- 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.
GetBdsInstancesBdsInstanceWorkerNode
- 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 Instances Bds 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 Instances Bds 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 Instances Bds 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 Instances Bds 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 Instances 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.
GetBdsInstancesBdsInstanceWorkerNodeShapeConfig
- 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.
GetBdsInstancesFilter
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.