1. Packages
  2. Nutanix
  3. API Docs
  4. getNgtConfigurationV2
Nutanix v0.7.4 published on Friday, Mar 21, 2025 by Piers Karsenbarg

nutanix.getNgtConfigurationV2

Explore with Pulumi AI

nutanix logo
Nutanix v0.7.4 published on Friday, Mar 21, 2025 by Piers Karsenbarg

    Provides Nutanix datasource to Retrieves the Nutanix Guest Tools configuration for a Virtual Machine.

    Using getNgtConfigurationV2

    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 getNgtConfigurationV2(args: GetNgtConfigurationV2Args, opts?: InvokeOptions): Promise<GetNgtConfigurationV2Result>
    function getNgtConfigurationV2Output(args: GetNgtConfigurationV2OutputArgs, opts?: InvokeOptions): Output<GetNgtConfigurationV2Result>
    def get_ngt_configuration_v2(ext_id: Optional[str] = None,
                                 opts: Optional[InvokeOptions] = None) -> GetNgtConfigurationV2Result
    def get_ngt_configuration_v2_output(ext_id: Optional[pulumi.Input[str]] = None,
                                 opts: Optional[InvokeOptions] = None) -> Output[GetNgtConfigurationV2Result]
    func GetNgtConfigurationV2(ctx *Context, args *GetNgtConfigurationV2Args, opts ...InvokeOption) (*GetNgtConfigurationV2Result, error)
    func GetNgtConfigurationV2Output(ctx *Context, args *GetNgtConfigurationV2OutputArgs, opts ...InvokeOption) GetNgtConfigurationV2ResultOutput

    > Note: This function is named GetNgtConfigurationV2 in the Go SDK.

    public static class GetNgtConfigurationV2 
    {
        public static Task<GetNgtConfigurationV2Result> InvokeAsync(GetNgtConfigurationV2Args args, InvokeOptions? opts = null)
        public static Output<GetNgtConfigurationV2Result> Invoke(GetNgtConfigurationV2InvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetNgtConfigurationV2Result> getNgtConfigurationV2(GetNgtConfigurationV2Args args, InvokeOptions options)
    public static Output<GetNgtConfigurationV2Result> getNgtConfigurationV2(GetNgtConfigurationV2Args args, InvokeOptions options)
    
    fn::invoke:
      function: nutanix:index/getNgtConfigurationV2:getNgtConfigurationV2
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ExtId string
    uuid of the Virtual Machine.
    ExtId string
    uuid of the Virtual Machine.
    extId String
    uuid of the Virtual Machine.
    extId string
    uuid of the Virtual Machine.
    ext_id str
    uuid of the Virtual Machine.
    extId String
    uuid of the Virtual Machine.

    getNgtConfigurationV2 Result

    The following output properties are available:

    AvailableVersion string
    Version of Nutanix Guest Tools available on the cluster.
    Capablities List<string>
    The list of the application names that are enabled on the guest VM. [SELF_SERVICE_RESTORE, VSS_SNAPSHOT]
    ExtId string
    uuid of the Virtual Machine.
    GuestOsVersion string
    Version of the operating system on the VM.
    Id string
    The provider-assigned unique ID for this managed resource.
    IsEnabled bool
    Indicates whether Nutanix Guest Tools is enabled or not.
    IsInstalled bool
    Indicates whether Nutanix Guest Tools is installed on the VM or not.
    IsIsoInserted bool
    Indicates whether Nutanix Guest Tools ISO is inserted or not.
    IsReachable bool
    Indicates whether the communication from VM to CVM is active or not.
    IsVmMobilityDriversInstalled bool
    Indicates whether the VM mobility drivers are installed on the VM or not.
    IsVssSnapshotCapable bool
    Indicates whether the VM is configured to take VSS snapshots through NGT or not.
    Version string
    Version of Nutanix Guest Tools installed on the VM.
    AvailableVersion string
    Version of Nutanix Guest Tools available on the cluster.
    Capablities []string
    The list of the application names that are enabled on the guest VM. [SELF_SERVICE_RESTORE, VSS_SNAPSHOT]
    ExtId string
    uuid of the Virtual Machine.
    GuestOsVersion string
    Version of the operating system on the VM.
    Id string
    The provider-assigned unique ID for this managed resource.
    IsEnabled bool
    Indicates whether Nutanix Guest Tools is enabled or not.
    IsInstalled bool
    Indicates whether Nutanix Guest Tools is installed on the VM or not.
    IsIsoInserted bool
    Indicates whether Nutanix Guest Tools ISO is inserted or not.
    IsReachable bool
    Indicates whether the communication from VM to CVM is active or not.
    IsVmMobilityDriversInstalled bool
    Indicates whether the VM mobility drivers are installed on the VM or not.
    IsVssSnapshotCapable bool
    Indicates whether the VM is configured to take VSS snapshots through NGT or not.
    Version string
    Version of Nutanix Guest Tools installed on the VM.
    availableVersion String
    Version of Nutanix Guest Tools available on the cluster.
    capablities List<String>
    The list of the application names that are enabled on the guest VM. [SELF_SERVICE_RESTORE, VSS_SNAPSHOT]
    extId String
    uuid of the Virtual Machine.
    guestOsVersion String
    Version of the operating system on the VM.
    id String
    The provider-assigned unique ID for this managed resource.
    isEnabled Boolean
    Indicates whether Nutanix Guest Tools is enabled or not.
    isInstalled Boolean
    Indicates whether Nutanix Guest Tools is installed on the VM or not.
    isIsoInserted Boolean
    Indicates whether Nutanix Guest Tools ISO is inserted or not.
    isReachable Boolean
    Indicates whether the communication from VM to CVM is active or not.
    isVmMobilityDriversInstalled Boolean
    Indicates whether the VM mobility drivers are installed on the VM or not.
    isVssSnapshotCapable Boolean
    Indicates whether the VM is configured to take VSS snapshots through NGT or not.
    version String
    Version of Nutanix Guest Tools installed on the VM.
    availableVersion string
    Version of Nutanix Guest Tools available on the cluster.
    capablities string[]
    The list of the application names that are enabled on the guest VM. [SELF_SERVICE_RESTORE, VSS_SNAPSHOT]
    extId string
    uuid of the Virtual Machine.
    guestOsVersion string
    Version of the operating system on the VM.
    id string
    The provider-assigned unique ID for this managed resource.
    isEnabled boolean
    Indicates whether Nutanix Guest Tools is enabled or not.
    isInstalled boolean
    Indicates whether Nutanix Guest Tools is installed on the VM or not.
    isIsoInserted boolean
    Indicates whether Nutanix Guest Tools ISO is inserted or not.
    isReachable boolean
    Indicates whether the communication from VM to CVM is active or not.
    isVmMobilityDriversInstalled boolean
    Indicates whether the VM mobility drivers are installed on the VM or not.
    isVssSnapshotCapable boolean
    Indicates whether the VM is configured to take VSS snapshots through NGT or not.
    version string
    Version of Nutanix Guest Tools installed on the VM.
    available_version str
    Version of Nutanix Guest Tools available on the cluster.
    capablities Sequence[str]
    The list of the application names that are enabled on the guest VM. [SELF_SERVICE_RESTORE, VSS_SNAPSHOT]
    ext_id str
    uuid of the Virtual Machine.
    guest_os_version str
    Version of the operating system on the VM.
    id str
    The provider-assigned unique ID for this managed resource.
    is_enabled bool
    Indicates whether Nutanix Guest Tools is enabled or not.
    is_installed bool
    Indicates whether Nutanix Guest Tools is installed on the VM or not.
    is_iso_inserted bool
    Indicates whether Nutanix Guest Tools ISO is inserted or not.
    is_reachable bool
    Indicates whether the communication from VM to CVM is active or not.
    is_vm_mobility_drivers_installed bool
    Indicates whether the VM mobility drivers are installed on the VM or not.
    is_vss_snapshot_capable bool
    Indicates whether the VM is configured to take VSS snapshots through NGT or not.
    version str
    Version of Nutanix Guest Tools installed on the VM.
    availableVersion String
    Version of Nutanix Guest Tools available on the cluster.
    capablities List<String>
    The list of the application names that are enabled on the guest VM. [SELF_SERVICE_RESTORE, VSS_SNAPSHOT]
    extId String
    uuid of the Virtual Machine.
    guestOsVersion String
    Version of the operating system on the VM.
    id String
    The provider-assigned unique ID for this managed resource.
    isEnabled Boolean
    Indicates whether Nutanix Guest Tools is enabled or not.
    isInstalled Boolean
    Indicates whether Nutanix Guest Tools is installed on the VM or not.
    isIsoInserted Boolean
    Indicates whether Nutanix Guest Tools ISO is inserted or not.
    isReachable Boolean
    Indicates whether the communication from VM to CVM is active or not.
    isVmMobilityDriversInstalled Boolean
    Indicates whether the VM mobility drivers are installed on the VM or not.
    isVssSnapshotCapable Boolean
    Indicates whether the VM is configured to take VSS snapshots through NGT or not.
    version String
    Version of Nutanix Guest Tools installed on the VM.

    Package Details

    Repository
    nutanix pierskarsenbarg/pulumi-nutanix
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the nutanix Terraform Provider.
    nutanix logo
    Nutanix v0.7.4 published on Friday, Mar 21, 2025 by Piers Karsenbarg