Nutanix v0.5.0 published on Monday, Nov 4, 2024 by Piers Karsenbarg
nutanix.getNdbDatabases
Explore with Pulumi AI
List all database instances in Nutanix Database Service
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as nutanix from "@pulumi/nutanix";
const dbs = nutanix.getNdbDatabases({});
export const dbsOutput = dbs;
import pulumi
import pulumi_nutanix as nutanix
dbs = nutanix.get_ndb_databases()
pulumi.export("dbsOutput", dbs)
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 {
dbs, err := nutanix.GetNdbDatabases(ctx, &nutanix.GetNdbDatabasesArgs{}, nil)
if err != nil {
return err
}
ctx.Export("dbsOutput", dbs)
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Nutanix = Pulumi.Nutanix;
return await Deployment.RunAsync(() =>
{
var dbs = Nutanix.GetNdbDatabases.Invoke();
return new Dictionary<string, object?>
{
["dbsOutput"] = dbs,
};
});
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.GetNdbDatabasesArgs;
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 dbs = NutanixFunctions.getNdbDatabases();
ctx.export("dbsOutput", dbs.applyValue(getNdbDatabasesResult -> getNdbDatabasesResult));
}
}
variables:
dbs:
fn::invoke:
Function: nutanix:getNdbDatabases
Arguments: {}
outputs:
dbsOutput: ${dbs}
database_instances
The following attributes are exported for each database_instances:
id
: - id of database instancename
: - name of database instancedescription
: - descriptiondate_created
: - creation datedate_modified
: - date modifiedproperties
: - propertiestags
: - tags attachedclustered
: - if clustered or notclone
: - if cloneddatabase_name
: - database instance nametype
: - database engine typestatus
: - status of database instancedbserver_logical_cluster_id
: - NAtime_machine_id
: - time machine IDtime_zone
: - timezoneinfo
: - info regarding disks, vm, storage, etc.metric
: - metricsparent_database_id
: - parent database IDlcm_config
: - lcm configurationtime_machine
: - time machine related config infodatabase_nodes
: - nodes infodbserver_logical_cluster
: - NAlinked_databases
: - list of databases created in instance with info
See detailed information in List Database Instances.
Using getNdbDatabases
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 getNdbDatabases(args: GetNdbDatabasesArgs, opts?: InvokeOptions): Promise<GetNdbDatabasesResult>
function getNdbDatabasesOutput(args: GetNdbDatabasesOutputArgs, opts?: InvokeOptions): Output<GetNdbDatabasesResult>
def get_ndb_databases(database_type: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetNdbDatabasesResult
def get_ndb_databases_output(database_type: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetNdbDatabasesResult]
func GetNdbDatabases(ctx *Context, args *GetNdbDatabasesArgs, opts ...InvokeOption) (*GetNdbDatabasesResult, error)
func GetNdbDatabasesOutput(ctx *Context, args *GetNdbDatabasesOutputArgs, opts ...InvokeOption) GetNdbDatabasesResultOutput
> Note: This function is named GetNdbDatabases
in the Go SDK.
public static class GetNdbDatabases
{
public static Task<GetNdbDatabasesResult> InvokeAsync(GetNdbDatabasesArgs args, InvokeOptions? opts = null)
public static Output<GetNdbDatabasesResult> Invoke(GetNdbDatabasesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetNdbDatabasesResult> getNdbDatabases(GetNdbDatabasesArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: nutanix:index/getNdbDatabases:getNdbDatabases
arguments:
# arguments dictionary
The following arguments are supported:
- Database
Type string
- Database
Type string
- database
Type String
- database
Type string
- database_
type str
- database
Type String
getNdbDatabases Result
The following output properties are available:
- Database
Instances List<PiersKarsenbarg. Nutanix. Outputs. Get Ndb Databases Database Instance> - list of database instances
- Id string
- The provider-assigned unique ID for this managed resource.
- Database
Type string
- Database
Instances []GetNdb Databases Database Instance - list of database instances
- Id string
- The provider-assigned unique ID for this managed resource.
- Database
Type string
- database
Instances List<GetNdb Databases Database Instance> - list of database instances
- id String
- The provider-assigned unique ID for this managed resource.
- database
Type String
- database
Instances GetNdb Databases Database Instance[] - list of database instances
- id string
- The provider-assigned unique ID for this managed resource.
- database
Type string
- database_
instances Sequence[GetNdb Databases Database Instance] - list of database instances
- id str
- The provider-assigned unique ID for this managed resource.
- database_
type str
- database
Instances List<Property Map> - list of database instances
- id String
- The provider-assigned unique ID for this managed resource.
- database
Type String
Supporting Types
GetNdbDatabasesDatabaseInstance
- Clone bool
- Clustered bool
- Database
Cluster stringType - Database
Name string - Database
Nodes List<PiersKarsenbarg. Nutanix. Inputs. Get Ndb Databases Database Instance Database Node> - Databases Dictionary<string, string>
- Date
Created string - Date
Modified string - Dbserver
Logical Dictionary<string, string>Cluster - Dbserver
Logical stringCluster Id - Description string
- Id string
- Infos
List<Piers
Karsenbarg. Nutanix. Inputs. Get Ndb Databases Database Instance Info> - Lcm
Configs List<PiersKarsenbarg. Nutanix. Inputs. Get Ndb Databases Database Instance Lcm Config> - Linked
Databases List<PiersKarsenbarg. Nutanix. Inputs. Get Ndb Databases Database Instance Linked Database> - Metadatas
List<Piers
Karsenbarg. Nutanix. Inputs. Get Ndb Databases Database Instance Metadata> - Metric Dictionary<string, string>
- Name string
- Parent
Database stringId - Properties
List<Piers
Karsenbarg. Nutanix. Inputs. Get Ndb Databases Database Instance Property> - List of all the properties
- Status string
- List<Piers
Karsenbarg. Nutanix. Inputs. Get Ndb Databases Database Instance Tag> - Time
Machine stringId - Time
Machines List<PiersKarsenbarg. Nutanix. Inputs. Get Ndb Databases Database Instance Time Machine> - Time
Zone string - Type string
- Clone bool
- Clustered bool
- Database
Cluster stringType - Database
Name string - Database
Nodes []GetNdb Databases Database Instance Database Node - Databases map[string]string
- Date
Created string - Date
Modified string - Dbserver
Logical map[string]stringCluster - Dbserver
Logical stringCluster Id - Description string
- Id string
- Infos
[]Get
Ndb Databases Database Instance Info - Lcm
Configs []GetNdb Databases Database Instance Lcm Config - Linked
Databases []GetNdb Databases Database Instance Linked Database - Metadatas
[]Get
Ndb Databases Database Instance Metadata - Metric map[string]string
- Name string
- Parent
Database stringId - Properties
[]Get
Ndb Databases Database Instance Property - List of all the properties
- Status string
- []Get
Ndb Databases Database Instance Tag - Time
Machine stringId - Time
Machines []GetNdb Databases Database Instance Time Machine - Time
Zone string - Type string
- clone_ Boolean
- clustered Boolean
- database
Cluster StringType - database
Name String - database
Nodes List<GetNdb Databases Database Instance Database Node> - databases Map<String,String>
- date
Created String - date
Modified String - dbserver
Logical Map<String,String>Cluster - dbserver
Logical StringCluster Id - description String
- id String
- infos
List<Get
Ndb Databases Database Instance Info> - lcm
Configs List<GetNdb Databases Database Instance Lcm Config> - linked
Databases List<GetNdb Databases Database Instance Linked Database> - metadatas
List<Get
Ndb Databases Database Instance Metadata> - metric Map<String,String>
- name String
- parent
Database StringId - properties
List<Get
Ndb Databases Database Instance Property> - List of all the properties
- status String
- List<Get
Ndb Databases Database Instance Tag> - time
Machine StringId - time
Machines List<GetNdb Databases Database Instance Time Machine> - time
Zone String - type String
- clone boolean
- clustered boolean
- database
Cluster stringType - database
Name string - database
Nodes GetNdb Databases Database Instance Database Node[] - databases {[key: string]: string}
- date
Created string - date
Modified string - dbserver
Logical {[key: string]: string}Cluster - dbserver
Logical stringCluster Id - description string
- id string
- infos
Get
Ndb Databases Database Instance Info[] - lcm
Configs GetNdb Databases Database Instance Lcm Config[] - linked
Databases GetNdb Databases Database Instance Linked Database[] - metadatas
Get
Ndb Databases Database Instance Metadata[] - metric {[key: string]: string}
- name string
- parent
Database stringId - properties
Get
Ndb Databases Database Instance Property[] - List of all the properties
- status string
- Get
Ndb Databases Database Instance Tag[] - time
Machine stringId - time
Machines GetNdb Databases Database Instance Time Machine[] - time
Zone string - type string
- clone bool
- clustered bool
- database_
cluster_ strtype - database_
name str - database_
nodes Sequence[GetNdb Databases Database Instance Database Node] - databases Mapping[str, str]
- date_
created str - date_
modified str - dbserver_
logical_ Mapping[str, str]cluster - dbserver_
logical_ strcluster_ id - description str
- id str
- infos
Sequence[Get
Ndb Databases Database Instance Info] - lcm_
configs Sequence[GetNdb Databases Database Instance Lcm Config] - linked_
databases Sequence[GetNdb Databases Database Instance Linked Database] - metadatas
Sequence[Get
Ndb Databases Database Instance Metadata] - metric Mapping[str, str]
- name str
- parent_
database_ strid - properties
Sequence[Get
Ndb Databases Database Instance Property] - List of all the properties
- status str
- Sequence[Get
Ndb Databases Database Instance Tag] - time_
machine_ strid - time_
machines Sequence[GetNdb Databases Database Instance Time Machine] - time_
zone str - type str
- clone Boolean
- clustered Boolean
- database
Cluster StringType - database
Name String - database
Nodes List<Property Map> - databases Map<String>
- date
Created String - date
Modified String - dbserver
Logical Map<String>Cluster - dbserver
Logical StringCluster Id - description String
- id String
- infos List<Property Map>
- lcm
Configs List<Property Map> - linked
Databases List<Property Map> - metadatas List<Property Map>
- metric Map<String>
- name String
- parent
Database StringId - properties List<Property Map>
- List of all the properties
- status String
- List<Property Map>
- time
Machine StringId - time
Machines List<Property Map> - time
Zone String - type String
GetNdbDatabasesDatabaseInstanceDatabaseNode
- Access
Level Dictionary<string, string> - Database
Id string - Database
Status string - Date
Created string - Date
Modified string - Dbserver Dictionary<string, string>
- Dbserver
Id string - Description string
- Id string
- Infos
List<Piers
Karsenbarg. Nutanix. Inputs. Get Ndb Databases Database Instance Database Node Info> - Name string
- Primary bool
- Properties
List<Piers
Karsenbarg. Nutanix. Inputs. Get Ndb Databases Database Instance Database Node Property> - List of all the properties
- Protection
Domain stringId - Protection
Domains List<PiersKarsenbarg. Nutanix. Inputs. Get Ndb Databases Database Instance Database Node Protection Domain> - Software
Installation stringId - Status string
- List<Piers
Karsenbarg. Nutanix. Inputs. Get Ndb Databases Database Instance Database Node Tag>
- Access
Level map[string]string - Database
Id string - Database
Status string - Date
Created string - Date
Modified string - Dbserver map[string]string
- Dbserver
Id string - Description string
- Id string
- Infos
[]Get
Ndb Databases Database Instance Database Node Info - Name string
- Primary bool
- Properties
[]Get
Ndb Databases Database Instance Database Node Property - List of all the properties
- Protection
Domain stringId - Protection
Domains []GetNdb Databases Database Instance Database Node Protection Domain - Software
Installation stringId - Status string
- []Get
Ndb Databases Database Instance Database Node Tag
- access
Level Map<String,String> - database
Id String - database
Status String - date
Created String - date
Modified String - dbserver Map<String,String>
- dbserver
Id String - description String
- id String
- infos
List<Get
Ndb Databases Database Instance Database Node Info> - name String
- primary Boolean
- properties
List<Get
Ndb Databases Database Instance Database Node Property> - List of all the properties
- protection
Domain StringId - protection
Domains List<GetNdb Databases Database Instance Database Node Protection Domain> - software
Installation StringId - status String
- List<Get
Ndb Databases Database Instance Database Node Tag>
- access
Level {[key: string]: string} - database
Id string - database
Status string - date
Created string - date
Modified string - dbserver {[key: string]: string}
- dbserver
Id string - description string
- id string
- infos
Get
Ndb Databases Database Instance Database Node Info[] - name string
- primary boolean
- properties
Get
Ndb Databases Database Instance Database Node Property[] - List of all the properties
- protection
Domain stringId - protection
Domains GetNdb Databases Database Instance Database Node Protection Domain[] - software
Installation stringId - status string
- Get
Ndb Databases Database Instance Database Node Tag[]
- access_
level Mapping[str, str] - database_
id str - database_
status str - date_
created str - date_
modified str - dbserver Mapping[str, str]
- dbserver_
id str - description str
- id str
- infos
Sequence[Get
Ndb Databases Database Instance Database Node Info] - name str
- primary bool
- properties
Sequence[Get
Ndb Databases Database Instance Database Node Property] - List of all the properties
- protection_
domain_ strid - protection_
domains Sequence[GetNdb Databases Database Instance Database Node Protection Domain] - software_
installation_ strid - status str
- Sequence[Get
Ndb Databases Database Instance Database Node Tag]
- access
Level Map<String> - database
Id String - database
Status String - date
Created String - date
Modified String - dbserver Map<String>
- dbserver
Id String - description String
- id String
- infos List<Property Map>
- name String
- primary Boolean
- properties List<Property Map>
- List of all the properties
- protection
Domain StringId - protection
Domains List<Property Map> - software
Installation StringId - status String
- List<Property Map>
GetNdbDatabasesDatabaseInstanceDatabaseNodeInfo
- Info Dictionary<string, string>
- Secure
Info Dictionary<string, string>
- Info map[string]string
- Secure
Info map[string]string
- info Map<String,String>
- secure
Info Map<String,String>
- info {[key: string]: string}
- secure
Info {[key: string]: string}
- info Mapping[str, str]
- secure_
info Mapping[str, str]
- info Map<String>
- secure
Info Map<String>
GetNdbDatabasesDatabaseInstanceDatabaseNodeProperty
- Description string
- Name string
- Ref
Id string - Secure bool
- Value string
- Description string
- Name string
- Ref
Id string - Secure bool
- Value string
- description String
- name String
- ref
Id String - secure Boolean
- value String
- description string
- name string
- ref
Id string - secure boolean
- value string
- description str
- name str
- ref_
id str - secure bool
- value str
- description String
- name String
- ref
Id String - secure Boolean
- value String
GetNdbDatabasesDatabaseInstanceDatabaseNodeProtectionDomain
- Assoc
Entities List<string> - Cloud
Id string - Date
Created string - Date
Modified string - Description string
- Era
Created bool - Id string
- Name string
- Owner
Id string - Primary
Host string - Properties
List<Piers
Karsenbarg. Nutanix. Inputs. Get Ndb Databases Database Instance Database Node Protection Domain Property> - List of all the properties
- Status string
- Type string
- Assoc
Entities []string - Cloud
Id string - Date
Created string - Date
Modified string - Description string
- Era
Created bool - Id string
- Name string
- Owner
Id string - Primary
Host string - Properties
[]Get
Ndb Databases Database Instance Database Node Protection Domain Property - List of all the properties
- Status string
- Type string
- assoc
Entities List<String> - cloud
Id String - date
Created String - date
Modified String - description String
- era
Created Boolean - id String
- name String
- owner
Id String - primary
Host String - properties
List<Get
Ndb Databases Database Instance Database Node Protection Domain Property> - List of all the properties
- status String
- type String
- assoc
Entities string[] - cloud
Id string - date
Created string - date
Modified string - description string
- era
Created boolean - id string
- name string
- owner
Id string - primary
Host string - properties
Get
Ndb Databases Database Instance Database Node Protection Domain Property[] - List of all the properties
- status string
- type string
- assoc_
entities Sequence[str] - cloud_
id str - date_
created str - date_
modified str - description str
- era_
created bool - id str
- name str
- owner_
id str - primary_
host str - properties
Sequence[Get
Ndb Databases Database Instance Database Node Protection Domain Property] - List of all the properties
- status str
- type str
- assoc
Entities List<String> - cloud
Id String - date
Created String - date
Modified String - description String
- era
Created Boolean - id String
- name String
- owner
Id String - primary
Host String - properties List<Property Map>
- List of all the properties
- status String
- type String
GetNdbDatabasesDatabaseInstanceDatabaseNodeProtectionDomainProperty
- Description string
- Name string
- Ref
Id string - Secure bool
- Value string
- Description string
- Name string
- Ref
Id string - Secure bool
- Value string
- description String
- name String
- ref
Id String - secure Boolean
- value String
- description string
- name string
- ref
Id string - secure boolean
- value string
- description str
- name str
- ref_
id str - secure bool
- value str
- description String
- name String
- ref
Id String - secure Boolean
- value String
GetNdbDatabasesDatabaseInstanceDatabaseNodeTag
- 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
GetNdbDatabasesDatabaseInstanceInfo
- Bpg
Configs List<PiersKarsenbarg. Nutanix. Inputs. Get Ndb Databases Database Instance Info Bpg Config> - Secure
Info Dictionary<string, string>
- Bpg
Configs []GetNdb Databases Database Instance Info Bpg Config - Secure
Info map[string]string
- bpg
Configs List<GetNdb Databases Database Instance Info Bpg Config> - secure
Info Map<String,String>
- bpg
Configs GetNdb Databases Database Instance Info Bpg Config[] - secure
Info {[key: string]: string}
- bpg_
configs Sequence[GetNdb Databases Database Instance Info Bpg Config] - secure_
info Mapping[str, str]
- bpg
Configs List<Property Map> - secure
Info Map<String>
GetNdbDatabasesDatabaseInstanceInfoBpgConfig
- Bpg
Db List<PiersParams Karsenbarg. Nutanix. Inputs. Get Ndb Databases Database Instance Info Bpg Config Bpg Db Param> - Storages
List<Piers
Karsenbarg. Nutanix. Inputs. Get Ndb Databases Database Instance Info Bpg Config Storage> - Vm
Properties List<PiersKarsenbarg. Nutanix. Inputs. Get Ndb Databases Database Instance Info Bpg Config Vm Property>
GetNdbDatabasesDatabaseInstanceInfoBpgConfigBpgDbParam
- 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
GetNdbDatabasesDatabaseInstanceInfoBpgConfigStorage
- Archive
Storages List<PiersKarsenbarg. Nutanix. Inputs. Get Ndb Databases Database Instance Info Bpg Config Storage Archive Storage> - Data
Disks List<PiersKarsenbarg. Nutanix. Inputs. Get Ndb Databases Database Instance Info Bpg Config Storage Data Disk> - Log
Disks List<PiersKarsenbarg. Nutanix. Inputs. Get Ndb Databases Database Instance Info Bpg Config Storage Log Disk>
GetNdbDatabasesDatabaseInstanceInfoBpgConfigStorageArchiveStorage
- Size double
- Size float64
- size Double
- size number
- size float
- size Number
GetNdbDatabasesDatabaseInstanceInfoBpgConfigStorageDataDisk
- Count double
- Count float64
- count Double
- count number
- count float
- count Number
GetNdbDatabasesDatabaseInstanceInfoBpgConfigStorageLogDisk
GetNdbDatabasesDatabaseInstanceInfoBpgConfigVmProperty
- 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
GetNdbDatabasesDatabaseInstanceLcmConfig
- Expiry
Details List<PiersKarsenbarg. Nutanix. Inputs. Get Ndb Databases Database Instance Lcm Config Expiry Detail> - Post
Delete List<PiersCommands Karsenbarg. Nutanix. Inputs. Get Ndb Databases Database Instance Lcm Config Post Delete Command> - Pre
Delete List<PiersCommands Karsenbarg. Nutanix. Inputs. Get Ndb Databases Database Instance Lcm Config Pre Delete Command> - Refresh
Details List<PiersKarsenbarg. Nutanix. Inputs. Get Ndb Databases Database Instance Lcm Config Refresh Detail>
- expiry
Details List<GetNdb Databases Database Instance Lcm Config Expiry Detail> - post
Delete List<GetCommands Ndb Databases Database Instance Lcm Config Post Delete Command> - pre
Delete List<GetCommands Ndb Databases Database Instance Lcm Config Pre Delete Command> - refresh
Details List<GetNdb Databases Database Instance Lcm Config Refresh Detail>
- expiry_
details Sequence[GetNdb Databases Database Instance Lcm Config Expiry Detail] - post_
delete_ Sequence[Getcommands Ndb Databases Database Instance Lcm Config Post Delete Command] - pre_
delete_ Sequence[Getcommands Ndb Databases Database Instance Lcm Config Pre Delete Command] - refresh_
details Sequence[GetNdb Databases Database Instance Lcm Config Refresh Detail]
GetNdbDatabasesDatabaseInstanceLcmConfigExpiryDetail
- 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
GetNdbDatabasesDatabaseInstanceLcmConfigPostDeleteCommand
- Command string
- Command string
- command String
- command string
- command str
- command String
GetNdbDatabasesDatabaseInstanceLcmConfigPreDeleteCommand
- Command string
- Command string
- command String
- command string
- command str
- command String
GetNdbDatabasesDatabaseInstanceLcmConfigRefreshDetail
- 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
GetNdbDatabasesDatabaseInstanceLinkedDatabase
- Database
Name string - Database
Status string - Date
Created string - Date
Modified string - Description string
- Id string
- Infos
List<Piers
Karsenbarg. Nutanix. Inputs. Get Ndb Databases Database Instance Linked Database Info> - Metric Dictionary<string, string>
- Name string
- Parent
Database stringId - Parent
Linked stringDatabase Id - Snapshot
Id string - Status string
- Timezone string
- Database
Name string - Database
Status string - Date
Created string - Date
Modified string - Description string
- Id string
- Infos
[]Get
Ndb Databases Database Instance Linked Database Info - Metric map[string]string
- Name string
- Parent
Database stringId - Parent
Linked stringDatabase Id - Snapshot
Id string - Status string
- Timezone string
- database
Name String - database
Status String - date
Created String - date
Modified String - description String
- id String
- infos
List<Get
Ndb Databases Database Instance Linked Database Info> - metric Map<String,String>
- name String
- parent
Database StringId - parent
Linked StringDatabase Id - snapshot
Id String - status String
- timezone String
- database
Name string - database
Status string - date
Created string - date
Modified string - description string
- id string
- infos
Get
Ndb Databases Database Instance Linked Database Info[] - metric {[key: string]: string}
- name string
- parent
Database stringId - parent
Linked stringDatabase Id - snapshot
Id string - status string
- timezone string
- database_
name str - database_
status str - date_
created str - date_
modified str - description str
- id str
- infos
Sequence[Get
Ndb Databases Database Instance Linked Database Info] - metric Mapping[str, str]
- name str
- parent_
database_ strid - parent_
linked_ strdatabase_ id - snapshot_
id str - status str
- timezone str
- database
Name String - database
Status String - date
Created String - date
Modified String - description String
- id String
- infos List<Property Map>
- metric Map<String>
- name String
- parent
Database StringId - parent
Linked StringDatabase Id - snapshot
Id String - status String
- timezone String
GetNdbDatabasesDatabaseInstanceLinkedDatabaseInfo
- Info Dictionary<string, string>
- Secure
Info Dictionary<string, string>
- Info map[string]string
- Secure
Info map[string]string
- info Map<String,String>
- secure
Info Map<String,String>
- info {[key: string]: string}
- secure
Info {[key: string]: string}
- info Mapping[str, str]
- secure_
info Mapping[str, str]
- info Map<String>
- secure
Info Map<String>
GetNdbDatabasesDatabaseInstanceMetadata
- Base
Size boolComputed - Capability
Reset stringTime - Created
Dbservers List<string> - Deregister
Infos List<PiersKarsenbarg. Nutanix. Inputs. Get Ndb Databases Database Instance Metadata Deregister Info> - Deregistered
With boolDelete Time Machine - Info Dictionary<string, string>
- Last
Log stringCatchup For Restore Operation Id - Last
Refresh stringTimestamp - Last
Requested stringRefresh Timestamp - Log
Catchup boolFor Restore Dispatched - Original
Database stringName - Pitr
Based bool - Provision
Operation stringId - Refresh
Blocker stringInfo - Registered
Dbservers List<string> - Secure
Info Dictionary<string, string> - Source
Snapshot stringId - State
Before stringRefresh - State
Before stringRestore - State
Before stringScaling - Tm
Activate stringOperation Id
- Base
Size boolComputed - Capability
Reset stringTime - Created
Dbservers []string - Deregister
Infos []GetNdb Databases Database Instance Metadata Deregister Info - Deregistered
With boolDelete Time Machine - Info map[string]string
- Last
Log stringCatchup For Restore Operation Id - Last
Refresh stringTimestamp - Last
Requested stringRefresh Timestamp - Log
Catchup boolFor Restore Dispatched - Original
Database stringName - Pitr
Based bool - Provision
Operation stringId - Refresh
Blocker stringInfo - Registered
Dbservers []string - Secure
Info map[string]string - Source
Snapshot stringId - State
Before stringRefresh - State
Before stringRestore - State
Before stringScaling - Tm
Activate stringOperation Id
- base
Size BooleanComputed - capability
Reset StringTime - created
Dbservers List<String> - deregister
Infos List<GetNdb Databases Database Instance Metadata Deregister Info> - deregistered
With BooleanDelete Time Machine - info Map<String,String>
- last
Log StringCatchup For Restore Operation Id - last
Refresh StringTimestamp - last
Requested StringRefresh Timestamp - log
Catchup BooleanFor Restore Dispatched - original
Database StringName - pitr
Based Boolean - provision
Operation StringId - refresh
Blocker StringInfo - registered
Dbservers List<String> - secure
Info Map<String,String> - source
Snapshot StringId - state
Before StringRefresh - state
Before StringRestore - state
Before StringScaling - tm
Activate StringOperation Id
- base
Size booleanComputed - capability
Reset stringTime - created
Dbservers string[] - deregister
Infos GetNdb Databases Database Instance Metadata Deregister Info[] - deregistered
With booleanDelete Time Machine - info {[key: string]: string}
- last
Log stringCatchup For Restore Operation Id - last
Refresh stringTimestamp - last
Requested stringRefresh Timestamp - log
Catchup booleanFor Restore Dispatched - original
Database stringName - pitr
Based boolean - provision
Operation stringId - refresh
Blocker stringInfo - registered
Dbservers string[] - secure
Info {[key: string]: string} - source
Snapshot stringId - state
Before stringRefresh - state
Before stringRestore - state
Before stringScaling - tm
Activate stringOperation Id
- base_
size_ boolcomputed - capability_
reset_ strtime - created_
dbservers Sequence[str] - deregister_
infos Sequence[GetNdb Databases Database Instance Metadata Deregister Info] - deregistered_
with_ booldelete_ time_ machine - info Mapping[str, str]
- last_
log_ strcatchup_ for_ restore_ operation_ id - last_
refresh_ strtimestamp - last_
requested_ strrefresh_ timestamp - log_
catchup_ boolfor_ restore_ dispatched - original_
database_ strname - pitr_
based bool - provision_
operation_ strid - refresh_
blocker_ strinfo - registered_
dbservers Sequence[str] - secure_
info Mapping[str, str] - source_
snapshot_ strid - state_
before_ strrefresh - state_
before_ strrestore - state_
before_ strscaling - tm_
activate_ stroperation_ id
- base
Size BooleanComputed - capability
Reset StringTime - created
Dbservers List<String> - deregister
Infos List<Property Map> - deregistered
With BooleanDelete Time Machine - info Map<String>
- last
Log StringCatchup For Restore Operation Id - last
Refresh StringTimestamp - last
Requested StringRefresh Timestamp - log
Catchup BooleanFor Restore Dispatched - original
Database StringName - pitr
Based Boolean - provision
Operation StringId - refresh
Blocker StringInfo - registered
Dbservers List<String> - secure
Info Map<String> - source
Snapshot StringId - state
Before StringRefresh - state
Before StringRestore - state
Before StringScaling - tm
Activate StringOperation Id
GetNdbDatabasesDatabaseInstanceMetadataDeregisterInfo
- Message string
- Operations List<string>
- Message string
- Operations []string
- message String
- operations List<String>
- message string
- operations string[]
- message str
- operations Sequence[str]
- message String
- operations List<String>
GetNdbDatabasesDatabaseInstanceProperty
- Description string
- Name string
- Ref
Id string - Secure bool
- Value string
- Description string
- Name string
- Ref
Id string - Secure bool
- Value string
- description String
- name String
- ref
Id String - secure Boolean
- value String
- description string
- name string
- ref
Id string - secure boolean
- value string
- description str
- name str
- ref_
id str - secure bool
- value str
- description String
- name String
- ref
Id String - secure Boolean
- value String
GetNdbDatabasesDatabaseInstanceTag
- 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
GetNdbDatabasesDatabaseInstanceTimeMachine
- Access
Level string - Clone bool
- Clones string
- Clustered bool
- Database string
- Database
Id string - Date
Created string - Date
Modified string - Description string
- Ea
Status string - Id string
- Metric string
- Name string
- Properties
List<Piers
Karsenbarg. Nutanix. Inputs. Get Ndb Databases Database Instance Time Machine Property> - List of all the properties
- Schedule
Id string - Schedules
List<Piers
Karsenbarg. Nutanix. Inputs. Get Ndb Databases Database Instance Time Machine Schedule> - Scope string
- Sla
Id string - Sla
Update boolIn Progress - Sla
Update stringMetadata - Slas
List<Piers
Karsenbarg. Nutanix. Inputs. Get Ndb Databases Database Instance Time Machine Sla> - Source
Nx List<string>Clusters - Status string
- List<Piers
Karsenbarg. Nutanix. Inputs. Get Ndb Databases Database Instance Time Machine Tag> - Type string
- Access
Level string - Clone bool
- Clones string
- Clustered bool
- Database string
- Database
Id string - Date
Created string - Date
Modified string - Description string
- Ea
Status string - Id string
- Metric string
- Name string
- Properties
[]Get
Ndb Databases Database Instance Time Machine Property - List of all the properties
- Schedule
Id string - Schedules
[]Get
Ndb Databases Database Instance Time Machine Schedule - Scope string
- Sla
Id string - Sla
Update boolIn Progress - Sla
Update stringMetadata - Slas
[]Get
Ndb Databases Database Instance Time Machine Sla - Source
Nx []stringClusters - Status string
- []Get
Ndb Databases Database Instance Time Machine Tag - Type string
- access
Level String - clone_ Boolean
- clones String
- clustered Boolean
- database String
- database
Id String - date
Created String - date
Modified String - description String
- ea
Status String - id String
- metric String
- name String
- properties
List<Get
Ndb Databases Database Instance Time Machine Property> - List of all the properties
- schedule
Id String - schedules
List<Get
Ndb Databases Database Instance Time Machine Schedule> - scope String
- sla
Id String - sla
Update BooleanIn Progress - sla
Update StringMetadata - slas
List<Get
Ndb Databases Database Instance Time Machine Sla> - source
Nx List<String>Clusters - status String
- List<Get
Ndb Databases Database Instance Time Machine Tag> - type String
- access
Level string - clone boolean
- clones string
- clustered boolean
- database string
- database
Id string - date
Created string - date
Modified string - description string
- ea
Status string - id string
- metric string
- name string
- properties
Get
Ndb Databases Database Instance Time Machine Property[] - List of all the properties
- schedule
Id string - schedules
Get
Ndb Databases Database Instance Time Machine Schedule[] - scope string
- sla
Id string - sla
Update booleanIn Progress - sla
Update stringMetadata - slas
Get
Ndb Databases Database Instance Time Machine Sla[] - source
Nx string[]Clusters - status string
- Get
Ndb Databases Database Instance Time Machine Tag[] - type string
- access_
level str - clone bool
- clones str
- clustered bool
- database str
- database_
id str - date_
created str - date_
modified str - description str
- ea_
status str - id str
- metric str
- name str
- properties
Sequence[Get
Ndb Databases Database Instance Time Machine Property] - List of all the properties
- schedule_
id str - schedules
Sequence[Get
Ndb Databases Database Instance Time Machine Schedule] - scope str
- sla_
id str - sla_
update_ boolin_ progress - sla_
update_ strmetadata - slas
Sequence[Get
Ndb Databases Database Instance Time Machine Sla] - source_
nx_ Sequence[str]clusters - status str
- Sequence[Get
Ndb Databases Database Instance Time Machine Tag] - type str
- access
Level String - clone Boolean
- clones String
- clustered Boolean
- database String
- database
Id String - date
Created String - date
Modified String - description String
- ea
Status String - id String
- metric String
- name String
- properties List<Property Map>
- List of all the 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
- List<Property Map>
- type String
GetNdbDatabasesDatabaseInstanceTimeMachineProperty
- Description string
- Name string
- Ref
Id string - Secure bool
- Value string
- Description string
- Name string
- Ref
Id string - Secure bool
- Value string
- description String
- name String
- ref
Id String - secure Boolean
- value String
- description string
- name string
- ref
Id string - secure boolean
- value string
- description str
- name str
- ref_
id str - secure bool
- value str
- description String
- name String
- ref
Id String - secure Boolean
- value String
GetNdbDatabasesDatabaseInstanceTimeMachineSchedule
- Continuous
Schedules List<PiersKarsenbarg. Nutanix. Inputs. Get Ndb Databases Database Instance Time Machine Schedule Continuous Schedule> - Daily
Schedules List<PiersKarsenbarg. Nutanix. Inputs. Get Ndb Databases Database Instance Time Machine Schedule Daily Schedule> - Date
Created string - Date
Modified string - Description string
- Global
Policy bool - Id string
- Monthly
Schedules List<PiersKarsenbarg. Nutanix. Inputs. Get Ndb Databases Database Instance Time Machine Schedule Monthly Schedule> - Name string
- Owner
Id string - Quartely
Schedules List<PiersKarsenbarg. Nutanix. Inputs. Get Ndb Databases Database Instance Time Machine Schedule Quartely Schedule> - Reference
Count int - Snapshot
Time List<PiersOf Days Karsenbarg. Nutanix. Inputs. Get Ndb Databases Database Instance Time Machine Schedule Snapshot Time Of Day> - Start
Time string - System
Policy bool - Time
Zone string - Unique
Name string - Weekly
Schedules List<PiersKarsenbarg. Nutanix. Inputs. Get Ndb Databases Database Instance Time Machine Schedule Weekly Schedule> - Yearly
Schedules List<PiersKarsenbarg. Nutanix. Inputs. Get Ndb Databases Database Instance Time Machine Schedule Yearly Schedule>
- Continuous
Schedules []GetNdb Databases Database Instance Time Machine Schedule Continuous Schedule - Daily
Schedules []GetNdb Databases Database Instance Time Machine Schedule Daily Schedule - Date
Created string - Date
Modified string - Description string
- Global
Policy bool - Id string
- Monthly
Schedules []GetNdb Databases Database Instance Time Machine Schedule Monthly Schedule - Name string
- Owner
Id string - Quartely
Schedules []GetNdb Databases Database Instance Time Machine Schedule Quartely Schedule - Reference
Count int - Snapshot
Time []GetOf Days Ndb Databases Database Instance Time Machine Schedule Snapshot Time Of Day - Start
Time string - System
Policy bool - Time
Zone string - Unique
Name string - Weekly
Schedules []GetNdb Databases Database Instance Time Machine Schedule Weekly Schedule - Yearly
Schedules []GetNdb Databases Database Instance Time Machine Schedule Yearly Schedule
- continuous
Schedules List<GetNdb Databases Database Instance Time Machine Schedule Continuous Schedule> - daily
Schedules List<GetNdb Databases Database Instance Time Machine Schedule Daily Schedule> - date
Created String - date
Modified String - description String
- global
Policy Boolean - id String
- monthly
Schedules List<GetNdb Databases Database Instance Time Machine Schedule Monthly Schedule> - name String
- owner
Id String - quartely
Schedules List<GetNdb Databases Database Instance Time Machine Schedule Quartely Schedule> - reference
Count Integer - snapshot
Time List<GetOf Days Ndb Databases Database Instance Time Machine Schedule Snapshot Time Of Day> - start
Time String - system
Policy Boolean - time
Zone String - unique
Name String - weekly
Schedules List<GetNdb Databases Database Instance Time Machine Schedule Weekly Schedule> - yearly
Schedules List<GetNdb Databases Database Instance Time Machine Schedule Yearly Schedule>
- continuous
Schedules GetNdb Databases Database Instance Time Machine Schedule Continuous Schedule[] - daily
Schedules GetNdb Databases Database Instance Time Machine Schedule Daily Schedule[] - date
Created string - date
Modified string - description string
- global
Policy boolean - id string
- monthly
Schedules GetNdb Databases Database Instance Time Machine Schedule Monthly Schedule[] - name string
- owner
Id string - quartely
Schedules GetNdb Databases Database Instance Time Machine Schedule Quartely Schedule[] - reference
Count number - snapshot
Time GetOf Days Ndb Databases Database Instance Time Machine Schedule Snapshot Time Of Day[] - start
Time string - system
Policy boolean - time
Zone string - unique
Name string - weekly
Schedules GetNdb Databases Database Instance Time Machine Schedule Weekly Schedule[] - yearly
Schedules GetNdb Databases Database Instance Time Machine Schedule Yearly Schedule[]
- continuous_
schedules Sequence[GetNdb Databases Database Instance Time Machine Schedule Continuous Schedule] - daily_
schedules Sequence[GetNdb Databases Database Instance Time Machine Schedule Daily Schedule] - date_
created str - date_
modified str - description str
- global_
policy bool - id str
- monthly_
schedules Sequence[GetNdb Databases Database Instance Time Machine Schedule Monthly Schedule] - name str
- owner_
id str - quartely_
schedules Sequence[GetNdb Databases Database Instance Time Machine Schedule Quartely Schedule] - reference_
count int - snapshot_
time_ Sequence[Getof_ days Ndb Databases Database Instance Time Machine Schedule Snapshot Time Of Day] - start_
time str - system_
policy bool - time_
zone str - unique_
name str - weekly_
schedules Sequence[GetNdb Databases Database Instance Time Machine Schedule Weekly Schedule] - yearly_
schedules Sequence[GetNdb Databases Database Instance Time Machine Schedule Yearly Schedule]
- continuous
Schedules List<Property Map> - daily
Schedules List<Property Map> - date
Created String - date
Modified String - description String
- global
Policy Boolean - id String
- monthly
Schedules List<Property Map> - name String
- 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 - unique
Name String - weekly
Schedules List<Property Map> - yearly
Schedules List<Property Map>
GetNdbDatabasesDatabaseInstanceTimeMachineScheduleContinuousSchedule
- 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
GetNdbDatabasesDatabaseInstanceTimeMachineScheduleDailySchedule
- Enabled bool
- Enabled bool
- enabled Boolean
- enabled boolean
- enabled bool
- enabled Boolean
GetNdbDatabasesDatabaseInstanceTimeMachineScheduleMonthlySchedule
- 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
GetNdbDatabasesDatabaseInstanceTimeMachineScheduleQuartelySchedule
- 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
GetNdbDatabasesDatabaseInstanceTimeMachineScheduleSnapshotTimeOfDay
GetNdbDatabasesDatabaseInstanceTimeMachineScheduleWeeklySchedule
- 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
GetNdbDatabasesDatabaseInstanceTimeMachineScheduleYearlySchedule
- 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
GetNdbDatabasesDatabaseInstanceTimeMachineSla
- Continuous
Retention int - Current
Active stringFrequency - Daily
Retention int - Date
Created string - Date
Modified string - Description string
- Id string
- Monthly
Retention int - Name string
- 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 - Date
Modified string - Description string
- Id string
- Monthly
Retention int - Name string
- 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 - date
Modified String - description String
- id String
- monthly
Retention Integer - name String
- 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 - date
Modified string - description string
- id string
- monthly
Retention number - name string
- 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 - date_
modified str - description str
- id str
- monthly_
retention int - name str
- 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 - date
Modified String - description String
- id String
- monthly
Retention Number - name String
- owner
Id String - pitr
Enabled Boolean - quarterly
Retention Number - reference
Count Number - system
Sla Boolean - unique
Name String - weekly
Retention Number - yearly
Retention Number
GetNdbDatabasesDatabaseInstanceTimeMachineTag
- 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
nutanix
Terraform Provider.