Nutanix v0.5.0 published on Monday, Nov 4, 2024 by Piers Karsenbarg
nutanix.getNdbClone
Explore with Pulumi AI
Describes the clone present in Nutanix Database Service
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as nutanix from "@pulumi/nutanix";
const name = nutanix.getNdbClone({
    cloneName: "test-inst-tf-check",
    filters: [{
        detailed: "true",
    }],
});
import pulumi
import pulumi_nutanix as nutanix
name = nutanix.get_ndb_clone(clone_name="test-inst-tf-check",
    filters=[{
        "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.LookupNdbClone(ctx, &nutanix.LookupNdbCloneArgs{
			CloneName: pulumi.StringRef("test-inst-tf-check"),
			Filters: []nutanix.GetNdbCloneFilter{
				{
					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 name = Nutanix.GetNdbClone.Invoke(new()
    {
        CloneName = "test-inst-tf-check",
        Filters = new[]
        {
            new Nutanix.Inputs.GetNdbCloneFilterInputArgs
            {
                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.GetNdbCloneArgs;
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 name = NutanixFunctions.getNdbClone(GetNdbCloneArgs.builder()
            .cloneName("test-inst-tf-check")
            .filters(GetNdbCloneFilterArgs.builder()
                .detailed(true)
                .build())
            .build());
    }
}
variables:
  name:
    fn::invoke:
      Function: nutanix:getNdbClone
      Arguments:
        cloneName: test-inst-tf-check
        filters:
          - detailed: true
Using getNdbClone
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 getNdbClone(args: GetNdbCloneArgs, opts?: InvokeOptions): Promise<GetNdbCloneResult>
function getNdbCloneOutput(args: GetNdbCloneOutputArgs, opts?: InvokeOptions): Output<GetNdbCloneResult>def get_ndb_clone(clone_id: Optional[str] = None,
                  clone_name: Optional[str] = None,
                  filters: Optional[Sequence[GetNdbCloneFilter]] = None,
                  tags: Optional[Sequence[GetNdbCloneTag]] = None,
                  opts: Optional[InvokeOptions] = None) -> GetNdbCloneResult
def get_ndb_clone_output(clone_id: Optional[pulumi.Input[str]] = None,
                  clone_name: Optional[pulumi.Input[str]] = None,
                  filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetNdbCloneFilterArgs]]]] = None,
                  tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetNdbCloneTagArgs]]]] = None,
                  opts: Optional[InvokeOptions] = None) -> Output[GetNdbCloneResult]func LookupNdbClone(ctx *Context, args *LookupNdbCloneArgs, opts ...InvokeOption) (*LookupNdbCloneResult, error)
