nutanix.NgtUpgradeV2
Explore with Pulumi AI
Provides Nutanix resource to Trigger an in-guest upgrade of Nutanix Guest Tools.
Create NgtUpgradeV2 Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new NgtUpgradeV2(name: string, args: NgtUpgradeV2Args, opts?: CustomResourceOptions);
@overload
def NgtUpgradeV2(resource_name: str,
args: NgtUpgradeV2Args,
opts: Optional[ResourceOptions] = None)
@overload
def NgtUpgradeV2(resource_name: str,
opts: Optional[ResourceOptions] = None,
ext_id: Optional[str] = None,
reboot_preference: Optional[NgtUpgradeV2RebootPreferenceArgs] = None)
func NewNgtUpgradeV2(ctx *Context, name string, args NgtUpgradeV2Args, opts ...ResourceOption) (*NgtUpgradeV2, error)
public NgtUpgradeV2(string name, NgtUpgradeV2Args args, CustomResourceOptions? opts = null)
public NgtUpgradeV2(String name, NgtUpgradeV2Args args)
public NgtUpgradeV2(String name, NgtUpgradeV2Args args, CustomResourceOptions options)
type: nutanix:NgtUpgradeV2
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args NgtUpgradeV2Args
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args NgtUpgradeV2Args
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args NgtUpgradeV2Args
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args NgtUpgradeV2Args
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args NgtUpgradeV2Args
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var ngtUpgradeV2Resource = new Nutanix.NgtUpgradeV2("ngtUpgradeV2Resource", new()
{
ExtId = "string",
RebootPreference = new Nutanix.Inputs.NgtUpgradeV2RebootPreferenceArgs
{
ScheduleType = "string",
Schedule = new Nutanix.Inputs.NgtUpgradeV2RebootPreferenceScheduleArgs
{
StartTime = "string",
},
},
});
example, err := nutanix.NewNgtUpgradeV2(ctx, "ngtUpgradeV2Resource", &nutanix.NgtUpgradeV2Args{
ExtId: pulumi.String("string"),
RebootPreference: &nutanix.NgtUpgradeV2RebootPreferenceArgs{
ScheduleType: pulumi.String("string"),
Schedule: &nutanix.NgtUpgradeV2RebootPreferenceScheduleArgs{
StartTime: pulumi.String("string"),
},
},
})
var ngtUpgradeV2Resource = new NgtUpgradeV2("ngtUpgradeV2Resource", NgtUpgradeV2Args.builder()
.extId("string")
.rebootPreference(NgtUpgradeV2RebootPreferenceArgs.builder()
.scheduleType("string")
.schedule(NgtUpgradeV2RebootPreferenceScheduleArgs.builder()
.startTime("string")
.build())
.build())
.build());
ngt_upgrade_v2_resource = nutanix.NgtUpgradeV2("ngtUpgradeV2Resource",
ext_id="string",
reboot_preference={
"schedule_type": "string",
"schedule": {
"start_time": "string",
},
})
const ngtUpgradeV2Resource = new nutanix.NgtUpgradeV2("ngtUpgradeV2Resource", {
extId: "string",
rebootPreference: {
scheduleType: "string",
schedule: {
startTime: "string",
},
},
});
type: nutanix:NgtUpgradeV2
properties:
extId: string
rebootPreference:
schedule:
startTime: string
scheduleType: string
NgtUpgradeV2 Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The NgtUpgradeV2 resource accepts the following input properties:
- Ext
Id string - uuid of the Virtual Machine.
- Reboot
Preference PiersKarsenbarg. Nutanix. Inputs. Ngt Upgrade V2Reboot Preference - The restart schedule after installing or upgrading Nutanix Guest Tools.
- Ext
Id string - uuid of the Virtual Machine.
- Reboot
Preference NgtUpgrade V2Reboot Preference Args - The restart schedule after installing or upgrading Nutanix Guest Tools.
- ext
Id String - uuid of the Virtual Machine.
- reboot
Preference NgtUpgrade V2Reboot Preference - The restart schedule after installing or upgrading Nutanix Guest Tools.
- ext
Id string - uuid of the Virtual Machine.
- reboot
Preference NgtUpgrade V2Reboot Preference - The restart schedule after installing or upgrading Nutanix Guest Tools.
- ext_
id str - uuid of the Virtual Machine.
- reboot_
preference NgtUpgrade V2Reboot Preference Args - The restart schedule after installing or upgrading Nutanix Guest Tools.
- ext
Id String - uuid of the Virtual Machine.
- reboot
Preference Property Map - The restart schedule after installing or upgrading Nutanix Guest Tools.
Outputs
All input properties are implicitly available as output properties. Additionally, the NgtUpgradeV2 resource produces the following output properties:
- Available
Version 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
] - Guest
Os stringVersion - Version of the operating system on the VM.
- Id string
- 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 boolInserted - 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 boolMobility Drivers Installed - Indicates whether the VM mobility drivers are installed on the VM or not.
- Is
Vss boolSnapshot Capable - 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 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
] - Guest
Os stringVersion - Version of the operating system on the VM.
- Id string
- 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 boolInserted - 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 boolMobility Drivers Installed - Indicates whether the VM mobility drivers are installed on the VM or not.
- Is
Vss boolSnapshot Capable - 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 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
] - guest
Os StringVersion - Version of the operating system on the VM.
- id String
- The provider-assigned unique ID for this managed resource.
- is
Enabled Boolean - Indicates whether Nutanix Guest Tools is enabled or not.
- is
Installed Boolean - Indicates whether Nutanix Guest Tools is installed on the VM or not.
- is
Iso BooleanInserted - Indicates whether Nutanix Guest Tools ISO is inserted or not.
- is
Reachable Boolean - Indicates whether the communication from VM to CVM is active or not.
- is
Vm BooleanMobility Drivers Installed - Indicates whether the VM mobility drivers are installed on the VM or not.
- is
Vss BooleanSnapshot Capable - 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 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
] - guest
Os stringVersion - Version of the operating system on the VM.
- id string
- The provider-assigned unique ID for this managed resource.
- is
Enabled boolean - Indicates whether Nutanix Guest Tools is enabled or not.
- is
Installed boolean - Indicates whether Nutanix Guest Tools is installed on the VM or not.
- is
Iso booleanInserted - Indicates whether Nutanix Guest Tools ISO is inserted or not.
- is
Reachable boolean - Indicates whether the communication from VM to CVM is active or not.
- is
Vm booleanMobility Drivers Installed - Indicates whether the VM mobility drivers are installed on the VM or not.
- is
Vss booleanSnapshot Capable - 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
] - guest_
os_ strversion - 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_ boolinserted - 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_ boolmobility_ drivers_ installed - Indicates whether the VM mobility drivers are installed on the VM or not.
- is_
vss_ boolsnapshot_ capable - 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.
- available
Version 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
] - guest
Os StringVersion - Version of the operating system on the VM.
- id String
- The provider-assigned unique ID for this managed resource.
- is
Enabled Boolean - Indicates whether Nutanix Guest Tools is enabled or not.
- is
Installed Boolean - Indicates whether Nutanix Guest Tools is installed on the VM or not.
- is
Iso BooleanInserted - Indicates whether Nutanix Guest Tools ISO is inserted or not.
- is
Reachable Boolean - Indicates whether the communication from VM to CVM is active or not.
- is
Vm BooleanMobility Drivers Installed - Indicates whether the VM mobility drivers are installed on the VM or not.
- is
Vss BooleanSnapshot Capable - 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.
Look up Existing NgtUpgradeV2 Resource
Get an existing NgtUpgradeV2 resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: NgtUpgradeV2State, opts?: CustomResourceOptions): NgtUpgradeV2
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
available_version: Optional[str] = None,
capablities: Optional[Sequence[str]] = None,
ext_id: Optional[str] = None,
guest_os_version: Optional[str] = None,
is_enabled: Optional[bool] = None,
is_installed: Optional[bool] = None,
is_iso_inserted: Optional[bool] = None,
is_reachable: Optional[bool] = None,
is_vm_mobility_drivers_installed: Optional[bool] = None,
is_vss_snapshot_capable: Optional[bool] = None,
reboot_preference: Optional[NgtUpgradeV2RebootPreferenceArgs] = None,
version: Optional[str] = None) -> NgtUpgradeV2
func GetNgtUpgradeV2(ctx *Context, name string, id IDInput, state *NgtUpgradeV2State, opts ...ResourceOption) (*NgtUpgradeV2, error)
public static NgtUpgradeV2 Get(string name, Input<string> id, NgtUpgradeV2State? state, CustomResourceOptions? opts = null)
public static NgtUpgradeV2 get(String name, Output<String> id, NgtUpgradeV2State state, CustomResourceOptions options)
resources: _: type: nutanix:NgtUpgradeV2 get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Available
Version 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
] - Ext
Id string - uuid of the Virtual Machine.
- Guest
Os stringVersion - Version of the operating system on the VM.
- 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 boolInserted - 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 boolMobility Drivers Installed - Indicates whether the VM mobility drivers are installed on the VM or not.
- Is
Vss boolSnapshot Capable - Indicates whether the VM is configured to take VSS snapshots through NGT or not.
- Reboot
Preference PiersKarsenbarg. Nutanix. Inputs. Ngt Upgrade V2Reboot Preference - The restart schedule after installing or upgrading Nutanix Guest Tools.
- Version string
- Version of Nutanix Guest Tools installed on the VM.
- Available
Version 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
] - Ext
Id string - uuid of the Virtual Machine.
- Guest
Os stringVersion - Version of the operating system on the VM.
- 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 boolInserted - 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 boolMobility Drivers Installed - Indicates whether the VM mobility drivers are installed on the VM or not.
- Is
Vss boolSnapshot Capable - Indicates whether the VM is configured to take VSS snapshots through NGT or not.
- Reboot
Preference NgtUpgrade V2Reboot Preference Args - The restart schedule after installing or upgrading Nutanix Guest Tools.
- Version string
- Version of Nutanix Guest Tools installed on the VM.
- available
Version 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
] - ext
Id String - uuid of the Virtual Machine.
- guest
Os StringVersion - Version of the operating system on the VM.
- is
Enabled Boolean - Indicates whether Nutanix Guest Tools is enabled or not.
- is
Installed Boolean - Indicates whether Nutanix Guest Tools is installed on the VM or not.
- is
Iso BooleanInserted - Indicates whether Nutanix Guest Tools ISO is inserted or not.
- is
Reachable Boolean - Indicates whether the communication from VM to CVM is active or not.
- is
Vm BooleanMobility Drivers Installed - Indicates whether the VM mobility drivers are installed on the VM or not.
- is
Vss BooleanSnapshot Capable - Indicates whether the VM is configured to take VSS snapshots through NGT or not.
- reboot
Preference NgtUpgrade V2Reboot Preference - The restart schedule after installing or upgrading Nutanix Guest Tools.
- version String
- Version of Nutanix Guest Tools installed on the VM.
- available
Version 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
] - ext
Id string - uuid of the Virtual Machine.
- guest
Os stringVersion - Version of the operating system on the VM.
- is
Enabled boolean - Indicates whether Nutanix Guest Tools is enabled or not.
- is
Installed boolean - Indicates whether Nutanix Guest Tools is installed on the VM or not.
- is
Iso booleanInserted - Indicates whether Nutanix Guest Tools ISO is inserted or not.
- is
Reachable boolean - Indicates whether the communication from VM to CVM is active or not.
- is
Vm booleanMobility Drivers Installed - Indicates whether the VM mobility drivers are installed on the VM or not.
- is
Vss booleanSnapshot Capable - Indicates whether the VM is configured to take VSS snapshots through NGT or not.
- reboot
Preference NgtUpgrade V2Reboot Preference - The restart schedule after installing or upgrading Nutanix Guest Tools.
- 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_ strversion - Version of the operating system on the VM.
- 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_ boolinserted - 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_ boolmobility_ drivers_ installed - Indicates whether the VM mobility drivers are installed on the VM or not.
- is_
vss_ boolsnapshot_ capable - Indicates whether the VM is configured to take VSS snapshots through NGT or not.
- reboot_
preference NgtUpgrade V2Reboot Preference Args - The restart schedule after installing or upgrading Nutanix Guest Tools.
- version str
- Version of Nutanix Guest Tools installed on the VM.
- available
Version 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
] - ext
Id String - uuid of the Virtual Machine.
- guest
Os StringVersion - Version of the operating system on the VM.
- is
Enabled Boolean - Indicates whether Nutanix Guest Tools is enabled or not.
- is
Installed Boolean - Indicates whether Nutanix Guest Tools is installed on the VM or not.
- is
Iso BooleanInserted - Indicates whether Nutanix Guest Tools ISO is inserted or not.
- is
Reachable Boolean - Indicates whether the communication from VM to CVM is active or not.
- is
Vm BooleanMobility Drivers Installed - Indicates whether the VM mobility drivers are installed on the VM or not.
- is
Vss BooleanSnapshot Capable - Indicates whether the VM is configured to take VSS snapshots through NGT or not.
- reboot
Preference Property Map - The restart schedule after installing or upgrading Nutanix Guest Tools.
- version String
- Version of Nutanix Guest Tools installed on the VM.
Supporting Types
NgtUpgradeV2RebootPreference, NgtUpgradeV2RebootPreferenceArgs
- Schedule
Type string - Schedule type for restart.
LATER
: Schedule a restart for a specific time.SKIP
: Do not schedule a restart.IMMEDIATE
: Schedule an immediate restart.
- Schedule
Piers
Karsenbarg. Nutanix. Inputs. Ngt Upgrade V2Reboot Preference Schedule - Restart schedule.
- Schedule
Type string - Schedule type for restart.
LATER
: Schedule a restart for a specific time.SKIP
: Do not schedule a restart.IMMEDIATE
: Schedule an immediate restart.
- Schedule
Ngt
Upgrade V2Reboot Preference Schedule - Restart schedule.
- schedule
Type String - Schedule type for restart.
LATER
: Schedule a restart for a specific time.SKIP
: Do not schedule a restart.IMMEDIATE
: Schedule an immediate restart.
- schedule
Ngt
Upgrade V2Reboot Preference Schedule - Restart schedule.
- schedule
Type string - Schedule type for restart.
LATER
: Schedule a restart for a specific time.SKIP
: Do not schedule a restart.IMMEDIATE
: Schedule an immediate restart.
- schedule
Ngt
Upgrade V2Reboot Preference Schedule - Restart schedule.
- schedule_
type str - Schedule type for restart.
LATER
: Schedule a restart for a specific time.SKIP
: Do not schedule a restart.IMMEDIATE
: Schedule an immediate restart.
- schedule
Ngt
Upgrade V2Reboot Preference Schedule - Restart schedule.
- schedule
Type String - Schedule type for restart.
LATER
: Schedule a restart for a specific time.SKIP
: Do not schedule a restart.IMMEDIATE
: Schedule an immediate restart.
- schedule Property Map
- Restart schedule.
NgtUpgradeV2RebootPreferenceSchedule, NgtUpgradeV2RebootPreferenceScheduleArgs
- Start
Time string - The start time for a scheduled restart.
- Start
Time string - The start time for a scheduled restart.
- start
Time String - The start time for a scheduled restart.
- start
Time string - The start time for a scheduled restart.
- start_
time str - The start time for a scheduled restart.
- start
Time String - The start time for a scheduled restart.
Package Details
- Repository
- nutanix pierskarsenbarg/pulumi-nutanix
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
nutanix
Terraform Provider.