Nutanix v0.0.52 published on Friday, Jun 7, 2024 by Piers Karsenbarg
nutanix.getNdbClones
Explore with Pulumi AI
List all the clone present in Nutanix Database Service
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as nutanix from "@pulumi/nutanix";
const clones = nutanix.getNdbClones({
filters: [{
detailed: "true",
}],
});
import pulumi
import pulumi_nutanix as nutanix
clones = nutanix.get_ndb_clones(filters=[nutanix.GetNdbClonesFilterArgs(
detailed="true",
)])
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 {
_, err := nutanix.GetNdbClones(ctx, &nutanix.GetNdbClonesArgs{
Filters: []nutanix.GetNdbClonesFilter{
{
Detailed: pulumi.StringRef("true"),
},
},
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Nutanix = Pulumi.Nutanix;
return await Deployment.RunAsync(() =>
{
var clones = Nutanix.GetNdbClones.Invoke(new()
{
Filters = new[]
{
new Nutanix.Inputs.GetNdbClonesFilterInputArgs
{
Detailed = "true",
},
},
});
});
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.GetNdbClonesArgs;
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 clones = NutanixFunctions.getNdbClones(GetNdbClonesArgs.builder()
.filters(GetNdbClonesFilterArgs.builder()
.detailed(true)
.build())
.build());
}
}
variables:
clones:
fn::invoke:
Function: nutanix:getNdbClones
Arguments:
filters:
- detailed: true
Using getNdbClones
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 getNdbClones(args: GetNdbClonesArgs, opts?: InvokeOptions): Promise<GetNdbClonesResult>
function getNdbClonesOutput(args: GetNdbClonesOutputArgs, opts?: InvokeOptions): Output<GetNdbClonesResult>
def get_ndb_clones(filters: Optional[Sequence[GetNdbClonesFilter]] = None,
opts: Optional[InvokeOptions] = None) -> GetNdbClonesResult
def get_ndb_clones_output(filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetNdbClonesFilterArgs]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetNdbClonesResult]
func GetNdbClones(ctx *Context, args *GetNdbClonesArgs, opts ...InvokeOption) (*GetNdbClonesResult, error)
func GetNdbClonesOutput(ctx *Context, args *GetNdbClonesOutputArgs, opts ...InvokeOption) GetNdbClonesResultOutput
> Note: This function is named GetNdbClones
in the Go SDK.
public static class GetNdbClones
{
public static Task<GetNdbClonesResult> InvokeAsync(GetNdbClonesArgs args, InvokeOptions? opts = null)
public static Output<GetNdbClonesResult> Invoke(GetNdbClonesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetNdbClonesResult> getNdbClones(GetNdbClonesArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: nutanix:index/getNdbClones:getNdbClones
arguments:
# arguments dictionary
The following arguments are supported:
- Filters
List<Piers
Karsenbarg. Nutanix. Inputs. Get Ndb Clones Filter> - Fetches the clone info based on given params
- Filters
[]Get
Ndb Clones Filter - Fetches the clone info based on given params
- filters
List<Get
Ndb Clones Filter> - Fetches the clone info based on given params
- filters
Get
Ndb Clones Filter[] - Fetches the clone info based on given params
- filters
Sequence[Get
Ndb Clones Filter] - Fetches the clone info based on given params
- filters List<Property Map>
- Fetches the clone info based on given params
getNdbClones Result
The following output properties are available:
- Clones
List<Piers
Karsenbarg. Nutanix. Outputs. Get Ndb Clones Clone> - List of clones based on filters
- Id string
- The provider-assigned unique ID for this managed resource.
- Filters
List<Piers
Karsenbarg. Nutanix. Outputs. Get Ndb Clones Filter>
- Clones
[]Get
Ndb Clones Clone - List of clones based on filters
- Id string
- The provider-assigned unique ID for this managed resource.
- Filters
[]Get
Ndb Clones Filter
- clones
List<Get
Ndb Clones Clone> - List of clones based on filters
- id String
- The provider-assigned unique ID for this managed resource.
- filters
List<Get
Ndb Clones Filter>
- clones
Get
Ndb Clones Clone[] - List of clones based on filters
- id string
- The provider-assigned unique ID for this managed resource.
- filters
Get
Ndb Clones Filter[]
- clones
Sequence[Get
Ndb Clones Clone] - List of clones based on filters
- id str
- The provider-assigned unique ID for this managed resource.
- filters
Sequence[Get
Ndb Clones Filter]
- clones List<Property Map>
- List of clones based on filters
- id String
- The provider-assigned unique ID for this managed resource.
- filters List<Property Map>
Supporting Types
GetNdbClonesClone
- Clone bool
- clone or not
- Clustered bool
- clustered or not
- Database
Cluster stringType - database cluster type
- Database
Name string - database name
- Database
Nodes List<PiersKarsenbarg. Nutanix. Inputs. Get Ndb Clones Clone Database Node> - database nodes associated with database instance
- Database
Status string - database status
- Databases Dictionary<string, string>
- database for a cloned instance
- Date
Created string - date created for clone
- Date
Modified string - last modified date for clone
- Dbserver
Logical Dictionary<string, string>Cluster - dbserver logical cluster
- Dbserver
Logical stringCluster Id - dbserver logical cluster id
- Description string
- cloned description
- Id string
- cloned id
- Infos
List<Piers
Karsenbarg. Nutanix. Inputs. Get Ndb Clones Clone Info> - cloned info
- Lcm
Configs List<PiersKarsenbarg. Nutanix. Inputs. Get Ndb Clones Clone Lcm Config> - LCM Config
- Linked
Databases List<PiersKarsenbarg. Nutanix. Inputs. Get Ndb Clones Clone Linked Database> - linked databases within database instance
- Metric Dictionary<string, string>
- Metric of clone
- Name string
- cloned name
- Parent
Database stringId - parent database id
- Parent
Source stringDatabase Id - parent source database id
- Parent
Time stringMachine Id - parent time machine id
- Properties
List<Piers
Karsenbarg. Nutanix. Inputs. Get Ndb Clones Clone Property> - properties of clone
- Status string
- status of clone
- List<Piers
Karsenbarg. Nutanix. Inputs. Get Ndb Clones Clone Tag> - allows you to assign metadata to entities (clones, time machines, databases, and database servers) by using tags.
- Time
Machine stringId - time machine id
- Time
Machines List<PiersKarsenbarg. Nutanix. Inputs. Get Ndb Clones Clone Time Machine> - Time machine info
- Time
Zone string - time zone
- Type string
- type
- Clone bool
- clone or not
- Clustered bool
- clustered or not
- Database
Cluster stringType - database cluster type
- Database
Name string - database name
- Database
Nodes []GetNdb Clones Clone Database Node - database nodes associated with database instance
- Database
Status string - database status
- Databases map[string]string
- database for a cloned instance
- Date
Created string - date created for clone
- Date
Modified string - last modified date for clone
- Dbserver
Logical map[string]stringCluster - dbserver logical cluster
- Dbserver
Logical stringCluster Id - dbserver logical cluster id
- Description string
- cloned description
- Id string
- cloned id
- Infos
[]Get
Ndb Clones Clone Info - cloned info
- Lcm
Configs []GetNdb Clones Clone Lcm Config - LCM Config
- Linked
Databases []GetNdb Clones Clone Linked Database - linked databases within database instance
- Metric map[string]string
- Metric of clone
- Name string
- cloned name
- Parent
Database stringId - parent database id
- Parent
Source stringDatabase Id - parent source database id
- Parent
Time stringMachine Id - parent time machine id
- Properties
[]Get
Ndb Clones Clone Property - properties of clone
- Status string
- status of clone
- []Get
Ndb Clones Clone Tag - allows you to assign metadata to entities (clones, time machines, databases, and database servers) by using tags.
- Time
Machine stringId - time machine id
- Time
Machines []GetNdb Clones Clone Time Machine - Time machine info
- Time
Zone string - time zone
- Type string
- type
- clone_ Boolean
- clone or not
- clustered Boolean
- clustered or not
- database
Cluster StringType - database cluster type
- database
Name String - database name
- database
Nodes List<GetNdb Clones Clone Database Node> - database nodes associated with database instance
- database
Status String - database status
- databases Map<String,String>
- database for a cloned instance
- date
Created String - date created for clone
- date
Modified String - last modified date for clone
- dbserver
Logical Map<String,String>Cluster - dbserver logical cluster
- dbserver
Logical StringCluster Id - dbserver logical cluster id
- description String
- cloned description
- id String
- cloned id
- infos
List<Get
Ndb Clones Clone Info> - cloned info
- lcm
Configs List<GetNdb Clones Clone Lcm Config> - LCM Config
- linked
Databases List<GetNdb Clones Clone Linked Database> - linked databases within database instance
- metric Map<String,String>
- Metric of clone
- name String
- cloned name
- parent
Database StringId - parent database id
- parent
Source StringDatabase Id - parent source database id
- parent
Time StringMachine Id - parent time machine id
- properties
List<Get
Ndb Clones Clone Property> - properties of clone
- status String
- status of clone
- List<Get
Ndb Clones Clone Tag> - allows you to assign metadata to entities (clones, time machines, databases, and database servers) by using tags.
- time
Machine StringId - time machine id
- time
Machines List<GetNdb Clones Clone Time Machine> - Time machine info
- time
Zone String - time zone
- type String
- type
- clone boolean
- clone or not
- clustered boolean
- clustered or not
- database
Cluster stringType - database cluster type
- database
Name string - database name
- database
Nodes GetNdb Clones Clone Database Node[] - database nodes associated with database instance
- database
Status string - database status
- databases {[key: string]: string}
- database for a cloned instance
- date
Created string - date created for clone
- date
Modified string - last modified date for clone
- dbserver
Logical {[key: string]: string}Cluster - dbserver logical cluster
- dbserver
Logical stringCluster Id - dbserver logical cluster id
- description string
- cloned description
- id string
- cloned id
- infos
Get
Ndb Clones Clone Info[] - cloned info
- lcm
Configs GetNdb Clones Clone Lcm Config[] - LCM Config
- linked
Databases GetNdb Clones Clone Linked Database[] - linked databases within database instance
- metric {[key: string]: string}
- Metric of clone
- name string
- cloned name
- parent
Database stringId - parent database id
- parent
Source stringDatabase Id - parent source database id
- parent
Time stringMachine Id - parent time machine id
- properties
Get
Ndb Clones Clone Property[] - properties of clone
- status string
- status of clone
- Get
Ndb Clones Clone Tag[] - allows you to assign metadata to entities (clones, time machines, databases, and database servers) by using tags.
- time
Machine stringId - time machine id
- time
Machines GetNdb Clones Clone Time Machine[] - Time machine info
- time
Zone string - time zone
- type string
- type
- clone bool
- clone or not
- clustered bool
- clustered or not
- database_
cluster_ strtype - database cluster type
- database_
name str - database name
- database_
nodes Sequence[GetNdb Clones Clone Database Node] - database nodes associated with database instance
- database_
status str - database status
- databases Mapping[str, str]
- database for a cloned instance
- date_
created str - date created for clone
- date_
modified str - last modified date for clone
- dbserver_
logical_ Mapping[str, str]cluster - dbserver logical cluster
- dbserver_
logical_ strcluster_ id - dbserver logical cluster id
- description str
- cloned description
- id str
- cloned id
- infos
Sequence[Get
Ndb Clones Clone Info] - cloned info
- lcm_
configs Sequence[GetNdb Clones Clone Lcm Config] - LCM Config
- linked_
databases Sequence[GetNdb Clones Clone Linked Database] - linked databases within database instance
- metric Mapping[str, str]
- Metric of clone
- name str
- cloned name
- parent_
database_ strid - parent database id
- parent_
source_ strdatabase_ id - parent source database id
- parent_
time_ strmachine_ id - parent time machine id
- properties
Sequence[Get
Ndb Clones Clone Property] - properties of clone
- status str
- status of clone
- Sequence[Get
Ndb Clones Clone Tag] - allows you to assign metadata to entities (clones, time machines, databases, and database servers) by using tags.
- time_
machine_ strid - time machine id
- time_
machines Sequence[GetNdb Clones Clone Time Machine] - Time machine info
- time_
zone str - time zone
- type str
- type
- clone Boolean
- clone or not
- clustered Boolean
- clustered or not
- database
Cluster StringType - database cluster type
- database
Name String - database name
- database
Nodes List<Property Map> - database nodes associated with database instance
- database
Status String - database status
- databases Map<String>
- database for a cloned instance
- date
Created String - date created for clone
- date
Modified String - last modified date for clone
- dbserver
Logical Map<String>Cluster - dbserver logical cluster
- dbserver
Logical StringCluster Id - dbserver logical cluster id
- description String
- cloned description
- id String
- cloned id
- infos List<Property Map>
- cloned info
- lcm
Configs List<Property Map> - LCM Config
- linked
Databases List<Property Map> - linked databases within database instance
- metric Map<String>
- Metric of clone
- name String
- cloned name
- parent
Database StringId - parent database id
- parent
Source StringDatabase Id - parent source database id
- parent
Time StringMachine Id - parent time machine id
- properties List<Property Map>
- properties of clone
- status String
- status of clone
- List<Property Map>
- allows you to assign metadata to entities (clones, time machines, databases, and database servers) by using tags.
- time
Machine StringId - time machine id
- time
Machines List<Property Map> - Time machine info
- time
Zone String - time zone
- type String
- type
GetNdbClonesCloneDatabaseNode
- Access
Level Dictionary<string, string> - Database
Id string - Database
Status string - database status
- Date
Created string - date created for clone
- Date
Modified string - last modified date for clone
- Dbserver Dictionary<string, string>
- Dbserver
Id string - Description string
- cloned description
- Id string
- cloned id
- Infos
List<Piers
Karsenbarg. Nutanix. Inputs. Get Ndb Clones Clone Database Node Info> - cloned info
- Name string
- cloned name
- Primary bool
- Properties
List<Piers
Karsenbarg. Nutanix. Inputs. Get Ndb Clones Clone Database Node Property> - properties of clone
- Protection
Domain stringId - Protection
Domains List<PiersKarsenbarg. Nutanix. Inputs. Get Ndb Clones Clone Database Node Protection Domain> - Software
Installation stringId - Status string
- status of clone
- List<Piers
Karsenbarg. Nutanix. Inputs. Get Ndb Clones Clone Database Node Tag> - allows you to assign metadata to entities (clones, time machines, databases, and database servers) by using tags.
- Access
Level map[string]string - Database
Id string - Database
Status string - database status
- Date
Created string - date created for clone
- Date
Modified string - last modified date for clone
- Dbserver map[string]string
- Dbserver
Id string - Description string
- cloned description
- Id string
- cloned id
- Infos
[]Get
Ndb Clones Clone Database Node Info - cloned info
- Name string
- cloned name
- Primary bool
- Properties
[]Get
Ndb Clones Clone Database Node Property - properties of clone
- Protection
Domain stringId - Protection
Domains []GetNdb Clones Clone Database Node Protection Domain - Software
Installation stringId - Status string
- status of clone
- []Get
Ndb Clones Clone Database Node Tag - allows you to assign metadata to entities (clones, time machines, databases, and database servers) by using tags.
- access
Level Map<String,String> - database
Id String - database
Status String - database status
- date
Created String - date created for clone
- date
Modified String - last modified date for clone
- dbserver Map<String,String>
- dbserver
Id String - description String
- cloned description
- id String
- cloned id
- infos
List<Get
Ndb Clones Clone Database Node Info> - cloned info
- name String
- cloned name
- primary Boolean
- properties
List<Get
Ndb Clones Clone Database Node Property> - properties of clone
- protection
Domain StringId - protection
Domains List<GetNdb Clones Clone Database Node Protection Domain> - software
Installation StringId - status String
- status of clone
- List<Get
Ndb Clones Clone Database Node Tag> - allows you to assign metadata to entities (clones, time machines, databases, and database servers) by using tags.
- access
Level {[key: string]: string} - database
Id string - database
Status string - database status
- date
Created string - date created for clone
- date
Modified string - last modified date for clone
- dbserver {[key: string]: string}
- dbserver
Id string - description string
- cloned description
- id string
- cloned id
- infos
Get
Ndb Clones Clone Database Node Info[] - cloned info
- name string
- cloned name
- primary boolean
- properties
Get
Ndb Clones Clone Database Node Property[] - properties of clone
- protection
Domain stringId - protection
Domains GetNdb Clones Clone Database Node Protection Domain[] - software
Installation stringId - status string
- status of clone
- Get
Ndb Clones Clone Database Node Tag[] - allows you to assign metadata to entities (clones, time machines, databases, and database servers) by using tags.
- access_
level Mapping[str, str] - database_
id str - database_
status str - database status
- date_
created str - date created for clone
- date_
modified str - last modified date for clone
- dbserver Mapping[str, str]
- dbserver_
id str - description str
- cloned description
- id str
- cloned id
- infos
Sequence[Get
Ndb Clones Clone Database Node Info] - cloned info
- name str
- cloned name
- primary bool
- properties
Sequence[Get
Ndb Clones Clone Database Node Property] - properties of clone
- protection_
domain_ strid - protection_
domains Sequence[GetNdb Clones Clone Database Node Protection Domain] - software_
installation_ strid - status str
- status of clone
- Sequence[Get
Ndb Clones Clone Database Node Tag] - allows you to assign metadata to entities (clones, time machines, databases, and database servers) by using tags.
- access
Level Map<String> - database
Id String - database
Status String - database status
- date
Created String - date created for clone
- date
Modified String - last modified date for clone
- dbserver Map<String>
- dbserver
Id String - description String
- cloned description
- id String
- cloned id
- infos List<Property Map>
- cloned info
- name String
- cloned name
- primary Boolean
- properties List<Property Map>
- properties of clone
- protection
Domain StringId - protection
Domains List<Property Map> - software
Installation StringId - status String
- status of clone
- List<Property Map>
- allows you to assign metadata to entities (clones, time machines, databases, and database servers) by using tags.
GetNdbClonesCloneDatabaseNodeInfo
- Info Dictionary<string, string>
- cloned info
- Secure
Info Dictionary<string, string>
- Info map[string]string
- cloned info
- Secure
Info map[string]string
- info Map<String,String>
- cloned info
- secure
Info Map<String,String>
- info {[key: string]: string}
- cloned info
- secure
Info {[key: string]: string}
- info Mapping[str, str]
- cloned info
- secure_
info Mapping[str, str]
- info Map<String>
- cloned info
- secure
Info Map<String>
GetNdbClonesCloneDatabaseNodeProperty
- Description string
- cloned description
- Name string
- cloned name
- Ref
Id string - Secure bool
- Value string
- Description string
- cloned description
- Name string
- cloned name
- Ref
Id string - Secure bool
- Value string
- description String
- cloned description
- name String
- cloned name
- ref
Id String - secure Boolean
- value String
- description string
- cloned description
- name string
- cloned name
- ref
Id string - secure boolean
- value string
- description str
- cloned description
- name str
- cloned name
- ref_
id str - secure bool
- value str
- description String
- cloned description
- name String
- cloned name
- ref
Id String - secure Boolean
- value String
GetNdbClonesCloneDatabaseNodeProtectionDomain
- Assoc
Entities List<string> - Cloud
Id string - Date
Created string - date created for clone
- Date
Modified string - last modified date for clone
- Description string
- cloned description
- Era
Created bool - Id string
- cloned id
- Name string
- cloned name
- Owner
Id string - Primary
Host string - Properties
List<Piers
Karsenbarg. Nutanix. Inputs. Get Ndb Clones Clone Database Node Protection Domain Property> - properties of clone
- Status string
- status of clone
- Type string
- type
- Assoc
Entities []string - Cloud
Id string - Date
Created string - date created for clone
- Date
Modified string - last modified date for clone
- Description string
- cloned description
- Era
Created bool - Id string
- cloned id
- Name string
- cloned name
- Owner
Id string - Primary
Host string - Properties
[]Get
Ndb Clones Clone Database Node Protection Domain Property - properties of clone
- Status string
- status of clone
- Type string
- type
- assoc
Entities List<String> - cloud
Id String - date
Created String - date created for clone
- date
Modified String - last modified date for clone
- description String
- cloned description
- era
Created Boolean - id String
- cloned id
- name String
- cloned name
- owner
Id String - primary
Host String - properties
List<Get
Ndb Clones Clone Database Node Protection Domain Property> - properties of clone
- status String
- status of clone
- type String
- type
- assoc
Entities string[] - cloud
Id string - date
Created string - date created for clone
- date
Modified string - last modified date for clone
- description string
- cloned description
- era
Created boolean - id string
- cloned id
- name string
- cloned name
- owner
Id string - primary
Host string - properties
Get
Ndb Clones Clone Database Node Protection Domain Property[] - properties of clone
- status string
- status of clone
- type string
- type
- assoc_
entities Sequence[str] - cloud_
id str - date_
created str - date created for clone
- date_
modified str - last modified date for clone
- description str
- cloned description
- era_
created bool - id str
- cloned id
- name str
- cloned name
- owner_
id str - primary_
host str - properties
Sequence[Get
Ndb Clones Clone Database Node Protection Domain Property] - properties of clone
- status str
- status of clone
- type str
- type
- assoc
Entities List<String> - cloud
Id String - date
Created String - date created for clone
- date
Modified String - last modified date for clone
- description String
- cloned description
- era
Created Boolean - id String
- cloned id
- name String
- cloned name
- owner
Id String - primary
Host String - properties List<Property Map>
- properties of clone
- status String
- status of clone
- type String
- type
GetNdbClonesCloneDatabaseNodeProtectionDomainProperty
- Description string
- cloned description
- Name string
- cloned name
- Ref
Id string - Secure bool
- Value string
- Description string
- cloned description
- Name string
- cloned name
- Ref
Id string - Secure bool
- Value string
- description String
- cloned description
- name String
- cloned name
- ref
Id String - secure Boolean
- value String
- description string
- cloned description
- name string
- cloned name
- ref
Id string - secure boolean
- value string
- description str
- cloned description
- name str
- cloned name
- ref_
id str - secure bool
- value str
- description String
- cloned description
- name String
- cloned name
- ref
Id String - secure Boolean
- value String
GetNdbClonesCloneDatabaseNodeTag
- 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
GetNdbClonesCloneInfo
- Bpg
Configs List<PiersKarsenbarg. Nutanix. Inputs. Get Ndb Clones Clone Info Bpg Config> - Secure
Info Dictionary<string, string>
- Bpg
Configs []GetNdb Clones Clone Info Bpg Config - Secure
Info map[string]string
- bpg
Configs List<GetNdb Clones Clone Info Bpg Config> - secure
Info Map<String,String>
- bpg
Configs GetNdb Clones Clone Info Bpg Config[] - secure
Info {[key: string]: string}
- bpg_
configs Sequence[GetNdb Clones Clone Info Bpg Config] - secure_
info Mapping[str, str]
- bpg
Configs List<Property Map> - secure
Info Map<String>
GetNdbClonesCloneInfoBpgConfig
GetNdbClonesCloneInfoBpgConfigBpgDbParam
- 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
GetNdbClonesCloneInfoBpgConfigStorage
GetNdbClonesCloneInfoBpgConfigStorageArchiveStorage
- Size double
- Size float64
- size Double
- size number
- size float
- size Number
GetNdbClonesCloneInfoBpgConfigStorageDataDisk
- Count double
- Count float64
- count Double
- count number
- count float
- count Number
GetNdbClonesCloneInfoBpgConfigStorageLogDisk
GetNdbClonesCloneInfoBpgConfigVmProperty
- 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
GetNdbClonesCloneLcmConfig
- Expiry
Details List<PiersKarsenbarg. Nutanix. Inputs. Get Ndb Clones Clone Lcm Config Expiry Detail> - Post
Delete List<PiersCommands Karsenbarg. Nutanix. Inputs. Get Ndb Clones Clone Lcm Config Post Delete Command> - Pre
Delete List<PiersCommands Karsenbarg. Nutanix. Inputs. Get Ndb Clones Clone Lcm Config Pre Delete Command> - Refresh
Details List<PiersKarsenbarg. Nutanix. Inputs. Get Ndb Clones Clone Lcm Config Refresh Detail>
GetNdbClonesCloneLcmConfigExpiryDetail
- 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
GetNdbClonesCloneLcmConfigPostDeleteCommand
- Command string
- Command string
- command String
- command string
- command str
- command String
GetNdbClonesCloneLcmConfigPreDeleteCommand
- Command string
- Command string
- command String
- command string
- command str
- command String
GetNdbClonesCloneLcmConfigRefreshDetail
- 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
GetNdbClonesCloneLinkedDatabase
- Database
Name string - database name
- Database
Status string - database status
- Date
Created string - date created for clone
- Date
Modified string - last modified date for clone
- Description string
- cloned description
- Id string
- cloned id
- Infos
List<Piers
Karsenbarg. Nutanix. Inputs. Get Ndb Clones Clone Linked Database Info> - cloned info
- Metric Dictionary<string, string>
- Metric of clone
- Name string
- cloned name
- Parent
Database stringId - parent database id
- Parent
Linked stringDatabase Id - Snapshot
Id string - Status string
- status of clone
- Timezone string
- Database
Name string - database name
- Database
Status string - database status
- Date
Created string - date created for clone
- Date
Modified string - last modified date for clone
- Description string
- cloned description
- Id string
- cloned id
- Infos
[]Get
Ndb Clones Clone Linked Database Info - cloned info
- Metric map[string]string
- Metric of clone
- Name string
- cloned name
- Parent
Database stringId - parent database id
- Parent
Linked stringDatabase Id - Snapshot
Id string - Status string
- status of clone
- Timezone string
- database
Name String - database name
- database
Status String - database status
- date
Created String - date created for clone
- date
Modified String - last modified date for clone
- description String
- cloned description
- id String
- cloned id
- infos
List<Get
Ndb Clones Clone Linked Database Info> - cloned info
- metric Map<String,String>
- Metric of clone
- name String
- cloned name
- parent
Database StringId - parent database id
- parent
Linked StringDatabase Id - snapshot
Id String - status String
- status of clone
- timezone String
- database
Name string - database name
- database
Status string - database status
- date
Created string - date created for clone
- date
Modified string - last modified date for clone
- description string
- cloned description
- id string
- cloned id
- infos
Get
Ndb Clones Clone Linked Database Info[] - cloned info
- metric {[key: string]: string}
- Metric of clone
- name string
- cloned name
- parent
Database stringId - parent database id
- parent
Linked stringDatabase Id - snapshot
Id string - status string
- status of clone
- timezone string
- database_
name str - database name
- database_
status str - database status
- date_
created str - date created for clone
- date_
modified str - last modified date for clone
- description str
- cloned description
- id str
- cloned id
- infos
Sequence[Get
Ndb Clones Clone Linked Database Info] - cloned info
- metric Mapping[str, str]
- Metric of clone
- name str
- cloned name
- parent_
database_ strid - parent database id
- parent_
linked_ strdatabase_ id - snapshot_
id str - status str
- status of clone
- timezone str
- database
Name String - database name
- database
Status String - database status
- date
Created String - date created for clone
- date
Modified String - last modified date for clone
- description String
- cloned description
- id String
- cloned id
- infos List<Property Map>
- cloned info
- metric Map<String>
- Metric of clone
- name String
- cloned name
- parent
Database StringId - parent database id
- parent
Linked StringDatabase Id - snapshot
Id String - status String
- status of clone
- timezone String
GetNdbClonesCloneLinkedDatabaseInfo
- Info Dictionary<string, string>
- cloned info
- Secure
Info Dictionary<string, string>
- Info map[string]string
- cloned info
- Secure
Info map[string]string
- info Map<String,String>
- cloned info
- secure
Info Map<String,String>
- info {[key: string]: string}
- cloned info
- secure
Info {[key: string]: string}
- info Mapping[str, str]
- cloned info
- secure_
info Mapping[str, str]
- info Map<String>
- cloned info
- secure
Info Map<String>
GetNdbClonesCloneProperty
- Description string
- cloned description
- Name string
- cloned name
- Ref
Id string - Secure bool
- Value string
- Description string
- cloned description
- Name string
- cloned name
- Ref
Id string - Secure bool
- Value string
- description String
- cloned description
- name String
- cloned name
- ref
Id String - secure Boolean
- value String
- description string
- cloned description
- name string
- cloned name
- ref
Id string - secure boolean
- value string
- description str
- cloned description
- name str
- cloned name
- ref_
id str - secure bool
- value str
- description String
- cloned description
- name String
- cloned name
- ref
Id String - secure Boolean
- value String
GetNdbClonesCloneTag
- 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
GetNdbClonesCloneTimeMachine
- Access
Level string - Clone bool
- clone or not
- Clones string
- List of clones based on filters
- Clustered bool
- clustered or not
- Database string
- Database
Id string - Date
Created string - date created for clone
- Date
Modified string - last modified date for clone
- Description string
- cloned description
- Ea
Status string - Id string
- cloned id
- Metric string
- Metric of clone
- Name string
- cloned name
- Properties
List<Piers
Karsenbarg. Nutanix. Inputs. Get Ndb Clones Clone Time Machine Property> - properties of clone
- Schedule
Id string - Schedules
List<Piers
Karsenbarg. Nutanix. Inputs. Get Ndb Clones Clone Time Machine Schedule> - Scope string
- Sla
Id string - Sla
Update boolIn Progress - Sla
Update stringMetadata - Slas
List<Piers
Karsenbarg. Nutanix. Inputs. Get Ndb Clones Clone Time Machine Sla> - Source
Nx List<string>Clusters - Status string
- status of clone
- List<Piers
Karsenbarg. Nutanix. Inputs. Get Ndb Clones Clone Time Machine Tag> - allows you to assign metadata to entities (clones, time machines, databases, and database servers) by using tags.
- Type string
- type
- Access
Level string - Clone bool
- clone or not
- Clones string
- List of clones based on filters
- Clustered bool
- clustered or not
- Database string
- Database
Id string - Date
Created string - date created for clone
- Date
Modified string - last modified date for clone
- Description string
- cloned description
- Ea
Status string - Id string
- cloned id
- Metric string
- Metric of clone
- Name string
- cloned name
- Properties
[]Get
Ndb Clones Clone Time Machine Property - properties of clone
- Schedule
Id string - Schedules
[]Get
Ndb Clones Clone Time Machine Schedule - Scope string
- Sla
Id string - Sla
Update boolIn Progress - Sla
Update stringMetadata - Slas
[]Get
Ndb Clones Clone Time Machine Sla - Source
Nx []stringClusters - Status string
- status of clone
- []Get
Ndb Clones Clone Time Machine Tag - allows you to assign metadata to entities (clones, time machines, databases, and database servers) by using tags.
- Type string
- type
- access
Level String - clone_ Boolean
- clone or not
- clones String
- List of clones based on filters
- clustered Boolean
- clustered or not
- database String
- database
Id String - date
Created String - date created for clone
- date
Modified String - last modified date for clone
- description String
- cloned description
- ea
Status String - id String
- cloned id
- metric String
- Metric of clone
- name String
- cloned name
- properties
List<Get
Ndb Clones Clone Time Machine Property> - properties of clone
- schedule
Id String - schedules
List<Get
Ndb Clones Clone Time Machine Schedule> - scope String
- sla
Id String - sla
Update BooleanIn Progress - sla
Update StringMetadata - slas
List<Get
Ndb Clones Clone Time Machine Sla> - source
Nx List<String>Clusters - status String
- status of clone
- List<Get
Ndb Clones Clone Time Machine Tag> - allows you to assign metadata to entities (clones, time machines, databases, and database servers) by using tags.
- type String
- type
- access
Level string - clone boolean
- clone or not
- clones string
- List of clones based on filters
- clustered boolean
- clustered or not
- database string
- database
Id string - date
Created string - date created for clone
- date
Modified string - last modified date for clone
- description string
- cloned description
- ea
Status string - id string
- cloned id
- metric string
- Metric of clone
- name string
- cloned name
- properties
Get
Ndb Clones Clone Time Machine Property[] - properties of clone
- schedule
Id string - schedules
Get
Ndb Clones Clone Time Machine Schedule[] - scope string
- sla
Id string - sla
Update booleanIn Progress - sla
Update stringMetadata - slas
Get
Ndb Clones Clone Time Machine Sla[] - source
Nx string[]Clusters - status string
- status of clone
- Get
Ndb Clones Clone Time Machine Tag[] - allows you to assign metadata to entities (clones, time machines, databases, and database servers) by using tags.
- type string
- type
- access_
level str - clone bool
- clone or not
- clones str
- List of clones based on filters
- clustered bool
- clustered or not
- database str
- database_
id str - date_
created str - date created for clone
- date_
modified str - last modified date for clone
- description str
- cloned description
- ea_
status str - id str
- cloned id
- metric str
- Metric of clone
- name str
- cloned name
- properties
Sequence[Get
Ndb Clones Clone Time Machine Property] - properties of clone
- schedule_
id str - schedules
Sequence[Get
Ndb Clones Clone Time Machine Schedule] - scope str
- sla_
id str - sla_
update_ boolin_ progress - sla_
update_ strmetadata - slas
Sequence[Get
Ndb Clones Clone Time Machine Sla] - source_
nx_ Sequence[str]clusters - status str
- status of clone
- Sequence[Get
Ndb Clones Clone Time Machine Tag] - allows you to assign metadata to entities (clones, time machines, databases, and database servers) by using tags.
- type str
- type
- access
Level String - clone Boolean
- clone or not
- clones String
- List of clones based on filters
- clustered Boolean
- clustered or not
- database String
- database
Id String - date
Created String - date created for clone
- date
Modified String - last modified date for clone
- description String
- cloned description
- ea
Status String - id String
- cloned id
- metric String
- Metric of clone
- name String
- cloned name
- properties List<Property Map>
- properties of clone
- 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 clone
- List<Property Map>
- allows you to assign metadata to entities (clones, time machines, databases, and database servers) by using tags.
- type String
- type
GetNdbClonesCloneTimeMachineProperty
- Description string
- cloned description
- Name string
- cloned name
- Ref
Id string - Secure bool
- Value string
- Description string
- cloned description
- Name string
- cloned name
- Ref
Id string - Secure bool
- Value string
- description String
- cloned description
- name String
- cloned name
- ref
Id String - secure Boolean
- value String
- description string
- cloned description
- name string
- cloned name
- ref
Id string - secure boolean
- value string
- description str
- cloned description
- name str
- cloned name
- ref_
id str - secure bool
- value str
- description String
- cloned description
- name String
- cloned name
- ref
Id String - secure Boolean
- value String
GetNdbClonesCloneTimeMachineSchedule
- Continuous
Schedules List<PiersKarsenbarg. Nutanix. Inputs. Get Ndb Clones Clone Time Machine Schedule Continuous Schedule> - Daily
Schedules List<PiersKarsenbarg. Nutanix. Inputs. Get Ndb Clones Clone Time Machine Schedule Daily Schedule> - Date
Created string - date created for clone
- Date
Modified string - last modified date for clone
- Description string
- cloned description
- Global
Policy bool - Id string
- cloned id
- Monthly
Schedules List<PiersKarsenbarg. Nutanix. Inputs. Get Ndb Clones Clone Time Machine Schedule Monthly Schedule> - Name string
- cloned name
- Owner
Id string - Quartely
Schedules List<PiersKarsenbarg. Nutanix. Inputs. Get Ndb Clones Clone Time Machine Schedule Quartely Schedule> - Reference
Count int - Snapshot
Time List<PiersOf Days Karsenbarg. Nutanix. Inputs. Get Ndb Clones Clone Time Machine Schedule Snapshot Time Of Day> - Start
Time string - System
Policy bool - Time
Zone string - time zone
- Unique
Name string - Weekly
Schedules List<PiersKarsenbarg. Nutanix. Inputs. Get Ndb Clones Clone Time Machine Schedule Weekly Schedule> - Yearly
Schedules List<PiersKarsenbarg. Nutanix. Inputs. Get Ndb Clones Clone Time Machine Schedule Yearly Schedule>
- Continuous
Schedules []GetNdb Clones Clone Time Machine Schedule Continuous Schedule - Daily
Schedules []GetNdb Clones Clone Time Machine Schedule Daily Schedule - Date
Created string - date created for clone
- Date
Modified string - last modified date for clone
- Description string
- cloned description
- Global
Policy bool - Id string
- cloned id
- Monthly
Schedules []GetNdb Clones Clone Time Machine Schedule Monthly Schedule - Name string
- cloned name
- Owner
Id string - Quartely
Schedules []GetNdb Clones Clone Time Machine Schedule Quartely Schedule - Reference
Count int - Snapshot
Time []GetOf Days Ndb Clones Clone Time Machine Schedule Snapshot Time Of Day - Start
Time string - System
Policy bool - Time
Zone string - time zone
- Unique
Name string - Weekly
Schedules []GetNdb Clones Clone Time Machine Schedule Weekly Schedule - Yearly
Schedules []GetNdb Clones Clone Time Machine Schedule Yearly Schedule
- continuous
Schedules List<GetNdb Clones Clone Time Machine Schedule Continuous Schedule> - daily
Schedules List<GetNdb Clones Clone Time Machine Schedule Daily Schedule> - date
Created String - date created for clone
- date
Modified String - last modified date for clone
- description String
- cloned description
- global
Policy Boolean - id String
- cloned id
- monthly
Schedules List<GetNdb Clones Clone Time Machine Schedule Monthly Schedule> - name String
- cloned name
- owner
Id String - quartely
Schedules List<GetNdb Clones Clone Time Machine Schedule Quartely Schedule> - reference
Count Integer - snapshot
Time List<GetOf Days Ndb Clones Clone Time Machine Schedule Snapshot Time Of Day> - start
Time String - system
Policy Boolean - time
Zone String - time zone
- unique
Name String - weekly
Schedules List<GetNdb Clones Clone Time Machine Schedule Weekly Schedule> - yearly
Schedules List<GetNdb Clones Clone Time Machine Schedule Yearly Schedule>
- continuous
Schedules GetNdb Clones Clone Time Machine Schedule Continuous Schedule[] - daily
Schedules GetNdb Clones Clone Time Machine Schedule Daily Schedule[] - date
Created string - date created for clone
- date
Modified string - last modified date for clone
- description string
- cloned description
- global
Policy boolean - id string
- cloned id
- monthly
Schedules GetNdb Clones Clone Time Machine Schedule Monthly Schedule[] - name string
- cloned name
- owner
Id string - quartely
Schedules GetNdb Clones Clone Time Machine Schedule Quartely Schedule[] - reference
Count number - snapshot
Time GetOf Days Ndb Clones Clone Time Machine Schedule Snapshot Time Of Day[] - start
Time string - system
Policy boolean - time
Zone string - time zone
- unique
Name string - weekly
Schedules GetNdb Clones Clone Time Machine Schedule Weekly Schedule[] - yearly
Schedules GetNdb Clones Clone Time Machine Schedule Yearly Schedule[]
- continuous_
schedules Sequence[GetNdb Clones Clone Time Machine Schedule Continuous Schedule] - daily_
schedules Sequence[GetNdb Clones Clone Time Machine Schedule Daily Schedule] - date_
created str - date created for clone
- date_
modified str - last modified date for clone
- description str
- cloned description
- global_
policy bool - id str
- cloned id
- monthly_
schedules Sequence[GetNdb Clones Clone Time Machine Schedule Monthly Schedule] - name str
- cloned name
- owner_
id str - quartely_
schedules Sequence[GetNdb Clones Clone Time Machine Schedule Quartely Schedule] - reference_
count int - snapshot_
time_ Sequence[Getof_ days Ndb Clones Clone Time Machine Schedule Snapshot Time Of Day] - start_
time str - system_
policy bool - time_
zone str - time zone
- unique_
name str - weekly_
schedules Sequence[GetNdb Clones Clone Time Machine Schedule Weekly Schedule] - yearly_
schedules Sequence[GetNdb Clones Clone Time Machine Schedule Yearly Schedule]
- continuous
Schedules List<Property Map> - daily
Schedules List<Property Map> - date
Created String - date created for clone
- date
Modified String - last modified date for clone
- description String
- cloned description
- global
Policy Boolean - id String
- cloned id
- monthly
Schedules List<Property Map> - name String
- cloned name
- 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 - time zone
- unique
Name String - weekly
Schedules List<Property Map> - yearly
Schedules List<Property Map>
GetNdbClonesCloneTimeMachineScheduleContinuousSchedule
- 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
GetNdbClonesCloneTimeMachineScheduleDailySchedule
- Enabled bool
- Enabled bool
- enabled Boolean
- enabled boolean
- enabled bool
- enabled Boolean
GetNdbClonesCloneTimeMachineScheduleMonthlySchedule
- 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
GetNdbClonesCloneTimeMachineScheduleQuartelySchedule
- 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
GetNdbClonesCloneTimeMachineScheduleSnapshotTimeOfDay
GetNdbClonesCloneTimeMachineScheduleWeeklySchedule
- 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
GetNdbClonesCloneTimeMachineScheduleYearlySchedule
- 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
GetNdbClonesCloneTimeMachineSla
- Continuous
Retention int - Current
Active stringFrequency - Daily
Retention int - Date
Created string - date created for clone
- Date
Modified string - last modified date for clone
- Description string
- cloned description
- Id string
- cloned id
- Monthly
Retention int - Name string
- cloned name
- 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 created for clone
- Date
Modified string - last modified date for clone
- Description string
- cloned description
- Id string
- cloned id
- Monthly
Retention int - Name string
- cloned name
- 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 created for clone
- date
Modified String - last modified date for clone
- description String
- cloned description
- id String
- cloned id
- monthly
Retention Integer - name String
- cloned name
- 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 created for clone
- date
Modified string - last modified date for clone
- description string
- cloned description
- id string
- cloned id
- monthly
Retention number - name string
- cloned name
- 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 created for clone
- date_
modified str - last modified date for clone
- description str
- cloned description
- id str
- cloned id
- monthly_
retention int - name str
- cloned name
- 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 created for clone
- date
Modified String - last modified date for clone
- description String
- cloned description
- id String
- cloned id
- monthly
Retention Number - name String
- cloned name
- owner
Id String - pitr
Enabled Boolean - quarterly
Retention Number - reference
Count Number - system
Sla Boolean - unique
Name String - weekly
Retention Number - yearly
Retention Number
GetNdbClonesCloneTimeMachineTag
- 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
GetNdbClonesFilter
- Any
Status string - Get entity(s) if it satisfies query criteria irrespective of status (retrieve even deleted). Default is false
- Detailed string
- Load entities with complete details. Default is false
- Load
Dbserver stringCluster - Load cluster info. Default is false
- Order
By stringDbserver Cluster - Sorted by dbserver cluster. Default is false
- Order
By stringDbserver Logical Cluster - Sorted by dbserver logical cluster. Default is false
- Timezone string
- Default is UTC
- Any
Status string - Get entity(s) if it satisfies query criteria irrespective of status (retrieve even deleted). Default is false
- Detailed string
- Load entities with complete details. Default is false
- Load
Dbserver stringCluster - Load cluster info. Default is false
- Order
By stringDbserver Cluster - Sorted by dbserver cluster. Default is false
- Order
By stringDbserver Logical Cluster - Sorted by dbserver logical cluster. Default is false
- Timezone string
- Default is UTC
- any
Status String - Get entity(s) if it satisfies query criteria irrespective of status (retrieve even deleted). Default is false
- detailed String
- Load entities with complete details. Default is false
- load
Dbserver StringCluster - Load cluster info. Default is false
- order
By StringDbserver Cluster - Sorted by dbserver cluster. Default is false
- order
By StringDbserver Logical Cluster - Sorted by dbserver logical cluster. Default is false
- timezone String
- Default is UTC
- any
Status string - Get entity(s) if it satisfies query criteria irrespective of status (retrieve even deleted). Default is false
- detailed string
- Load entities with complete details. Default is false
- load
Dbserver stringCluster - Load cluster info. Default is false
- order
By stringDbserver Cluster - Sorted by dbserver cluster. Default is false
- order
By stringDbserver Logical Cluster - Sorted by dbserver logical cluster. Default is false
- timezone string
- Default is UTC
- any_
status str - Get entity(s) if it satisfies query criteria irrespective of status (retrieve even deleted). Default is false
- detailed str
- Load entities with complete details. Default is false
- load_
dbserver_ strcluster - Load cluster info. Default is false
- order_
by_ strdbserver_ cluster - Sorted by dbserver cluster. Default is false
- order_
by_ strdbserver_ logical_ cluster - Sorted by dbserver logical cluster. Default is false
- timezone str
- Default is UTC
- any
Status String - Get entity(s) if it satisfies query criteria irrespective of status (retrieve even deleted). Default is false
- detailed String
- Load entities with complete details. Default is false
- load
Dbserver StringCluster - Load cluster info. Default is false
- order
By StringDbserver Cluster - Sorted by dbserver cluster. Default is false
- order
By StringDbserver Logical Cluster - Sorted by dbserver logical cluster. Default is false
- timezone String
- Default is UTC
Package Details
- Repository
- nutanix pierskarsenbarg/pulumi-nutanix
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
nutanix
Terraform Provider.