func LookupNdbCloneOutput(ctx *Context, args *LookupNdbCloneOutputArgs, opts ...InvokeOption) LookupNdbCloneResultOutput> Note: This function is named LookupNdbClone in the Go SDK.
public static class GetNdbClone 
{
    public static Task<GetNdbCloneResult> InvokeAsync(GetNdbCloneArgs args, InvokeOptions? opts = null)
    public static Output<GetNdbCloneResult> Invoke(GetNdbCloneInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetNdbCloneResult> getNdbClone(GetNdbCloneArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: nutanix:index/getNdbClone:getNdbClone
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Clone
Id string - Clone id
 - Clone
Name string - Clone Name
 - Filters
List<Piers
Karsenbarg. Nutanix. Inputs. Get Ndb Clone Filter>  - Fetches info based on filter
 - 
List<Piers
Karsenbarg. Nutanix. Inputs. Get Ndb Clone Tag>  - allows you to assign metadata to entities (clones, time machines, databases, and database servers) by using tags.
 
- Clone
Id string - Clone id
 - Clone
Name string - Clone Name
 - Filters
[]Get
Ndb Clone Filter  - Fetches info based on filter
 - 
[]Get
Ndb Clone Tag  - allows you to assign metadata to entities (clones, time machines, databases, and database servers) by using tags.
 
- clone
Id String - Clone id
 - clone
Name String - Clone Name
 - filters
List<Get
Ndb Clone Filter>  - Fetches info based on filter
 - 
List<Get
Ndb Clone Tag>  - allows you to assign metadata to entities (clones, time machines, databases, and database servers) by using tags.
 
- clone
Id string - Clone id
 - clone
Name string - Clone Name
 - filters
Get
Ndb Clone Filter[]  - Fetches info based on filter
 - 
Get
Ndb Clone Tag[]  - allows you to assign metadata to entities (clones, time machines, databases, and database servers) by using tags.
 
- clone_
id str - Clone id
 - clone_
name str - Clone Name
 - filters
Sequence[Get
Ndb Clone Filter]  - Fetches info based on filter
 - 
Sequence[Get
Ndb Clone Tag]  - allows you to assign metadata to entities (clones, time machines, databases, and database servers) by using tags.
 
- clone
Id String - Clone id
 - clone
Name String - Clone Name
 - filters List<Property Map>
 - Fetches info based on filter
 - List<Property Map>
 - allows you to assign metadata to entities (clones, time machines, databases, and database servers) by using tags.
 
getNdbClone Result
The following output properties are available:
- 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. Outputs. Get Ndb 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. Outputs. Get Ndb Clone Info>  - cloned info
 - Lcm
Configs List<PiersKarsenbarg. Nutanix. Outputs. Get Ndb Clone Lcm Config>  - LCM Config
 - Linked
Databases List<PiersKarsenbarg. Nutanix. Outputs. Get Ndb 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. Outputs. Get Ndb Clone Property>  - properties of clone
 - Status string
 - status of clone
 - 
List<Piers
Karsenbarg. Nutanix. Outputs. Get Ndb 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. Outputs. Get Ndb Clone Time Machine>  - Time machine info
 - Time
Zone string - time zone
 - Type string
 - type
 - Clone
Id string - Clone
Name string - Filters
List<Piers
Karsenbarg. Nutanix. Outputs. Get Ndb Clone Filter>  
- Clone bool
 - clone or not
 - Clustered bool
 - clustered or not
 - Database
Cluster stringType  - database cluster type
 - Database
Name string - database name
 - Database
Nodes []GetNdb 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 Clone Info  - cloned info
 - Lcm
Configs []GetNdb Clone Lcm Config  - LCM Config
 - Linked
Databases []GetNdb 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 Clone Property  - properties of clone
 - Status string
 - status of clone
 - 
[]Get
Ndb 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 Clone Time Machine  - Time machine info
 - Time
Zone string - time zone
 - Type string
 - type
 - Clone
Id string - Clone
Name string - Filters
[]Get
Ndb Clone Filter  
- 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 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 Clone Info>  - cloned info
 - lcm
Configs List<GetNdb Clone Lcm Config>  - LCM Config
 - linked
Databases List<GetNdb 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 Clone Property>  - properties of clone
 - status String
 - status of clone
 - 
List<Get
Ndb 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 Clone Time Machine>  - Time machine info
 - time
Zone String - time zone
 - type String
 - type
 - clone
Id String - clone
Name String - filters
List<Get
Ndb Clone Filter>  
- clone boolean
 - clone or not
 - clustered boolean
 - clustered or not
 - database
Cluster stringType  - database cluster type
 - database
Name string - database name
 - database
Nodes GetNdb 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 Clone Info[]  - cloned info
 - lcm
Configs GetNdb Clone Lcm Config[]  - LCM Config
 - linked
Databases GetNdb 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 Clone Property[]  - properties of clone
 - status string
 - status of clone
 - 
Get
Ndb 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 Clone Time Machine[]  - Time machine info
 - time
Zone string - time zone
 - type string
 - type
 - clone
Id string - clone
Name string - filters
Get
Ndb Clone Filter[]  
- 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 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 Clone Info]  - cloned info
 - lcm_
configs Sequence[GetNdb Clone Lcm Config]  - LCM Config
 - linked_
databases Sequence[GetNdb 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 Clone Property]  - properties of clone
 - status str
 - status of clone
 - 
Sequence[Get
Ndb 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 Clone Time Machine]  - Time machine info
 - time_
zone str - time zone
 - type str
 - type
 - clone_
id str - clone_
name str - filters
Sequence[Get
Ndb Clone Filter]  
- 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
 - clone
Id String - clone
Name String - filters List<Property Map>
 
Supporting Types
GetNdbCloneDatabaseNode    
- 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 Clone Database Node Info>  - cloned info
 - Name string
 - cloned name
 - Primary bool
 - Properties
List<Piers
Karsenbarg. Nutanix. Inputs. Get Ndb Clone Database Node Property>  - properties of clone
 - Protection
Domain stringId  - Protection
Domains List<PiersKarsenbarg. Nutanix. Inputs. Get Ndb Clone Database Node Protection Domain>  - Software
Installation stringId  - Status string
 - status of clone
 - 
List<Piers
Karsenbarg. Nutanix. Inputs. Get Ndb 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 Clone Database Node Info  - cloned info
 - Name string
 - cloned name
 - Primary bool
 - Properties
[]Get
Ndb Clone Database Node Property  - properties of clone
 - Protection
Domain stringId  - Protection
Domains []GetNdb Clone Database Node Protection Domain  - Software
Installation stringId  - Status string
 - status of clone
 - 
[]Get
Ndb 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 Clone Database Node Info>  - cloned info
 - name String
 - cloned name
 - primary Boolean
 - properties
List<Get
Ndb Clone Database Node Property>  - properties of clone
 - protection
Domain StringId  - protection
Domains List<GetNdb Clone Database Node Protection Domain>  - software
Installation StringId  - status String
 - status of clone
 - 
List<Get
Ndb 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 Clone Database Node Info[]  - cloned info
 - name string
 - cloned name
 - primary boolean
 - properties
Get
Ndb Clone Database Node Property[]  - properties of clone
 - protection
Domain stringId  - protection
Domains GetNdb Clone Database Node Protection Domain[]  - software
Installation stringId  - status string
 - status of clone
 - 
Get
Ndb 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 Clone Database Node Info]  - cloned info
 - name str
 - cloned name
 - primary bool
 - properties
Sequence[Get
Ndb Clone Database Node Property]  - properties of clone
 - protection_
domain_ strid  - protection_
domains Sequence[GetNdb Clone Database Node Protection Domain]  - software_
installation_ strid  - status str
 - status of clone
 - 
Sequence[Get
Ndb 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.
 
GetNdbCloneDatabaseNodeInfo     
- 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> 
GetNdbCloneDatabaseNodeProperty     
- 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
 
GetNdbCloneDatabaseNodeProtectionDomain      
- 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 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 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 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 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 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
 
GetNdbCloneDatabaseNodeProtectionDomainProperty       
- 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
 
GetNdbCloneDatabaseNodeTag     
- 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
 
GetNdbCloneFilter   
- 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
 - 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
 - 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
 - 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
 - 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
 - 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
 - timezone String
 - Default is UTC
 
GetNdbCloneInfo   
- Bpg
Configs List<PiersKarsenbarg. Nutanix. Inputs. Get Ndb Clone Info Bpg Config>  - Secure
Info Dictionary<string, string> 
- Bpg
Configs []GetNdb Clone Info Bpg Config  - Secure
Info map[string]string 
- bpg
Configs List<GetNdb Clone Info Bpg Config>  - secure
Info Map<String,String> 
- bpg
Configs GetNdb Clone Info Bpg Config[]  - secure
Info {[key: string]: string} 
- bpg_
configs Sequence[GetNdb Clone Info Bpg Config]  - secure_
info Mapping[str, str] 
- bpg
Configs List<Property Map> - secure
Info Map<String> 
GetNdbCloneInfoBpgConfig     
GetNdbCloneInfoBpgConfigBpgDbParam        
- 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 
GetNdbCloneInfoBpgConfigStorage      
GetNdbCloneInfoBpgConfigStorageArchiveStorage        
- Size double
 
- Size float64
 
- size Double
 
- size number
 
- size float
 
- size Number
 
GetNdbCloneInfoBpgConfigStorageDataDisk        
- Count double
 
- Count float64
 
- count Double
 
- count number
 
- count float
 
- count Number
 
GetNdbCloneInfoBpgConfigStorageLogDisk        
GetNdbCloneInfoBpgConfigVmProperty       
- 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
 
GetNdbCloneLcmConfig    
- Expiry
Details List<PiersKarsenbarg. Nutanix. Inputs. Get Ndb Clone Lcm Config Expiry Detail>  - Post
Delete List<PiersCommands Karsenbarg. Nutanix. Inputs. Get Ndb Clone Lcm Config Post Delete Command>  - Pre
Delete List<PiersCommands Karsenbarg. Nutanix. Inputs. Get Ndb Clone Lcm Config Pre Delete Command>  - Refresh
Details List<PiersKarsenbarg. Nutanix. Inputs. Get Ndb Clone Lcm Config Refresh Detail>  
GetNdbCloneLcmConfigExpiryDetail      
- 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 
GetNdbCloneLcmConfigPostDeleteCommand       
- Command string
 
- Command string
 
- command String
 
- command string
 
- command str
 
- command String
 
GetNdbCloneLcmConfigPreDeleteCommand       
- Command string
 
- Command string
 
- command String
 
- command string
 
- command str
 
- command String
 
GetNdbCloneLcmConfigRefreshDetail      
- 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 
GetNdbCloneLinkedDatabase    
- 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 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
 - Default is UTC
 
- 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 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
 - Default is UTC
 
- 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 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
 - Default is UTC
 
- 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 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
 - Default is UTC
 
- 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 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
 - Default is UTC
 
- 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
 - Default is UTC
 
GetNdbCloneLinkedDatabaseInfo     
- 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> 
GetNdbCloneProperty   
- 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
 
GetNdbCloneTag   
- 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
 
GetNdbCloneTimeMachine    
- Access
Level string - Clone bool
 - clone or not
 - Clones string
 - 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 Clone Time Machine Property>  - properties of clone
 - Schedule
Id string - Schedules
List<Piers
Karsenbarg. Nutanix. Inputs. Get Ndb Clone Time Machine Schedule>  - Scope string
 - Sla
Id string - Sla
Update boolIn Progress  - Sla
Update stringMetadata  - Slas
List<Piers
Karsenbarg. Nutanix. Inputs. Get Ndb Clone Time Machine Sla>  - Source
Nx List<string>Clusters  - Status string
 - status of clone
 - 
List<Piers
Karsenbarg. Nutanix. Inputs. Get Ndb 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
 - 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 Clone Time Machine Property  - properties of clone
 - Schedule
Id string - Schedules
[]Get
Ndb Clone Time Machine Schedule  - Scope string
 - Sla
Id string - Sla
Update boolIn Progress  - Sla
Update stringMetadata  - Slas
[]Get
Ndb Clone Time Machine Sla  - Source
Nx []stringClusters  - Status string
 - status of clone
 - 
[]Get
Ndb 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
 - 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 Clone Time Machine Property>  - properties of clone
 - schedule
Id String - schedules
List<Get
Ndb Clone Time Machine Schedule>  - scope String
 - sla
Id String - sla
Update BooleanIn Progress  - sla
Update StringMetadata  - slas
List<Get
Ndb Clone Time Machine Sla>  - source
Nx List<String>Clusters  - status String
 - status of clone
 - 
List<Get
Ndb 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
 - 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 Clone Time Machine Property[]  - properties of clone
 - schedule
Id string - schedules
Get
Ndb Clone Time Machine Schedule[]  - scope string
 - sla
Id string - sla
Update booleanIn Progress  - sla
Update stringMetadata  - slas
Get
Ndb Clone Time Machine Sla[]  - source
Nx string[]Clusters  - status string
 - status of clone
 - 
Get
Ndb 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
 - 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 Clone Time Machine Property]  - properties of clone
 - schedule_
id str - schedules
Sequence[Get
Ndb Clone Time Machine Schedule]  - scope str
 - sla_
id str - sla_
update_ boolin_ progress  - sla_
update_ strmetadata  - slas
Sequence[Get
Ndb Clone Time Machine Sla]  - source_
nx_ Sequence[str]clusters  - status str
 - status of clone
 - 
Sequence[Get
Ndb 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
 - 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
 
GetNdbCloneTimeMachineProperty     
- 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
 
GetNdbCloneTimeMachineSchedule     
- Continuous
Schedules List<PiersKarsenbarg. Nutanix. Inputs. Get Ndb Clone Time Machine Schedule Continuous Schedule>  - Daily
Schedules List<PiersKarsenbarg. Nutanix. Inputs. Get Ndb 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 Clone Time Machine Schedule Monthly Schedule>  - Name string
 - cloned name
 - Owner
Id string - Quartely
Schedules List<PiersKarsenbarg. Nutanix. Inputs. Get Ndb Clone Time Machine Schedule Quartely Schedule>  - Reference
Count int - Snapshot
Time List<PiersOf Days Karsenbarg. Nutanix. Inputs. Get Ndb 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 Clone Time Machine Schedule Weekly Schedule>  - Yearly
Schedules List<PiersKarsenbarg. Nutanix. Inputs. Get Ndb Clone Time Machine Schedule Yearly Schedule>  
- Continuous
Schedules []GetNdb Clone Time Machine Schedule Continuous Schedule  - Daily
Schedules []GetNdb 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 Clone Time Machine Schedule Monthly Schedule  - Name string
 - cloned name
 - Owner
Id string - Quartely
Schedules []GetNdb Clone Time Machine Schedule Quartely Schedule  - Reference
Count int - Snapshot
Time []GetOf Days Ndb 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 Clone Time Machine Schedule Weekly Schedule  - Yearly
Schedules []GetNdb Clone Time Machine Schedule Yearly Schedule  
- continuous
Schedules List<GetNdb Clone Time Machine Schedule Continuous Schedule>  - daily
Schedules List<GetNdb 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 Clone Time Machine Schedule Monthly Schedule>  - name String
 - cloned name
 - owner
Id String - quartely
Schedules List<GetNdb Clone Time Machine Schedule Quartely Schedule>  - reference
Count Integer - snapshot
Time List<GetOf Days Ndb 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 Clone Time Machine Schedule Weekly Schedule>  - yearly
Schedules List<GetNdb Clone Time Machine Schedule Yearly Schedule>  
- continuous
Schedules GetNdb Clone Time Machine Schedule Continuous Schedule[]  - daily
Schedules GetNdb 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 Clone Time Machine Schedule Monthly Schedule[]  - name string
 - cloned name
 - owner
Id string - quartely
Schedules GetNdb Clone Time Machine Schedule Quartely Schedule[]  - reference
Count number - snapshot
Time GetOf Days Ndb 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 Clone Time Machine Schedule Weekly Schedule[]  - yearly
Schedules GetNdb Clone Time Machine Schedule Yearly Schedule[]  
- continuous_
schedules Sequence[GetNdb Clone Time Machine Schedule Continuous Schedule]  - daily_
schedules Sequence[GetNdb 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 Clone Time Machine Schedule Monthly Schedule]  - name str
 - cloned name
 - owner_
id str - quartely_
schedules Sequence[GetNdb Clone Time Machine Schedule Quartely Schedule]  - reference_
count int - snapshot_
time_ Sequence[Getof_ days Ndb 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 Clone Time Machine Schedule Weekly Schedule]  - yearly_
schedules Sequence[GetNdb 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> 
GetNdbCloneTimeMachineScheduleContinuousSchedule       
- 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  
GetNdbCloneTimeMachineScheduleDailySchedule       
- Enabled bool
 
- Enabled bool
 
- enabled Boolean
 
- enabled boolean
 
- enabled bool
 
- enabled Boolean
 
GetNdbCloneTimeMachineScheduleMonthlySchedule       
- 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
 
GetNdbCloneTimeMachineScheduleQuartelySchedule       
- 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  
GetNdbCloneTimeMachineScheduleSnapshotTimeOfDay         
GetNdbCloneTimeMachineScheduleWeeklySchedule       
- 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
 
GetNdbCloneTimeMachineScheduleYearlySchedule       
- 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 
GetNdbCloneTimeMachineSla     
- 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 
GetNdbCloneTimeMachineTag     
- Entity
Id string - Entity
Type string - Tag
Id string - Tag
Name string - Value string
 
- Entity
Id string - Entity
Type string - Tag
Id string - Tag
Name string - Value string
 
- entity
Id String - entity
Type String - tag
Id String - tag
Name String - value String
 
- entity
Id string - entity
Type string - tag
Id string - tag
Name string - value string
 
- entity_
id str - entity_
type str - tag_
id str - tag_
name str - value str
 
- entity
Id String - entity
Type String - tag
Id String - tag
Name String - value String
 
Package Details
- Repository
 - nutanix pierskarsenbarg/pulumi-nutanix
 - License
 - Apache-2.0
 - Notes
 - This Pulumi package is based on the 
nutanixTerraform Provider.