Nutanix v0.7.4 published on Friday, Mar 21, 2025 by Piers Karsenbarg
nutanix.getNdbSnapshot
Explore with Pulumi AI
Describes the snapshot present in Nutanix Database Service
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as nutanix from "@pulumi/nutanix";
const snaps = nutanix.getNdbSnapshot({
filters: [{
loadReplicatedChildSnapshots: "true",
}],
snapshotId: "{{ snapshot_id }}",
});
import pulumi
import pulumi_nutanix as nutanix
snaps = nutanix.get_ndb_snapshot(filters=[{
"load_replicated_child_snapshots": "true",
}],
snapshot_id="{{ snapshot_id }}")
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.GetNdbSnapshot(ctx, &nutanix.GetNdbSnapshotArgs{
Filters: []nutanix.GetNdbSnapshotFilter{
{
LoadReplicatedChildSnapshots: pulumi.StringRef("true"),
},
},
SnapshotId: "{{ snapshot_id }}",
}, 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 snaps = Nutanix.GetNdbSnapshot.Invoke(new()
{
Filters = new[]
{
new Nutanix.Inputs.GetNdbSnapshotFilterInputArgs
{
LoadReplicatedChildSnapshots = "true",
},
},
SnapshotId = "{{ snapshot_id }}",
});
});
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.GetNdbSnapshotArgs;
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 snaps = NutanixFunctions.getNdbSnapshot(GetNdbSnapshotArgs.builder()
.filters(GetNdbSnapshotFilterArgs.builder()
.loadReplicatedChildSnapshots(true)
.build())
.snapshotId("{{ snapshot_id }}")
.build());
}
}
variables:
snaps:
fn::invoke:
function: nutanix:getNdbSnapshot
arguments:
filters:
- loadReplicatedChildSnapshots: true
snapshotId: '{{ snapshot_id }}'
Using getNdbSnapshot
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 getNdbSnapshot(args: GetNdbSnapshotArgs, opts?: InvokeOptions): Promise<GetNdbSnapshotResult>
function getNdbSnapshotOutput(args: GetNdbSnapshotOutputArgs, opts?: InvokeOptions): Output<GetNdbSnapshotResult>
def get_ndb_snapshot(filters: Optional[Sequence[GetNdbSnapshotFilter]] = None,
snapshot_id: Optional[str] = None,
tags: Optional[Sequence[GetNdbSnapshotTag]] = None,
opts: Optional[InvokeOptions] = None) -> GetNdbSnapshotResult
def get_ndb_snapshot_output(filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetNdbSnapshotFilterArgs]]]] = None,
snapshot_id: Optional[pulumi.Input[str]] = None,
tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetNdbSnapshotTagArgs]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetNdbSnapshotResult]
func GetNdbSnapshot(ctx *Context, args *GetNdbSnapshotArgs, opts ...InvokeOption) (*GetNdbSnapshotResult, error)
func GetNdbSnapshotOutput(ctx *Context, args *GetNdbSnapshotOutputArgs, opts ...InvokeOption) GetNdbSnapshotResultOutput
> Note: This function is named GetNdbSnapshot
in the Go SDK.
public static class GetNdbSnapshot
{
public static Task<GetNdbSnapshotResult> InvokeAsync(GetNdbSnapshotArgs args, InvokeOptions? opts = null)
public static Output<GetNdbSnapshotResult> Invoke(GetNdbSnapshotInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetNdbSnapshotResult> getNdbSnapshot(GetNdbSnapshotArgs args, InvokeOptions options)
public static Output<GetNdbSnapshotResult> getNdbSnapshot(GetNdbSnapshotArgs args, InvokeOptions options)
fn::invoke:
function: nutanix:index/getNdbSnapshot:getNdbSnapshot
arguments:
# arguments dictionary
The following arguments are supported:
- Snapshot
Id This property is required. string - Snapshot ID to be given
- Filters
List<Piers
Karsenbarg. Nutanix. Inputs. Get Ndb Snapshot Filter> - Filters will fetch the snapshot details as per input
- List<Piers
Karsenbarg. Nutanix. Inputs. Get Ndb Snapshot Tag> - tags
- Snapshot
Id This property is required. string - Snapshot ID to be given
- Filters
[]Get
Ndb Snapshot Filter - Filters will fetch the snapshot details as per input
- []Get
Ndb Snapshot Tag - tags
- snapshot
Id This property is required. String - Snapshot ID to be given
- filters
List<Get
Ndb Snapshot Filter> - Filters will fetch the snapshot details as per input
- List<Get
Ndb Snapshot Tag> - tags
- snapshot
Id This property is required. string - Snapshot ID to be given
- filters
Get
Ndb Snapshot Filter[] - Filters will fetch the snapshot details as per input
- Get
Ndb Snapshot Tag[] - tags
- snapshot_
id This property is required. str - Snapshot ID to be given
- filters
Sequence[Get
Ndb Snapshot Filter] - Filters will fetch the snapshot details as per input
- Sequence[Get
Ndb Snapshot Tag] - tags
- snapshot
Id This property is required. String - Snapshot ID to be given
- filters List<Property Map>
- Filters will fetch the snapshot details as per input
- List<Property Map>
- tags
getNdbSnapshot Result
The following output properties are available:
- App
Info stringVersion - App info version
- Applicable
Types List<string> - Applicable types
- Database
Node stringId - database node id
- Database
Snapshot bool - database snapshot
- Date
Created string - created date
- Date
Modified string - modified date
- Dbserver
Id string - dbserver id
- Dbserver
Ip string - dbserver ip
- Dbserver
Name string - dbserver name
- Dbserver
Storage intMetadata Version - dbserver storage metadata version
- Description string
- description of snapshot
- From
Timestamp string - from timestamp
- Id string
- name of snapshot
- Lcm
Configs List<PiersKarsenbarg. Nutanix. Outputs. Get Ndb Snapshot Lcm Config> - LCM config
- Name string
- Nx
Cluster stringId - nx cluster id
- Parent
Snapshot bool - parent snapshot
- Parent
Snapshot stringId - parent snapshot id
- Processed bool
- processed
- Properties
List<Piers
Karsenbarg. Nutanix. Outputs. Get Ndb Snapshot Property> - properties
- Protection
Domain stringId - protection domain
- Replicated
Snapshots List<string> - replicated snapshots
- Santized bool
- Santized
From stringSnapshot Id - Santized
Snapshots string - Snapshot
Family string - snapshot family
- Snapshot
Id string - Snapshot
Size double - snapshot size
- Snapshot
Timestamp string - snapshot timeStamp
- Snapshot
Timestamp intDate - snapshot timestamp date
- Snapshot
Uuid string - snapshot uuid
- Software
Database boolSnapshot - software database snapshot
- Software
Snapshot string - software snapshot
- Software
Snapshot stringId - software snapshot id
- Status string
- status
- List<Piers
Karsenbarg. Nutanix. Outputs. Get Ndb Snapshot Tag> - tags
- Time
Machine stringId - Timezone string
- timezone
- To
Timestamp string - to timestamp
- Type string
- type
- Filters
List<Piers
Karsenbarg. Nutanix. Outputs. Get Ndb Snapshot Filter>
- App
Info stringVersion - App info version
- Applicable
Types []string - Applicable types
- Database
Node stringId - database node id
- Database
Snapshot bool - database snapshot
- Date
Created string - created date
- Date
Modified string - modified date
- Dbserver
Id string - dbserver id
- Dbserver
Ip string - dbserver ip
- Dbserver
Name string - dbserver name
- Dbserver
Storage intMetadata Version - dbserver storage metadata version
- Description string
- description of snapshot
- From
Timestamp string - from timestamp
- Id string
- name of snapshot
- Lcm
Configs []GetNdb Snapshot Lcm Config - LCM config
- Name string
- Nx
Cluster stringId - nx cluster id
- Parent
Snapshot bool - parent snapshot
- Parent
Snapshot stringId - parent snapshot id
- Processed bool
- processed
- Properties
[]Get
Ndb Snapshot Property - properties
- Protection
Domain stringId - protection domain
- Replicated
Snapshots []string - replicated snapshots
- Santized bool
- Santized
From stringSnapshot Id - Santized
Snapshots string - Snapshot
Family string - snapshot family
- Snapshot
Id string - Snapshot
Size float64 - snapshot size
- Snapshot
Timestamp string - snapshot timeStamp
- Snapshot
Timestamp intDate - snapshot timestamp date
- Snapshot
Uuid string - snapshot uuid
- Software
Database boolSnapshot - software database snapshot
- Software
Snapshot string - software snapshot
- Software
Snapshot stringId - software snapshot id
- Status string
- status
- []Get
Ndb Snapshot Tag - tags
- Time
Machine stringId - Timezone string
- timezone
- To
Timestamp string - to timestamp
- Type string
- type
- Filters
[]Get
Ndb Snapshot Filter
- app
Info StringVersion - App info version
- applicable
Types List<String> - Applicable types
- database
Node StringId - database node id
- database
Snapshot Boolean - database snapshot
- date
Created String - created date
- date
Modified String - modified date
- dbserver
Id String - dbserver id
- dbserver
Ip String - dbserver ip
- dbserver
Name String - dbserver name
- dbserver
Storage IntegerMetadata Version - dbserver storage metadata version
- description String
- description of snapshot
- from
Timestamp String - from timestamp
- id String
- name of snapshot
- lcm
Configs List<GetNdb Snapshot Lcm Config> - LCM config
- name String
- nx
Cluster StringId - nx cluster id
- parent
Snapshot Boolean - parent snapshot
- parent
Snapshot StringId - parent snapshot id
- processed Boolean
- processed
- properties
List<Get
Ndb Snapshot Property> - properties
- protection
Domain StringId - protection domain
- replicated
Snapshots List<String> - replicated snapshots
- santized Boolean
- santized
From StringSnapshot Id - santized
Snapshots String - snapshot
Family String - snapshot family
- snapshot
Id String - snapshot
Size Double - snapshot size
- snapshot
Timestamp String - snapshot timeStamp
- snapshot
Timestamp IntegerDate - snapshot timestamp date
- snapshot
Uuid String - snapshot uuid
- software
Database BooleanSnapshot - software database snapshot
- software
Snapshot String - software snapshot
- software
Snapshot StringId - software snapshot id
- status String
- status
- List<Get
Ndb Snapshot Tag> - tags
- time
Machine StringId - timezone String
- timezone
- to
Timestamp String - to timestamp
- type String
- type
- filters
List<Get
Ndb Snapshot Filter>
- app
Info stringVersion - App info version
- applicable
Types string[] - Applicable types
- database
Node stringId - database node id
- database
Snapshot boolean - database snapshot
- date
Created string - created date
- date
Modified string - modified date
- dbserver
Id string - dbserver id
- dbserver
Ip string - dbserver ip
- dbserver
Name string - dbserver name
- dbserver
Storage numberMetadata Version - dbserver storage metadata version
- description string
- description of snapshot
- from
Timestamp string - from timestamp
- id string
- name of snapshot
- lcm
Configs GetNdb Snapshot Lcm Config[] - LCM config
- name string
- nx
Cluster stringId - nx cluster id
- parent
Snapshot boolean - parent snapshot
- parent
Snapshot stringId - parent snapshot id
- processed boolean
- processed
- properties
Get
Ndb Snapshot Property[] - properties
- protection
Domain stringId - protection domain
- replicated
Snapshots string[] - replicated snapshots
- santized boolean
- santized
From stringSnapshot Id - santized
Snapshots string - snapshot
Family string - snapshot family
- snapshot
Id string - snapshot
Size number - snapshot size
- snapshot
Timestamp string - snapshot timeStamp
- snapshot
Timestamp numberDate - snapshot timestamp date
- snapshot
Uuid string - snapshot uuid
- software
Database booleanSnapshot - software database snapshot
- software
Snapshot string - software snapshot
- software
Snapshot stringId - software snapshot id
- status string
- status
- Get
Ndb Snapshot Tag[] - tags
- time
Machine stringId - timezone string
- timezone
- to
Timestamp string - to timestamp
- type string
- type
- filters
Get
Ndb Snapshot Filter[]
- app_
info_ strversion - App info version
- applicable_
types Sequence[str] - Applicable types
- database_
node_ strid - database node id
- database_
snapshot bool - database snapshot
- date_
created str - created date
- date_
modified str - modified date
- dbserver_
id str - dbserver id
- dbserver_
ip str - dbserver ip
- dbserver_
name str - dbserver name
- dbserver_
storage_ intmetadata_ version - dbserver storage metadata version
- description str
- description of snapshot
- from_
timestamp str - from timestamp
- id str
- name of snapshot
- lcm_
configs Sequence[GetNdb Snapshot Lcm Config] - LCM config
- name str
- nx_
cluster_ strid - nx cluster id
- parent_
snapshot bool - parent snapshot
- parent_
snapshot_ strid - parent snapshot id
- processed bool
- processed
- properties
Sequence[Get
Ndb Snapshot Property] - properties
- protection_
domain_ strid - protection domain
- replicated_
snapshots Sequence[str] - replicated snapshots
- santized bool
- santized_
from_ strsnapshot_ id - santized_
snapshots str - snapshot_
family str - snapshot family
- snapshot_
id str - snapshot_
size float - snapshot size
- snapshot_
timestamp str - snapshot timeStamp
- snapshot_
timestamp_ intdate - snapshot timestamp date
- snapshot_
uuid str - snapshot uuid
- software_
database_ boolsnapshot - software database snapshot
- software_
snapshot str - software snapshot
- software_
snapshot_ strid - software snapshot id
- status str
- status
- Sequence[Get
Ndb Snapshot Tag] - tags
- time_
machine_ strid - timezone str
- timezone
- to_
timestamp str - to timestamp
- type str
- type
- filters
Sequence[Get
Ndb Snapshot Filter]
- app
Info StringVersion - App info version
- applicable
Types List<String> - Applicable types
- database
Node StringId - database node id
- database
Snapshot Boolean - database snapshot
- date
Created String - created date
- date
Modified String - modified date
- dbserver
Id String - dbserver id
- dbserver
Ip String - dbserver ip
- dbserver
Name String - dbserver name
- dbserver
Storage NumberMetadata Version - dbserver storage metadata version
- description String
- description of snapshot
- from
Timestamp String - from timestamp
- id String
- name of snapshot
- lcm
Configs List<Property Map> - LCM config
- name String
- nx
Cluster StringId - nx cluster id
- parent
Snapshot Boolean - parent snapshot
- parent
Snapshot StringId - parent snapshot id
- processed Boolean
- processed
- properties List<Property Map>
- properties
- protection
Domain StringId - protection domain
- replicated
Snapshots List<String> - replicated snapshots
- santized Boolean
- santized
From StringSnapshot Id - santized
Snapshots String - snapshot
Family String - snapshot family
- snapshot
Id String - snapshot
Size Number - snapshot size
- snapshot
Timestamp String - snapshot timeStamp
- snapshot
Timestamp NumberDate - snapshot timestamp date
- snapshot
Uuid String - snapshot uuid
- software
Database BooleanSnapshot - software database snapshot
- software
Snapshot String - software snapshot
- software
Snapshot StringId - software snapshot id
- status String
- status
- List<Property Map>
- tags
- time
Machine StringId - timezone String
- timezone
- to
Timestamp String - to timestamp
- type String
- type
- filters List<Property Map>
Supporting Types
GetNdbSnapshotFilter
- Load
Replicated stringChild Snapshots - load child snapshots. Default is false
- Timezone string
- Default is UTC
- Load
Replicated stringChild Snapshots - load child snapshots. Default is false
- Timezone string
- Default is UTC
- load
Replicated StringChild Snapshots - load child snapshots. Default is false
- timezone String
- Default is UTC
- load
Replicated stringChild Snapshots - load child snapshots. Default is false
- timezone string
- Default is UTC
- load_
replicated_ strchild_ snapshots - load child snapshots. Default is false
- timezone str
- Default is UTC
- load
Replicated StringChild Snapshots - load child snapshots. Default is false
- timezone String
- Default is UTC
GetNdbSnapshotLcmConfig
- Expiry
Details This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Ndb Snapshot Lcm Config Expiry Detail> - Post
Delete Commands This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Ndb Snapshot Lcm Config Post Delete Command> - Pre
Delete Commands This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Ndb Snapshot Lcm Config Pre Delete Command> - Refresh
Details This property is required. List<PiersKarsenbarg. Nutanix. Inputs. Get Ndb Snapshot Lcm Config Refresh Detail>
- Expiry
Details This property is required. []GetNdb Snapshot Lcm Config Expiry Detail - Post
Delete Commands This property is required. []GetNdb Snapshot Lcm Config Post Delete Command - Pre
Delete Commands This property is required. []GetNdb Snapshot Lcm Config Pre Delete Command - Refresh
Details This property is required. []GetNdb Snapshot Lcm Config Refresh Detail
- expiry
Details This property is required. List<GetNdb Snapshot Lcm Config Expiry Detail> - post
Delete Commands This property is required. List<GetNdb Snapshot Lcm Config Post Delete Command> - pre
Delete Commands This property is required. List<GetNdb Snapshot Lcm Config Pre Delete Command> - refresh
Details This property is required. List<GetNdb Snapshot Lcm Config Refresh Detail>
- expiry
Details This property is required. GetNdb Snapshot Lcm Config Expiry Detail[] - post
Delete Commands This property is required. GetNdb Snapshot Lcm Config Post Delete Command[] - pre
Delete Commands This property is required. GetNdb Snapshot Lcm Config Pre Delete Command[] - refresh
Details This property is required. GetNdb Snapshot Lcm Config Refresh Detail[]
- expiry_
details This property is required. Sequence[GetNdb Snapshot Lcm Config Expiry Detail] - post_
delete_ commands This property is required. Sequence[GetNdb Snapshot Lcm Config Post Delete Command] - pre_
delete_ commands This property is required. Sequence[GetNdb Snapshot Lcm Config Pre Delete Command] - refresh_
details This property is required. Sequence[GetNdb Snapshot Lcm Config Refresh Detail]
- expiry
Details This property is required. List<Property Map> - post
Delete Commands This property is required. List<Property Map> - pre
Delete Commands This property is required. List<Property Map> - refresh
Details This property is required. List<Property Map>
GetNdbSnapshotLcmConfigExpiryDetail
- Delete
Database This property is required. bool - Delete
Time Machine This property is required. bool - Delete
Vm This property is required. bool - Effective
Timestamp This property is required. string - Expire
In Days This property is required. int - Expiry
Date Timezone This property is required. string - Expiry
Timestamp This property is required. string - Remind
Before In Days This property is required. int - User
Created This property is required. bool
- Delete
Database This property is required. bool - Delete
Time Machine This property is required. bool - Delete
Vm This property is required. bool - Effective
Timestamp This property is required. string - Expire
In Days This property is required. int - Expiry
Date Timezone This property is required. string - Expiry
Timestamp This property is required. string - Remind
Before In Days This property is required. int - User
Created This property is required. bool
- delete
Database This property is required. Boolean - delete
Time Machine This property is required. Boolean - delete
Vm This property is required. Boolean - effective
Timestamp This property is required. String - expire
In Days This property is required. Integer - expiry
Date Timezone This property is required. String - expiry
Timestamp This property is required. String - remind
Before In Days This property is required. Integer - user
Created This property is required. Boolean
- delete
Database This property is required. boolean - delete
Time Machine This property is required. boolean - delete
Vm This property is required. boolean - effective
Timestamp This property is required. string - expire
In Days This property is required. number - expiry
Date Timezone This property is required. string - expiry
Timestamp This property is required. string - remind
Before In Days This property is required. number - user
Created This property is required. boolean
- delete_
database This property is required. bool - delete_
time_ machine This property is required. bool - delete_
vm This property is required. bool - effective_
timestamp This property is required. str - expire_
in_ days This property is required. int - expiry_
date_ timezone This property is required. str - expiry_
timestamp This property is required. str - remind_
before_ in_ days This property is required. int - user_
created This property is required. bool
- delete
Database This property is required. Boolean - delete
Time Machine This property is required. Boolean - delete
Vm This property is required. Boolean - effective
Timestamp This property is required. String - expire
In Days This property is required. Number - expiry
Date Timezone This property is required. String - expiry
Timestamp This property is required. String - remind
Before In Days This property is required. Number - user
Created This property is required. Boolean
GetNdbSnapshotLcmConfigPostDeleteCommand
- Command
This property is required. string
- Command
This property is required. string
- command
This property is required. String
- command
This property is required. string
- command
This property is required. str
- command
This property is required. String
GetNdbSnapshotLcmConfigPreDeleteCommand
- Command
This property is required. string
- Command
This property is required. string
- command
This property is required. String
- command
This property is required. string
- command
This property is required. str
- command
This property is required. String
GetNdbSnapshotLcmConfigRefreshDetail
- Last
Refresh Date This property is required. string - Next
Refresh Date This property is required. string - Refresh
Date Timezone This property is required. string - Refresh
In Days This property is required. int - Refresh
In Hours This property is required. int - Refresh
In Months This property is required. int - Refresh
Time This property is required. string
- Last
Refresh Date This property is required. string - Next
Refresh Date This property is required. string - Refresh
Date Timezone This property is required. string - Refresh
In Days This property is required. int - Refresh
In Hours This property is required. int - Refresh
In Months This property is required. int - Refresh
Time This property is required. string
- last
Refresh Date This property is required. String - next
Refresh Date This property is required. String - refresh
Date Timezone This property is required. String - refresh
In Days This property is required. Integer - refresh
In Hours This property is required. Integer - refresh
In Months This property is required. Integer - refresh
Time This property is required. String
- last
Refresh Date This property is required. string - next
Refresh Date This property is required. string - refresh
Date Timezone This property is required. string - refresh
In Days This property is required. number - refresh
In Hours This property is required. number - refresh
In Months This property is required. number - refresh
Time This property is required. string
- last_
refresh_ date This property is required. str - next_
refresh_ date This property is required. str - refresh_
date_ timezone This property is required. str - refresh_
in_ days This property is required. int - refresh_
in_ hours This property is required. int - refresh_
in_ months This property is required. int - refresh_
time This property is required. str
- last
Refresh Date This property is required. String - next
Refresh Date This property is required. String - refresh
Date Timezone This property is required. String - refresh
In Days This property is required. Number - refresh
In Hours This property is required. Number - refresh
In Months This property is required. Number - refresh
Time This property is required. String
GetNdbSnapshotProperty
- Description
This property is required. string - description of snapshot
- Name
This property is required. string - Ref
Id This property is required. string - Secure
This property is required. bool - Value
This property is required. string
- Description
This property is required. string - description of snapshot
- Name
This property is required. string - Ref
Id This property is required. string - Secure
This property is required. bool - Value
This property is required. string
- description
This property is required. String - description of snapshot
- name
This property is required. String - ref
Id This property is required. String - secure
This property is required. Boolean - value
This property is required. String
- description
This property is required. string - description of snapshot
- name
This property is required. string - ref
Id This property is required. string - secure
This property is required. boolean - value
This property is required. string
- description
This property is required. str - description of snapshot
- name
This property is required. str - ref_
id This property is required. str - secure
This property is required. bool - value
This property is required. str
- description
This property is required. String - description of snapshot
- name
This property is required. String - ref
Id This property is required. String - secure
This property is required. Boolean - value
This property is required. String
GetNdbSnapshotTag
- Entity
Id This property is required. string - Entity
Type This property is required. string - Tag
Id This property is required. string - Tag
Name This property is required. string - Value
This property is required. string
- Entity
Id This property is required. string - Entity
Type This property is required. string - Tag
Id This property is required. string - Tag
Name This property is required. string - Value
This property is required. string
- entity
Id This property is required. String - entity
Type This property is required. String - tag
Id This property is required. String - tag
Name This property is required. String - value
This property is required. String
- entity
Id This property is required. string - entity
Type This property is required. string - tag
Id This property is required. string - tag
Name This property is required. string - value
This property is required. string
- entity_
id This property is required. str - entity_
type This property is required. str - tag_
id This property is required. str - tag_
name This property is required. str - value
This property is required. str
- entity
Id This property is required. String - entity
Type This property is required. String - tag
Id This property is required. String - tag
Name This property is required. String - value
This property is required. String
Package Details
- Repository
- nutanix pierskarsenbarg/pulumi-nutanix
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
nutanix
Terraform Provider.