Viewing docs for Nutanix v0.11.0
published on Monday, Nov 24, 2025 by Piers Karsenbarg
published on Monday, Nov 24, 2025 by Piers Karsenbarg
Viewing docs for Nutanix v0.11.0
published on Monday, Nov 24, 2025 by Piers Karsenbarg
published on Monday, Nov 24, 2025 by Piers Karsenbarg
Describes a database instance in Nutanix Database Service
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as nutanix from "@pierskarsenbarg/nutanix";
const db1 = nutanix.getNdbDatabase({
databaseId: "<sample-id>",
});
export const db1Output = db1;
import pulumi
import pulumi_nutanix as nutanix
db1 = nutanix.get_ndb_database(database_id="<sample-id>")
pulumi.export("db1Output", db1)
package main
import (
"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
db1, err := nutanix.LookupNdbDatabase(ctx, &nutanix.LookupNdbDatabaseArgs{
DatabaseId: "<sample-id>",
}, nil)
if err != nil {
return err
}
ctx.Export("db1Output", db1)
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Nutanix = Pulumi.Nutanix;
return await Deployment.RunAsync(() =>
{
var db1 = Nutanix.GetNdbDatabase.Invoke(new()
{
DatabaseId = "<sample-id>",
});
return new Dictionary<string, object?>
{
["db1Output"] = db1,
};
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.nutanix.NutanixFunctions;
import com.pulumi.nutanix.inputs.GetNdbDatabaseArgs;
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 db1 = NutanixFunctions.getNdbDatabase(GetNdbDatabaseArgs.builder()
.databaseId("<sample-id>")
.build());
ctx.export("db1Output", db1);
}
}
variables:
db1:
fn::invoke:
function: nutanix:getNdbDatabase
arguments:
databaseId: <sample-id>
outputs:
db1Output: ${db1}
Using getNdbDatabase
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 getNdbDatabase(args: GetNdbDatabaseArgs, opts?: InvokeOptions): Promise<GetNdbDatabaseResult>
function getNdbDatabaseOutput(args: GetNdbDatabaseOutputArgs, opts?: InvokeOptions): Output<GetNdbDatabaseResult>def get_ndb_database(database_id: Optional[str] = None,
tags: Optional[Sequence[GetNdbDatabaseTag]] = None,
opts: Optional[InvokeOptions] = None) -> GetNdbDatabaseResult
def get_ndb_database_output(database_id: Optional[pulumi.Input[str]] = None,
tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetNdbDatabaseTagArgs]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetNdbDatabaseResult]func LookupNdbDatabase(ctx *Context, args *LookupNdbDatabaseArgs, opts ...InvokeOption) (*LookupNdbDatabaseResult, error)
func LookupNdbDatabaseOutput(ctx *Context, args *LookupNdbDatabaseOutputArgs, opts ...InvokeOption) LookupNdbDatabaseResultOutput> Note: This function is named LookupNdbDatabase in the Go SDK.
public static class GetNdbDatabase
{
public static Task<GetNdbDatabaseResult> InvokeAsync(GetNdbDatabaseArgs args, InvokeOptions? opts = null)
public static Output<GetNdbDatabaseResult> Invoke(GetNdbDatabaseInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetNdbDatabaseResult> getNdbDatabase(GetNdbDatabaseArgs args, InvokeOptions options)
public static Output<GetNdbDatabaseResult> getNdbDatabase(GetNdbDatabaseArgs args, InvokeOptions options)
fn::invoke:
function: nutanix:index/getNdbDatabase:getNdbDatabase
arguments:
# arguments dictionaryThe following arguments are supported:
- Database
Id string - ID of database instance
-
List<Piers
Karsenbarg. Nutanix. Inputs. Get Ndb Database Tag> - tags attached
- Database
Id string - ID of database instance
-
[]Get
Ndb Database Tag - tags attached
- database
Id String - ID of database instance
-
List<Get
Ndb Database Tag> - tags attached
- database
Id string - ID of database instance
-
Get
Ndb Database Tag[] - tags attached
- database_
id str - ID of database instance
-
Sequence[Get
Ndb Database Tag] - tags attached
- database
Id String - ID of database instance
- List<Property Map>
- tags attached
getNdbDatabase Result
The following output properties are available:
- Clone bool
- if cloned
- Clustered bool
- if clustered or not
- Database
Cluster stringType - Database
Id string - Database
Name string - database instance name
- Database
Nodes List<PiersKarsenbarg. Nutanix. Outputs. Get Ndb Database Database Node> - nodes info
- Databases Dictionary<string, string>
- Date
Created string - creation date
- Date
Modified string - date modified
- Dbserver
Logical Dictionary<string, string>Cluster - NA
- Dbserver
Logical stringCluster Id - NA
- Description string
- description
- Era
Created bool - Id string
- id of database instance
- Infos
List<Piers
Karsenbarg. Nutanix. Outputs. Get Ndb Database Info> - info regarding disks, vm, storage, etc.
- Lcm
Configs List<PiersKarsenbarg. Nutanix. Outputs. Get Ndb Database Lcm Config> - lcm configuration
- Linked
Databases List<PiersKarsenbarg. Nutanix. Outputs. Get Ndb Database Linked Database> - list of databases created in instance with info
- Metric Dictionary<string, string>
- metrics
- Name string
- name of database instance
- Parent
Database stringId - parent database ID
- Properties
List<Piers
Karsenbarg. Nutanix. Outputs. Get Ndb Database Property> - properties
- Status string
- status of database instance
-
List<Piers
Karsenbarg. Nutanix. Outputs. Get Ndb Database Tag> - tags attached
- Time
Machine stringId - time machine ID
- Time
Machines List<PiersKarsenbarg. Nutanix. Outputs. Get Ndb Database Time Machine> - time machine related config info
- Time
Zone string - timezone
- Type string
- database engine type
- Clone bool
- if cloned
- Clustered bool
- if clustered or not
- Database
Cluster stringType - Database
Id string - Database
Name string - database instance name
- Database
Nodes []GetNdb Database Database Node - nodes info
- Databases map[string]string
- Date
Created string - creation date
- Date
Modified string - date modified
- Dbserver
Logical map[string]stringCluster - NA
- Dbserver
Logical stringCluster Id - NA
- Description string
- description
- Era
Created bool - Id string
- id of database instance
- Infos
[]Get
Ndb Database Info - info regarding disks, vm, storage, etc.
- Lcm
Configs []GetNdb Database Lcm Config - lcm configuration
- Linked
Databases []GetNdb Database Linked Database - list of databases created in instance with info
- Metric map[string]string
- metrics
- Name string
- name of database instance
- Parent
Database stringId - parent database ID
- Properties
[]Get
Ndb Database Property - properties
- Status string
- status of database instance
-
[]Get
Ndb Database Tag - tags attached
- Time
Machine stringId - time machine ID
- Time
Machines []GetNdb Database Time Machine - time machine related config info
- Time
Zone string - timezone
- Type string
- database engine type
- clone_ Boolean
- if cloned
- clustered Boolean
- if clustered or not
- database
Cluster StringType - database
Id String - database
Name String - database instance name
- database
Nodes List<GetNdb Database Database Node> - nodes info
- databases Map<String,String>
- date
Created String - creation date
- date
Modified String - date modified
- dbserver
Logical Map<String,String>Cluster - NA
- dbserver
Logical StringCluster Id - NA
- description String
- description
- era
Created Boolean - id String
- id of database instance
- infos
List<Get
Ndb Database Info> - info regarding disks, vm, storage, etc.
- lcm
Configs List<GetNdb Database Lcm Config> - lcm configuration
- linked
Databases List<GetNdb Database Linked Database> - list of databases created in instance with info
- metric Map<String,String>
- metrics
- name String
- name of database instance
- parent
Database StringId - parent database ID
- properties
List<Get
Ndb Database Property> - properties
- status String
- status of database instance
-
List<Get
Ndb Database Tag> - tags attached
- time
Machine StringId - time machine ID
- time
Machines List<GetNdb Database Time Machine> - time machine related config info
- time
Zone String - timezone
- type String
- database engine type
- clone boolean
- if cloned
- clustered boolean
- if clustered or not
- database
Cluster stringType - database
Id string - database
Name string - database instance name
- database
Nodes GetNdb Database Database Node[] - nodes info
- databases {[key: string]: string}
- date
Created string - creation date
- date
Modified string - date modified
- dbserver
Logical {[key: string]: string}Cluster - NA
- dbserver
Logical stringCluster Id - NA
- description string
- description
- era
Created boolean - id string
- id of database instance
- infos
Get
Ndb Database Info[] - info regarding disks, vm, storage, etc.
- lcm
Configs GetNdb Database Lcm Config[] - lcm configuration
- linked
Databases GetNdb Database Linked Database[] - list of databases created in instance with info
- metric {[key: string]: string}
- metrics
- name string
- name of database instance
- parent
Database stringId - parent database ID
- properties
Get
Ndb Database Property[] - properties
- status string
- status of database instance
-
Get
Ndb Database Tag[] - tags attached
- time
Machine stringId - time machine ID
- time
Machines GetNdb Database Time Machine[] - time machine related config info
- time
Zone string - timezone
- type string
- database engine type
- clone bool
- if cloned
- clustered bool
- if clustered or not
- database_
cluster_ strtype - database_
id str - database_
name str - database instance name
- database_
nodes Sequence[GetNdb Database Database Node] - nodes info
- databases Mapping[str, str]
- date_
created str - creation date
- date_
modified str - date modified
- dbserver_
logical_ Mapping[str, str]cluster - NA
- dbserver_
logical_ strcluster_ id - NA
- description str
- description
- era_
created bool - id str
- id of database instance
- infos
Sequence[Get
Ndb Database Info] - info regarding disks, vm, storage, etc.
- lcm_
configs Sequence[GetNdb Database Lcm Config] - lcm configuration
- linked_
databases Sequence[GetNdb Database Linked Database] - list of databases created in instance with info
- metric Mapping[str, str]
- metrics
- name str
- name of database instance
- parent_
database_ strid - parent database ID
- properties
Sequence[Get
Ndb Database Property] - properties
- status str
- status of database instance
-
Sequence[Get
Ndb Database Tag] - tags attached
- time_
machine_ strid - time machine ID
- time_
machines Sequence[GetNdb Database Time Machine] - time machine related config info
- time_
zone str - timezone
- type str
- database engine type
- clone Boolean
- if cloned
- clustered Boolean
- if clustered or not
- database
Cluster StringType - database
Id String - database
Name String - database instance name
- database
Nodes List<Property Map> - nodes info
- databases Map<String>
- date
Created String - creation date
- date
Modified String - date modified
- dbserver
Logical Map<String>Cluster - NA
- dbserver
Logical StringCluster Id - NA
- description String
- description
- era
Created Boolean - id String
- id of database instance
- infos List<Property Map>
- info regarding disks, vm, storage, etc.
- lcm
Configs List<Property Map> - lcm configuration
- linked
Databases List<Property Map> - list of databases created in instance with info
- metric Map<String>
- metrics
- name String
- name of database instance
- parent
Database StringId - parent database ID
- properties List<Property Map>
- properties
- status String
- status of database instance
- List<Property Map>
- tags attached
- time
Machine StringId - time machine ID
- time
Machines List<Property Map> - time machine related config info
- time
Zone String - timezone
- type String
- database engine type
Supporting Types
GetNdbDatabaseDatabaseNode
- Access
Level Dictionary<string, string> - Database
Id string - ID of database instance
- Database
Status string - Date
Created string - creation date
- Date
Modified string - date modified
- Dbserver Dictionary<string, string>
- Dbserver
Id string - Description string
- description
- Id string
- id of database instance
- Infos
List<Piers
Karsenbarg. Nutanix. Inputs. Get Ndb Database Database Node Info> - info regarding disks, vm, storage, etc.
- Name string
- name of database instance
- Primary bool
- Properties
List<Piers
Karsenbarg. Nutanix. Inputs. Get Ndb Database Database Node Property> - properties
- Protection
Domain stringId - Protection
Domains List<PiersKarsenbarg. Nutanix. Inputs. Get Ndb Database Database Node Protection Domain> - Software
Installation stringId - Status string
- status of database instance
-
List<Piers
Karsenbarg. Nutanix. Inputs. Get Ndb Database Database Node Tag> - tags attached
- Access
Level map[string]string - Database
Id string - ID of database instance
- Database
Status string - Date
Created string - creation date
- Date
Modified string - date modified
- Dbserver map[string]string
- Dbserver
Id string - Description string
- description
- Id string
- id of database instance
- Infos
[]Get
Ndb Database Database Node Info - info regarding disks, vm, storage, etc.
- Name string
- name of database instance
- Primary bool
- Properties
[]Get
Ndb Database Database Node Property - properties
- Protection
Domain stringId - Protection
Domains []GetNdb Database Database Node Protection Domain - Software
Installation stringId - Status string
- status of database instance
-
[]Get
Ndb Database Database Node Tag - tags attached
- access
Level Map<String,String> - database
Id String - ID of database instance
- database
Status String - date
Created String - creation date
- date
Modified String - date modified
- dbserver Map<String,String>
- dbserver
Id String - description String
- description
- id String
- id of database instance
- infos
List<Get
Ndb Database Database Node Info> - info regarding disks, vm, storage, etc.
- name String
- name of database instance
- primary Boolean
- properties
List<Get
Ndb Database Database Node Property> - properties
- protection
Domain StringId - protection
Domains List<GetNdb Database Database Node Protection Domain> - software
Installation StringId - status String
- status of database instance
-
List<Get
Ndb Database Database Node Tag> - tags attached
- access
Level {[key: string]: string} - database
Id string - ID of database instance
- database
Status string - date
Created string - creation date
- date
Modified string - date modified
- dbserver {[key: string]: string}
- dbserver
Id string - description string
- description
- id string
- id of database instance
- infos
Get
Ndb Database Database Node Info[] - info regarding disks, vm, storage, etc.
- name string
- name of database instance
- primary boolean
- properties
Get
Ndb Database Database Node Property[] - properties
- protection
Domain stringId - protection
Domains GetNdb Database Database Node Protection Domain[] - software
Installation stringId - status string
- status of database instance
-
Get
Ndb Database Database Node Tag[] - tags attached
- access_
level Mapping[str, str] - database_
id str - ID of database instance
- database_
status str - date_
created str - creation date
- date_
modified str - date modified
- dbserver Mapping[str, str]
- dbserver_
id str - description str
- description
- id str
- id of database instance
- infos
Sequence[Get
Ndb Database Database Node Info] - info regarding disks, vm, storage, etc.
- name str
- name of database instance
- primary bool
- properties
Sequence[Get
Ndb Database Database Node Property] - properties
- protection_
domain_ strid - protection_
domains Sequence[GetNdb Database Database Node Protection Domain] - software_
installation_ strid - status str
- status of database instance
-
Sequence[Get
Ndb Database Database Node Tag] - tags attached
- access
Level Map<String> - database
Id String - ID of database instance
- database
Status String - date
Created String - creation date
- date
Modified String - date modified
- dbserver Map<String>
- dbserver
Id String - description String
- description
- id String
- id of database instance
- infos List<Property Map>
- info regarding disks, vm, storage, etc.
- name String
- name of database instance
- primary Boolean
- properties List<Property Map>
- properties
- protection
Domain StringId - protection
Domains List<Property Map> - software
Installation StringId - status String
- status of database instance
- List<Property Map>
- tags attached
GetNdbDatabaseDatabaseNodeInfo
- Info Dictionary<string, string>
- info regarding disks, vm, storage, etc.
- Secure
Info Dictionary<string, string>
- Info map[string]string
- info regarding disks, vm, storage, etc.
- Secure
Info map[string]string
- info Map<String,String>
- info regarding disks, vm, storage, etc.
- secure
Info Map<String,String>
- info {[key: string]: string}
- info regarding disks, vm, storage, etc.
- secure
Info {[key: string]: string}
- info Mapping[str, str]
- info regarding disks, vm, storage, etc.
- secure_
info Mapping[str, str]
- info Map<String>
- info regarding disks, vm, storage, etc.
- secure
Info Map<String>
GetNdbDatabaseDatabaseNodeProperty
- Description string
- description
- Name string
- name of database instance
- Ref
Id string - Secure bool
- Value string
- Description string
- description
- Name string
- name of database instance
- Ref
Id string - Secure bool
- Value string
- description String
- description
- name String
- name of database instance
- ref
Id String - secure Boolean
- value String
- description string
- description
- name string
- name of database instance
- ref
Id string - secure boolean
- value string
- description str
- description
- name str
- name of database instance
- ref_
id str - secure bool
- value str
- description String
- description
- name String
- name of database instance
- ref
Id String - secure Boolean
- value String
GetNdbDatabaseDatabaseNodeProtectionDomain
- Assoc
Entities List<string> - Cloud
Id string - Date
Created string - creation date
- Date
Modified string - date modified
- Description string
- description
- Era
Created bool - Id string
- id of database instance
- Name string
- name of database instance
- Owner
Id string - Primary
Host string - Properties
List<Piers
Karsenbarg. Nutanix. Inputs. Get Ndb Database Database Node Protection Domain Property> - properties
- Status string
- status of database instance
- Type string
- database engine type
- Assoc
Entities []string - Cloud
Id string - Date
Created string - creation date
- Date
Modified string - date modified
- Description string
- description
- Era
Created bool - Id string
- id of database instance
- Name string
- name of database instance
- Owner
Id string - Primary
Host string - Properties
[]Get
Ndb Database Database Node Protection Domain Property - properties
- Status string
- status of database instance
- Type string
- database engine type
- assoc
Entities List<String> - cloud
Id String - date
Created String - creation date
- date
Modified String - date modified
- description String
- description
- era
Created Boolean - id String
- id of database instance
- name String
- name of database instance
- owner
Id String - primary
Host String - properties
List<Get
Ndb Database Database Node Protection Domain Property> - properties
- status String
- status of database instance
- type String
- database engine type
- assoc
Entities string[] - cloud
Id string - date
Created string - creation date
- date
Modified string - date modified
- description string
- description
- era
Created boolean - id string
- id of database instance
- name string
- name of database instance
- owner
Id string - primary
Host string - properties
Get
Ndb Database Database Node Protection Domain Property[] - properties
- status string
- status of database instance
- type string
- database engine type
- assoc_
entities Sequence[str] - cloud_
id str - date_
created str - creation date
- date_
modified str - date modified
- description str
- description
- era_
created bool - id str
- id of database instance
- name str
- name of database instance
- owner_
id str - primary_
host str - properties
Sequence[Get
Ndb Database Database Node Protection Domain Property] - properties
- status str
- status of database instance
- type str
- database engine type
- assoc
Entities List<String> - cloud
Id String - date
Created String - creation date
- date
Modified String - date modified
- description String
- description
- era
Created Boolean - id String
- id of database instance
- name String
- name of database instance
- owner
Id String - primary
Host String - properties List<Property Map>
- properties
- status String
- status of database instance
- type String
- database engine type
GetNdbDatabaseDatabaseNodeProtectionDomainProperty
- Description string
- description
- Name string
- name of database instance
- Ref
Id string - Secure bool
- Value string
- Description string
- description
- Name string
- name of database instance
- Ref
Id string - Secure bool
- Value string
- description String
- description
- name String
- name of database instance
- ref
Id String - secure Boolean
- value String
- description string
- description
- name string
- name of database instance
- ref
Id string - secure boolean
- value string
- description str
- description
- name str
- name of database instance
- ref_
id str - secure bool
- value str
- description String
- description
- name String
- name of database instance
- ref
Id String - secure Boolean
- value String
GetNdbDatabaseDatabaseNodeTag
- Entity
Id string - Entity
Type string - Tag
Id string - Tag
Name string - Value string
- Entity
Id string - Entity
Type string - Tag
Id string - Tag
Name string - Value string
- entity
Id String - entity
Type String - tag
Id String - tag
Name String - value String
- entity
Id string - entity
Type string - tag
Id string - tag
Name string - value string
- entity_
id str - entity_
type str - tag_
id str - tag_
name str - value str
- entity
Id String - entity
Type String - tag
Id String - tag
Name String - value String
GetNdbDatabaseInfo
- Bpg
Configs List<PiersKarsenbarg. Nutanix. Inputs. Get Ndb Database Info Bpg Config> - Secure
Info Dictionary<string, string>
- Bpg
Configs []GetNdb Database Info Bpg Config - Secure
Info map[string]string
- bpg
Configs List<GetNdb Database Info Bpg Config> - secure
Info Map<String,String>
- bpg
Configs GetNdb Database Info Bpg Config[] - secure
Info {[key: string]: string}
- bpg_
configs Sequence[GetNdb Database Info Bpg Config] - secure_
info Mapping[str, str]
- bpg
Configs List<Property Map> - secure
Info Map<String>
GetNdbDatabaseInfoBpgConfig
GetNdbDatabaseInfoBpgConfigBpgDbParam
- Effective
Cache stringSize - Maintenance
Work stringMem - Max
Parallel stringWorkers Per Gather - Max
Worker stringProcesses - string
- Work
Mem string
- Effective
Cache stringSize - Maintenance
Work stringMem - Max
Parallel stringWorkers Per Gather - Max
Worker stringProcesses - string
- Work
Mem string
- effective
Cache StringSize - maintenance
Work StringMem - max
Parallel StringWorkers Per Gather - max
Worker StringProcesses - String
- work
Mem String
- effective
Cache stringSize - maintenance
Work stringMem - max
Parallel stringWorkers Per Gather - max
Worker stringProcesses - string
- work
Mem string
- effective
Cache StringSize - maintenance
Work StringMem - max
Parallel StringWorkers Per Gather - max
Worker StringProcesses - String
- work
Mem String
GetNdbDatabaseInfoBpgConfigStorage
GetNdbDatabaseInfoBpgConfigStorageArchiveStorage
- Size double
- Size float64
- size Double
- size number
- size float
- size Number
GetNdbDatabaseInfoBpgConfigStorageDataDisk
- Count double
- Count float64
- count Double
- count number
- count float
- count Number
GetNdbDatabaseInfoBpgConfigStorageLogDisk
GetNdbDatabaseInfoBpgConfigVmProperty
- Dirty
Background doubleRatio - Dirty
Expire doubleCentisecs - Dirty
Ratio double - Dirty
Writeback doubleCentisecs - Nr
Hugepages double - Overcommit
Memory double - Swappiness double
- Dirty
Background float64Ratio - Dirty
Expire float64Centisecs - Dirty
Ratio float64 - Dirty
Writeback float64Centisecs - Nr
Hugepages float64 - Overcommit
Memory float64 - Swappiness float64
- dirty
Background DoubleRatio - dirty
Expire DoubleCentisecs - dirty
Ratio Double - dirty
Writeback DoubleCentisecs - nr
Hugepages Double - overcommit
Memory Double - swappiness Double
- dirty
Background numberRatio - dirty
Expire numberCentisecs - dirty
Ratio number - dirty
Writeback numberCentisecs - nr
Hugepages number - overcommit
Memory number - swappiness number
- dirty_
background_ floatratio - dirty_
expire_ floatcentisecs - dirty_
ratio float - dirty_
writeback_ floatcentisecs - nr_
hugepages float - overcommit_
memory float - swappiness float
- dirty
Background NumberRatio - dirty
Expire NumberCentisecs - dirty
Ratio Number - dirty
Writeback NumberCentisecs - nr
Hugepages Number - overcommit
Memory Number - swappiness Number
GetNdbDatabaseLcmConfig
- Expiry
Details List<PiersKarsenbarg. Nutanix. Inputs. Get Ndb Database Lcm Config Expiry Detail> - Post
Delete List<PiersCommands Karsenbarg. Nutanix. Inputs. Get Ndb Database Lcm Config Post Delete Command> - Pre
Delete List<PiersCommands Karsenbarg. Nutanix. Inputs. Get Ndb Database Lcm Config Pre Delete Command> - Refresh
Details List<PiersKarsenbarg. Nutanix. Inputs. Get Ndb Database Lcm Config Refresh Detail>
GetNdbDatabaseLcmConfigExpiryDetail
- Delete
Database bool - Delete
Time boolMachine - Delete
Vm bool - Effective
Timestamp string - Expire
In intDays - Expiry
Date stringTimezone - Expiry
Timestamp string - Remind
Before intIn Days - User
Created bool
- Delete
Database bool - Delete
Time boolMachine - Delete
Vm bool - Effective
Timestamp string - Expire
In intDays - Expiry
Date stringTimezone - Expiry
Timestamp string - Remind
Before intIn Days - User
Created bool
- delete
Database Boolean - delete
Time BooleanMachine - delete
Vm Boolean - effective
Timestamp String - expire
In IntegerDays - expiry
Date StringTimezone - expiry
Timestamp String - remind
Before IntegerIn Days - user
Created Boolean
- delete
Database boolean - delete
Time booleanMachine - delete
Vm boolean - effective
Timestamp string - expire
In numberDays - expiry
Date stringTimezone - expiry
Timestamp string - remind
Before numberIn Days - user
Created boolean
- delete_
database bool - delete_
time_ boolmachine - delete_
vm bool - effective_
timestamp str - expire_
in_ intdays - expiry_
date_ strtimezone - expiry_
timestamp str - remind_
before_ intin_ days - user_
created bool
- delete
Database Boolean - delete
Time BooleanMachine - delete
Vm Boolean - effective
Timestamp String - expire
In NumberDays - expiry
Date StringTimezone - expiry
Timestamp String - remind
Before NumberIn Days - user
Created Boolean
GetNdbDatabaseLcmConfigPostDeleteCommand
- Command string
- Command string
- command String
- command string
- command str
- command String
GetNdbDatabaseLcmConfigPreDeleteCommand
- Command string
- Command string
- command String
- command string
- command str
- command String
GetNdbDatabaseLcmConfigRefreshDetail
- Last
Refresh stringDate - Next
Refresh stringDate - Refresh
Date stringTimezone - Refresh
In intDays - Refresh
In intHours - Refresh
In intMonths - Refresh
Time string
- Last
Refresh stringDate - Next
Refresh stringDate - Refresh
Date stringTimezone - Refresh
In intDays - Refresh
In intHours - Refresh
In intMonths - Refresh
Time string
- last
Refresh StringDate - next
Refresh StringDate - refresh
Date StringTimezone - refresh
In IntegerDays - refresh
In IntegerHours - refresh
In IntegerMonths - refresh
Time String
- last
Refresh stringDate - next
Refresh stringDate - refresh
Date stringTimezone - refresh
In numberDays - refresh
In numberHours - refresh
In numberMonths - refresh
Time string
- last
Refresh StringDate - next
Refresh StringDate - refresh
Date StringTimezone - refresh
In NumberDays - refresh
In NumberHours - refresh
In NumberMonths - refresh
Time String
GetNdbDatabaseLinkedDatabase
- Database
Name string - database instance name
- Database
Status string - Date
Created string - creation date
- Date
Modified string - date modified
- Description string
- description
- Id string
- id of database instance
- Infos
List<Piers
Karsenbarg. Nutanix. Inputs. Get Ndb Database Linked Database Info> - info regarding disks, vm, storage, etc.
- Metric Dictionary<string, string>
- metrics
- Name string
- name of database instance
- Parent
Database stringId - parent database ID
- Parent
Linked stringDatabase Id - Snapshot
Id string - Status string
- status of database instance
- Timezone string
- Database
Name string - database instance name
- Database
Status string - Date
Created string - creation date
- Date
Modified string - date modified
- Description string
- description
- Id string
- id of database instance
- Infos
[]Get
Ndb Database Linked Database Info - info regarding disks, vm, storage, etc.
- Metric map[string]string
- metrics
- Name string
- name of database instance
- Parent
Database stringId - parent database ID
- Parent
Linked stringDatabase Id - Snapshot
Id string - Status string
- status of database instance
- Timezone string
- database
Name String - database instance name
- database
Status String - date
Created String - creation date
- date
Modified String - date modified
- description String
- description
- id String
- id of database instance
- infos
List<Get
Ndb Database Linked Database Info> - info regarding disks, vm, storage, etc.
- metric Map<String,String>
- metrics
- name String
- name of database instance
- parent
Database StringId - parent database ID
- parent
Linked StringDatabase Id - snapshot
Id String - status String
- status of database instance
- timezone String
- database
Name string - database instance name
- database
Status string - date
Created string - creation date
- date
Modified string - date modified
- description string
- description
- id string
- id of database instance
- infos
Get
Ndb Database Linked Database Info[] - info regarding disks, vm, storage, etc.
- metric {[key: string]: string}
- metrics
- name string
- name of database instance
- parent
Database stringId - parent database ID
- parent
Linked stringDatabase Id - snapshot
Id string - status string
- status of database instance
- timezone string
- database_
name str - database instance name
- database_
status str - date_
created str - creation date
- date_
modified str - date modified
- description str
- description
- id str
- id of database instance
- infos
Sequence[Get
Ndb Database Linked Database Info] - info regarding disks, vm, storage, etc.
- metric Mapping[str, str]
- metrics
- name str
- name of database instance
- parent_
database_ strid - parent database ID
- parent_
linked_ strdatabase_ id - snapshot_
id str - status str
- status of database instance
- timezone str
- database
Name String - database instance name
- database
Status String - date
Created String - creation date
- date
Modified String - date modified
- description String
- description
- id String
- id of database instance
- infos List<Property Map>
- info regarding disks, vm, storage, etc.
- metric Map<String>
- metrics
- name String
- name of database instance
- parent
Database StringId - parent database ID
- parent
Linked StringDatabase Id - snapshot
Id String - status String
- status of database instance
- timezone String
GetNdbDatabaseLinkedDatabaseInfo
- Info Dictionary<string, string>
- info regarding disks, vm, storage, etc.
- Secure
Info Dictionary<string, string>
- Info map[string]string
- info regarding disks, vm, storage, etc.
- Secure
Info map[string]string
- info Map<String,String>
- info regarding disks, vm, storage, etc.
- secure
Info Map<String,String>
- info {[key: string]: string}
- info regarding disks, vm, storage, etc.
- secure
Info {[key: string]: string}
- info Mapping[str, str]
- info regarding disks, vm, storage, etc.
- secure_
info Mapping[str, str]
- info Map<String>
- info regarding disks, vm, storage, etc.
- secure
Info Map<String>
GetNdbDatabaseProperty
- Description string
- description
- Name string
- name of database instance
- Ref
Id string - Secure bool
- Value string
- Description string
- description
- Name string
- name of database instance
- Ref
Id string - Secure bool
- Value string
- description String
- description
- name String
- name of database instance
- ref
Id String - secure Boolean
- value String
- description string
- description
- name string
- name of database instance
- ref
Id string - secure boolean
- value string
- description str
- description
- name str
- name of database instance
- ref_
id str - secure bool
- value str
- description String
- description
- name String
- name of database instance
- ref
Id String - secure Boolean
- value String
GetNdbDatabaseTag
- Entity
Id string - Entity
Type string - Tag
Id string - Tag
Name string - Value string
- Entity
Id string - Entity
Type string - Tag
Id string - Tag
Name string - Value string
- entity
Id String - entity
Type String - tag
Id String - tag
Name String - value String
- entity
Id string - entity
Type string - tag
Id string - tag
Name string - value string
- entity_
id str - entity_
type str - tag_
id str - tag_
name str - value str
- entity
Id String - entity
Type String - tag
Id String - tag
Name String - value String
GetNdbDatabaseTimeMachine
- Access
Level string - Clone bool
- if cloned
- Clones string
- Clustered bool
- if clustered or not
- Database string
- Database
Id string - ID of database instance
- Date
Created string - creation date
- Date
Modified string - date modified
- Description string
- description
- Ea
Status string - Id string
- id of database instance
- Metric string
- metrics
- Name string
- name of database instance
- Properties
List<Piers
Karsenbarg. Nutanix. Inputs. Get Ndb Database Time Machine Property> - properties
- Schedule
Id string - Schedules
List<Piers
Karsenbarg. Nutanix. Inputs. Get Ndb Database Time Machine Schedule> - Scope string
- Sla
Id string - Sla
Update boolIn Progress - Sla
Update stringMetadata - Slas
List<Piers
Karsenbarg. Nutanix. Inputs. Get Ndb Database Time Machine Sla> - Source
Nx List<string>Clusters - Status string
- status of database instance
-
List<Piers
Karsenbarg. Nutanix. Inputs. Get Ndb Database Time Machine Tag> - tags attached
- Type string
- database engine type
- Access
Level string - Clone bool
- if cloned
- Clones string
- Clustered bool
- if clustered or not
- Database string
- Database
Id string - ID of database instance
- Date
Created string - creation date
- Date
Modified string - date modified
- Description string
- description
- Ea
Status string - Id string
- id of database instance
- Metric string
- metrics
- Name string
- name of database instance
- Properties
[]Get
Ndb Database Time Machine Property - properties
- Schedule
Id string - Schedules
[]Get
Ndb Database Time Machine Schedule - Scope string
- Sla
Id string - Sla
Update boolIn Progress - Sla
Update stringMetadata - Slas
[]Get
Ndb Database Time Machine Sla - Source
Nx []stringClusters - Status string
- status of database instance
-
[]Get
Ndb Database Time Machine Tag - tags attached
- Type string
- database engine type
- access
Level String - clone_ Boolean
- if cloned
- clones String
- clustered Boolean
- if clustered or not
- database String
- database
Id String - ID of database instance
- date
Created String - creation date
- date
Modified String - date modified
- description String
- description
- ea
Status String - id String
- id of database instance
- metric String
- metrics
- name String
- name of database instance
- properties
List<Get
Ndb Database Time Machine Property> - properties
- schedule
Id String - schedules
List<Get
Ndb Database Time Machine Schedule> - scope String
- sla
Id String - sla
Update BooleanIn Progress - sla
Update StringMetadata - slas
List<Get
Ndb Database Time Machine Sla> - source
Nx List<String>Clusters - status String
- status of database instance
-
List<Get
Ndb Database Time Machine Tag> - tags attached
- type String
- database engine type
- access
Level string - clone boolean
- if cloned
- clones string
- clustered boolean
- if clustered or not
- database string
- database
Id string - ID of database instance
- date
Created string - creation date
- date
Modified string - date modified
- description string
- description
- ea
Status string - id string
- id of database instance
- metric string
- metrics
- name string
- name of database instance
- properties
Get
Ndb Database Time Machine Property[] - properties
- schedule
Id string - schedules
Get
Ndb Database Time Machine Schedule[] - scope string
- sla
Id string - sla
Update booleanIn Progress - sla
Update stringMetadata - slas
Get
Ndb Database Time Machine Sla[] - source
Nx string[]Clusters - status string
- status of database instance
-
Get
Ndb Database Time Machine Tag[] - tags attached
- type string
- database engine type
- access_
level str - clone bool
- if cloned
- clones str
- clustered bool
- if clustered or not
- database str
- database_
id str - ID of database instance
- date_
created str - creation date
- date_
modified str - date modified
- description str
- description
- ea_
status str - id str
- id of database instance
- metric str
- metrics
- name str
- name of database instance
- properties
Sequence[Get
Ndb Database Time Machine Property] - properties
- schedule_
id str - schedules
Sequence[Get
Ndb Database Time Machine Schedule] - scope str
- sla_
id str - sla_
update_ boolin_ progress - sla_
update_ strmetadata - slas
Sequence[Get
Ndb Database Time Machine Sla] - source_
nx_ Sequence[str]clusters - status str
- status of database instance
-
Sequence[Get
Ndb Database Time Machine Tag] - tags attached
- type str
- database engine type
- access
Level String - clone Boolean
- if cloned
- clones String
- clustered Boolean
- if clustered or not
- database String
- database
Id String - ID of database instance
- date
Created String - creation date
- date
Modified String - date modified
- description String
- description
- ea
Status String - id String
- id of database instance
- metric String
- metrics
- name String
- name of database instance
- properties List<Property Map>
- properties
- schedule
Id String - schedules List<Property Map>
- scope String
- sla
Id String - sla
Update BooleanIn Progress - sla
Update StringMetadata - slas List<Property Map>
- source
Nx List<String>Clusters - status String
- status of database instance
- List<Property Map>
- tags attached
- type String
- database engine type
GetNdbDatabaseTimeMachineProperty
- Description string
- description
- Name string
- name of database instance
- Ref
Id string - Secure bool
- Value string
- Description string
- description
- Name string
- name of database instance
- Ref
Id string - Secure bool
- Value string
- description String
- description
- name String
- name of database instance
- ref
Id String - secure Boolean
- value String
- description string
- description
- name string
- name of database instance
- ref
Id string - secure boolean
- value string
- description str
- description
- name str
- name of database instance
- ref_
id str - secure bool
- value str
- description String
- description
- name String
- name of database instance
- ref
Id String - secure Boolean
- value String
GetNdbDatabaseTimeMachineSchedule
- Continuous
Schedules List<PiersKarsenbarg. Nutanix. Inputs. Get Ndb Database Time Machine Schedule Continuous Schedule> - Daily
Schedules List<PiersKarsenbarg. Nutanix. Inputs. Get Ndb Database Time Machine Schedule Daily Schedule> - Date
Created string - creation date
- Date
Modified string - date modified
- Description string
- description
- Global
Policy bool - Id string
- id of database instance
- Monthly
Schedules List<PiersKarsenbarg. Nutanix. Inputs. Get Ndb Database Time Machine Schedule Monthly Schedule> - Name string
- name of database instance
- Owner
Id string - Quartely
Schedules List<PiersKarsenbarg. Nutanix. Inputs. Get Ndb Database Time Machine Schedule Quartely Schedule> - Reference
Count int - Snapshot
Time List<PiersOf Days Karsenbarg. Nutanix. Inputs. Get Ndb Database Time Machine Schedule Snapshot Time Of Day> - Start
Time string - System
Policy bool - Time
Zone string - timezone
- Unique
Name string - Weekly
Schedules List<PiersKarsenbarg. Nutanix. Inputs. Get Ndb Database Time Machine Schedule Weekly Schedule> - Yearly
Schedules List<PiersKarsenbarg. Nutanix. Inputs. Get Ndb Database Time Machine Schedule Yearly Schedule>
- Continuous
Schedules []GetNdb Database Time Machine Schedule Continuous Schedule - Daily
Schedules []GetNdb Database Time Machine Schedule Daily Schedule - Date
Created string - creation date
- Date
Modified string - date modified
- Description string
- description
- Global
Policy bool - Id string
- id of database instance
- Monthly
Schedules []GetNdb Database Time Machine Schedule Monthly Schedule - Name string
- name of database instance
- Owner
Id string - Quartely
Schedules []GetNdb Database Time Machine Schedule Quartely Schedule - Reference
Count int - Snapshot
Time []GetOf Days Ndb Database Time Machine Schedule Snapshot Time Of Day - Start
Time string - System
Policy bool - Time
Zone string - timezone
- Unique
Name string - Weekly
Schedules []GetNdb Database Time Machine Schedule Weekly Schedule - Yearly
Schedules []GetNdb Database Time Machine Schedule Yearly Schedule
- continuous
Schedules List<GetNdb Database Time Machine Schedule Continuous Schedule> - daily
Schedules List<GetNdb Database Time Machine Schedule Daily Schedule> - date
Created String - creation date
- date
Modified String - date modified
- description String
- description
- global
Policy Boolean - id String
- id of database instance
- monthly
Schedules List<GetNdb Database Time Machine Schedule Monthly Schedule> - name String
- name of database instance
- owner
Id String - quartely
Schedules List<GetNdb Database Time Machine Schedule Quartely Schedule> - reference
Count Integer - snapshot
Time List<GetOf Days Ndb Database Time Machine Schedule Snapshot Time Of Day> - start
Time String - system
Policy Boolean - time
Zone String - timezone
- unique
Name String - weekly
Schedules List<GetNdb Database Time Machine Schedule Weekly Schedule> - yearly
Schedules List<GetNdb Database Time Machine Schedule Yearly Schedule>
- continuous
Schedules GetNdb Database Time Machine Schedule Continuous Schedule[] - daily
Schedules GetNdb Database Time Machine Schedule Daily Schedule[] - date
Created string - creation date
- date
Modified string - date modified
- description string
- description
- global
Policy boolean - id string
- id of database instance
- monthly
Schedules GetNdb Database Time Machine Schedule Monthly Schedule[] - name string
- name of database instance
- owner
Id string - quartely
Schedules GetNdb Database Time Machine Schedule Quartely Schedule[] - reference
Count number - snapshot
Time GetOf Days Ndb Database Time Machine Schedule Snapshot Time Of Day[] - start
Time string - system
Policy boolean - time
Zone string - timezone
- unique
Name string - weekly
Schedules GetNdb Database Time Machine Schedule Weekly Schedule[] - yearly
Schedules GetNdb Database Time Machine Schedule Yearly Schedule[]
- continuous_
schedules Sequence[GetNdb Database Time Machine Schedule Continuous Schedule] - daily_
schedules Sequence[GetNdb Database Time Machine Schedule Daily Schedule] - date_
created str - creation date
- date_
modified str - date modified
- description str
- description
- global_
policy bool - id str
- id of database instance
- monthly_
schedules Sequence[GetNdb Database Time Machine Schedule Monthly Schedule] - name str
- name of database instance
- owner_
id str - quartely_
schedules Sequence[GetNdb Database Time Machine Schedule Quartely Schedule] - reference_
count int - snapshot_
time_ Sequence[Getof_ days Ndb Database Time Machine Schedule Snapshot Time Of Day] - start_
time str - system_
policy bool - time_
zone str - timezone
- unique_
name str - weekly_
schedules Sequence[GetNdb Database Time Machine Schedule Weekly Schedule] - yearly_
schedules Sequence[GetNdb Database Time Machine Schedule Yearly Schedule]
- continuous
Schedules List<Property Map> - daily
Schedules List<Property Map> - date
Created String - creation date
- date
Modified String - date modified
- description String
- description
- global
Policy Boolean - id String
- id of database instance
- monthly
Schedules List<Property Map> - name String
- name of database instance
- owner
Id String - quartely
Schedules List<Property Map> - reference
Count Number - snapshot
Time List<Property Map>Of Days - start
Time String - system
Policy Boolean - time
Zone String - timezone
- unique
Name String - weekly
Schedules List<Property Map> - yearly
Schedules List<Property Map>
GetNdbDatabaseTimeMachineScheduleContinuousSchedule
- Enabled bool
- Log
Backup intInterval - Snapshots
Per intDay
- Enabled bool
- Log
Backup intInterval - Snapshots
Per intDay
- enabled Boolean
- log
Backup IntegerInterval - snapshots
Per IntegerDay
- enabled boolean
- log
Backup numberInterval - snapshots
Per numberDay
- enabled bool
- log_
backup_ intinterval - snapshots_
per_ intday
- enabled Boolean
- log
Backup NumberInterval - snapshots
Per NumberDay
GetNdbDatabaseTimeMachineScheduleDailySchedule
- Enabled bool
- Enabled bool
- enabled Boolean
- enabled boolean
- enabled bool
- enabled Boolean
GetNdbDatabaseTimeMachineScheduleMonthlySchedule
- Day
Of intMonth - Enabled bool
- Day
Of intMonth - Enabled bool
- day
Of IntegerMonth - enabled Boolean
- day
Of numberMonth - enabled boolean
- day_
of_ intmonth - enabled bool
- day
Of NumberMonth - enabled Boolean
GetNdbDatabaseTimeMachineScheduleQuartelySchedule
- Day
Of intMonth - Enabled bool
- Start
Month string - Start
Month stringValue
- Day
Of intMonth - Enabled bool
- Start
Month string - Start
Month stringValue
- day
Of IntegerMonth - enabled Boolean
- start
Month String - start
Month StringValue
- day
Of numberMonth - enabled boolean
- start
Month string - start
Month stringValue
- day_
of_ intmonth - enabled bool
- start_
month str - start_
month_ strvalue
- day
Of NumberMonth - enabled Boolean
- start
Month String - start
Month StringValue
GetNdbDatabaseTimeMachineScheduleSnapshotTimeOfDay
GetNdbDatabaseTimeMachineScheduleWeeklySchedule
- Day
Of stringWeek - Day
Of stringWeek Value - Enabled bool
- Day
Of stringWeek - Day
Of stringWeek Value - Enabled bool
- day
Of StringWeek - day
Of StringWeek Value - enabled Boolean
- day
Of stringWeek - day
Of stringWeek Value - enabled boolean
- day_
of_ strweek - day_
of_ strweek_ value - enabled bool
- day
Of StringWeek - day
Of StringWeek Value - enabled Boolean
GetNdbDatabaseTimeMachineScheduleYearlySchedule
- Day
Of intMonth - Enabled bool
- Month string
- Month
Value string
- Day
Of intMonth - Enabled bool
- Month string
- Month
Value string
- day
Of IntegerMonth - enabled Boolean
- month String
- month
Value String
- day
Of numberMonth - enabled boolean
- month string
- month
Value string
- day_
of_ intmonth - enabled bool
- month str
- month_
value str
- day
Of NumberMonth - enabled Boolean
- month String
- month
Value String
GetNdbDatabaseTimeMachineSla
- Continuous
Retention int - Current
Active stringFrequency - Daily
Retention int - Date
Created string - creation date
- Date
Modified string - date modified
- Description string
- description
- Id string
- id of database instance
- Monthly
Retention int - Name string
- name of database instance
- Owner
Id string - Pitr
Enabled bool - Quarterly
Retention int - Reference
Count int - System
Sla bool - Unique
Name string - Weekly
Retention int - Yearly
Retention int
- Continuous
Retention int - Current
Active stringFrequency - Daily
Retention int - Date
Created string - creation date
- Date
Modified string - date modified
- Description string
- description
- Id string
- id of database instance
- Monthly
Retention int - Name string
- name of database instance
- Owner
Id string - Pitr
Enabled bool - Quarterly
Retention int - Reference
Count int - System
Sla bool - Unique
Name string - Weekly
Retention int - Yearly
Retention int
- continuous
Retention Integer - current
Active StringFrequency - daily
Retention Integer - date
Created String - creation date
- date
Modified String - date modified
- description String
- description
- id String
- id of database instance
- monthly
Retention Integer - name String
- name of database instance
- owner
Id String - pitr
Enabled Boolean - quarterly
Retention Integer - reference
Count Integer - system
Sla Boolean - unique
Name String - weekly
Retention Integer - yearly
Retention Integer
- continuous
Retention number - current
Active stringFrequency - daily
Retention number - date
Created string - creation date
- date
Modified string - date modified
- description string
- description
- id string
- id of database instance
- monthly
Retention number - name string
- name of database instance
- owner
Id string - pitr
Enabled boolean - quarterly
Retention number - reference
Count number - system
Sla boolean - unique
Name string - weekly
Retention number - yearly
Retention number
- continuous_
retention int - current_
active_ strfrequency - daily_
retention int - date_
created str - creation date
- date_
modified str - date modified
- description str
- description
- id str
- id of database instance
- monthly_
retention int - name str
- name of database instance
- owner_
id str - pitr_
enabled bool - quarterly_
retention int - reference_
count int - system_
sla bool - unique_
name str - weekly_
retention int - yearly_
retention int
- continuous
Retention Number - current
Active StringFrequency - daily
Retention Number - date
Created String - creation date
- date
Modified String - date modified
- description String
- description
- id String
- id of database instance
- monthly
Retention Number - name String
- name of database instance
- owner
Id String - pitr
Enabled Boolean - quarterly
Retention Number - reference
Count Number - system
Sla Boolean - unique
Name String - weekly
Retention Number - yearly
Retention Number
GetNdbDatabaseTimeMachineTag
- Entity
Id string - Entity
Type string - Tag
Id string - Tag
Name string - Value string
- Entity
Id string - Entity
Type string - Tag
Id string - Tag
Name string - Value string
- entity
Id String - entity
Type String - tag
Id String - tag
Name String - value String
- entity
Id string - entity
Type string - tag
Id string - tag
Name string - value string
- entity_
id str - entity_
type str - tag_
id str - tag_
name str - value str
- entity
Id String - entity
Type String - tag
Id String - tag
Name String - value String
Package Details
- Repository
- nutanix pierskarsenbarg/pulumi-nutanix
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
nutanixTerraform Provider.
Viewing docs for Nutanix v0.11.0
published on Monday, Nov 24, 2025 by Piers Karsenbarg
published on Monday, Nov 24, 2025 by Piers Karsenbarg
