1. Packages
  2. vSphere
  3. API Docs
  4. VirtualMachine
vSphere v4.10.1 published on Friday, May 10, 2024 by Pulumi

vsphere.VirtualMachine

Explore with Pulumi AI

vsphere logo
vSphere v4.10.1 published on Friday, May 10, 2024 by Pulumi

    Create VirtualMachine Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new VirtualMachine(name: string, args: VirtualMachineArgs, opts?: CustomResourceOptions);
    @overload
    def VirtualMachine(resource_name: str,
                       args: VirtualMachineArgs,
                       opts: Optional[ResourceOptions] = None)
    
    @overload
    def VirtualMachine(resource_name: str,
                       opts: Optional[ResourceOptions] = None,
                       resource_pool_id: Optional[str] = None,
                       alternate_guest_name: Optional[str] = None,
                       annotation: Optional[str] = None,
                       boot_delay: Optional[int] = None,
                       boot_retry_delay: Optional[int] = None,
                       boot_retry_enabled: Optional[bool] = None,
                       cdroms: Optional[Sequence[VirtualMachineCdromArgs]] = None,
                       clone: Optional[VirtualMachineCloneArgs] = None,
                       cpu_hot_add_enabled: Optional[bool] = None,
                       cpu_hot_remove_enabled: Optional[bool] = None,
                       cpu_limit: Optional[int] = None,
                       cpu_performance_counters_enabled: Optional[bool] = None,
                       cpu_reservation: Optional[int] = None,
                       cpu_share_count: Optional[int] = None,
                       cpu_share_level: Optional[str] = None,
                       custom_attributes: Optional[Mapping[str, str]] = None,
                       datacenter_id: Optional[str] = None,
                       datastore_cluster_id: Optional[str] = None,
                       datastore_id: Optional[str] = None,
                       disks: Optional[Sequence[VirtualMachineDiskArgs]] = None,
                       efi_secure_boot_enabled: Optional[bool] = None,
                       enable_disk_uuid: Optional[bool] = None,
                       enable_logging: Optional[bool] = None,
                       ept_rvi_mode: Optional[str] = None,
                       extra_config: Optional[Mapping[str, str]] = None,
                       extra_config_reboot_required: Optional[bool] = None,
                       firmware: Optional[str] = None,
                       folder: Optional[str] = None,
                       force_power_off: Optional[bool] = None,
                       guest_id: Optional[str] = None,
                       hardware_version: Optional[int] = None,
                       host_system_id: Optional[str] = None,
                       hv_mode: Optional[str] = None,
                       ide_controller_count: Optional[int] = None,
                       ignored_guest_ips: Optional[Sequence[str]] = None,
                       latency_sensitivity: Optional[str] = None,
                       memory: Optional[int] = None,
                       memory_hot_add_enabled: Optional[bool] = None,
                       memory_limit: Optional[int] = None,
                       memory_reservation: Optional[int] = None,
                       memory_reservation_locked_to_max: Optional[bool] = None,
                       memory_share_count: Optional[int] = None,
                       memory_share_level: Optional[str] = None,
                       migrate_wait_timeout: Optional[int] = None,
                       name: Optional[str] = None,
                       nested_hv_enabled: Optional[bool] = None,
                       network_interfaces: Optional[Sequence[VirtualMachineNetworkInterfaceArgs]] = None,
                       num_cores_per_socket: Optional[int] = None,
                       num_cpus: Optional[int] = None,
                       ovf_deploy: Optional[VirtualMachineOvfDeployArgs] = None,
                       pci_device_ids: Optional[Sequence[str]] = None,
                       poweron_timeout: Optional[int] = None,
                       replace_trigger: Optional[str] = None,
                       run_tools_scripts_after_power_on: Optional[bool] = None,
                       run_tools_scripts_after_resume: Optional[bool] = None,
                       run_tools_scripts_before_guest_reboot: Optional[bool] = None,
                       run_tools_scripts_before_guest_shutdown: Optional[bool] = None,
                       run_tools_scripts_before_guest_standby: Optional[bool] = None,
                       sata_controller_count: Optional[int] = None,
                       scsi_bus_sharing: Optional[str] = None,
                       scsi_controller_count: Optional[int] = None,
                       scsi_type: Optional[str] = None,
                       shutdown_wait_timeout: Optional[int] = None,
                       storage_policy_id: Optional[str] = None,
                       swap_placement_policy: Optional[str] = None,
                       sync_time_with_host: Optional[bool] = None,
                       sync_time_with_host_periodically: Optional[bool] = None,
                       tags: Optional[Sequence[str]] = None,
                       tools_upgrade_policy: Optional[str] = None,
                       vapp: Optional[VirtualMachineVappArgs] = None,
                       vbs_enabled: Optional[bool] = None,
                       vvtd_enabled: Optional[bool] = None,
                       wait_for_guest_ip_timeout: Optional[int] = None,
                       wait_for_guest_net_routable: Optional[bool] = None,
                       wait_for_guest_net_timeout: Optional[int] = None)
    func NewVirtualMachine(ctx *Context, name string, args VirtualMachineArgs, opts ...ResourceOption) (*VirtualMachine, error)
    public VirtualMachine(string name, VirtualMachineArgs args, CustomResourceOptions? opts = null)
    public VirtualMachine(String name, VirtualMachineArgs args)
    public VirtualMachine(String name, VirtualMachineArgs args, CustomResourceOptions options)
    
    type: vsphere:VirtualMachine
    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 VirtualMachineArgs
    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 VirtualMachineArgs
    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 VirtualMachineArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args VirtualMachineArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args VirtualMachineArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

    The following reference example uses placeholder values for all input properties.

    var virtualMachineResource = new VSphere.VirtualMachine("virtualMachineResource", new()
    {
        ResourcePoolId = "string",
        AlternateGuestName = "string",
        Annotation = "string",
        BootDelay = 0,
        BootRetryDelay = 0,
        BootRetryEnabled = false,
        Cdroms = new[]
        {
            new VSphere.Inputs.VirtualMachineCdromArgs
            {
                ClientDevice = false,
                DatastoreId = "string",
                DeviceAddress = "string",
                Key = 0,
                Path = "string",
            },
        },
        Clone = new VSphere.Inputs.VirtualMachineCloneArgs
        {
            TemplateUuid = "string",
            CustomizationSpec = new VSphere.Inputs.VirtualMachineCloneCustomizationSpecArgs
            {
                Id = "string",
                Timeout = 0,
            },
            Customize = new VSphere.Inputs.VirtualMachineCloneCustomizeArgs
            {
                DnsServerLists = new[]
                {
                    "string",
                },
                DnsSuffixLists = new[]
                {
                    "string",
                },
                Ipv4Gateway = "string",
                Ipv6Gateway = "string",
                LinuxOptions = new VSphere.Inputs.VirtualMachineCloneCustomizeLinuxOptionsArgs
                {
                    Domain = "string",
                    HostName = "string",
                    HwClockUtc = false,
                    ScriptText = "string",
                    TimeZone = "string",
                },
                NetworkInterfaces = new[]
                {
                    new VSphere.Inputs.VirtualMachineCloneCustomizeNetworkInterfaceArgs
                    {
                        DnsDomain = "string",
                        DnsServerLists = new[]
                        {
                            "string",
                        },
                        Ipv4Address = "string",
                        Ipv4Netmask = 0,
                        Ipv6Address = "string",
                        Ipv6Netmask = 0,
                    },
                },
                Timeout = 0,
                WindowsOptions = new VSphere.Inputs.VirtualMachineCloneCustomizeWindowsOptionsArgs
                {
                    ComputerName = "string",
                    FullName = "string",
                    AutoLogonCount = 0,
                    AutoLogon = false,
                    DomainAdminPassword = "string",
                    DomainAdminUser = "string",
                    AdminPassword = "string",
                    JoinDomain = "string",
                    OrganizationName = "string",
                    ProductKey = "string",
                    RunOnceCommandLists = new[]
                    {
                        "string",
                    },
                    TimeZone = 0,
                    Workgroup = "string",
                },
                WindowsSysprepText = "string",
            },
            LinkedClone = false,
            OvfNetworkMap = 
            {
                { "string", "string" },
            },
            OvfStorageMap = 
            {
                { "string", "string" },
            },
            Timeout = 0,
        },
        CpuHotAddEnabled = false,
        CpuHotRemoveEnabled = false,
        CpuLimit = 0,
        CpuPerformanceCountersEnabled = false,
        CpuReservation = 0,
        CpuShareCount = 0,
        CpuShareLevel = "string",
        CustomAttributes = 
        {
            { "string", "string" },
        },
        DatacenterId = "string",
        DatastoreClusterId = "string",
        DatastoreId = "string",
        Disks = new[]
        {
            new VSphere.Inputs.VirtualMachineDiskArgs
            {
                Label = "string",
                IoShareLevel = "string",
                UnitNumber = 0,
                DeviceAddress = "string",
                DiskMode = "string",
                DiskSharing = "string",
                EagerlyScrub = false,
                IoLimit = 0,
                KeepOnRemove = false,
                WriteThrough = false,
                DatastoreId = "string",
                IoReservation = 0,
                Key = 0,
                ControllerType = "string",
                Path = "string",
                Size = 0,
                StoragePolicyId = "string",
                ThinProvisioned = false,
                Attach = false,
                Uuid = "string",
                IoShareCount = 0,
            },
        },
        EfiSecureBootEnabled = false,
        EnableDiskUuid = false,
        EnableLogging = false,
        EptRviMode = "string",
        ExtraConfig = 
        {
            { "string", "string" },
        },
        ExtraConfigRebootRequired = false,
        Firmware = "string",
        Folder = "string",
        ForcePowerOff = false,
        GuestId = "string",
        HardwareVersion = 0,
        HostSystemId = "string",
        HvMode = "string",
        IdeControllerCount = 0,
        IgnoredGuestIps = new[]
        {
            "string",
        },
        LatencySensitivity = "string",
        Memory = 0,
        MemoryHotAddEnabled = false,
        MemoryLimit = 0,
        MemoryReservation = 0,
        MemoryReservationLockedToMax = false,
        MemoryShareCount = 0,
        MemoryShareLevel = "string",
        MigrateWaitTimeout = 0,
        Name = "string",
        NestedHvEnabled = false,
        NetworkInterfaces = new[]
        {
            new VSphere.Inputs.VirtualMachineNetworkInterfaceArgs
            {
                NetworkId = "string",
                AdapterType = "string",
                BandwidthLimit = 0,
                BandwidthReservation = 0,
                BandwidthShareCount = 0,
                BandwidthShareLevel = "string",
                DeviceAddress = "string",
                Key = 0,
                MacAddress = "string",
                OvfMapping = "string",
                PhysicalFunction = "string",
                UseStaticMac = false,
            },
        },
        NumCoresPerSocket = 0,
        NumCpus = 0,
        OvfDeploy = new VSphere.Inputs.VirtualMachineOvfDeployArgs
        {
            AllowUnverifiedSslCert = false,
            DeploymentOption = "string",
            DiskProvisioning = "string",
            EnableHiddenProperties = false,
            IpAllocationPolicy = "string",
            IpProtocol = "string",
            LocalOvfPath = "string",
            OvfNetworkMap = 
            {
                { "string", "string" },
            },
            RemoteOvfUrl = "string",
        },
        PciDeviceIds = new[]
        {
            "string",
        },
        PoweronTimeout = 0,
        ReplaceTrigger = "string",
        RunToolsScriptsAfterPowerOn = false,
        RunToolsScriptsAfterResume = false,
        RunToolsScriptsBeforeGuestReboot = false,
        RunToolsScriptsBeforeGuestShutdown = false,
        RunToolsScriptsBeforeGuestStandby = false,
        SataControllerCount = 0,
        ScsiBusSharing = "string",
        ScsiControllerCount = 0,
        ScsiType = "string",
        ShutdownWaitTimeout = 0,
        StoragePolicyId = "string",
        SwapPlacementPolicy = "string",
        SyncTimeWithHost = false,
        SyncTimeWithHostPeriodically = false,
        Tags = new[]
        {
            "string",
        },
        ToolsUpgradePolicy = "string",
        Vapp = new VSphere.Inputs.VirtualMachineVappArgs
        {
            Properties = 
            {
                { "string", "string" },
            },
        },
        VbsEnabled = false,
        VvtdEnabled = false,
        WaitForGuestIpTimeout = 0,
        WaitForGuestNetRoutable = false,
        WaitForGuestNetTimeout = 0,
    });
    
    example, err := vsphere.NewVirtualMachine(ctx, "virtualMachineResource", &vsphere.VirtualMachineArgs{
    	ResourcePoolId:     pulumi.String("string"),
    	AlternateGuestName: pulumi.String("string"),
    	Annotation:         pulumi.String("string"),
    	BootDelay:          pulumi.Int(0),
    	BootRetryDelay:     pulumi.Int(0),
    	BootRetryEnabled:   pulumi.Bool(false),
    	Cdroms: vsphere.VirtualMachineCdromArray{
    		&vsphere.VirtualMachineCdromArgs{
    			ClientDevice:  pulumi.Bool(false),
    			DatastoreId:   pulumi.String("string"),
    			DeviceAddress: pulumi.String("string"),
    			Key:           pulumi.Int(0),
    			Path:          pulumi.String("string"),
    		},
    	},
    	Clone: &vsphere.VirtualMachineCloneArgs{
    		TemplateUuid: pulumi.String("string"),
    		CustomizationSpec: &vsphere.VirtualMachineCloneCustomizationSpecArgs{
    			Id:      pulumi.String("string"),
    			Timeout: pulumi.Int(0),
    		},
    		Customize: &vsphere.VirtualMachineCloneCustomizeArgs{
    			DnsServerLists: pulumi.StringArray{
    				pulumi.String("string"),
    			},
    			DnsSuffixLists: pulumi.StringArray{
    				pulumi.String("string"),
    			},
    			Ipv4Gateway: pulumi.String("string"),
    			Ipv6Gateway: pulumi.String("string"),
    			LinuxOptions: &vsphere.VirtualMachineCloneCustomizeLinuxOptionsArgs{
    				Domain:     pulumi.String("string"),
    				HostName:   pulumi.String("string"),
    				HwClockUtc: pulumi.Bool(false),
    				ScriptText: pulumi.String("string"),
    				TimeZone:   pulumi.String("string"),
    			},
    			NetworkInterfaces: vsphere.VirtualMachineCloneCustomizeNetworkInterfaceArray{
    				&vsphere.VirtualMachineCloneCustomizeNetworkInterfaceArgs{
    					DnsDomain: pulumi.String("string"),
    					DnsServerLists: pulumi.StringArray{
    						pulumi.String("string"),
    					},
    					Ipv4Address: pulumi.String("string"),
    					Ipv4Netmask: pulumi.Int(0),
    					Ipv6Address: pulumi.String("string"),
    					Ipv6Netmask: pulumi.Int(0),
    				},
    			},
    			Timeout: pulumi.Int(0),
    			WindowsOptions: &vsphere.VirtualMachineCloneCustomizeWindowsOptionsArgs{
    				ComputerName:        pulumi.String("string"),
    				FullName:            pulumi.String("string"),
    				AutoLogonCount:      pulumi.Int(0),
    				AutoLogon:           pulumi.Bool(false),
    				DomainAdminPassword: pulumi.String("string"),
    				DomainAdminUser:     pulumi.String("string"),
    				AdminPassword:       pulumi.String("string"),
    				JoinDomain:          pulumi.String("string"),
    				OrganizationName:    pulumi.String("string"),
    				ProductKey:          pulumi.String("string"),
    				RunOnceCommandLists: pulumi.StringArray{
    					pulumi.String("string"),
    				},
    				TimeZone:  pulumi.Int(0),
    				Workgroup: pulumi.String("string"),
    			},
    			WindowsSysprepText: pulumi.String("string"),
    		},
    		LinkedClone: pulumi.Bool(false),
    		OvfNetworkMap: pulumi.StringMap{
    			"string": pulumi.String("string"),
    		},
    		OvfStorageMap: pulumi.StringMap{
    			"string": pulumi.String("string"),
    		},
    		Timeout: pulumi.Int(0),
    	},
    	CpuHotAddEnabled:              pulumi.Bool(false),
    	CpuHotRemoveEnabled:           pulumi.Bool(false),
    	CpuLimit:                      pulumi.Int(0),
    	CpuPerformanceCountersEnabled: pulumi.Bool(false),
    	CpuReservation:                pulumi.Int(0),
    	CpuShareCount:                 pulumi.Int(0),
    	CpuShareLevel:                 pulumi.String("string"),
    	CustomAttributes: pulumi.StringMap{
    		"string": pulumi.String("string"),
    	},
    	DatacenterId:       pulumi.String("string"),
    	DatastoreClusterId: pulumi.String("string"),
    	DatastoreId:        pulumi.String("string"),
    	Disks: vsphere.VirtualMachineDiskArray{
    		&vsphere.VirtualMachineDiskArgs{
    			Label:           pulumi.String("string"),
    			IoShareLevel:    pulumi.String("string"),
    			UnitNumber:      pulumi.Int(0),
    			DeviceAddress:   pulumi.String("string"),
    			DiskMode:        pulumi.String("string"),
    			DiskSharing:     pulumi.String("string"),
    			EagerlyScrub:    pulumi.Bool(false),
    			IoLimit:         pulumi.Int(0),
    			KeepOnRemove:    pulumi.Bool(false),
    			WriteThrough:    pulumi.Bool(false),
    			DatastoreId:     pulumi.String("string"),
    			IoReservation:   pulumi.Int(0),
    			Key:             pulumi.Int(0),
    			ControllerType:  pulumi.String("string"),
    			Path:            pulumi.String("string"),
    			Size:            pulumi.Int(0),
    			StoragePolicyId: pulumi.String("string"),
    			ThinProvisioned: pulumi.Bool(false),
    			Attach:          pulumi.Bool(false),
    			Uuid:            pulumi.String("string"),
    			IoShareCount:    pulumi.Int(0),
    		},
    	},
    	EfiSecureBootEnabled: pulumi.Bool(false),
    	EnableDiskUuid:       pulumi.Bool(false),
    	EnableLogging:        pulumi.Bool(false),
    	EptRviMode:           pulumi.String("string"),
    	ExtraConfig: pulumi.StringMap{
    		"string": pulumi.String("string"),
    	},
    	ExtraConfigRebootRequired: pulumi.Bool(false),
    	Firmware:                  pulumi.String("string"),
    	Folder:                    pulumi.String("string"),
    	ForcePowerOff:             pulumi.Bool(false),
    	GuestId:                   pulumi.String("string"),
    	HardwareVersion:           pulumi.Int(0),
    	HostSystemId:              pulumi.String("string"),
    	HvMode:                    pulumi.String("string"),
    	IdeControllerCount:        pulumi.Int(0),
    	IgnoredGuestIps: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	LatencySensitivity:           pulumi.String("string"),
    	Memory:                       pulumi.Int(0),
    	MemoryHotAddEnabled:          pulumi.Bool(false),
    	MemoryLimit:                  pulumi.Int(0),
    	MemoryReservation:            pulumi.Int(0),
    	MemoryReservationLockedToMax: pulumi.Bool(false),
    	MemoryShareCount:             pulumi.Int(0),
    	MemoryShareLevel:             pulumi.String("string"),
    	MigrateWaitTimeout:           pulumi.Int(0),
    	Name:                         pulumi.String("string"),
    	NestedHvEnabled:              pulumi.Bool(false),
    	NetworkInterfaces: vsphere.VirtualMachineNetworkInterfaceArray{
    		&vsphere.VirtualMachineNetworkInterfaceArgs{
    			NetworkId:            pulumi.String("string"),
    			AdapterType:          pulumi.String("string"),
    			BandwidthLimit:       pulumi.Int(0),
    			BandwidthReservation: pulumi.Int(0),
    			BandwidthShareCount:  pulumi.Int(0),
    			BandwidthShareLevel:  pulumi.String("string"),
    			DeviceAddress:        pulumi.String("string"),
    			Key:                  pulumi.Int(0),
    			MacAddress:           pulumi.String("string"),
    			OvfMapping:           pulumi.String("string"),
    			PhysicalFunction:     pulumi.String("string"),
    			UseStaticMac:         pulumi.Bool(false),
    		},
    	},
    	NumCoresPerSocket: pulumi.Int(0),
    	NumCpus:           pulumi.Int(0),
    	OvfDeploy: &vsphere.VirtualMachineOvfDeployArgs{
    		AllowUnverifiedSslCert: pulumi.Bool(false),
    		DeploymentOption:       pulumi.String("string"),
    		DiskProvisioning:       pulumi.String("string"),
    		EnableHiddenProperties: pulumi.Bool(false),
    		IpAllocationPolicy:     pulumi.String("string"),
    		IpProtocol:             pulumi.String("string"),
    		LocalOvfPath:           pulumi.String("string"),
    		OvfNetworkMap: pulumi.StringMap{
    			"string": pulumi.String("string"),
    		},
    		RemoteOvfUrl: pulumi.String("string"),
    	},
    	PciDeviceIds: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	PoweronTimeout:                     pulumi.Int(0),
    	ReplaceTrigger:                     pulumi.String("string"),
    	RunToolsScriptsAfterPowerOn:        pulumi.Bool(false),
    	RunToolsScriptsAfterResume:         pulumi.Bool(false),
    	RunToolsScriptsBeforeGuestReboot:   pulumi.Bool(false),
    	RunToolsScriptsBeforeGuestShutdown: pulumi.Bool(false),
    	RunToolsScriptsBeforeGuestStandby:  pulumi.Bool(false),
    	SataControllerCount:                pulumi.Int(0),
    	ScsiBusSharing:                     pulumi.String("string"),
    	ScsiControllerCount:                pulumi.Int(0),
    	ScsiType:                           pulumi.String("string"),
    	ShutdownWaitTimeout:                pulumi.Int(0),
    	StoragePolicyId:                    pulumi.String("string"),
    	SwapPlacementPolicy:                pulumi.String("string"),
    	SyncTimeWithHost:                   pulumi.Bool(false),
    	SyncTimeWithHostPeriodically:       pulumi.Bool(false),
    	Tags: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	ToolsUpgradePolicy: pulumi.String("string"),
    	Vapp: &vsphere.VirtualMachineVappArgs{
    		Properties: pulumi.StringMap{
    			"string": pulumi.String("string"),
    		},
    	},
    	VbsEnabled:              pulumi.Bool(false),
    	VvtdEnabled:             pulumi.Bool(false),
    	WaitForGuestIpTimeout:   pulumi.Int(0),
    	WaitForGuestNetRoutable: pulumi.Bool(false),
    	WaitForGuestNetTimeout:  pulumi.Int(0),
    })
    
    var virtualMachineResource = new VirtualMachine("virtualMachineResource", VirtualMachineArgs.builder()
        .resourcePoolId("string")
        .alternateGuestName("string")
        .annotation("string")
        .bootDelay(0)
        .bootRetryDelay(0)
        .bootRetryEnabled(false)
        .cdroms(VirtualMachineCdromArgs.builder()
            .clientDevice(false)
            .datastoreId("string")
            .deviceAddress("string")
            .key(0)
            .path("string")
            .build())
        .clone(VirtualMachineCloneArgs.builder()
            .templateUuid("string")
            .customizationSpec(VirtualMachineCloneCustomizationSpecArgs.builder()
                .id("string")
                .timeout(0)
                .build())
            .customize(VirtualMachineCloneCustomizeArgs.builder()
                .dnsServerLists("string")
                .dnsSuffixLists("string")
                .ipv4Gateway("string")
                .ipv6Gateway("string")
                .linuxOptions(VirtualMachineCloneCustomizeLinuxOptionsArgs.builder()
                    .domain("string")
                    .hostName("string")
                    .hwClockUtc(false)
                    .scriptText("string")
                    .timeZone("string")
                    .build())
                .networkInterfaces(VirtualMachineCloneCustomizeNetworkInterfaceArgs.builder()
                    .dnsDomain("string")
                    .dnsServerLists("string")
                    .ipv4Address("string")
                    .ipv4Netmask(0)
                    .ipv6Address("string")
                    .ipv6Netmask(0)
                    .build())
                .timeout(0)
                .windowsOptions(VirtualMachineCloneCustomizeWindowsOptionsArgs.builder()
                    .computerName("string")
                    .fullName("string")
                    .autoLogonCount(0)
                    .autoLogon(false)
                    .domainAdminPassword("string")
                    .domainAdminUser("string")
                    .adminPassword("string")
                    .joinDomain("string")
                    .organizationName("string")
                    .productKey("string")
                    .runOnceCommandLists("string")
                    .timeZone(0)
                    .workgroup("string")
                    .build())
                .windowsSysprepText("string")
                .build())
            .linkedClone(false)
            .ovfNetworkMap(Map.of("string", "string"))
            .ovfStorageMap(Map.of("string", "string"))
            .timeout(0)
            .build())
        .cpuHotAddEnabled(false)
        .cpuHotRemoveEnabled(false)
        .cpuLimit(0)
        .cpuPerformanceCountersEnabled(false)
        .cpuReservation(0)
        .cpuShareCount(0)
        .cpuShareLevel("string")
        .customAttributes(Map.of("string", "string"))
        .datacenterId("string")
        .datastoreClusterId("string")
        .datastoreId("string")
        .disks(VirtualMachineDiskArgs.builder()
            .label("string")
            .ioShareLevel("string")
            .unitNumber(0)
            .deviceAddress("string")
            .diskMode("string")
            .diskSharing("string")
            .eagerlyScrub(false)
            .ioLimit(0)
            .keepOnRemove(false)
            .writeThrough(false)
            .datastoreId("string")
            .ioReservation(0)
            .key(0)
            .controllerType("string")
            .path("string")
            .size(0)
            .storagePolicyId("string")
            .thinProvisioned(false)
            .attach(false)
            .uuid("string")
            .ioShareCount(0)
            .build())
        .efiSecureBootEnabled(false)
        .enableDiskUuid(false)
        .enableLogging(false)
        .eptRviMode("string")
        .extraConfig(Map.of("string", "string"))
        .extraConfigRebootRequired(false)
        .firmware("string")
        .folder("string")
        .forcePowerOff(false)
        .guestId("string")
        .hardwareVersion(0)
        .hostSystemId("string")
        .hvMode("string")
        .ideControllerCount(0)
        .ignoredGuestIps("string")
        .latencySensitivity("string")
        .memory(0)
        .memoryHotAddEnabled(false)
        .memoryLimit(0)
        .memoryReservation(0)
        .memoryReservationLockedToMax(false)
        .memoryShareCount(0)
        .memoryShareLevel("string")
        .migrateWaitTimeout(0)
        .name("string")
        .nestedHvEnabled(false)
        .networkInterfaces(VirtualMachineNetworkInterfaceArgs.builder()
            .networkId("string")
            .adapterType("string")
            .bandwidthLimit(0)
            .bandwidthReservation(0)
            .bandwidthShareCount(0)
            .bandwidthShareLevel("string")
            .deviceAddress("string")
            .key(0)
            .macAddress("string")
            .ovfMapping("string")
            .physicalFunction("string")
            .useStaticMac(false)
            .build())
        .numCoresPerSocket(0)
        .numCpus(0)
        .ovfDeploy(VirtualMachineOvfDeployArgs.builder()
            .allowUnverifiedSslCert(false)
            .deploymentOption("string")
            .diskProvisioning("string")
            .enableHiddenProperties(false)
            .ipAllocationPolicy("string")
            .ipProtocol("string")
            .localOvfPath("string")
            .ovfNetworkMap(Map.of("string", "string"))
            .remoteOvfUrl("string")
            .build())
        .pciDeviceIds("string")
        .poweronTimeout(0)
        .replaceTrigger("string")
        .runToolsScriptsAfterPowerOn(false)
        .runToolsScriptsAfterResume(false)
        .runToolsScriptsBeforeGuestReboot(false)
        .runToolsScriptsBeforeGuestShutdown(false)
        .runToolsScriptsBeforeGuestStandby(false)
        .sataControllerCount(0)
        .scsiBusSharing("string")
        .scsiControllerCount(0)
        .scsiType("string")
        .shutdownWaitTimeout(0)
        .storagePolicyId("string")
        .swapPlacementPolicy("string")
        .syncTimeWithHost(false)
        .syncTimeWithHostPeriodically(false)
        .tags("string")
        .toolsUpgradePolicy("string")
        .vapp(VirtualMachineVappArgs.builder()
            .properties(Map.of("string", "string"))
            .build())
        .vbsEnabled(false)
        .vvtdEnabled(false)
        .waitForGuestIpTimeout(0)
        .waitForGuestNetRoutable(false)
        .waitForGuestNetTimeout(0)
        .build());
    
    virtual_machine_resource = vsphere.VirtualMachine("virtualMachineResource",
        resource_pool_id="string",
        alternate_guest_name="string",
        annotation="string",
        boot_delay=0,
        boot_retry_delay=0,
        boot_retry_enabled=False,
        cdroms=[vsphere.VirtualMachineCdromArgs(
            client_device=False,
            datastore_id="string",
            device_address="string",
            key=0,
            path="string",
        )],
        clone=vsphere.VirtualMachineCloneArgs(
            template_uuid="string",
            customization_spec=vsphere.VirtualMachineCloneCustomizationSpecArgs(
                id="string",
                timeout=0,
            ),
            customize=vsphere.VirtualMachineCloneCustomizeArgs(
                dns_server_lists=["string"],
                dns_suffix_lists=["string"],
                ipv4_gateway="string",
                ipv6_gateway="string",
                linux_options=vsphere.VirtualMachineCloneCustomizeLinuxOptionsArgs(
                    domain="string",
                    host_name="string",
                    hw_clock_utc=False,
                    script_text="string",
                    time_zone="string",
                ),
                network_interfaces=[vsphere.VirtualMachineCloneCustomizeNetworkInterfaceArgs(
                    dns_domain="string",
                    dns_server_lists=["string"],
                    ipv4_address="string",
                    ipv4_netmask=0,
                    ipv6_address="string",
                    ipv6_netmask=0,
                )],
                timeout=0,
                windows_options=vsphere.VirtualMachineCloneCustomizeWindowsOptionsArgs(
                    computer_name="string",
                    full_name="string",
                    auto_logon_count=0,
                    auto_logon=False,
                    domain_admin_password="string",
                    domain_admin_user="string",
                    admin_password="string",
                    join_domain="string",
                    organization_name="string",
                    product_key="string",
                    run_once_command_lists=["string"],
                    time_zone=0,
                    workgroup="string",
                ),
                windows_sysprep_text="string",
            ),
            linked_clone=False,
            ovf_network_map={
                "string": "string",
            },
            ovf_storage_map={
                "string": "string",
            },
            timeout=0,
        ),
        cpu_hot_add_enabled=False,
        cpu_hot_remove_enabled=False,
        cpu_limit=0,
        cpu_performance_counters_enabled=False,
        cpu_reservation=0,
        cpu_share_count=0,
        cpu_share_level="string",
        custom_attributes={
            "string": "string",
        },
        datacenter_id="string",
        datastore_cluster_id="string",
        datastore_id="string",
        disks=[vsphere.VirtualMachineDiskArgs(
            label="string",
            io_share_level="string",
            unit_number=0,
            device_address="string",
            disk_mode="string",
            disk_sharing="string",
            eagerly_scrub=False,
            io_limit=0,
            keep_on_remove=False,
            write_through=False,
            datastore_id="string",
            io_reservation=0,
            key=0,
            controller_type="string",
            path="string",
            size=0,
            storage_policy_id="string",
            thin_provisioned=False,
            attach=False,
            uuid="string",
            io_share_count=0,
        )],
        efi_secure_boot_enabled=False,
        enable_disk_uuid=False,
        enable_logging=False,
        ept_rvi_mode="string",
        extra_config={
            "string": "string",
        },
        extra_config_reboot_required=False,
        firmware="string",
        folder="string",
        force_power_off=False,
        guest_id="string",
        hardware_version=0,
        host_system_id="string",
        hv_mode="string",
        ide_controller_count=0,
        ignored_guest_ips=["string"],
        latency_sensitivity="string",
        memory=0,
        memory_hot_add_enabled=False,
        memory_limit=0,
        memory_reservation=0,
        memory_reservation_locked_to_max=False,
        memory_share_count=0,
        memory_share_level="string",
        migrate_wait_timeout=0,
        name="string",
        nested_hv_enabled=False,
        network_interfaces=[vsphere.VirtualMachineNetworkInterfaceArgs(
            network_id="string",
            adapter_type="string",
            bandwidth_limit=0,
            bandwidth_reservation=0,
            bandwidth_share_count=0,
            bandwidth_share_level="string",
            device_address="string",
            key=0,
            mac_address="string",
            ovf_mapping="string",
            physical_function="string",
            use_static_mac=False,
        )],
        num_cores_per_socket=0,
        num_cpus=0,
        ovf_deploy=vsphere.VirtualMachineOvfDeployArgs(
            allow_unverified_ssl_cert=False,
            deployment_option="string",
            disk_provisioning="string",
            enable_hidden_properties=False,
            ip_allocation_policy="string",
            ip_protocol="string",
            local_ovf_path="string",
            ovf_network_map={
                "string": "string",
            },
            remote_ovf_url="string",
        ),
        pci_device_ids=["string"],
        poweron_timeout=0,
        replace_trigger="string",
        run_tools_scripts_after_power_on=False,
        run_tools_scripts_after_resume=False,
        run_tools_scripts_before_guest_reboot=False,
        run_tools_scripts_before_guest_shutdown=False,
        run_tools_scripts_before_guest_standby=False,
        sata_controller_count=0,
        scsi_bus_sharing="string",
        scsi_controller_count=0,
        scsi_type="string",
        shutdown_wait_timeout=0,
        storage_policy_id="string",
        swap_placement_policy="string",
        sync_time_with_host=False,
        sync_time_with_host_periodically=False,
        tags=["string"],
        tools_upgrade_policy="string",
        vapp=vsphere.VirtualMachineVappArgs(
            properties={
                "string": "string",
            },
        ),
        vbs_enabled=False,
        vvtd_enabled=False,
        wait_for_guest_ip_timeout=0,
        wait_for_guest_net_routable=False,
        wait_for_guest_net_timeout=0)
    
    const virtualMachineResource = new vsphere.VirtualMachine("virtualMachineResource", {
        resourcePoolId: "string",
        alternateGuestName: "string",
        annotation: "string",
        bootDelay: 0,
        bootRetryDelay: 0,
        bootRetryEnabled: false,
        cdroms: [{
            clientDevice: false,
            datastoreId: "string",
            deviceAddress: "string",
            key: 0,
            path: "string",
        }],
        clone: {
            templateUuid: "string",
            customizationSpec: {
                id: "string",
                timeout: 0,
            },
            customize: {
                dnsServerLists: ["string"],
                dnsSuffixLists: ["string"],
                ipv4Gateway: "string",
                ipv6Gateway: "string",
                linuxOptions: {
                    domain: "string",
                    hostName: "string",
                    hwClockUtc: false,
                    scriptText: "string",
                    timeZone: "string",
                },
                networkInterfaces: [{
                    dnsDomain: "string",
                    dnsServerLists: ["string"],
                    ipv4Address: "string",
                    ipv4Netmask: 0,
                    ipv6Address: "string",
                    ipv6Netmask: 0,
                }],
                timeout: 0,
                windowsOptions: {
                    computerName: "string",
                    fullName: "string",
                    autoLogonCount: 0,
                    autoLogon: false,
                    domainAdminPassword: "string",
                    domainAdminUser: "string",
                    adminPassword: "string",
                    joinDomain: "string",
                    organizationName: "string",
                    productKey: "string",
                    runOnceCommandLists: ["string"],
                    timeZone: 0,
                    workgroup: "string",
                },
                windowsSysprepText: "string",
            },
            linkedClone: false,
            ovfNetworkMap: {
                string: "string",
            },
            ovfStorageMap: {
                string: "string",
            },
            timeout: 0,
        },
        cpuHotAddEnabled: false,
        cpuHotRemoveEnabled: false,
        cpuLimit: 0,
        cpuPerformanceCountersEnabled: false,
        cpuReservation: 0,
        cpuShareCount: 0,
        cpuShareLevel: "string",
        customAttributes: {
            string: "string",
        },
        datacenterId: "string",
        datastoreClusterId: "string",
        datastoreId: "string",
        disks: [{
            label: "string",
            ioShareLevel: "string",
            unitNumber: 0,
            deviceAddress: "string",
            diskMode: "string",
            diskSharing: "string",
            eagerlyScrub: false,
            ioLimit: 0,
            keepOnRemove: false,
            writeThrough: false,
            datastoreId: "string",
            ioReservation: 0,
            key: 0,
            controllerType: "string",
            path: "string",
            size: 0,
            storagePolicyId: "string",
            thinProvisioned: false,
            attach: false,
            uuid: "string",
            ioShareCount: 0,
        }],
        efiSecureBootEnabled: false,
        enableDiskUuid: false,
        enableLogging: false,
        eptRviMode: "string",
        extraConfig: {
            string: "string",
        },
        extraConfigRebootRequired: false,
        firmware: "string",
        folder: "string",
        forcePowerOff: false,
        guestId: "string",
        hardwareVersion: 0,
        hostSystemId: "string",
        hvMode: "string",
        ideControllerCount: 0,
        ignoredGuestIps: ["string"],
        latencySensitivity: "string",
        memory: 0,
        memoryHotAddEnabled: false,
        memoryLimit: 0,
        memoryReservation: 0,
        memoryReservationLockedToMax: false,
        memoryShareCount: 0,
        memoryShareLevel: "string",
        migrateWaitTimeout: 0,
        name: "string",
        nestedHvEnabled: false,
        networkInterfaces: [{
            networkId: "string",
            adapterType: "string",
            bandwidthLimit: 0,
            bandwidthReservation: 0,
            bandwidthShareCount: 0,
            bandwidthShareLevel: "string",
            deviceAddress: "string",
            key: 0,
            macAddress: "string",
            ovfMapping: "string",
            physicalFunction: "string",
            useStaticMac: false,
        }],
        numCoresPerSocket: 0,
        numCpus: 0,
        ovfDeploy: {
            allowUnverifiedSslCert: false,
            deploymentOption: "string",
            diskProvisioning: "string",
            enableHiddenProperties: false,
            ipAllocationPolicy: "string",
            ipProtocol: "string",
            localOvfPath: "string",
            ovfNetworkMap: {
                string: "string",
            },
            remoteOvfUrl: "string",
        },
        pciDeviceIds: ["string"],
        poweronTimeout: 0,
        replaceTrigger: "string",
        runToolsScriptsAfterPowerOn: false,
        runToolsScriptsAfterResume: false,
        runToolsScriptsBeforeGuestReboot: false,
        runToolsScriptsBeforeGuestShutdown: false,
        runToolsScriptsBeforeGuestStandby: false,
        sataControllerCount: 0,
        scsiBusSharing: "string",
        scsiControllerCount: 0,
        scsiType: "string",
        shutdownWaitTimeout: 0,
        storagePolicyId: "string",
        swapPlacementPolicy: "string",
        syncTimeWithHost: false,
        syncTimeWithHostPeriodically: false,
        tags: ["string"],
        toolsUpgradePolicy: "string",
        vapp: {
            properties: {
                string: "string",
            },
        },
        vbsEnabled: false,
        vvtdEnabled: false,
        waitForGuestIpTimeout: 0,
        waitForGuestNetRoutable: false,
        waitForGuestNetTimeout: 0,
    });
    
    type: vsphere:VirtualMachine
    properties:
        alternateGuestName: string
        annotation: string
        bootDelay: 0
        bootRetryDelay: 0
        bootRetryEnabled: false
        cdroms:
            - clientDevice: false
              datastoreId: string
              deviceAddress: string
              key: 0
              path: string
        clone:
            customizationSpec:
                id: string
                timeout: 0
            customize:
                dnsServerLists:
                    - string
                dnsSuffixLists:
                    - string
                ipv4Gateway: string
                ipv6Gateway: string
                linuxOptions:
                    domain: string
                    hostName: string
                    hwClockUtc: false
                    scriptText: string
                    timeZone: string
                networkInterfaces:
                    - dnsDomain: string
                      dnsServerLists:
                        - string
                      ipv4Address: string
                      ipv4Netmask: 0
                      ipv6Address: string
                      ipv6Netmask: 0
                timeout: 0
                windowsOptions:
                    adminPassword: string
                    autoLogon: false
                    autoLogonCount: 0
                    computerName: string
                    domainAdminPassword: string
                    domainAdminUser: string
                    fullName: string
                    joinDomain: string
                    organizationName: string
                    productKey: string
                    runOnceCommandLists:
                        - string
                    timeZone: 0
                    workgroup: string
                windowsSysprepText: string
            linkedClone: false
            ovfNetworkMap:
                string: string
            ovfStorageMap:
                string: string
            templateUuid: string
            timeout: 0
        cpuHotAddEnabled: false
        cpuHotRemoveEnabled: false
        cpuLimit: 0
        cpuPerformanceCountersEnabled: false
        cpuReservation: 0
        cpuShareCount: 0
        cpuShareLevel: string
        customAttributes:
            string: string
        datacenterId: string
        datastoreClusterId: string
        datastoreId: string
        disks:
            - attach: false
              controllerType: string
              datastoreId: string
              deviceAddress: string
              diskMode: string
              diskSharing: string
              eagerlyScrub: false
              ioLimit: 0
              ioReservation: 0
              ioShareCount: 0
              ioShareLevel: string
              keepOnRemove: false
              key: 0
              label: string
              path: string
              size: 0
              storagePolicyId: string
              thinProvisioned: false
              unitNumber: 0
              uuid: string
              writeThrough: false
        efiSecureBootEnabled: false
        enableDiskUuid: false
        enableLogging: false
        eptRviMode: string
        extraConfig:
            string: string
        extraConfigRebootRequired: false
        firmware: string
        folder: string
        forcePowerOff: false
        guestId: string
        hardwareVersion: 0
        hostSystemId: string
        hvMode: string
        ideControllerCount: 0
        ignoredGuestIps:
            - string
        latencySensitivity: string
        memory: 0
        memoryHotAddEnabled: false
        memoryLimit: 0
        memoryReservation: 0
        memoryReservationLockedToMax: false
        memoryShareCount: 0
        memoryShareLevel: string
        migrateWaitTimeout: 0
        name: string
        nestedHvEnabled: false
        networkInterfaces:
            - adapterType: string
              bandwidthLimit: 0
              bandwidthReservation: 0
              bandwidthShareCount: 0
              bandwidthShareLevel: string
              deviceAddress: string
              key: 0
              macAddress: string
              networkId: string
              ovfMapping: string
              physicalFunction: string
              useStaticMac: false
        numCoresPerSocket: 0
        numCpus: 0
        ovfDeploy:
            allowUnverifiedSslCert: false
            deploymentOption: string
            diskProvisioning: string
            enableHiddenProperties: false
            ipAllocationPolicy: string
            ipProtocol: string
            localOvfPath: string
            ovfNetworkMap:
                string: string
            remoteOvfUrl: string
        pciDeviceIds:
            - string
        poweronTimeout: 0
        replaceTrigger: string
        resourcePoolId: string
        runToolsScriptsAfterPowerOn: false
        runToolsScriptsAfterResume: false
        runToolsScriptsBeforeGuestReboot: false
        runToolsScriptsBeforeGuestShutdown: false
        runToolsScriptsBeforeGuestStandby: false
        sataControllerCount: 0
        scsiBusSharing: string
        scsiControllerCount: 0
        scsiType: string
        shutdownWaitTimeout: 0
        storagePolicyId: string
        swapPlacementPolicy: string
        syncTimeWithHost: false
        syncTimeWithHostPeriodically: false
        tags:
            - string
        toolsUpgradePolicy: string
        vapp:
            properties:
                string: string
        vbsEnabled: false
        vvtdEnabled: false
        waitForGuestIpTimeout: 0
        waitForGuestNetRoutable: false
        waitForGuestNetTimeout: 0
    

    VirtualMachine Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The VirtualMachine resource accepts the following input properties:

    ResourcePoolId string
    The ID of a resource pool to put the virtual machine in.
    AlternateGuestName string
    The guest name for the operating system when guest_id is otherGuest or otherGuest64.
    Annotation string
    User-provided description of the virtual machine.
    BootDelay int
    The number of milliseconds to wait before starting the boot sequence.
    BootRetryDelay int
    The number of milliseconds to wait before retrying the boot sequence. This only valid if boot_retry_enabled is true.
    BootRetryEnabled bool
    If set to true, a virtual machine that fails to boot will try again after the delay defined in boot_retry_delay.
    Cdroms List<Pulumi.VSphere.Inputs.VirtualMachineCdrom>
    A specification for a CDROM device on this virtual machine.
    Clone Pulumi.VSphere.Inputs.VirtualMachineClone
    A specification for cloning a virtual machine from template.
    CpuHotAddEnabled bool
    Allow CPUs to be added to this virtual machine while it is running.
    CpuHotRemoveEnabled bool
    Allow CPUs to be added to this virtual machine while it is running.
    CpuLimit int
    The maximum amount of memory (in MB) or CPU (in MHz) that this virtual machine can consume, regardless of available resources.
    CpuPerformanceCountersEnabled bool
    Enable CPU performance counters on this virtual machine.
    CpuReservation int
    The amount of memory (in MB) or CPU (in MHz) that this virtual machine is guaranteed.
    CpuShareCount int
    The amount of shares to allocate to cpu for a custom share level.
    CpuShareLevel string
    The allocation level for cpu resources. Can be one of high, low, normal, or custom.
    CustomAttributes Dictionary<string, string>
    A list of custom attributes to set on this resource.
    DatacenterId string
    The ID of the datacenter where the VM is to be created.
    DatastoreClusterId string
    The ID of a datastore cluster to put the virtual machine in.
    DatastoreId string
    The ID of the virtual machine's datastore. The virtual machine configuration is placed here, along with any virtual disks that are created without datastores.
    Disks List<Pulumi.VSphere.Inputs.VirtualMachineDisk>
    A specification for a virtual disk device on this virtual machine.
    EfiSecureBootEnabled bool
    When the boot type set in firmware is efi, this enables EFI secure boot.
    EnableDiskUuid bool
    Expose the UUIDs of attached virtual disks to the virtual machine, allowing access to them in the guest.
    EnableLogging bool
    Enable logging on this virtual machine.
    EptRviMode string
    The EPT/RVI (hardware memory virtualization) setting for this virtual machine. Can be one of automatic, on, or off.
    ExtraConfig Dictionary<string, string>
    Extra configuration data for this virtual machine. Can be used to supply advanced parameters not normally in configuration, such as instance metadata, or configuration data for OVF images.
    ExtraConfigRebootRequired bool
    Allow the virtual machine to be rebooted when a change to extra_config occurs.
    Firmware string
    The firmware interface to use on the virtual machine. Can be one of bios or efi.
    Folder string
    The name of the folder to locate the virtual machine in.
    ForcePowerOff bool
    Set to true to force power-off a virtual machine if a graceful guest shutdown failed for a necessary operation.
    GuestId string
    The guest ID for the operating system.
    HardwareVersion int
    The hardware version for the virtual machine.
    HostSystemId string
    The ID of an optional host system to pin the virtual machine to.
    HvMode string
    The (non-nested) hardware virtualization setting for this virtual machine. Can be one of hvAuto, hvOn, or hvOff.
    IdeControllerCount int
    IgnoredGuestIps List<string>
    List of IP addresses and CIDR networks to ignore while waiting for an IP
    LatencySensitivity string
    Controls the scheduling delay of the virtual machine. Use a higher sensitivity for applications that require lower latency, such as VOIP, media player applications, or applications that require frequent access to mouse or keyboard devices. Can be one of low, normal, medium, or high.
    Memory int
    The size of the virtual machine's memory, in MB.
    MemoryHotAddEnabled bool
    Allow memory to be added to this virtual machine while it is running.
    MemoryLimit int
    The maximum amount of memory (in MB) or CPU (in MHz) that this virtual machine can consume, regardless of available resources.
    MemoryReservation int
    The amount of memory (in MB) or CPU (in MHz) that this virtual machine is guaranteed.
    MemoryReservationLockedToMax bool
    If set true, memory resource reservation for this virtual machine will always be equal to the virtual machine's memory size;increases in memory size will be rejected when a corresponding reservation increase is not possible. This feature may only be enabled if it is currently possible to reserve all of the virtual machine's memory.
    MemoryShareCount int
    The amount of shares to allocate to memory for a custom share level.
    MemoryShareLevel string
    The allocation level for memory resources. Can be one of high, low, normal, or custom.
    MigrateWaitTimeout int
    The amount of time, in minutes, to wait for a vMotion operation to complete before failing.
    Name string
    The name of this virtual machine.
    NestedHvEnabled bool
    Enable nested hardware virtualization on this virtual machine, facilitating nested virtualization in the guest.
    NetworkInterfaces List<Pulumi.VSphere.Inputs.VirtualMachineNetworkInterface>
    A specification for a virtual NIC on this virtual machine.
    NumCoresPerSocket int
    The number of cores to distribute amongst the CPUs in this virtual machine. If specified, the value supplied to num_cpus must be evenly divisible by this value.
    NumCpus int
    The number of virtual processors to assign to this virtual machine.
    OvfDeploy Pulumi.VSphere.Inputs.VirtualMachineOvfDeploy
    A specification for deploying a virtual machine from ovf/ova template.
    PciDeviceIds List<string>
    A list of PCI passthrough devices
    PoweronTimeout int
    The amount of time, in seconds, that we will be trying to power on a VM
    ReplaceTrigger string
    Triggers replacement of resource whenever it changes.
    RunToolsScriptsAfterPowerOn bool
    Enable the run of scripts after virtual machine power-on when VMware Tools is installed.
    RunToolsScriptsAfterResume bool
    Enable the run of scripts after virtual machine resume when when VMware Tools is installed.
    RunToolsScriptsBeforeGuestReboot bool
    Enable the run of scripts before guest operating system reboot when VMware Tools is installed.
    RunToolsScriptsBeforeGuestShutdown bool
    Enable the run of scripts before guest operating system shutdown when VMware Tools is installed.
    RunToolsScriptsBeforeGuestStandby bool
    Enable the run of scripts before guest operating system standby when VMware Tools is installed.
    SataControllerCount int
    ScsiBusSharing string
    Mode for sharing the SCSI bus. The modes are physicalSharing, virtualSharing, and noSharing.
    ScsiControllerCount int
    ScsiType string
    The type of SCSI bus this virtual machine will have. Can be one of lsilogic, lsilogic-sas or pvscsi.
    ShutdownWaitTimeout int
    The amount of time, in minutes, to wait for shutdown when making necessary updates to the virtual machine.
    StoragePolicyId string
    The ID of the storage policy to assign to the virtual machine home directory.
    SwapPlacementPolicy string
    The swap file placement policy for this virtual machine. Can be one of inherit, hostLocal, or vmDirectory.
    SyncTimeWithHost bool
    Enable guest clock synchronization with the host. On vSphere 7.0 U1 and above, with only this setting the clock is synchronized on startup and resume. Requires VMware Tools to be installed.
    SyncTimeWithHostPeriodically bool
    Enable periodic clock synchronization with the host. Supported only on vSphere 7.0 U1 and above. On prior versions setting sync_time_with_host is enough for periodic synchronization. Requires VMware Tools to be installed.
    Tags List<string>
    A list of tag IDs to apply to this object.
    ToolsUpgradePolicy string
    Set the upgrade policy for VMware Tools. Can be one of manual or upgradeAtPowerCycle.
    Vapp Pulumi.VSphere.Inputs.VirtualMachineVapp
    vApp configuration data for this virtual machine. Can be used to provide configuration data for OVF images.
    VbsEnabled bool
    Flag to specify if Virtualization-based security is enabled for this virtual machine.
    VvtdEnabled bool
    Flag to specify if I/O MMU virtualization, also called Intel Virtualization Technology for Directed I/O (VT-d) and AMD I/O Virtualization (AMD-Vi or IOMMU), is enabled.
    WaitForGuestIpTimeout int
    The amount of time, in minutes, to wait for an available IP address on this virtual machine. A value less than 1 disables the waiter.
    WaitForGuestNetRoutable bool
    Controls whether or not the guest network waiter waits for a routable address. When false, the waiter does not wait for a default gateway, nor are IP addresses checked against any discovered default gateways as part of its success criteria.
    WaitForGuestNetTimeout int
    The amount of time, in minutes, to wait for an available IP address on this virtual machine. A value less than 1 disables the waiter.
    ResourcePoolId string
    The ID of a resource pool to put the virtual machine in.
    AlternateGuestName string
    The guest name for the operating system when guest_id is otherGuest or otherGuest64.
    Annotation string
    User-provided description of the virtual machine.
    BootDelay int
    The number of milliseconds to wait before starting the boot sequence.
    BootRetryDelay int
    The number of milliseconds to wait before retrying the boot sequence. This only valid if boot_retry_enabled is true.
    BootRetryEnabled bool
    If set to true, a virtual machine that fails to boot will try again after the delay defined in boot_retry_delay.
    Cdroms []VirtualMachineCdromArgs
    A specification for a CDROM device on this virtual machine.
    Clone VirtualMachineCloneArgs
    A specification for cloning a virtual machine from template.
    CpuHotAddEnabled bool
    Allow CPUs to be added to this virtual machine while it is running.
    CpuHotRemoveEnabled bool
    Allow CPUs to be added to this virtual machine while it is running.
    CpuLimit int
    The maximum amount of memory (in MB) or CPU (in MHz) that this virtual machine can consume, regardless of available resources.
    CpuPerformanceCountersEnabled bool
    Enable CPU performance counters on this virtual machine.
    CpuReservation int
    The amount of memory (in MB) or CPU (in MHz) that this virtual machine is guaranteed.
    CpuShareCount int
    The amount of shares to allocate to cpu for a custom share level.
    CpuShareLevel string
    The allocation level for cpu resources. Can be one of high, low, normal, or custom.
    CustomAttributes map[string]string
    A list of custom attributes to set on this resource.
    DatacenterId string
    The ID of the datacenter where the VM is to be created.
    DatastoreClusterId string
    The ID of a datastore cluster to put the virtual machine in.
    DatastoreId string
    The ID of the virtual machine's datastore. The virtual machine configuration is placed here, along with any virtual disks that are created without datastores.
    Disks []VirtualMachineDiskArgs
    A specification for a virtual disk device on this virtual machine.
    EfiSecureBootEnabled bool
    When the boot type set in firmware is efi, this enables EFI secure boot.
    EnableDiskUuid bool
    Expose the UUIDs of attached virtual disks to the virtual machine, allowing access to them in the guest.
    EnableLogging bool
    Enable logging on this virtual machine.
    EptRviMode string
    The EPT/RVI (hardware memory virtualization) setting for this virtual machine. Can be one of automatic, on, or off.
    ExtraConfig map[string]string
    Extra configuration data for this virtual machine. Can be used to supply advanced parameters not normally in configuration, such as instance metadata, or configuration data for OVF images.
    ExtraConfigRebootRequired bool
    Allow the virtual machine to be rebooted when a change to extra_config occurs.
    Firmware string
    The firmware interface to use on the virtual machine. Can be one of bios or efi.
    Folder string
    The name of the folder to locate the virtual machine in.
    ForcePowerOff bool
    Set to true to force power-off a virtual machine if a graceful guest shutdown failed for a necessary operation.
    GuestId string
    The guest ID for the operating system.
    HardwareVersion int
    The hardware version for the virtual machine.
    HostSystemId string
    The ID of an optional host system to pin the virtual machine to.
    HvMode string
    The (non-nested) hardware virtualization setting for this virtual machine. Can be one of hvAuto, hvOn, or hvOff.
    IdeControllerCount int
    IgnoredGuestIps []string
    List of IP addresses and CIDR networks to ignore while waiting for an IP
    LatencySensitivity string
    Controls the scheduling delay of the virtual machine. Use a higher sensitivity for applications that require lower latency, such as VOIP, media player applications, or applications that require frequent access to mouse or keyboard devices. Can be one of low, normal, medium, or high.
    Memory int
    The size of the virtual machine's memory, in MB.
    MemoryHotAddEnabled bool
    Allow memory to be added to this virtual machine while it is running.
    MemoryLimit int
    The maximum amount of memory (in MB) or CPU (in MHz) that this virtual machine can consume, regardless of available resources.
    MemoryReservation int
    The amount of memory (in MB) or CPU (in MHz) that this virtual machine is guaranteed.
    MemoryReservationLockedToMax bool
    If set true, memory resource reservation for this virtual machine will always be equal to the virtual machine's memory size;increases in memory size will be rejected when a corresponding reservation increase is not possible. This feature may only be enabled if it is currently possible to reserve all of the virtual machine's memory.
    MemoryShareCount int
    The amount of shares to allocate to memory for a custom share level.
    MemoryShareLevel string
    The allocation level for memory resources. Can be one of high, low, normal, or custom.
    MigrateWaitTimeout int
    The amount of time, in minutes, to wait for a vMotion operation to complete before failing.
    Name string
    The name of this virtual machine.
    NestedHvEnabled bool
    Enable nested hardware virtualization on this virtual machine, facilitating nested virtualization in the guest.
    NetworkInterfaces []VirtualMachineNetworkInterfaceArgs
    A specification for a virtual NIC on this virtual machine.
    NumCoresPerSocket int
    The number of cores to distribute amongst the CPUs in this virtual machine. If specified, the value supplied to num_cpus must be evenly divisible by this value.
    NumCpus int
    The number of virtual processors to assign to this virtual machine.
    OvfDeploy VirtualMachineOvfDeployArgs
    A specification for deploying a virtual machine from ovf/ova template.
    PciDeviceIds []string
    A list of PCI passthrough devices
    PoweronTimeout int
    The amount of time, in seconds, that we will be trying to power on a VM
    ReplaceTrigger string
    Triggers replacement of resource whenever it changes.
    RunToolsScriptsAfterPowerOn bool
    Enable the run of scripts after virtual machine power-on when VMware Tools is installed.
    RunToolsScriptsAfterResume bool
    Enable the run of scripts after virtual machine resume when when VMware Tools is installed.
    RunToolsScriptsBeforeGuestReboot bool
    Enable the run of scripts before guest operating system reboot when VMware Tools is installed.
    RunToolsScriptsBeforeGuestShutdown bool
    Enable the run of scripts before guest operating system shutdown when VMware Tools is installed.
    RunToolsScriptsBeforeGuestStandby bool
    Enable the run of scripts before guest operating system standby when VMware Tools is installed.
    SataControllerCount int
    ScsiBusSharing string
    Mode for sharing the SCSI bus. The modes are physicalSharing, virtualSharing, and noSharing.
    ScsiControllerCount int
    ScsiType string
    The type of SCSI bus this virtual machine will have. Can be one of lsilogic, lsilogic-sas or pvscsi.
    ShutdownWaitTimeout int
    The amount of time, in minutes, to wait for shutdown when making necessary updates to the virtual machine.
    StoragePolicyId string
    The ID of the storage policy to assign to the virtual machine home directory.
    SwapPlacementPolicy string
    The swap file placement policy for this virtual machine. Can be one of inherit, hostLocal, or vmDirectory.
    SyncTimeWithHost bool
    Enable guest clock synchronization with the host. On vSphere 7.0 U1 and above, with only this setting the clock is synchronized on startup and resume. Requires VMware Tools to be installed.
    SyncTimeWithHostPeriodically bool
    Enable periodic clock synchronization with the host. Supported only on vSphere 7.0 U1 and above. On prior versions setting sync_time_with_host is enough for periodic synchronization. Requires VMware Tools to be installed.
    Tags []string
    A list of tag IDs to apply to this object.
    ToolsUpgradePolicy string
    Set the upgrade policy for VMware Tools. Can be one of manual or upgradeAtPowerCycle.
    Vapp VirtualMachineVappArgs
    vApp configuration data for this virtual machine. Can be used to provide configuration data for OVF images.
    VbsEnabled bool
    Flag to specify if Virtualization-based security is enabled for this virtual machine.
    VvtdEnabled bool
    Flag to specify if I/O MMU virtualization, also called Intel Virtualization Technology for Directed I/O (VT-d) and AMD I/O Virtualization (AMD-Vi or IOMMU), is enabled.
    WaitForGuestIpTimeout int
    The amount of time, in minutes, to wait for an available IP address on this virtual machine. A value less than 1 disables the waiter.
    WaitForGuestNetRoutable bool
    Controls whether or not the guest network waiter waits for a routable address. When false, the waiter does not wait for a default gateway, nor are IP addresses checked against any discovered default gateways as part of its success criteria.
    WaitForGuestNetTimeout int
    The amount of time, in minutes, to wait for an available IP address on this virtual machine. A value less than 1 disables the waiter.
    resourcePoolId String
    The ID of a resource pool to put the virtual machine in.
    alternateGuestName String
    The guest name for the operating system when guest_id is otherGuest or otherGuest64.
    annotation String
    User-provided description of the virtual machine.
    bootDelay Integer
    The number of milliseconds to wait before starting the boot sequence.
    bootRetryDelay Integer
    The number of milliseconds to wait before retrying the boot sequence. This only valid if boot_retry_enabled is true.
    bootRetryEnabled Boolean
    If set to true, a virtual machine that fails to boot will try again after the delay defined in boot_retry_delay.
    cdroms List<VirtualMachineCdrom>
    A specification for a CDROM device on this virtual machine.
    clone_ VirtualMachineClone
    A specification for cloning a virtual machine from template.
    cpuHotAddEnabled Boolean
    Allow CPUs to be added to this virtual machine while it is running.
    cpuHotRemoveEnabled Boolean
    Allow CPUs to be added to this virtual machine while it is running.
    cpuLimit Integer
    The maximum amount of memory (in MB) or CPU (in MHz) that this virtual machine can consume, regardless of available resources.
    cpuPerformanceCountersEnabled Boolean
    Enable CPU performance counters on this virtual machine.
    cpuReservation Integer
    The amount of memory (in MB) or CPU (in MHz) that this virtual machine is guaranteed.
    cpuShareCount Integer
    The amount of shares to allocate to cpu for a custom share level.
    cpuShareLevel String
    The allocation level for cpu resources. Can be one of high, low, normal, or custom.
    customAttributes Map<String,String>
    A list of custom attributes to set on this resource.
    datacenterId String
    The ID of the datacenter where the VM is to be created.
    datastoreClusterId String
    The ID of a datastore cluster to put the virtual machine in.
    datastoreId String
    The ID of the virtual machine's datastore. The virtual machine configuration is placed here, along with any virtual disks that are created without datastores.
    disks List<VirtualMachineDisk>
    A specification for a virtual disk device on this virtual machine.
    efiSecureBootEnabled Boolean
    When the boot type set in firmware is efi, this enables EFI secure boot.
    enableDiskUuid Boolean
    Expose the UUIDs of attached virtual disks to the virtual machine, allowing access to them in the guest.
    enableLogging Boolean
    Enable logging on this virtual machine.
    eptRviMode String
    The EPT/RVI (hardware memory virtualization) setting for this virtual machine. Can be one of automatic, on, or off.
    extraConfig Map<String,String>
    Extra configuration data for this virtual machine. Can be used to supply advanced parameters not normally in configuration, such as instance metadata, or configuration data for OVF images.
    extraConfigRebootRequired Boolean
    Allow the virtual machine to be rebooted when a change to extra_config occurs.
    firmware String
    The firmware interface to use on the virtual machine. Can be one of bios or efi.
    folder String
    The name of the folder to locate the virtual machine in.
    forcePowerOff Boolean
    Set to true to force power-off a virtual machine if a graceful guest shutdown failed for a necessary operation.
    guestId String
    The guest ID for the operating system.
    hardwareVersion Integer
    The hardware version for the virtual machine.
    hostSystemId String
    The ID of an optional host system to pin the virtual machine to.
    hvMode String
    The (non-nested) hardware virtualization setting for this virtual machine. Can be one of hvAuto, hvOn, or hvOff.
    ideControllerCount Integer
    ignoredGuestIps List<String>
    List of IP addresses and CIDR networks to ignore while waiting for an IP
    latencySensitivity String
    Controls the scheduling delay of the virtual machine. Use a higher sensitivity for applications that require lower latency, such as VOIP, media player applications, or applications that require frequent access to mouse or keyboard devices. Can be one of low, normal, medium, or high.
    memory Integer
    The size of the virtual machine's memory, in MB.
    memoryHotAddEnabled Boolean
    Allow memory to be added to this virtual machine while it is running.
    memoryLimit Integer
    The maximum amount of memory (in MB) or CPU (in MHz) that this virtual machine can consume, regardless of available resources.
    memoryReservation Integer
    The amount of memory (in MB) or CPU (in MHz) that this virtual machine is guaranteed.
    memoryReservationLockedToMax Boolean
    If set true, memory resource reservation for this virtual machine will always be equal to the virtual machine's memory size;increases in memory size will be rejected when a corresponding reservation increase is not possible. This feature may only be enabled if it is currently possible to reserve all of the virtual machine's memory.
    memoryShareCount Integer
    The amount of shares to allocate to memory for a custom share level.
    memoryShareLevel String
    The allocation level for memory resources. Can be one of high, low, normal, or custom.
    migrateWaitTimeout Integer
    The amount of time, in minutes, to wait for a vMotion operation to complete before failing.
    name String
    The name of this virtual machine.
    nestedHvEnabled Boolean
    Enable nested hardware virtualization on this virtual machine, facilitating nested virtualization in the guest.
    networkInterfaces List<VirtualMachineNetworkInterface>
    A specification for a virtual NIC on this virtual machine.
    numCoresPerSocket Integer
    The number of cores to distribute amongst the CPUs in this virtual machine. If specified, the value supplied to num_cpus must be evenly divisible by this value.
    numCpus Integer
    The number of virtual processors to assign to this virtual machine.
    ovfDeploy VirtualMachineOvfDeploy
    A specification for deploying a virtual machine from ovf/ova template.
    pciDeviceIds List<String>
    A list of PCI passthrough devices
    poweronTimeout Integer
    The amount of time, in seconds, that we will be trying to power on a VM
    replaceTrigger String
    Triggers replacement of resource whenever it changes.
    runToolsScriptsAfterPowerOn Boolean
    Enable the run of scripts after virtual machine power-on when VMware Tools is installed.
    runToolsScriptsAfterResume Boolean
    Enable the run of scripts after virtual machine resume when when VMware Tools is installed.
    runToolsScriptsBeforeGuestReboot Boolean
    Enable the run of scripts before guest operating system reboot when VMware Tools is installed.
    runToolsScriptsBeforeGuestShutdown Boolean
    Enable the run of scripts before guest operating system shutdown when VMware Tools is installed.
    runToolsScriptsBeforeGuestStandby Boolean
    Enable the run of scripts before guest operating system standby when VMware Tools is installed.
    sataControllerCount Integer
    scsiBusSharing String
    Mode for sharing the SCSI bus. The modes are physicalSharing, virtualSharing, and noSharing.
    scsiControllerCount Integer
    scsiType String
    The type of SCSI bus this virtual machine will have. Can be one of lsilogic, lsilogic-sas or pvscsi.
    shutdownWaitTimeout Integer
    The amount of time, in minutes, to wait for shutdown when making necessary updates to the virtual machine.
    storagePolicyId String
    The ID of the storage policy to assign to the virtual machine home directory.
    swapPlacementPolicy String
    The swap file placement policy for this virtual machine. Can be one of inherit, hostLocal, or vmDirectory.
    syncTimeWithHost Boolean
    Enable guest clock synchronization with the host. On vSphere 7.0 U1 and above, with only this setting the clock is synchronized on startup and resume. Requires VMware Tools to be installed.
    syncTimeWithHostPeriodically Boolean
    Enable periodic clock synchronization with the host. Supported only on vSphere 7.0 U1 and above. On prior versions setting sync_time_with_host is enough for periodic synchronization. Requires VMware Tools to be installed.
    tags List<String>
    A list of tag IDs to apply to this object.
    toolsUpgradePolicy String
    Set the upgrade policy for VMware Tools. Can be one of manual or upgradeAtPowerCycle.
    vapp VirtualMachineVapp
    vApp configuration data for this virtual machine. Can be used to provide configuration data for OVF images.
    vbsEnabled Boolean
    Flag to specify if Virtualization-based security is enabled for this virtual machine.
    vvtdEnabled Boolean
    Flag to specify if I/O MMU virtualization, also called Intel Virtualization Technology for Directed I/O (VT-d) and AMD I/O Virtualization (AMD-Vi or IOMMU), is enabled.
    waitForGuestIpTimeout Integer
    The amount of time, in minutes, to wait for an available IP address on this virtual machine. A value less than 1 disables the waiter.
    waitForGuestNetRoutable Boolean
    Controls whether or not the guest network waiter waits for a routable address. When false, the waiter does not wait for a default gateway, nor are IP addresses checked against any discovered default gateways as part of its success criteria.
    waitForGuestNetTimeout Integer
    The amount of time, in minutes, to wait for an available IP address on this virtual machine. A value less than 1 disables the waiter.
    resourcePoolId string
    The ID of a resource pool to put the virtual machine in.
    alternateGuestName string
    The guest name for the operating system when guest_id is otherGuest or otherGuest64.
    annotation string
    User-provided description of the virtual machine.
    bootDelay number
    The number of milliseconds to wait before starting the boot sequence.
    bootRetryDelay number
    The number of milliseconds to wait before retrying the boot sequence. This only valid if boot_retry_enabled is true.
    bootRetryEnabled boolean
    If set to true, a virtual machine that fails to boot will try again after the delay defined in boot_retry_delay.
    cdroms VirtualMachineCdrom[]
    A specification for a CDROM device on this virtual machine.
    clone VirtualMachineClone
    A specification for cloning a virtual machine from template.
    cpuHotAddEnabled boolean
    Allow CPUs to be added to this virtual machine while it is running.
    cpuHotRemoveEnabled boolean
    Allow CPUs to be added to this virtual machine while it is running.
    cpuLimit number
    The maximum amount of memory (in MB) or CPU (in MHz) that this virtual machine can consume, regardless of available resources.
    cpuPerformanceCountersEnabled boolean
    Enable CPU performance counters on this virtual machine.
    cpuReservation number
    The amount of memory (in MB) or CPU (in MHz) that this virtual machine is guaranteed.
    cpuShareCount number
    The amount of shares to allocate to cpu for a custom share level.
    cpuShareLevel string
    The allocation level for cpu resources. Can be one of high, low, normal, or custom.
    customAttributes {[key: string]: string}
    A list of custom attributes to set on this resource.
    datacenterId string
    The ID of the datacenter where the VM is to be created.
    datastoreClusterId string
    The ID of a datastore cluster to put the virtual machine in.
    datastoreId string
    The ID of the virtual machine's datastore. The virtual machine configuration is placed here, along with any virtual disks that are created without datastores.
    disks VirtualMachineDisk[]
    A specification for a virtual disk device on this virtual machine.
    efiSecureBootEnabled boolean
    When the boot type set in firmware is efi, this enables EFI secure boot.
    enableDiskUuid boolean
    Expose the UUIDs of attached virtual disks to the virtual machine, allowing access to them in the guest.
    enableLogging boolean
    Enable logging on this virtual machine.
    eptRviMode string
    The EPT/RVI (hardware memory virtualization) setting for this virtual machine. Can be one of automatic, on, or off.
    extraConfig {[key: string]: string}
    Extra configuration data for this virtual machine. Can be used to supply advanced parameters not normally in configuration, such as instance metadata, or configuration data for OVF images.
    extraConfigRebootRequired boolean
    Allow the virtual machine to be rebooted when a change to extra_config occurs.
    firmware string
    The firmware interface to use on the virtual machine. Can be one of bios or efi.
    folder string
    The name of the folder to locate the virtual machine in.
    forcePowerOff boolean
    Set to true to force power-off a virtual machine if a graceful guest shutdown failed for a necessary operation.
    guestId string
    The guest ID for the operating system.
    hardwareVersion number
    The hardware version for the virtual machine.
    hostSystemId string
    The ID of an optional host system to pin the virtual machine to.
    hvMode string
    The (non-nested) hardware virtualization setting for this virtual machine. Can be one of hvAuto, hvOn, or hvOff.
    ideControllerCount number
    ignoredGuestIps string[]
    List of IP addresses and CIDR networks to ignore while waiting for an IP
    latencySensitivity string
    Controls the scheduling delay of the virtual machine. Use a higher sensitivity for applications that require lower latency, such as VOIP, media player applications, or applications that require frequent access to mouse or keyboard devices. Can be one of low, normal, medium, or high.
    memory number
    The size of the virtual machine's memory, in MB.
    memoryHotAddEnabled boolean
    Allow memory to be added to this virtual machine while it is running.
    memoryLimit number
    The maximum amount of memory (in MB) or CPU (in MHz) that this virtual machine can consume, regardless of available resources.
    memoryReservation number
    The amount of memory (in MB) or CPU (in MHz) that this virtual machine is guaranteed.
    memoryReservationLockedToMax boolean
    If set true, memory resource reservation for this virtual machine will always be equal to the virtual machine's memory size;increases in memory size will be rejected when a corresponding reservation increase is not possible. This feature may only be enabled if it is currently possible to reserve all of the virtual machine's memory.
    memoryShareCount number
    The amount of shares to allocate to memory for a custom share level.
    memoryShareLevel string
    The allocation level for memory resources. Can be one of high, low, normal, or custom.
    migrateWaitTimeout number
    The amount of time, in minutes, to wait for a vMotion operation to complete before failing.
    name string
    The name of this virtual machine.
    nestedHvEnabled boolean
    Enable nested hardware virtualization on this virtual machine, facilitating nested virtualization in the guest.
    networkInterfaces VirtualMachineNetworkInterface[]
    A specification for a virtual NIC on this virtual machine.
    numCoresPerSocket number
    The number of cores to distribute amongst the CPUs in this virtual machine. If specified, the value supplied to num_cpus must be evenly divisible by this value.
    numCpus number
    The number of virtual processors to assign to this virtual machine.
    ovfDeploy VirtualMachineOvfDeploy
    A specification for deploying a virtual machine from ovf/ova template.
    pciDeviceIds string[]
    A list of PCI passthrough devices
    poweronTimeout number
    The amount of time, in seconds, that we will be trying to power on a VM
    replaceTrigger string
    Triggers replacement of resource whenever it changes.
    runToolsScriptsAfterPowerOn boolean
    Enable the run of scripts after virtual machine power-on when VMware Tools is installed.
    runToolsScriptsAfterResume boolean
    Enable the run of scripts after virtual machine resume when when VMware Tools is installed.
    runToolsScriptsBeforeGuestReboot boolean
    Enable the run of scripts before guest operating system reboot when VMware Tools is installed.
    runToolsScriptsBeforeGuestShutdown boolean
    Enable the run of scripts before guest operating system shutdown when VMware Tools is installed.
    runToolsScriptsBeforeGuestStandby boolean
    Enable the run of scripts before guest operating system standby when VMware Tools is installed.
    sataControllerCount number
    scsiBusSharing string
    Mode for sharing the SCSI bus. The modes are physicalSharing, virtualSharing, and noSharing.
    scsiControllerCount number
    scsiType string
    The type of SCSI bus this virtual machine will have. Can be one of lsilogic, lsilogic-sas or pvscsi.
    shutdownWaitTimeout number
    The amount of time, in minutes, to wait for shutdown when making necessary updates to the virtual machine.
    storagePolicyId string
    The ID of the storage policy to assign to the virtual machine home directory.
    swapPlacementPolicy string
    The swap file placement policy for this virtual machine. Can be one of inherit, hostLocal, or vmDirectory.
    syncTimeWithHost boolean
    Enable guest clock synchronization with the host. On vSphere 7.0 U1 and above, with only this setting the clock is synchronized on startup and resume. Requires VMware Tools to be installed.
    syncTimeWithHostPeriodically boolean
    Enable periodic clock synchronization with the host. Supported only on vSphere 7.0 U1 and above. On prior versions setting sync_time_with_host is enough for periodic synchronization. Requires VMware Tools to be installed.
    tags string[]
    A list of tag IDs to apply to this object.
    toolsUpgradePolicy string
    Set the upgrade policy for VMware Tools. Can be one of manual or upgradeAtPowerCycle.
    vapp VirtualMachineVapp
    vApp configuration data for this virtual machine. Can be used to provide configuration data for OVF images.
    vbsEnabled boolean
    Flag to specify if Virtualization-based security is enabled for this virtual machine.
    vvtdEnabled boolean
    Flag to specify if I/O MMU virtualization, also called Intel Virtualization Technology for Directed I/O (VT-d) and AMD I/O Virtualization (AMD-Vi or IOMMU), is enabled.
    waitForGuestIpTimeout number
    The amount of time, in minutes, to wait for an available IP address on this virtual machine. A value less than 1 disables the waiter.
    waitForGuestNetRoutable boolean
    Controls whether or not the guest network waiter waits for a routable address. When false, the waiter does not wait for a default gateway, nor are IP addresses checked against any discovered default gateways as part of its success criteria.
    waitForGuestNetTimeout number
    The amount of time, in minutes, to wait for an available IP address on this virtual machine. A value less than 1 disables the waiter.
    resource_pool_id str
    The ID of a resource pool to put the virtual machine in.
    alternate_guest_name str
    The guest name for the operating system when guest_id is otherGuest or otherGuest64.
    annotation str
    User-provided description of the virtual machine.
    boot_delay int
    The number of milliseconds to wait before starting the boot sequence.
    boot_retry_delay int
    The number of milliseconds to wait before retrying the boot sequence. This only valid if boot_retry_enabled is true.
    boot_retry_enabled bool
    If set to true, a virtual machine that fails to boot will try again after the delay defined in boot_retry_delay.
    cdroms Sequence[VirtualMachineCdromArgs]
    A specification for a CDROM device on this virtual machine.
    clone VirtualMachineCloneArgs
    A specification for cloning a virtual machine from template.
    cpu_hot_add_enabled bool
    Allow CPUs to be added to this virtual machine while it is running.
    cpu_hot_remove_enabled bool
    Allow CPUs to be added to this virtual machine while it is running.
    cpu_limit int
    The maximum amount of memory (in MB) or CPU (in MHz) that this virtual machine can consume, regardless of available resources.
    cpu_performance_counters_enabled bool
    Enable CPU performance counters on this virtual machine.
    cpu_reservation int
    The amount of memory (in MB) or CPU (in MHz) that this virtual machine is guaranteed.
    cpu_share_count int
    The amount of shares to allocate to cpu for a custom share level.
    cpu_share_level str
    The allocation level for cpu resources. Can be one of high, low, normal, or custom.
    custom_attributes Mapping[str, str]
    A list of custom attributes to set on this resource.
    datacenter_id str
    The ID of the datacenter where the VM is to be created.
    datastore_cluster_id str
    The ID of a datastore cluster to put the virtual machine in.
    datastore_id str
    The ID of the virtual machine's datastore. The virtual machine configuration is placed here, along with any virtual disks that are created without datastores.
    disks Sequence[VirtualMachineDiskArgs]
    A specification for a virtual disk device on this virtual machine.
    efi_secure_boot_enabled bool
    When the boot type set in firmware is efi, this enables EFI secure boot.
    enable_disk_uuid bool
    Expose the UUIDs of attached virtual disks to the virtual machine, allowing access to them in the guest.
    enable_logging bool
    Enable logging on this virtual machine.
    ept_rvi_mode str
    The EPT/RVI (hardware memory virtualization) setting for this virtual machine. Can be one of automatic, on, or off.
    extra_config Mapping[str, str]
    Extra configuration data for this virtual machine. Can be used to supply advanced parameters not normally in configuration, such as instance metadata, or configuration data for OVF images.
    extra_config_reboot_required bool
    Allow the virtual machine to be rebooted when a change to extra_config occurs.
    firmware str
    The firmware interface to use on the virtual machine. Can be one of bios or efi.
    folder str
    The name of the folder to locate the virtual machine in.
    force_power_off bool
    Set to true to force power-off a virtual machine if a graceful guest shutdown failed for a necessary operation.
    guest_id str
    The guest ID for the operating system.
    hardware_version int
    The hardware version for the virtual machine.
    host_system_id str
    The ID of an optional host system to pin the virtual machine to.
    hv_mode str
    The (non-nested) hardware virtualization setting for this virtual machine. Can be one of hvAuto, hvOn, or hvOff.
    ide_controller_count int
    ignored_guest_ips Sequence[str]
    List of IP addresses and CIDR networks to ignore while waiting for an IP
    latency_sensitivity str
    Controls the scheduling delay of the virtual machine. Use a higher sensitivity for applications that require lower latency, such as VOIP, media player applications, or applications that require frequent access to mouse or keyboard devices. Can be one of low, normal, medium, or high.
    memory int
    The size of the virtual machine's memory, in MB.
    memory_hot_add_enabled bool
    Allow memory to be added to this virtual machine while it is running.
    memory_limit int
    The maximum amount of memory (in MB) or CPU (in MHz) that this virtual machine can consume, regardless of available resources.
    memory_reservation int
    The amount of memory (in MB) or CPU (in MHz) that this virtual machine is guaranteed.
    memory_reservation_locked_to_max bool
    If set true, memory resource reservation for this virtual machine will always be equal to the virtual machine's memory size;increases in memory size will be rejected when a corresponding reservation increase is not possible. This feature may only be enabled if it is currently possible to reserve all of the virtual machine's memory.
    memory_share_count int
    The amount of shares to allocate to memory for a custom share level.
    memory_share_level str
    The allocation level for memory resources. Can be one of high, low, normal, or custom.
    migrate_wait_timeout int
    The amount of time, in minutes, to wait for a vMotion operation to complete before failing.
    name str
    The name of this virtual machine.
    nested_hv_enabled bool
    Enable nested hardware virtualization on this virtual machine, facilitating nested virtualization in the guest.
    network_interfaces Sequence[VirtualMachineNetworkInterfaceArgs]
    A specification for a virtual NIC on this virtual machine.
    num_cores_per_socket int
    The number of cores to distribute amongst the CPUs in this virtual machine. If specified, the value supplied to num_cpus must be evenly divisible by this value.
    num_cpus int
    The number of virtual processors to assign to this virtual machine.
    ovf_deploy VirtualMachineOvfDeployArgs
    A specification for deploying a virtual machine from ovf/ova template.
    pci_device_ids Sequence[str]
    A list of PCI passthrough devices
    poweron_timeout int
    The amount of time, in seconds, that we will be trying to power on a VM
    replace_trigger str
    Triggers replacement of resource whenever it changes.
    run_tools_scripts_after_power_on bool
    Enable the run of scripts after virtual machine power-on when VMware Tools is installed.
    run_tools_scripts_after_resume bool
    Enable the run of scripts after virtual machine resume when when VMware Tools is installed.
    run_tools_scripts_before_guest_reboot bool
    Enable the run of scripts before guest operating system reboot when VMware Tools is installed.
    run_tools_scripts_before_guest_shutdown bool
    Enable the run of scripts before guest operating system shutdown when VMware Tools is installed.
    run_tools_scripts_before_guest_standby bool
    Enable the run of scripts before guest operating system standby when VMware Tools is installed.
    sata_controller_count int
    scsi_bus_sharing str
    Mode for sharing the SCSI bus. The modes are physicalSharing, virtualSharing, and noSharing.
    scsi_controller_count int
    scsi_type str
    The type of SCSI bus this virtual machine will have. Can be one of lsilogic, lsilogic-sas or pvscsi.
    shutdown_wait_timeout int
    The amount of time, in minutes, to wait for shutdown when making necessary updates to the virtual machine.
    storage_policy_id str
    The ID of the storage policy to assign to the virtual machine home directory.
    swap_placement_policy str
    The swap file placement policy for this virtual machine. Can be one of inherit, hostLocal, or vmDirectory.
    sync_time_with_host bool
    Enable guest clock synchronization with the host. On vSphere 7.0 U1 and above, with only this setting the clock is synchronized on startup and resume. Requires VMware Tools to be installed.
    sync_time_with_host_periodically bool
    Enable periodic clock synchronization with the host. Supported only on vSphere 7.0 U1 and above. On prior versions setting sync_time_with_host is enough for periodic synchronization. Requires VMware Tools to be installed.
    tags Sequence[str]
    A list of tag IDs to apply to this object.
    tools_upgrade_policy str
    Set the upgrade policy for VMware Tools. Can be one of manual or upgradeAtPowerCycle.
    vapp VirtualMachineVappArgs
    vApp configuration data for this virtual machine. Can be used to provide configuration data for OVF images.
    vbs_enabled bool
    Flag to specify if Virtualization-based security is enabled for this virtual machine.
    vvtd_enabled bool
    Flag to specify if I/O MMU virtualization, also called Intel Virtualization Technology for Directed I/O (VT-d) and AMD I/O Virtualization (AMD-Vi or IOMMU), is enabled.
    wait_for_guest_ip_timeout int
    The amount of time, in minutes, to wait for an available IP address on this virtual machine. A value less than 1 disables the waiter.
    wait_for_guest_net_routable bool
    Controls whether or not the guest network waiter waits for a routable address. When false, the waiter does not wait for a default gateway, nor are IP addresses checked against any discovered default gateways as part of its success criteria.
    wait_for_guest_net_timeout int
    The amount of time, in minutes, to wait for an available IP address on this virtual machine. A value less than 1 disables the waiter.
    resourcePoolId String
    The ID of a resource pool to put the virtual machine in.
    alternateGuestName String
    The guest name for the operating system when guest_id is otherGuest or otherGuest64.
    annotation String
    User-provided description of the virtual machine.
    bootDelay Number
    The number of milliseconds to wait before starting the boot sequence.
    bootRetryDelay Number
    The number of milliseconds to wait before retrying the boot sequence. This only valid if boot_retry_enabled is true.
    bootRetryEnabled Boolean
    If set to true, a virtual machine that fails to boot will try again after the delay defined in boot_retry_delay.
    cdroms List<Property Map>
    A specification for a CDROM device on this virtual machine.
    clone Property Map
    A specification for cloning a virtual machine from template.
    cpuHotAddEnabled Boolean
    Allow CPUs to be added to this virtual machine while it is running.
    cpuHotRemoveEnabled Boolean
    Allow CPUs to be added to this virtual machine while it is running.
    cpuLimit Number
    The maximum amount of memory (in MB) or CPU (in MHz) that this virtual machine can consume, regardless of available resources.
    cpuPerformanceCountersEnabled Boolean
    Enable CPU performance counters on this virtual machine.
    cpuReservation Number
    The amount of memory (in MB) or CPU (in MHz) that this virtual machine is guaranteed.
    cpuShareCount Number
    The amount of shares to allocate to cpu for a custom share level.
    cpuShareLevel String
    The allocation level for cpu resources. Can be one of high, low, normal, or custom.
    customAttributes Map<String>
    A list of custom attributes to set on this resource.
    datacenterId String
    The ID of the datacenter where the VM is to be created.
    datastoreClusterId String
    The ID of a datastore cluster to put the virtual machine in.
    datastoreId String
    The ID of the virtual machine's datastore. The virtual machine configuration is placed here, along with any virtual disks that are created without datastores.
    disks List<Property Map>
    A specification for a virtual disk device on this virtual machine.
    efiSecureBootEnabled Boolean
    When the boot type set in firmware is efi, this enables EFI secure boot.
    enableDiskUuid Boolean
    Expose the UUIDs of attached virtual disks to the virtual machine, allowing access to them in the guest.
    enableLogging Boolean
    Enable logging on this virtual machine.
    eptRviMode String
    The EPT/RVI (hardware memory virtualization) setting for this virtual machine. Can be one of automatic, on, or off.
    extraConfig Map<String>
    Extra configuration data for this virtual machine. Can be used to supply advanced parameters not normally in configuration, such as instance metadata, or configuration data for OVF images.
    extraConfigRebootRequired Boolean
    Allow the virtual machine to be rebooted when a change to extra_config occurs.
    firmware String
    The firmware interface to use on the virtual machine. Can be one of bios or efi.
    folder String
    The name of the folder to locate the virtual machine in.
    forcePowerOff Boolean
    Set to true to force power-off a virtual machine if a graceful guest shutdown failed for a necessary operation.
    guestId String
    The guest ID for the operating system.
    hardwareVersion Number
    The hardware version for the virtual machine.
    hostSystemId String
    The ID of an optional host system to pin the virtual machine to.
    hvMode String
    The (non-nested) hardware virtualization setting for this virtual machine. Can be one of hvAuto, hvOn, or hvOff.
    ideControllerCount Number
    ignoredGuestIps List<String>
    List of IP addresses and CIDR networks to ignore while waiting for an IP
    latencySensitivity String
    Controls the scheduling delay of the virtual machine. Use a higher sensitivity for applications that require lower latency, such as VOIP, media player applications, or applications that require frequent access to mouse or keyboard devices. Can be one of low, normal, medium, or high.
    memory Number
    The size of the virtual machine's memory, in MB.
    memoryHotAddEnabled Boolean
    Allow memory to be added to this virtual machine while it is running.
    memoryLimit Number
    The maximum amount of memory (in MB) or CPU (in MHz) that this virtual machine can consume, regardless of available resources.
    memoryReservation Number
    The amount of memory (in MB) or CPU (in MHz) that this virtual machine is guaranteed.
    memoryReservationLockedToMax Boolean
    If set true, memory resource reservation for this virtual machine will always be equal to the virtual machine's memory size;increases in memory size will be rejected when a corresponding reservation increase is not possible. This feature may only be enabled if it is currently possible to reserve all of the virtual machine's memory.
    memoryShareCount Number
    The amount of shares to allocate to memory for a custom share level.
    memoryShareLevel String
    The allocation level for memory resources. Can be one of high, low, normal, or custom.
    migrateWaitTimeout Number
    The amount of time, in minutes, to wait for a vMotion operation to complete before failing.
    name String
    The name of this virtual machine.
    nestedHvEnabled Boolean
    Enable nested hardware virtualization on this virtual machine, facilitating nested virtualization in the guest.
    networkInterfaces List<Property Map>
    A specification for a virtual NIC on this virtual machine.
    numCoresPerSocket Number
    The number of cores to distribute amongst the CPUs in this virtual machine. If specified, the value supplied to num_cpus must be evenly divisible by this value.
    numCpus Number
    The number of virtual processors to assign to this virtual machine.
    ovfDeploy Property Map
    A specification for deploying a virtual machine from ovf/ova template.
    pciDeviceIds List<String>
    A list of PCI passthrough devices
    poweronTimeout Number
    The amount of time, in seconds, that we will be trying to power on a VM
    replaceTrigger String
    Triggers replacement of resource whenever it changes.
    runToolsScriptsAfterPowerOn Boolean
    Enable the run of scripts after virtual machine power-on when VMware Tools is installed.
    runToolsScriptsAfterResume Boolean
    Enable the run of scripts after virtual machine resume when when VMware Tools is installed.
    runToolsScriptsBeforeGuestReboot Boolean
    Enable the run of scripts before guest operating system reboot when VMware Tools is installed.
    runToolsScriptsBeforeGuestShutdown Boolean
    Enable the run of scripts before guest operating system shutdown when VMware Tools is installed.
    runToolsScriptsBeforeGuestStandby Boolean
    Enable the run of scripts before guest operating system standby when VMware Tools is installed.
    sataControllerCount Number
    scsiBusSharing String
    Mode for sharing the SCSI bus. The modes are physicalSharing, virtualSharing, and noSharing.
    scsiControllerCount Number
    scsiType String
    The type of SCSI bus this virtual machine will have. Can be one of lsilogic, lsilogic-sas or pvscsi.
    shutdownWaitTimeout Number
    The amount of time, in minutes, to wait for shutdown when making necessary updates to the virtual machine.
    storagePolicyId String
    The ID of the storage policy to assign to the virtual machine home directory.
    swapPlacementPolicy String
    The swap file placement policy for this virtual machine. Can be one of inherit, hostLocal, or vmDirectory.
    syncTimeWithHost Boolean
    Enable guest clock synchronization with the host. On vSphere 7.0 U1 and above, with only this setting the clock is synchronized on startup and resume. Requires VMware Tools to be installed.
    syncTimeWithHostPeriodically Boolean
    Enable periodic clock synchronization with the host. Supported only on vSphere 7.0 U1 and above. On prior versions setting sync_time_with_host is enough for periodic synchronization. Requires VMware Tools to be installed.
    tags List<String>
    A list of tag IDs to apply to this object.
    toolsUpgradePolicy String
    Set the upgrade policy for VMware Tools. Can be one of manual or upgradeAtPowerCycle.
    vapp Property Map
    vApp configuration data for this virtual machine. Can be used to provide configuration data for OVF images.
    vbsEnabled Boolean
    Flag to specify if Virtualization-based security is enabled for this virtual machine.
    vvtdEnabled Boolean
    Flag to specify if I/O MMU virtualization, also called Intel Virtualization Technology for Directed I/O (VT-d) and AMD I/O Virtualization (AMD-Vi or IOMMU), is enabled.
    waitForGuestIpTimeout Number
    The amount of time, in minutes, to wait for an available IP address on this virtual machine. A value less than 1 disables the waiter.
    waitForGuestNetRoutable Boolean
    Controls whether or not the guest network waiter waits for a routable address. When false, the waiter does not wait for a default gateway, nor are IP addresses checked against any discovered default gateways as part of its success criteria.
    waitForGuestNetTimeout Number
    The amount of time, in minutes, to wait for an available IP address on this virtual machine. A value less than 1 disables the waiter.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the VirtualMachine resource produces the following output properties:

    ChangeVersion string
    A unique identifier for a given version of the last configuration was applied.
    DefaultIpAddress string
    The IP address selected by the provider to be used with any provisioners configured on this resource. When possible, this is the first IPv4 address that is reachable through the default gateway configured on the machine, then the first reachable IPv6 address, and then the first general discovered address if neither exists. If VMware Tools is not running on the virtual machine, or if the virtual machine is powered off, this value will be blank.
    GuestIpAddresses List<string>
    The current list of IP addresses on this machine, including the value of default_ip_address. If VMware Tools is not running on the virtual machine, or if the virtul machine is powered off, this list will be empty.
    Id string
    The provider-assigned unique ID for this managed resource.
    Imported bool
    Indicates if the virtual machine resource has been imported, or if the state has been migrated from a previous version of the resource. It influences the behavior of the first post-import apply operation. See the section on importing below.
    Moid string
    The managed object reference ID of the created virtual machine.
    PowerState string
    A computed value for the current power state of the virtual machine. One of on, off, or suspended.
    RebootRequired bool
    Uuid string
    The UUID of the virtual machine. Also exposed as the id of the resource.
    VappTransports List<string>
    Computed value which is only valid for cloned virtual machines. A list of vApp transport methods supported by the source virtual machine or template.
    VmwareToolsStatus string
    The state of VMware Tools in the guest. This will determine the proper course of action for some device operations.
    VmxPath string
    The path of the virtual machine configuration file on the datastore in which the virtual machine is placed.
    ChangeVersion string
    A unique identifier for a given version of the last configuration was applied.
    DefaultIpAddress string
    The IP address selected by the provider to be used with any provisioners configured on this resource. When possible, this is the first IPv4 address that is reachable through the default gateway configured on the machine, then the first reachable IPv6 address, and then the first general discovered address if neither exists. If VMware Tools is not running on the virtual machine, or if the virtual machine is powered off, this value will be blank.
    GuestIpAddresses []string
    The current list of IP addresses on this machine, including the value of default_ip_address. If VMware Tools is not running on the virtual machine, or if the virtul machine is powered off, this list will be empty.
    Id string
    The provider-assigned unique ID for this managed resource.
    Imported bool
    Indicates if the virtual machine resource has been imported, or if the state has been migrated from a previous version of the resource. It influences the behavior of the first post-import apply operation. See the section on importing below.
    Moid string
    The managed object reference ID of the created virtual machine.
    PowerState string
    A computed value for the current power state of the virtual machine. One of on, off, or suspended.
    RebootRequired bool
    Uuid string
    The UUID of the virtual machine. Also exposed as the id of the resource.
    VappTransports []string
    Computed value which is only valid for cloned virtual machines. A list of vApp transport methods supported by the source virtual machine or template.
    VmwareToolsStatus string
    The state of VMware Tools in the guest. This will determine the proper course of action for some device operations.
    VmxPath string
    The path of the virtual machine configuration file on the datastore in which the virtual machine is placed.
    changeVersion String
    A unique identifier for a given version of the last configuration was applied.
    defaultIpAddress String
    The IP address selected by the provider to be used with any provisioners configured on this resource. When possible, this is the first IPv4 address that is reachable through the default gateway configured on the machine, then the first reachable IPv6 address, and then the first general discovered address if neither exists. If VMware Tools is not running on the virtual machine, or if the virtual machine is powered off, this value will be blank.
    guestIpAddresses List<String>
    The current list of IP addresses on this machine, including the value of default_ip_address. If VMware Tools is not running on the virtual machine, or if the virtul machine is powered off, this list will be empty.
    id String
    The provider-assigned unique ID for this managed resource.
    imported Boolean
    Indicates if the virtual machine resource has been imported, or if the state has been migrated from a previous version of the resource. It influences the behavior of the first post-import apply operation. See the section on importing below.
    moid String
    The managed object reference ID of the created virtual machine.
    powerState String
    A computed value for the current power state of the virtual machine. One of on, off, or suspended.
    rebootRequired Boolean
    uuid String
    The UUID of the virtual machine. Also exposed as the id of the resource.
    vappTransports List<String>
    Computed value which is only valid for cloned virtual machines. A list of vApp transport methods supported by the source virtual machine or template.
    vmwareToolsStatus String
    The state of VMware Tools in the guest. This will determine the proper course of action for some device operations.
    vmxPath String
    The path of the virtual machine configuration file on the datastore in which the virtual machine is placed.
    changeVersion string
    A unique identifier for a given version of the last configuration was applied.
    defaultIpAddress string
    The IP address selected by the provider to be used with any provisioners configured on this resource. When possible, this is the first IPv4 address that is reachable through the default gateway configured on the machine, then the first reachable IPv6 address, and then the first general discovered address if neither exists. If VMware Tools is not running on the virtual machine, or if the virtual machine is powered off, this value will be blank.
    guestIpAddresses string[]
    The current list of IP addresses on this machine, including the value of default_ip_address. If VMware Tools is not running on the virtual machine, or if the virtul machine is powered off, this list will be empty.
    id string
    The provider-assigned unique ID for this managed resource.
    imported boolean
    Indicates if the virtual machine resource has been imported, or if the state has been migrated from a previous version of the resource. It influences the behavior of the first post-import apply operation. See the section on importing below.
    moid string
    The managed object reference ID of the created virtual machine.
    powerState string
    A computed value for the current power state of the virtual machine. One of on, off, or suspended.
    rebootRequired boolean
    uuid string
    The UUID of the virtual machine. Also exposed as the id of the resource.
    vappTransports string[]
    Computed value which is only valid for cloned virtual machines. A list of vApp transport methods supported by the source virtual machine or template.
    vmwareToolsStatus string
    The state of VMware Tools in the guest. This will determine the proper course of action for some device operations.
    vmxPath string
    The path of the virtual machine configuration file on the datastore in which the virtual machine is placed.
    change_version str
    A unique identifier for a given version of the last configuration was applied.
    default_ip_address str
    The IP address selected by the provider to be used with any provisioners configured on this resource. When possible, this is the first IPv4 address that is reachable through the default gateway configured on the machine, then the first reachable IPv6 address, and then the first general discovered address if neither exists. If VMware Tools is not running on the virtual machine, or if the virtual machine is powered off, this value will be blank.
    guest_ip_addresses Sequence[str]
    The current list of IP addresses on this machine, including the value of default_ip_address. If VMware Tools is not running on the virtual machine, or if the virtul machine is powered off, this list will be empty.
    id str
    The provider-assigned unique ID for this managed resource.
    imported bool
    Indicates if the virtual machine resource has been imported, or if the state has been migrated from a previous version of the resource. It influences the behavior of the first post-import apply operation. See the section on importing below.
    moid str
    The managed object reference ID of the created virtual machine.
    power_state str
    A computed value for the current power state of the virtual machine. One of on, off, or suspended.
    reboot_required bool
    uuid str
    The UUID of the virtual machine. Also exposed as the id of the resource.
    vapp_transports Sequence[str]
    Computed value which is only valid for cloned virtual machines. A list of vApp transport methods supported by the source virtual machine or template.
    vmware_tools_status str
    The state of VMware Tools in the guest. This will determine the proper course of action for some device operations.
    vmx_path str
    The path of the virtual machine configuration file on the datastore in which the virtual machine is placed.
    changeVersion String
    A unique identifier for a given version of the last configuration was applied.
    defaultIpAddress String
    The IP address selected by the provider to be used with any provisioners configured on this resource. When possible, this is the first IPv4 address that is reachable through the default gateway configured on the machine, then the first reachable IPv6 address, and then the first general discovered address if neither exists. If VMware Tools is not running on the virtual machine, or if the virtual machine is powered off, this value will be blank.
    guestIpAddresses List<String>
    The current list of IP addresses on this machine, including the value of default_ip_address. If VMware Tools is not running on the virtual machine, or if the virtul machine is powered off, this list will be empty.
    id String
    The provider-assigned unique ID for this managed resource.
    imported Boolean
    Indicates if the virtual machine resource has been imported, or if the state has been migrated from a previous version of the resource. It influences the behavior of the first post-import apply operation. See the section on importing below.
    moid String
    The managed object reference ID of the created virtual machine.
    powerState String
    A computed value for the current power state of the virtual machine. One of on, off, or suspended.
    rebootRequired Boolean
    uuid String
    The UUID of the virtual machine. Also exposed as the id of the resource.
    vappTransports List<String>
    Computed value which is only valid for cloned virtual machines. A list of vApp transport methods supported by the source virtual machine or template.
    vmwareToolsStatus String
    The state of VMware Tools in the guest. This will determine the proper course of action for some device operations.
    vmxPath String
    The path of the virtual machine configuration file on the datastore in which the virtual machine is placed.

    Look up Existing VirtualMachine Resource

    Get an existing VirtualMachine 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?: VirtualMachineState, opts?: CustomResourceOptions): VirtualMachine
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            alternate_guest_name: Optional[str] = None,
            annotation: Optional[str] = None,
            boot_delay: Optional[int] = None,
            boot_retry_delay: Optional[int] = None,
            boot_retry_enabled: Optional[bool] = None,
            cdroms: Optional[Sequence[VirtualMachineCdromArgs]] = None,
            change_version: Optional[str] = None,
            clone: Optional[VirtualMachineCloneArgs] = None,
            cpu_hot_add_enabled: Optional[bool] = None,
            cpu_hot_remove_enabled: Optional[bool] = None,
            cpu_limit: Optional[int] = None,
            cpu_performance_counters_enabled: Optional[bool] = None,
            cpu_reservation: Optional[int] = None,
            cpu_share_count: Optional[int] = None,
            cpu_share_level: Optional[str] = None,
            custom_attributes: Optional[Mapping[str, str]] = None,
            datacenter_id: Optional[str] = None,
            datastore_cluster_id: Optional[str] = None,
            datastore_id: Optional[str] = None,
            default_ip_address: Optional[str] = None,
            disks: Optional[Sequence[VirtualMachineDiskArgs]] = None,
            efi_secure_boot_enabled: Optional[bool] = None,
            enable_disk_uuid: Optional[bool] = None,
            enable_logging: Optional[bool] = None,
            ept_rvi_mode: Optional[str] = None,
            extra_config: Optional[Mapping[str, str]] = None,
            extra_config_reboot_required: Optional[bool] = None,
            firmware: Optional[str] = None,
            folder: Optional[str] = None,
            force_power_off: Optional[bool] = None,
            guest_id: Optional[str] = None,
            guest_ip_addresses: Optional[Sequence[str]] = None,
            hardware_version: Optional[int] = None,
            host_system_id: Optional[str] = None,
            hv_mode: Optional[str] = None,
            ide_controller_count: Optional[int] = None,
            ignored_guest_ips: Optional[Sequence[str]] = None,
            imported: Optional[bool] = None,
            latency_sensitivity: Optional[str] = None,
            memory: Optional[int] = None,
            memory_hot_add_enabled: Optional[bool] = None,
            memory_limit: Optional[int] = None,
            memory_reservation: Optional[int] = None,
            memory_reservation_locked_to_max: Optional[bool] = None,
            memory_share_count: Optional[int] = None,
            memory_share_level: Optional[str] = None,
            migrate_wait_timeout: Optional[int] = None,
            moid: Optional[str] = None,
            name: Optional[str] = None,
            nested_hv_enabled: Optional[bool] = None,
            network_interfaces: Optional[Sequence[VirtualMachineNetworkInterfaceArgs]] = None,
            num_cores_per_socket: Optional[int] = None,
            num_cpus: Optional[int] = None,
            ovf_deploy: Optional[VirtualMachineOvfDeployArgs] = None,
            pci_device_ids: Optional[Sequence[str]] = None,
            power_state: Optional[str] = None,
            poweron_timeout: Optional[int] = None,
            reboot_required: Optional[bool] = None,
            replace_trigger: Optional[str] = None,
            resource_pool_id: Optional[str] = None,
            run_tools_scripts_after_power_on: Optional[bool] = None,
            run_tools_scripts_after_resume: Optional[bool] = None,
            run_tools_scripts_before_guest_reboot: Optional[bool] = None,
            run_tools_scripts_before_guest_shutdown: Optional[bool] = None,
            run_tools_scripts_before_guest_standby: Optional[bool] = None,
            sata_controller_count: Optional[int] = None,
            scsi_bus_sharing: Optional[str] = None,
            scsi_controller_count: Optional[int] = None,
            scsi_type: Optional[str] = None,
            shutdown_wait_timeout: Optional[int] = None,
            storage_policy_id: Optional[str] = None,
            swap_placement_policy: Optional[str] = None,
            sync_time_with_host: Optional[bool] = None,
            sync_time_with_host_periodically: Optional[bool] = None,
            tags: Optional[Sequence[str]] = None,
            tools_upgrade_policy: Optional[str] = None,
            uuid: Optional[str] = None,
            vapp: Optional[VirtualMachineVappArgs] = None,
            vapp_transports: Optional[Sequence[str]] = None,
            vbs_enabled: Optional[bool] = None,
            vmware_tools_status: Optional[str] = None,
            vmx_path: Optional[str] = None,
            vvtd_enabled: Optional[bool] = None,
            wait_for_guest_ip_timeout: Optional[int] = None,
            wait_for_guest_net_routable: Optional[bool] = None,
            wait_for_guest_net_timeout: Optional[int] = None) -> VirtualMachine
    func GetVirtualMachine(ctx *Context, name string, id IDInput, state *VirtualMachineState, opts ...ResourceOption) (*VirtualMachine, error)
    public static VirtualMachine Get(string name, Input<string> id, VirtualMachineState? state, CustomResourceOptions? opts = null)
    public static VirtualMachine get(String name, Output<String> id, VirtualMachineState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    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.
    The following state arguments are supported:
    AlternateGuestName string
    The guest name for the operating system when guest_id is otherGuest or otherGuest64.
    Annotation string
    User-provided description of the virtual machine.
    BootDelay int
    The number of milliseconds to wait before starting the boot sequence.
    BootRetryDelay int
    The number of milliseconds to wait before retrying the boot sequence. This only valid if boot_retry_enabled is true.
    BootRetryEnabled bool
    If set to true, a virtual machine that fails to boot will try again after the delay defined in boot_retry_delay.
    Cdroms List<Pulumi.VSphere.Inputs.VirtualMachineCdrom>
    A specification for a CDROM device on this virtual machine.
    ChangeVersion string
    A unique identifier for a given version of the last configuration was applied.
    Clone Pulumi.VSphere.Inputs.VirtualMachineClone
    A specification for cloning a virtual machine from template.
    CpuHotAddEnabled bool
    Allow CPUs to be added to this virtual machine while it is running.
    CpuHotRemoveEnabled bool
    Allow CPUs to be added to this virtual machine while it is running.
    CpuLimit int
    The maximum amount of memory (in MB) or CPU (in MHz) that this virtual machine can consume, regardless of available resources.
    CpuPerformanceCountersEnabled bool
    Enable CPU performance counters on this virtual machine.
    CpuReservation int
    The amount of memory (in MB) or CPU (in MHz) that this virtual machine is guaranteed.
    CpuShareCount int
    The amount of shares to allocate to cpu for a custom share level.
    CpuShareLevel string
    The allocation level for cpu resources. Can be one of high, low, normal, or custom.
    CustomAttributes Dictionary<string, string>
    A list of custom attributes to set on this resource.
    DatacenterId string
    The ID of the datacenter where the VM is to be created.
    DatastoreClusterId string
    The ID of a datastore cluster to put the virtual machine in.
    DatastoreId string
    The ID of the virtual machine's datastore. The virtual machine configuration is placed here, along with any virtual disks that are created without datastores.
    DefaultIpAddress string
    The IP address selected by the provider to be used with any provisioners configured on this resource. When possible, this is the first IPv4 address that is reachable through the default gateway configured on the machine, then the first reachable IPv6 address, and then the first general discovered address if neither exists. If VMware Tools is not running on the virtual machine, or if the virtual machine is powered off, this value will be blank.
    Disks List<Pulumi.VSphere.Inputs.VirtualMachineDisk>
    A specification for a virtual disk device on this virtual machine.
    EfiSecureBootEnabled bool
    When the boot type set in firmware is efi, this enables EFI secure boot.
    EnableDiskUuid bool
    Expose the UUIDs of attached virtual disks to the virtual machine, allowing access to them in the guest.
    EnableLogging bool
    Enable logging on this virtual machine.
    EptRviMode string
    The EPT/RVI (hardware memory virtualization) setting for this virtual machine. Can be one of automatic, on, or off.
    ExtraConfig Dictionary<string, string>
    Extra configuration data for this virtual machine. Can be used to supply advanced parameters not normally in configuration, such as instance metadata, or configuration data for OVF images.
    ExtraConfigRebootRequired bool
    Allow the virtual machine to be rebooted when a change to extra_config occurs.
    Firmware string
    The firmware interface to use on the virtual machine. Can be one of bios or efi.
    Folder string
    The name of the folder to locate the virtual machine in.
    ForcePowerOff bool
    Set to true to force power-off a virtual machine if a graceful guest shutdown failed for a necessary operation.
    GuestId string
    The guest ID for the operating system.
    GuestIpAddresses List<string>
    The current list of IP addresses on this machine, including the value of default_ip_address. If VMware Tools is not running on the virtual machine, or if the virtul machine is powered off, this list will be empty.
    HardwareVersion int
    The hardware version for the virtual machine.
    HostSystemId string
    The ID of an optional host system to pin the virtual machine to.
    HvMode string
    The (non-nested) hardware virtualization setting for this virtual machine. Can be one of hvAuto, hvOn, or hvOff.
    IdeControllerCount int
    IgnoredGuestIps List<string>
    List of IP addresses and CIDR networks to ignore while waiting for an IP
    Imported bool
    Indicates if the virtual machine resource has been imported, or if the state has been migrated from a previous version of the resource. It influences the behavior of the first post-import apply operation. See the section on importing below.
    LatencySensitivity string
    Controls the scheduling delay of the virtual machine. Use a higher sensitivity for applications that require lower latency, such as VOIP, media player applications, or applications that require frequent access to mouse or keyboard devices. Can be one of low, normal, medium, or high.
    Memory int
    The size of the virtual machine's memory, in MB.
    MemoryHotAddEnabled bool
    Allow memory to be added to this virtual machine while it is running.
    MemoryLimit int
    The maximum amount of memory (in MB) or CPU (in MHz) that this virtual machine can consume, regardless of available resources.
    MemoryReservation int
    The amount of memory (in MB) or CPU (in MHz) that this virtual machine is guaranteed.
    MemoryReservationLockedToMax bool
    If set true, memory resource reservation for this virtual machine will always be equal to the virtual machine's memory size;increases in memory size will be rejected when a corresponding reservation increase is not possible. This feature may only be enabled if it is currently possible to reserve all of the virtual machine's memory.
    MemoryShareCount int
    The amount of shares to allocate to memory for a custom share level.
    MemoryShareLevel string
    The allocation level for memory resources. Can be one of high, low, normal, or custom.
    MigrateWaitTimeout int
    The amount of time, in minutes, to wait for a vMotion operation to complete before failing.
    Moid string
    The managed object reference ID of the created virtual machine.
    Name string
    The name of this virtual machine.
    NestedHvEnabled bool
    Enable nested hardware virtualization on this virtual machine, facilitating nested virtualization in the guest.
    NetworkInterfaces List<Pulumi.VSphere.Inputs.VirtualMachineNetworkInterface>
    A specification for a virtual NIC on this virtual machine.
    NumCoresPerSocket int
    The number of cores to distribute amongst the CPUs in this virtual machine. If specified, the value supplied to num_cpus must be evenly divisible by this value.
    NumCpus int
    The number of virtual processors to assign to this virtual machine.
    OvfDeploy Pulumi.VSphere.Inputs.VirtualMachineOvfDeploy
    A specification for deploying a virtual machine from ovf/ova template.
    PciDeviceIds List<string>
    A list of PCI passthrough devices
    PowerState string
    A computed value for the current power state of the virtual machine. One of on, off, or suspended.
    PoweronTimeout int
    The amount of time, in seconds, that we will be trying to power on a VM
    RebootRequired bool
    ReplaceTrigger string
    Triggers replacement of resource whenever it changes.
    ResourcePoolId string
    The ID of a resource pool to put the virtual machine in.
    RunToolsScriptsAfterPowerOn bool
    Enable the run of scripts after virtual machine power-on when VMware Tools is installed.
    RunToolsScriptsAfterResume bool
    Enable the run of scripts after virtual machine resume when when VMware Tools is installed.
    RunToolsScriptsBeforeGuestReboot bool
    Enable the run of scripts before guest operating system reboot when VMware Tools is installed.
    RunToolsScriptsBeforeGuestShutdown bool
    Enable the run of scripts before guest operating system shutdown when VMware Tools is installed.
    RunToolsScriptsBeforeGuestStandby bool
    Enable the run of scripts before guest operating system standby when VMware Tools is installed.
    SataControllerCount int
    ScsiBusSharing string
    Mode for sharing the SCSI bus. The modes are physicalSharing, virtualSharing, and noSharing.
    ScsiControllerCount int
    ScsiType string
    The type of SCSI bus this virtual machine will have. Can be one of lsilogic, lsilogic-sas or pvscsi.
    ShutdownWaitTimeout int
    The amount of time, in minutes, to wait for shutdown when making necessary updates to the virtual machine.
    StoragePolicyId string
    The ID of the storage policy to assign to the virtual machine home directory.
    SwapPlacementPolicy string
    The swap file placement policy for this virtual machine. Can be one of inherit, hostLocal, or vmDirectory.
    SyncTimeWithHost bool
    Enable guest clock synchronization with the host. On vSphere 7.0 U1 and above, with only this setting the clock is synchronized on startup and resume. Requires VMware Tools to be installed.
    SyncTimeWithHostPeriodically bool
    Enable periodic clock synchronization with the host. Supported only on vSphere 7.0 U1 and above. On prior versions setting sync_time_with_host is enough for periodic synchronization. Requires VMware Tools to be installed.
    Tags List<string>
    A list of tag IDs to apply to this object.
    ToolsUpgradePolicy string
    Set the upgrade policy for VMware Tools. Can be one of manual or upgradeAtPowerCycle.
    Uuid string
    The UUID of the virtual machine. Also exposed as the id of the resource.
    Vapp Pulumi.VSphere.Inputs.VirtualMachineVapp
    vApp configuration data for this virtual machine. Can be used to provide configuration data for OVF images.
    VappTransports List<string>
    Computed value which is only valid for cloned virtual machines. A list of vApp transport methods supported by the source virtual machine or template.
    VbsEnabled bool
    Flag to specify if Virtualization-based security is enabled for this virtual machine.
    VmwareToolsStatus string
    The state of VMware Tools in the guest. This will determine the proper course of action for some device operations.
    VmxPath string
    The path of the virtual machine configuration file on the datastore in which the virtual machine is placed.
    VvtdEnabled bool
    Flag to specify if I/O MMU virtualization, also called Intel Virtualization Technology for Directed I/O (VT-d) and AMD I/O Virtualization (AMD-Vi or IOMMU), is enabled.
    WaitForGuestIpTimeout int
    The amount of time, in minutes, to wait for an available IP address on this virtual machine. A value less than 1 disables the waiter.
    WaitForGuestNetRoutable bool
    Controls whether or not the guest network waiter waits for a routable address. When false, the waiter does not wait for a default gateway, nor are IP addresses checked against any discovered default gateways as part of its success criteria.
    WaitForGuestNetTimeout int
    The amount of time, in minutes, to wait for an available IP address on this virtual machine. A value less than 1 disables the waiter.
    AlternateGuestName string
    The guest name for the operating system when guest_id is otherGuest or otherGuest64.
    Annotation string
    User-provided description of the virtual machine.
    BootDelay int
    The number of milliseconds to wait before starting the boot sequence.
    BootRetryDelay int
    The number of milliseconds to wait before retrying the boot sequence. This only valid if boot_retry_enabled is true.
    BootRetryEnabled bool
    If set to true, a virtual machine that fails to boot will try again after the delay defined in boot_retry_delay.
    Cdroms []VirtualMachineCdromArgs
    A specification for a CDROM device on this virtual machine.
    ChangeVersion string
    A unique identifier for a given version of the last configuration was applied.
    Clone VirtualMachineCloneArgs
    A specification for cloning a virtual machine from template.
    CpuHotAddEnabled bool
    Allow CPUs to be added to this virtual machine while it is running.
    CpuHotRemoveEnabled bool
    Allow CPUs to be added to this virtual machine while it is running.
    CpuLimit int
    The maximum amount of memory (in MB) or CPU (in MHz) that this virtual machine can consume, regardless of available resources.
    CpuPerformanceCountersEnabled bool
    Enable CPU performance counters on this virtual machine.
    CpuReservation int
    The amount of memory (in MB) or CPU (in MHz) that this virtual machine is guaranteed.
    CpuShareCount int
    The amount of shares to allocate to cpu for a custom share level.
    CpuShareLevel string
    The allocation level for cpu resources. Can be one of high, low, normal, or custom.
    CustomAttributes map[string]string
    A list of custom attributes to set on this resource.
    DatacenterId string
    The ID of the datacenter where the VM is to be created.
    DatastoreClusterId string
    The ID of a datastore cluster to put the virtual machine in.
    DatastoreId string
    The ID of the virtual machine's datastore. The virtual machine configuration is placed here, along with any virtual disks that are created without datastores.
    DefaultIpAddress string
    The IP address selected by the provider to be used with any provisioners configured on this resource. When possible, this is the first IPv4 address that is reachable through the default gateway configured on the machine, then the first reachable IPv6 address, and then the first general discovered address if neither exists. If VMware Tools is not running on the virtual machine, or if the virtual machine is powered off, this value will be blank.
    Disks []VirtualMachineDiskArgs
    A specification for a virtual disk device on this virtual machine.
    EfiSecureBootEnabled bool
    When the boot type set in firmware is efi, this enables EFI secure boot.
    EnableDiskUuid bool
    Expose the UUIDs of attached virtual disks to the virtual machine, allowing access to them in the guest.
    EnableLogging bool
    Enable logging on this virtual machine.
    EptRviMode string
    The EPT/RVI (hardware memory virtualization) setting for this virtual machine. Can be one of automatic, on, or off.
    ExtraConfig map[string]string
    Extra configuration data for this virtual machine. Can be used to supply advanced parameters not normally in configuration, such as instance metadata, or configuration data for OVF images.
    ExtraConfigRebootRequired bool
    Allow the virtual machine to be rebooted when a change to extra_config occurs.
    Firmware string
    The firmware interface to use on the virtual machine. Can be one of bios or efi.
    Folder string
    The name of the folder to locate the virtual machine in.
    ForcePowerOff bool
    Set to true to force power-off a virtual machine if a graceful guest shutdown failed for a necessary operation.
    GuestId string
    The guest ID for the operating system.
    GuestIpAddresses []string
    The current list of IP addresses on this machine, including the value of default_ip_address. If VMware Tools is not running on the virtual machine, or if the virtul machine is powered off, this list will be empty.
    HardwareVersion int
    The hardware version for the virtual machine.
    HostSystemId string
    The ID of an optional host system to pin the virtual machine to.
    HvMode string
    The (non-nested) hardware virtualization setting for this virtual machine. Can be one of hvAuto, hvOn, or hvOff.
    IdeControllerCount int
    IgnoredGuestIps []string
    List of IP addresses and CIDR networks to ignore while waiting for an IP
    Imported bool
    Indicates if the virtual machine resource has been imported, or if the state has been migrated from a previous version of the resource. It influences the behavior of the first post-import apply operation. See the section on importing below.
    LatencySensitivity string
    Controls the scheduling delay of the virtual machine. Use a higher sensitivity for applications that require lower latency, such as VOIP, media player applications, or applications that require frequent access to mouse or keyboard devices. Can be one of low, normal, medium, or high.
    Memory int
    The size of the virtual machine's memory, in MB.
    MemoryHotAddEnabled bool
    Allow memory to be added to this virtual machine while it is running.
    MemoryLimit int
    The maximum amount of memory (in MB) or CPU (in MHz) that this virtual machine can consume, regardless of available resources.
    MemoryReservation int
    The amount of memory (in MB) or CPU (in MHz) that this virtual machine is guaranteed.
    MemoryReservationLockedToMax bool
    If set true, memory resource reservation for this virtual machine will always be equal to the virtual machine's memory size;increases in memory size will be rejected when a corresponding reservation increase is not possible. This feature may only be enabled if it is currently possible to reserve all of the virtual machine's memory.
    MemoryShareCount int
    The amount of shares to allocate to memory for a custom share level.
    MemoryShareLevel string
    The allocation level for memory resources. Can be one of high, low, normal, or custom.
    MigrateWaitTimeout int
    The amount of time, in minutes, to wait for a vMotion operation to complete before failing.
    Moid string
    The managed object reference ID of the created virtual machine.
    Name string
    The name of this virtual machine.
    NestedHvEnabled bool
    Enable nested hardware virtualization on this virtual machine, facilitating nested virtualization in the guest.
    NetworkInterfaces []VirtualMachineNetworkInterfaceArgs
    A specification for a virtual NIC on this virtual machine.
    NumCoresPerSocket int
    The number of cores to distribute amongst the CPUs in this virtual machine. If specified, the value supplied to num_cpus must be evenly divisible by this value.
    NumCpus int
    The number of virtual processors to assign to this virtual machine.
    OvfDeploy VirtualMachineOvfDeployArgs
    A specification for deploying a virtual machine from ovf/ova template.
    PciDeviceIds []string
    A list of PCI passthrough devices
    PowerState string
    A computed value for the current power state of the virtual machine. One of on, off, or suspended.
    PoweronTimeout int
    The amount of time, in seconds, that we will be trying to power on a VM
    RebootRequired bool
    ReplaceTrigger string
    Triggers replacement of resource whenever it changes.
    ResourcePoolId string
    The ID of a resource pool to put the virtual machine in.
    RunToolsScriptsAfterPowerOn bool
    Enable the run of scripts after virtual machine power-on when VMware Tools is installed.
    RunToolsScriptsAfterResume bool
    Enable the run of scripts after virtual machine resume when when VMware Tools is installed.
    RunToolsScriptsBeforeGuestReboot bool
    Enable the run of scripts before guest operating system reboot when VMware Tools is installed.
    RunToolsScriptsBeforeGuestShutdown bool
    Enable the run of scripts before guest operating system shutdown when VMware Tools is installed.
    RunToolsScriptsBeforeGuestStandby bool
    Enable the run of scripts before guest operating system standby when VMware Tools is installed.
    SataControllerCount int
    ScsiBusSharing string
    Mode for sharing the SCSI bus. The modes are physicalSharing, virtualSharing, and noSharing.
    ScsiControllerCount int
    ScsiType string
    The type of SCSI bus this virtual machine will have. Can be one of lsilogic, lsilogic-sas or pvscsi.
    ShutdownWaitTimeout int
    The amount of time, in minutes, to wait for shutdown when making necessary updates to the virtual machine.
    StoragePolicyId string
    The ID of the storage policy to assign to the virtual machine home directory.
    SwapPlacementPolicy string
    The swap file placement policy for this virtual machine. Can be one of inherit, hostLocal, or vmDirectory.
    SyncTimeWithHost bool
    Enable guest clock synchronization with the host. On vSphere 7.0 U1 and above, with only this setting the clock is synchronized on startup and resume. Requires VMware Tools to be installed.
    SyncTimeWithHostPeriodically bool
    Enable periodic clock synchronization with the host. Supported only on vSphere 7.0 U1 and above. On prior versions setting sync_time_with_host is enough for periodic synchronization. Requires VMware Tools to be installed.
    Tags []string
    A list of tag IDs to apply to this object.
    ToolsUpgradePolicy string
    Set the upgrade policy for VMware Tools. Can be one of manual or upgradeAtPowerCycle.
    Uuid string
    The UUID of the virtual machine. Also exposed as the id of the resource.
    Vapp VirtualMachineVappArgs
    vApp configuration data for this virtual machine. Can be used to provide configuration data for OVF images.
    VappTransports []string
    Computed value which is only valid for cloned virtual machines. A list of vApp transport methods supported by the source virtual machine or template.
    VbsEnabled bool
    Flag to specify if Virtualization-based security is enabled for this virtual machine.
    VmwareToolsStatus string
    The state of VMware Tools in the guest. This will determine the proper course of action for some device operations.
    VmxPath string
    The path of the virtual machine configuration file on the datastore in which the virtual machine is placed.
    VvtdEnabled bool
    Flag to specify if I/O MMU virtualization, also called Intel Virtualization Technology for Directed I/O (VT-d) and AMD I/O Virtualization (AMD-Vi or IOMMU), is enabled.
    WaitForGuestIpTimeout int
    The amount of time, in minutes, to wait for an available IP address on this virtual machine. A value less than 1 disables the waiter.
    WaitForGuestNetRoutable bool
    Controls whether or not the guest network waiter waits for a routable address. When false, the waiter does not wait for a default gateway, nor are IP addresses checked against any discovered default gateways as part of its success criteria.
    WaitForGuestNetTimeout int
    The amount of time, in minutes, to wait for an available IP address on this virtual machine. A value less than 1 disables the waiter.
    alternateGuestName String
    The guest name for the operating system when guest_id is otherGuest or otherGuest64.
    annotation String
    User-provided description of the virtual machine.
    bootDelay Integer
    The number of milliseconds to wait before starting the boot sequence.
    bootRetryDelay Integer
    The number of milliseconds to wait before retrying the boot sequence. This only valid if boot_retry_enabled is true.
    bootRetryEnabled Boolean
    If set to true, a virtual machine that fails to boot will try again after the delay defined in boot_retry_delay.
    cdroms List<VirtualMachineCdrom>
    A specification for a CDROM device on this virtual machine.
    changeVersion String
    A unique identifier for a given version of the last configuration was applied.
    clone_ VirtualMachineClone
    A specification for cloning a virtual machine from template.
    cpuHotAddEnabled Boolean
    Allow CPUs to be added to this virtual machine while it is running.
    cpuHotRemoveEnabled Boolean
    Allow CPUs to be added to this virtual machine while it is running.
    cpuLimit Integer
    The maximum amount of memory (in MB) or CPU (in MHz) that this virtual machine can consume, regardless of available resources.
    cpuPerformanceCountersEnabled Boolean
    Enable CPU performance counters on this virtual machine.
    cpuReservation Integer
    The amount of memory (in MB) or CPU (in MHz) that this virtual machine is guaranteed.
    cpuShareCount Integer
    The amount of shares to allocate to cpu for a custom share level.
    cpuShareLevel String
    The allocation level for cpu resources. Can be one of high, low, normal, or custom.
    customAttributes Map<String,String>
    A list of custom attributes to set on this resource.
    datacenterId String
    The ID of the datacenter where the VM is to be created.
    datastoreClusterId String
    The ID of a datastore cluster to put the virtual machine in.
    datastoreId String
    The ID of the virtual machine's datastore. The virtual machine configuration is placed here, along with any virtual disks that are created without datastores.
    defaultIpAddress String
    The IP address selected by the provider to be used with any provisioners configured on this resource. When possible, this is the first IPv4 address that is reachable through the default gateway configured on the machine, then the first reachable IPv6 address, and then the first general discovered address if neither exists. If VMware Tools is not running on the virtual machine, or if the virtual machine is powered off, this value will be blank.
    disks List<VirtualMachineDisk>
    A specification for a virtual disk device on this virtual machine.
    efiSecureBootEnabled Boolean
    When the boot type set in firmware is efi, this enables EFI secure boot.
    enableDiskUuid Boolean
    Expose the UUIDs of attached virtual disks to the virtual machine, allowing access to them in the guest.
    enableLogging Boolean
    Enable logging on this virtual machine.
    eptRviMode String
    The EPT/RVI (hardware memory virtualization) setting for this virtual machine. Can be one of automatic, on, or off.
    extraConfig Map<String,String>
    Extra configuration data for this virtual machine. Can be used to supply advanced parameters not normally in configuration, such as instance metadata, or configuration data for OVF images.
    extraConfigRebootRequired Boolean
    Allow the virtual machine to be rebooted when a change to extra_config occurs.
    firmware String
    The firmware interface to use on the virtual machine. Can be one of bios or efi.
    folder String
    The name of the folder to locate the virtual machine in.
    forcePowerOff Boolean
    Set to true to force power-off a virtual machine if a graceful guest shutdown failed for a necessary operation.
    guestId String
    The guest ID for the operating system.
    guestIpAddresses List<String>
    The current list of IP addresses on this machine, including the value of default_ip_address. If VMware Tools is not running on the virtual machine, or if the virtul machine is powered off, this list will be empty.
    hardwareVersion Integer
    The hardware version for the virtual machine.
    hostSystemId String
    The ID of an optional host system to pin the virtual machine to.
    hvMode String
    The (non-nested) hardware virtualization setting for this virtual machine. Can be one of hvAuto, hvOn, or hvOff.
    ideControllerCount Integer
    ignoredGuestIps List<String>
    List of IP addresses and CIDR networks to ignore while waiting for an IP
    imported Boolean
    Indicates if the virtual machine resource has been imported, or if the state has been migrated from a previous version of the resource. It influences the behavior of the first post-import apply operation. See the section on importing below.
    latencySensitivity String
    Controls the scheduling delay of the virtual machine. Use a higher sensitivity for applications that require lower latency, such as VOIP, media player applications, or applications that require frequent access to mouse or keyboard devices. Can be one of low, normal, medium, or high.
    memory Integer
    The size of the virtual machine's memory, in MB.
    memoryHotAddEnabled Boolean
    Allow memory to be added to this virtual machine while it is running.
    memoryLimit Integer
    The maximum amount of memory (in MB) or CPU (in MHz) that this virtual machine can consume, regardless of available resources.
    memoryReservation Integer
    The amount of memory (in MB) or CPU (in MHz) that this virtual machine is guaranteed.
    memoryReservationLockedToMax Boolean
    If set true, memory resource reservation for this virtual machine will always be equal to the virtual machine's memory size;increases in memory size will be rejected when a corresponding reservation increase is not possible. This feature may only be enabled if it is currently possible to reserve all of the virtual machine's memory.
    memoryShareCount Integer
    The amount of shares to allocate to memory for a custom share level.
    memoryShareLevel String
    The allocation level for memory resources. Can be one of high, low, normal, or custom.
    migrateWaitTimeout Integer
    The amount of time, in minutes, to wait for a vMotion operation to complete before failing.
    moid String
    The managed object reference ID of the created virtual machine.
    name String
    The name of this virtual machine.
    nestedHvEnabled Boolean
    Enable nested hardware virtualization on this virtual machine, facilitating nested virtualization in the guest.
    networkInterfaces List<VirtualMachineNetworkInterface>
    A specification for a virtual NIC on this virtual machine.
    numCoresPerSocket Integer
    The number of cores to distribute amongst the CPUs in this virtual machine. If specified, the value supplied to num_cpus must be evenly divisible by this value.
    numCpus Integer
    The number of virtual processors to assign to this virtual machine.
    ovfDeploy VirtualMachineOvfDeploy
    A specification for deploying a virtual machine from ovf/ova template.
    pciDeviceIds List<String>
    A list of PCI passthrough devices
    powerState String
    A computed value for the current power state of the virtual machine. One of on, off, or suspended.
    poweronTimeout Integer
    The amount of time, in seconds, that we will be trying to power on a VM
    rebootRequired Boolean
    replaceTrigger String
    Triggers replacement of resource whenever it changes.
    resourcePoolId String
    The ID of a resource pool to put the virtual machine in.
    runToolsScriptsAfterPowerOn Boolean
    Enable the run of scripts after virtual machine power-on when VMware Tools is installed.
    runToolsScriptsAfterResume Boolean
    Enable the run of scripts after virtual machine resume when when VMware Tools is installed.
    runToolsScriptsBeforeGuestReboot Boolean
    Enable the run of scripts before guest operating system reboot when VMware Tools is installed.
    runToolsScriptsBeforeGuestShutdown Boolean
    Enable the run of scripts before guest operating system shutdown when VMware Tools is installed.
    runToolsScriptsBeforeGuestStandby Boolean
    Enable the run of scripts before guest operating system standby when VMware Tools is installed.
    sataControllerCount Integer
    scsiBusSharing String
    Mode for sharing the SCSI bus. The modes are physicalSharing, virtualSharing, and noSharing.
    scsiControllerCount Integer
    scsiType String
    The type of SCSI bus this virtual machine will have. Can be one of lsilogic, lsilogic-sas or pvscsi.
    shutdownWaitTimeout Integer
    The amount of time, in minutes, to wait for shutdown when making necessary updates to the virtual machine.
    storagePolicyId String
    The ID of the storage policy to assign to the virtual machine home directory.
    swapPlacementPolicy String
    The swap file placement policy for this virtual machine. Can be one of inherit, hostLocal, or vmDirectory.
    syncTimeWithHost Boolean
    Enable guest clock synchronization with the host. On vSphere 7.0 U1 and above, with only this setting the clock is synchronized on startup and resume. Requires VMware Tools to be installed.
    syncTimeWithHostPeriodically Boolean
    Enable periodic clock synchronization with the host. Supported only on vSphere 7.0 U1 and above. On prior versions setting sync_time_with_host is enough for periodic synchronization. Requires VMware Tools to be installed.
    tags List<String>
    A list of tag IDs to apply to this object.
    toolsUpgradePolicy String
    Set the upgrade policy for VMware Tools. Can be one of manual or upgradeAtPowerCycle.
    uuid String
    The UUID of the virtual machine. Also exposed as the id of the resource.
    vapp VirtualMachineVapp
    vApp configuration data for this virtual machine. Can be used to provide configuration data for OVF images.
    vappTransports List<String>
    Computed value which is only valid for cloned virtual machines. A list of vApp transport methods supported by the source virtual machine or template.
    vbsEnabled Boolean
    Flag to specify if Virtualization-based security is enabled for this virtual machine.
    vmwareToolsStatus String
    The state of VMware Tools in the guest. This will determine the proper course of action for some device operations.
    vmxPath String
    The path of the virtual machine configuration file on the datastore in which the virtual machine is placed.
    vvtdEnabled Boolean
    Flag to specify if I/O MMU virtualization, also called Intel Virtualization Technology for Directed I/O (VT-d) and AMD I/O Virtualization (AMD-Vi or IOMMU), is enabled.
    waitForGuestIpTimeout Integer
    The amount of time, in minutes, to wait for an available IP address on this virtual machine. A value less than 1 disables the waiter.
    waitForGuestNetRoutable Boolean
    Controls whether or not the guest network waiter waits for a routable address. When false, the waiter does not wait for a default gateway, nor are IP addresses checked against any discovered default gateways as part of its success criteria.
    waitForGuestNetTimeout Integer
    The amount of time, in minutes, to wait for an available IP address on this virtual machine. A value less than 1 disables the waiter.
    alternateGuestName string
    The guest name for the operating system when guest_id is otherGuest or otherGuest64.
    annotation string
    User-provided description of the virtual machine.
    bootDelay number
    The number of milliseconds to wait before starting the boot sequence.
    bootRetryDelay number
    The number of milliseconds to wait before retrying the boot sequence. This only valid if boot_retry_enabled is true.
    bootRetryEnabled boolean
    If set to true, a virtual machine that fails to boot will try again after the delay defined in boot_retry_delay.
    cdroms VirtualMachineCdrom[]
    A specification for a CDROM device on this virtual machine.
    changeVersion string
    A unique identifier for a given version of the last configuration was applied.
    clone VirtualMachineClone
    A specification for cloning a virtual machine from template.
    cpuHotAddEnabled boolean
    Allow CPUs to be added to this virtual machine while it is running.
    cpuHotRemoveEnabled boolean
    Allow CPUs to be added to this virtual machine while it is running.
    cpuLimit number
    The maximum amount of memory (in MB) or CPU (in MHz) that this virtual machine can consume, regardless of available resources.
    cpuPerformanceCountersEnabled boolean
    Enable CPU performance counters on this virtual machine.
    cpuReservation number
    The amount of memory (in MB) or CPU (in MHz) that this virtual machine is guaranteed.
    cpuShareCount number
    The amount of shares to allocate to cpu for a custom share level.
    cpuShareLevel string
    The allocation level for cpu resources. Can be one of high, low, normal, or custom.
    customAttributes {[key: string]: string}
    A list of custom attributes to set on this resource.
    datacenterId string
    The ID of the datacenter where the VM is to be created.
    datastoreClusterId string
    The ID of a datastore cluster to put the virtual machine in.
    datastoreId string
    The ID of the virtual machine's datastore. The virtual machine configuration is placed here, along with any virtual disks that are created without datastores.
    defaultIpAddress string
    The IP address selected by the provider to be used with any provisioners configured on this resource. When possible, this is the first IPv4 address that is reachable through the default gateway configured on the machine, then the first reachable IPv6 address, and then the first general discovered address if neither exists. If VMware Tools is not running on the virtual machine, or if the virtual machine is powered off, this value will be blank.
    disks VirtualMachineDisk[]
    A specification for a virtual disk device on this virtual machine.
    efiSecureBootEnabled boolean
    When the boot type set in firmware is efi, this enables EFI secure boot.
    enableDiskUuid boolean
    Expose the UUIDs of attached virtual disks to the virtual machine, allowing access to them in the guest.
    enableLogging boolean
    Enable logging on this virtual machine.
    eptRviMode string
    The EPT/RVI (hardware memory virtualization) setting for this virtual machine. Can be one of automatic, on, or off.
    extraConfig {[key: string]: string}
    Extra configuration data for this virtual machine. Can be used to supply advanced parameters not normally in configuration, such as instance metadata, or configuration data for OVF images.
    extraConfigRebootRequired boolean
    Allow the virtual machine to be rebooted when a change to extra_config occurs.
    firmware string
    The firmware interface to use on the virtual machine. Can be one of bios or efi.
    folder string
    The name of the folder to locate the virtual machine in.
    forcePowerOff boolean
    Set to true to force power-off a virtual machine if a graceful guest shutdown failed for a necessary operation.
    guestId string
    The guest ID for the operating system.
    guestIpAddresses string[]
    The current list of IP addresses on this machine, including the value of default_ip_address. If VMware Tools is not running on the virtual machine, or if the virtul machine is powered off, this list will be empty.
    hardwareVersion number
    The hardware version for the virtual machine.
    hostSystemId string
    The ID of an optional host system to pin the virtual machine to.
    hvMode string
    The (non-nested) hardware virtualization setting for this virtual machine. Can be one of hvAuto, hvOn, or hvOff.
    ideControllerCount number
    ignoredGuestIps string[]
    List of IP addresses and CIDR networks to ignore while waiting for an IP
    imported boolean
    Indicates if the virtual machine resource has been imported, or if the state has been migrated from a previous version of the resource. It influences the behavior of the first post-import apply operation. See the section on importing below.
    latencySensitivity string
    Controls the scheduling delay of the virtual machine. Use a higher sensitivity for applications that require lower latency, such as VOIP, media player applications, or applications that require frequent access to mouse or keyboard devices. Can be one of low, normal, medium, or high.
    memory number
    The size of the virtual machine's memory, in MB.
    memoryHotAddEnabled boolean
    Allow memory to be added to this virtual machine while it is running.
    memoryLimit number
    The maximum amount of memory (in MB) or CPU (in MHz) that this virtual machine can consume, regardless of available resources.
    memoryReservation number
    The amount of memory (in MB) or CPU (in MHz) that this virtual machine is guaranteed.
    memoryReservationLockedToMax boolean
    If set true, memory resource reservation for this virtual machine will always be equal to the virtual machine's memory size;increases in memory size will be rejected when a corresponding reservation increase is not possible. This feature may only be enabled if it is currently possible to reserve all of the virtual machine's memory.
    memoryShareCount number
    The amount of shares to allocate to memory for a custom share level.
    memoryShareLevel string
    The allocation level for memory resources. Can be one of high, low, normal, or custom.
    migrateWaitTimeout number
    The amount of time, in minutes, to wait for a vMotion operation to complete before failing.
    moid string
    The managed object reference ID of the created virtual machine.
    name string
    The name of this virtual machine.
    nestedHvEnabled boolean
    Enable nested hardware virtualization on this virtual machine, facilitating nested virtualization in the guest.
    networkInterfaces VirtualMachineNetworkInterface[]
    A specification for a virtual NIC on this virtual machine.
    numCoresPerSocket number
    The number of cores to distribute amongst the CPUs in this virtual machine. If specified, the value supplied to num_cpus must be evenly divisible by this value.
    numCpus number
    The number of virtual processors to assign to this virtual machine.
    ovfDeploy VirtualMachineOvfDeploy
    A specification for deploying a virtual machine from ovf/ova template.
    pciDeviceIds string[]
    A list of PCI passthrough devices
    powerState string
    A computed value for the current power state of the virtual machine. One of on, off, or suspended.
    poweronTimeout number
    The amount of time, in seconds, that we will be trying to power on a VM
    rebootRequired boolean
    replaceTrigger string
    Triggers replacement of resource whenever it changes.
    resourcePoolId string
    The ID of a resource pool to put the virtual machine in.
    runToolsScriptsAfterPowerOn boolean
    Enable the run of scripts after virtual machine power-on when VMware Tools is installed.
    runToolsScriptsAfterResume boolean
    Enable the run of scripts after virtual machine resume when when VMware Tools is installed.
    runToolsScriptsBeforeGuestReboot boolean
    Enable the run of scripts before guest operating system reboot when VMware Tools is installed.
    runToolsScriptsBeforeGuestShutdown boolean
    Enable the run of scripts before guest operating system shutdown when VMware Tools is installed.
    runToolsScriptsBeforeGuestStandby boolean
    Enable the run of scripts before guest operating system standby when VMware Tools is installed.
    sataControllerCount number
    scsiBusSharing string
    Mode for sharing the SCSI bus. The modes are physicalSharing, virtualSharing, and noSharing.
    scsiControllerCount number
    scsiType string
    The type of SCSI bus this virtual machine will have. Can be one of lsilogic, lsilogic-sas or pvscsi.
    shutdownWaitTimeout number
    The amount of time, in minutes, to wait for shutdown when making necessary updates to the virtual machine.
    storagePolicyId string
    The ID of the storage policy to assign to the virtual machine home directory.
    swapPlacementPolicy string
    The swap file placement policy for this virtual machine. Can be one of inherit, hostLocal, or vmDirectory.
    syncTimeWithHost boolean
    Enable guest clock synchronization with the host. On vSphere 7.0 U1 and above, with only this setting the clock is synchronized on startup and resume. Requires VMware Tools to be installed.
    syncTimeWithHostPeriodically boolean
    Enable periodic clock synchronization with the host. Supported only on vSphere 7.0 U1 and above. On prior versions setting sync_time_with_host is enough for periodic synchronization. Requires VMware Tools to be installed.
    tags string[]
    A list of tag IDs to apply to this object.
    toolsUpgradePolicy string
    Set the upgrade policy for VMware Tools. Can be one of manual or upgradeAtPowerCycle.
    uuid string
    The UUID of the virtual machine. Also exposed as the id of the resource.
    vapp VirtualMachineVapp
    vApp configuration data for this virtual machine. Can be used to provide configuration data for OVF images.
    vappTransports string[]
    Computed value which is only valid for cloned virtual machines. A list of vApp transport methods supported by the source virtual machine or template.
    vbsEnabled boolean
    Flag to specify if Virtualization-based security is enabled for this virtual machine.
    vmwareToolsStatus string
    The state of VMware Tools in the guest. This will determine the proper course of action for some device operations.
    vmxPath string
    The path of the virtual machine configuration file on the datastore in which the virtual machine is placed.
    vvtdEnabled boolean
    Flag to specify if I/O MMU virtualization, also called Intel Virtualization Technology for Directed I/O (VT-d) and AMD I/O Virtualization (AMD-Vi or IOMMU), is enabled.
    waitForGuestIpTimeout number
    The amount of time, in minutes, to wait for an available IP address on this virtual machine. A value less than 1 disables the waiter.
    waitForGuestNetRoutable boolean
    Controls whether or not the guest network waiter waits for a routable address. When false, the waiter does not wait for a default gateway, nor are IP addresses checked against any discovered default gateways as part of its success criteria.
    waitForGuestNetTimeout number
    The amount of time, in minutes, to wait for an available IP address on this virtual machine. A value less than 1 disables the waiter.
    alternate_guest_name str
    The guest name for the operating system when guest_id is otherGuest or otherGuest64.
    annotation str
    User-provided description of the virtual machine.
    boot_delay int
    The number of milliseconds to wait before starting the boot sequence.
    boot_retry_delay int
    The number of milliseconds to wait before retrying the boot sequence. This only valid if boot_retry_enabled is true.
    boot_retry_enabled bool
    If set to true, a virtual machine that fails to boot will try again after the delay defined in boot_retry_delay.
    cdroms Sequence[VirtualMachineCdromArgs]
    A specification for a CDROM device on this virtual machine.
    change_version str
    A unique identifier for a given version of the last configuration was applied.
    clone VirtualMachineCloneArgs
    A specification for cloning a virtual machine from template.
    cpu_hot_add_enabled bool
    Allow CPUs to be added to this virtual machine while it is running.
    cpu_hot_remove_enabled bool
    Allow CPUs to be added to this virtual machine while it is running.
    cpu_limit int
    The maximum amount of memory (in MB) or CPU (in MHz) that this virtual machine can consume, regardless of available resources.
    cpu_performance_counters_enabled bool
    Enable CPU performance counters on this virtual machine.
    cpu_reservation int
    The amount of memory (in MB) or CPU (in MHz) that this virtual machine is guaranteed.
    cpu_share_count int
    The amount of shares to allocate to cpu for a custom share level.
    cpu_share_level str
    The allocation level for cpu resources. Can be one of high, low, normal, or custom.
    custom_attributes Mapping[str, str]
    A list of custom attributes to set on this resource.
    datacenter_id str
    The ID of the datacenter where the VM is to be created.
    datastore_cluster_id str
    The ID of a datastore cluster to put the virtual machine in.
    datastore_id str
    The ID of the virtual machine's datastore. The virtual machine configuration is placed here, along with any virtual disks that are created without datastores.
    default_ip_address str
    The IP address selected by the provider to be used with any provisioners configured on this resource. When possible, this is the first IPv4 address that is reachable through the default gateway configured on the machine, then the first reachable IPv6 address, and then the first general discovered address if neither exists. If VMware Tools is not running on the virtual machine, or if the virtual machine is powered off, this value will be blank.
    disks Sequence[VirtualMachineDiskArgs]
    A specification for a virtual disk device on this virtual machine.
    efi_secure_boot_enabled bool
    When the boot type set in firmware is efi, this enables EFI secure boot.
    enable_disk_uuid bool
    Expose the UUIDs of attached virtual disks to the virtual machine, allowing access to them in the guest.
    enable_logging bool
    Enable logging on this virtual machine.
    ept_rvi_mode str
    The EPT/RVI (hardware memory virtualization) setting for this virtual machine. Can be one of automatic, on, or off.
    extra_config Mapping[str, str]
    Extra configuration data for this virtual machine. Can be used to supply advanced parameters not normally in configuration, such as instance metadata, or configuration data for OVF images.
    extra_config_reboot_required bool
    Allow the virtual machine to be rebooted when a change to extra_config occurs.
    firmware str
    The firmware interface to use on the virtual machine. Can be one of bios or efi.
    folder str
    The name of the folder to locate the virtual machine in.
    force_power_off bool
    Set to true to force power-off a virtual machine if a graceful guest shutdown failed for a necessary operation.
    guest_id str
    The guest ID for the operating system.
    guest_ip_addresses Sequence[str]
    The current list of IP addresses on this machine, including the value of default_ip_address. If VMware Tools is not running on the virtual machine, or if the virtul machine is powered off, this list will be empty.
    hardware_version int
    The hardware version for the virtual machine.
    host_system_id str
    The ID of an optional host system to pin the virtual machine to.
    hv_mode str
    The (non-nested) hardware virtualization setting for this virtual machine. Can be one of hvAuto, hvOn, or hvOff.
    ide_controller_count int
    ignored_guest_ips Sequence[str]
    List of IP addresses and CIDR networks to ignore while waiting for an IP
    imported bool
    Indicates if the virtual machine resource has been imported, or if the state has been migrated from a previous version of the resource. It influences the behavior of the first post-import apply operation. See the section on importing below.
    latency_sensitivity str
    Controls the scheduling delay of the virtual machine. Use a higher sensitivity for applications that require lower latency, such as VOIP, media player applications, or applications that require frequent access to mouse or keyboard devices. Can be one of low, normal, medium, or high.
    memory int
    The size of the virtual machine's memory, in MB.
    memory_hot_add_enabled bool
    Allow memory to be added to this virtual machine while it is running.
    memory_limit int
    The maximum amount of memory (in MB) or CPU (in MHz) that this virtual machine can consume, regardless of available resources.
    memory_reservation int
    The amount of memory (in MB) or CPU (in MHz) that this virtual machine is guaranteed.
    memory_reservation_locked_to_max bool
    If set true, memory resource reservation for this virtual machine will always be equal to the virtual machine's memory size;increases in memory size will be rejected when a corresponding reservation increase is not possible. This feature may only be enabled if it is currently possible to reserve all of the virtual machine's memory.
    memory_share_count int
    The amount of shares to allocate to memory for a custom share level.
    memory_share_level str
    The allocation level for memory resources. Can be one of high, low, normal, or custom.
    migrate_wait_timeout int
    The amount of time, in minutes, to wait for a vMotion operation to complete before failing.
    moid str
    The managed object reference ID of the created virtual machine.
    name str
    The name of this virtual machine.
    nested_hv_enabled bool
    Enable nested hardware virtualization on this virtual machine, facilitating nested virtualization in the guest.
    network_interfaces Sequence[VirtualMachineNetworkInterfaceArgs]
    A specification for a virtual NIC on this virtual machine.
    num_cores_per_socket int
    The number of cores to distribute amongst the CPUs in this virtual machine. If specified, the value supplied to num_cpus must be evenly divisible by this value.
    num_cpus int
    The number of virtual processors to assign to this virtual machine.
    ovf_deploy VirtualMachineOvfDeployArgs
    A specification for deploying a virtual machine from ovf/ova template.
    pci_device_ids Sequence[str]
    A list of PCI passthrough devices
    power_state str
    A computed value for the current power state of the virtual machine. One of on, off, or suspended.
    poweron_timeout int
    The amount of time, in seconds, that we will be trying to power on a VM
    reboot_required bool
    replace_trigger str
    Triggers replacement of resource whenever it changes.
    resource_pool_id str
    The ID of a resource pool to put the virtual machine in.
    run_tools_scripts_after_power_on bool
    Enable the run of scripts after virtual machine power-on when VMware Tools is installed.
    run_tools_scripts_after_resume bool
    Enable the run of scripts after virtual machine resume when when VMware Tools is installed.
    run_tools_scripts_before_guest_reboot bool
    Enable the run of scripts before guest operating system reboot when VMware Tools is installed.
    run_tools_scripts_before_guest_shutdown bool
    Enable the run of scripts before guest operating system shutdown when VMware Tools is installed.
    run_tools_scripts_before_guest_standby bool
    Enable the run of scripts before guest operating system standby when VMware Tools is installed.
    sata_controller_count int
    scsi_bus_sharing str
    Mode for sharing the SCSI bus. The modes are physicalSharing, virtualSharing, and noSharing.
    scsi_controller_count int
    scsi_type str
    The type of SCSI bus this virtual machine will have. Can be one of lsilogic, lsilogic-sas or pvscsi.
    shutdown_wait_timeout int
    The amount of time, in minutes, to wait for shutdown when making necessary updates to the virtual machine.
    storage_policy_id str
    The ID of the storage policy to assign to the virtual machine home directory.
    swap_placement_policy str
    The swap file placement policy for this virtual machine. Can be one of inherit, hostLocal, or vmDirectory.
    sync_time_with_host bool
    Enable guest clock synchronization with the host. On vSphere 7.0 U1 and above, with only this setting the clock is synchronized on startup and resume. Requires VMware Tools to be installed.
    sync_time_with_host_periodically bool
    Enable periodic clock synchronization with the host. Supported only on vSphere 7.0 U1 and above. On prior versions setting sync_time_with_host is enough for periodic synchronization. Requires VMware Tools to be installed.
    tags Sequence[str]
    A list of tag IDs to apply to this object.
    tools_upgrade_policy str
    Set the upgrade policy for VMware Tools. Can be one of manual or upgradeAtPowerCycle.
    uuid str
    The UUID of the virtual machine. Also exposed as the id of the resource.
    vapp VirtualMachineVappArgs
    vApp configuration data for this virtual machine. Can be used to provide configuration data for OVF images.
    vapp_transports Sequence[str]
    Computed value which is only valid for cloned virtual machines. A list of vApp transport methods supported by the source virtual machine or template.
    vbs_enabled bool
    Flag to specify if Virtualization-based security is enabled for this virtual machine.
    vmware_tools_status str
    The state of VMware Tools in the guest. This will determine the proper course of action for some device operations.
    vmx_path str
    The path of the virtual machine configuration file on the datastore in which the virtual machine is placed.
    vvtd_enabled bool
    Flag to specify if I/O MMU virtualization, also called Intel Virtualization Technology for Directed I/O (VT-d) and AMD I/O Virtualization (AMD-Vi or IOMMU), is enabled.
    wait_for_guest_ip_timeout int
    The amount of time, in minutes, to wait for an available IP address on this virtual machine. A value less than 1 disables the waiter.
    wait_for_guest_net_routable bool
    Controls whether or not the guest network waiter waits for a routable address. When false, the waiter does not wait for a default gateway, nor are IP addresses checked against any discovered default gateways as part of its success criteria.
    wait_for_guest_net_timeout int
    The amount of time, in minutes, to wait for an available IP address on this virtual machine. A value less than 1 disables the waiter.
    alternateGuestName String
    The guest name for the operating system when guest_id is otherGuest or otherGuest64.
    annotation String
    User-provided description of the virtual machine.
    bootDelay Number
    The number of milliseconds to wait before starting the boot sequence.
    bootRetryDelay Number
    The number of milliseconds to wait before retrying the boot sequence. This only valid if boot_retry_enabled is true.
    bootRetryEnabled Boolean
    If set to true, a virtual machine that fails to boot will try again after the delay defined in boot_retry_delay.
    cdroms List<Property Map>
    A specification for a CDROM device on this virtual machine.
    changeVersion String
    A unique identifier for a given version of the last configuration was applied.
    clone Property Map
    A specification for cloning a virtual machine from template.
    cpuHotAddEnabled Boolean
    Allow CPUs to be added to this virtual machine while it is running.
    cpuHotRemoveEnabled Boolean
    Allow CPUs to be added to this virtual machine while it is running.
    cpuLimit Number
    The maximum amount of memory (in MB) or CPU (in MHz) that this virtual machine can consume, regardless of available resources.
    cpuPerformanceCountersEnabled Boolean
    Enable CPU performance counters on this virtual machine.
    cpuReservation Number
    The amount of memory (in MB) or CPU (in MHz) that this virtual machine is guaranteed.
    cpuShareCount Number
    The amount of shares to allocate to cpu for a custom share level.
    cpuShareLevel String
    The allocation level for cpu resources. Can be one of high, low, normal, or custom.
    customAttributes Map<String>
    A list of custom attributes to set on this resource.
    datacenterId String
    The ID of the datacenter where the VM is to be created.
    datastoreClusterId String
    The ID of a datastore cluster to put the virtual machine in.
    datastoreId String
    The ID of the virtual machine's datastore. The virtual machine configuration is placed here, along with any virtual disks that are created without datastores.
    defaultIpAddress String
    The IP address selected by the provider to be used with any provisioners configured on this resource. When possible, this is the first IPv4 address that is reachable through the default gateway configured on the machine, then the first reachable IPv6 address, and then the first general discovered address if neither exists. If VMware Tools is not running on the virtual machine, or if the virtual machine is powered off, this value will be blank.
    disks List<Property Map>
    A specification for a virtual disk device on this virtual machine.
    efiSecureBootEnabled Boolean
    When the boot type set in firmware is efi, this enables EFI secure boot.
    enableDiskUuid Boolean
    Expose the UUIDs of attached virtual disks to the virtual machine, allowing access to them in the guest.
    enableLogging Boolean
    Enable logging on this virtual machine.
    eptRviMode String
    The EPT/RVI (hardware memory virtualization) setting for this virtual machine. Can be one of automatic, on, or off.
    extraConfig Map<String>
    Extra configuration data for this virtual machine. Can be used to supply advanced parameters not normally in configuration, such as instance metadata, or configuration data for OVF images.
    extraConfigRebootRequired Boolean
    Allow the virtual machine to be rebooted when a change to extra_config occurs.
    firmware String
    The firmware interface to use on the virtual machine. Can be one of bios or efi.
    folder String
    The name of the folder to locate the virtual machine in.
    forcePowerOff Boolean
    Set to true to force power-off a virtual machine if a graceful guest shutdown failed for a necessary operation.
    guestId String
    The guest ID for the operating system.
    guestIpAddresses List<String>
    The current list of IP addresses on this machine, including the value of default_ip_address. If VMware Tools is not running on the virtual machine, or if the virtul machine is powered off, this list will be empty.
    hardwareVersion Number
    The hardware version for the virtual machine.
    hostSystemId String
    The ID of an optional host system to pin the virtual machine to.
    hvMode String
    The (non-nested) hardware virtualization setting for this virtual machine. Can be one of hvAuto, hvOn, or hvOff.
    ideControllerCount Number
    ignoredGuestIps List<String>
    List of IP addresses and CIDR networks to ignore while waiting for an IP
    imported Boolean
    Indicates if the virtual machine resource has been imported, or if the state has been migrated from a previous version of the resource. It influences the behavior of the first post-import apply operation. See the section on importing below.
    latencySensitivity String
    Controls the scheduling delay of the virtual machine. Use a higher sensitivity for applications that require lower latency, such as VOIP, media player applications, or applications that require frequent access to mouse or keyboard devices. Can be one of low, normal, medium, or high.
    memory Number
    The size of the virtual machine's memory, in MB.
    memoryHotAddEnabled Boolean
    Allow memory to be added to this virtual machine while it is running.
    memoryLimit Number
    The maximum amount of memory (in MB) or CPU (in MHz) that this virtual machine can consume, regardless of available resources.
    memoryReservation Number
    The amount of memory (in MB) or CPU (in MHz) that this virtual machine is guaranteed.
    memoryReservationLockedToMax Boolean
    If set true, memory resource reservation for this virtual machine will always be equal to the virtual machine's memory size;increases in memory size will be rejected when a corresponding reservation increase is not possible. This feature may only be enabled if it is currently possible to reserve all of the virtual machine's memory.
    memoryShareCount Number
    The amount of shares to allocate to memory for a custom share level.
    memoryShareLevel String
    The allocation level for memory resources. Can be one of high, low, normal, or custom.
    migrateWaitTimeout Number
    The amount of time, in minutes, to wait for a vMotion operation to complete before failing.
    moid String
    The managed object reference ID of the created virtual machine.
    name String
    The name of this virtual machine.
    nestedHvEnabled Boolean
    Enable nested hardware virtualization on this virtual machine, facilitating nested virtualization in the guest.
    networkInterfaces List<Property Map>
    A specification for a virtual NIC on this virtual machine.
    numCoresPerSocket Number
    The number of cores to distribute amongst the CPUs in this virtual machine. If specified, the value supplied to num_cpus must be evenly divisible by this value.
    numCpus Number
    The number of virtual processors to assign to this virtual machine.
    ovfDeploy Property Map
    A specification for deploying a virtual machine from ovf/ova template.
    pciDeviceIds List<String>
    A list of PCI passthrough devices
    powerState String
    A computed value for the current power state of the virtual machine. One of on, off, or suspended.
    poweronTimeout Number
    The amount of time, in seconds, that we will be trying to power on a VM
    rebootRequired Boolean
    replaceTrigger String
    Triggers replacement of resource whenever it changes.
    resourcePoolId String
    The ID of a resource pool to put the virtual machine in.
    runToolsScriptsAfterPowerOn Boolean
    Enable the run of scripts after virtual machine power-on when VMware Tools is installed.
    runToolsScriptsAfterResume Boolean
    Enable the run of scripts after virtual machine resume when when VMware Tools is installed.
    runToolsScriptsBeforeGuestReboot Boolean
    Enable the run of scripts before guest operating system reboot when VMware Tools is installed.
    runToolsScriptsBeforeGuestShutdown Boolean
    Enable the run of scripts before guest operating system shutdown when VMware Tools is installed.
    runToolsScriptsBeforeGuestStandby Boolean
    Enable the run of scripts before guest operating system standby when VMware Tools is installed.
    sataControllerCount Number
    scsiBusSharing String
    Mode for sharing the SCSI bus. The modes are physicalSharing, virtualSharing, and noSharing.
    scsiControllerCount Number
    scsiType String
    The type of SCSI bus this virtual machine will have. Can be one of lsilogic, lsilogic-sas or pvscsi.
    shutdownWaitTimeout Number
    The amount of time, in minutes, to wait for shutdown when making necessary updates to the virtual machine.
    storagePolicyId String
    The ID of the storage policy to assign to the virtual machine home directory.
    swapPlacementPolicy String
    The swap file placement policy for this virtual machine. Can be one of inherit, hostLocal, or vmDirectory.
    syncTimeWithHost Boolean
    Enable guest clock synchronization with the host. On vSphere 7.0 U1 and above, with only this setting the clock is synchronized on startup and resume. Requires VMware Tools to be installed.
    syncTimeWithHostPeriodically Boolean
    Enable periodic clock synchronization with the host. Supported only on vSphere 7.0 U1 and above. On prior versions setting sync_time_with_host is enough for periodic synchronization. Requires VMware Tools to be installed.
    tags List<String>
    A list of tag IDs to apply to this object.
    toolsUpgradePolicy String
    Set the upgrade policy for VMware Tools. Can be one of manual or upgradeAtPowerCycle.
    uuid String
    The UUID of the virtual machine. Also exposed as the id of the resource.
    vapp Property Map
    vApp configuration data for this virtual machine. Can be used to provide configuration data for OVF images.
    vappTransports List<String>
    Computed value which is only valid for cloned virtual machines. A list of vApp transport methods supported by the source virtual machine or template.
    vbsEnabled Boolean
    Flag to specify if Virtualization-based security is enabled for this virtual machine.
    vmwareToolsStatus String
    The state of VMware Tools in the guest. This will determine the proper course of action for some device operations.
    vmxPath String
    The path of the virtual machine configuration file on the datastore in which the virtual machine is placed.
    vvtdEnabled Boolean
    Flag to specify if I/O MMU virtualization, also called Intel Virtualization Technology for Directed I/O (VT-d) and AMD I/O Virtualization (AMD-Vi or IOMMU), is enabled.
    waitForGuestIpTimeout Number
    The amount of time, in minutes, to wait for an available IP address on this virtual machine. A value less than 1 disables the waiter.
    waitForGuestNetRoutable Boolean
    Controls whether or not the guest network waiter waits for a routable address. When false, the waiter does not wait for a default gateway, nor are IP addresses checked against any discovered default gateways as part of its success criteria.
    waitForGuestNetTimeout Number
    The amount of time, in minutes, to wait for an available IP address on this virtual machine. A value less than 1 disables the waiter.

    Supporting Types

    VirtualMachineCdrom, VirtualMachineCdromArgs

    ClientDevice bool
    Indicates whether the device should be mapped to a remote client device
    DatastoreId string
    The datastore ID the ISO is located on.
    DeviceAddress string
    The internally-computed address of this device, such as scsi:0:1, denoting scsi bus #0 and device unit 1.
    Key int
    The ID of the device within the virtual machine.
    Path string
    The path to the ISO file on the datastore.
    ClientDevice bool
    Indicates whether the device should be mapped to a remote client device
    DatastoreId string
    The datastore ID the ISO is located on.
    DeviceAddress string
    The internally-computed address of this device, such as scsi:0:1, denoting scsi bus #0 and device unit 1.
    Key int
    The ID of the device within the virtual machine.
    Path string
    The path to the ISO file on the datastore.
    clientDevice Boolean
    Indicates whether the device should be mapped to a remote client device
    datastoreId String
    The datastore ID the ISO is located on.
    deviceAddress String
    The internally-computed address of this device, such as scsi:0:1, denoting scsi bus #0 and device unit 1.
    key Integer
    The ID of the device within the virtual machine.
    path String
    The path to the ISO file on the datastore.
    clientDevice boolean
    Indicates whether the device should be mapped to a remote client device
    datastoreId string
    The datastore ID the ISO is located on.
    deviceAddress string
    The internally-computed address of this device, such as scsi:0:1, denoting scsi bus #0 and device unit 1.
    key number
    The ID of the device within the virtual machine.
    path string
    The path to the ISO file on the datastore.
    client_device bool
    Indicates whether the device should be mapped to a remote client device
    datastore_id str
    The datastore ID the ISO is located on.
    device_address str
    The internally-computed address of this device, such as scsi:0:1, denoting scsi bus #0 and device unit 1.
    key int
    The ID of the device within the virtual machine.
    path str
    The path to the ISO file on the datastore.
    clientDevice Boolean
    Indicates whether the device should be mapped to a remote client device
    datastoreId String
    The datastore ID the ISO is located on.
    deviceAddress String
    The internally-computed address of this device, such as scsi:0:1, denoting scsi bus #0 and device unit 1.
    key Number
    The ID of the device within the virtual machine.
    path String
    The path to the ISO file on the datastore.

    VirtualMachineClone, VirtualMachineCloneArgs

    TemplateUuid string
    The UUID of the source virtual machine or template.
    CustomizationSpec Pulumi.VSphere.Inputs.VirtualMachineCloneCustomizationSpec
    The customization specification for the virtual machine post-clone.
    Customize Pulumi.VSphere.Inputs.VirtualMachineCloneCustomize
    The customization specification for the virtual machine post-clone.
    LinkedClone bool
    Whether or not to create a linked clone when cloning. When this option is used, the source VM must have a single snapshot associated with it.
    OvfNetworkMap Dictionary<string, string>
    Mapping of ovf networks to the networks to use in vSphere.
    OvfStorageMap Dictionary<string, string>
    Mapping of ovf storage to the datastores to use in vSphere.
    Timeout int
    The timeout, in minutes, to wait for the virtual machine clone to complete.
    TemplateUuid string
    The UUID of the source virtual machine or template.
    CustomizationSpec VirtualMachineCloneCustomizationSpec
    The customization specification for the virtual machine post-clone.
    Customize VirtualMachineCloneCustomize
    The customization specification for the virtual machine post-clone.
    LinkedClone bool
    Whether or not to create a linked clone when cloning. When this option is used, the source VM must have a single snapshot associated with it.
    OvfNetworkMap map[string]string
    Mapping of ovf networks to the networks to use in vSphere.
    OvfStorageMap map[string]string
    Mapping of ovf storage to the datastores to use in vSphere.
    Timeout int
    The timeout, in minutes, to wait for the virtual machine clone to complete.
    templateUuid String
    The UUID of the source virtual machine or template.
    customizationSpec VirtualMachineCloneCustomizationSpec
    The customization specification for the virtual machine post-clone.
    customize VirtualMachineCloneCustomize
    The customization specification for the virtual machine post-clone.
    linkedClone Boolean
    Whether or not to create a linked clone when cloning. When this option is used, the source VM must have a single snapshot associated with it.
    ovfNetworkMap Map<String,String>
    Mapping of ovf networks to the networks to use in vSphere.
    ovfStorageMap Map<String,String>
    Mapping of ovf storage to the datastores to use in vSphere.
    timeout Integer
    The timeout, in minutes, to wait for the virtual machine clone to complete.
    templateUuid string
    The UUID of the source virtual machine or template.
    customizationSpec VirtualMachineCloneCustomizationSpec
    The customization specification for the virtual machine post-clone.
    customize VirtualMachineCloneCustomize
    The customization specification for the virtual machine post-clone.
    linkedClone boolean
    Whether or not to create a linked clone when cloning. When this option is used, the source VM must have a single snapshot associated with it.
    ovfNetworkMap {[key: string]: string}
    Mapping of ovf networks to the networks to use in vSphere.
    ovfStorageMap {[key: string]: string}
    Mapping of ovf storage to the datastores to use in vSphere.
    timeout number
    The timeout, in minutes, to wait for the virtual machine clone to complete.
    template_uuid str
    The UUID of the source virtual machine or template.
    customization_spec VirtualMachineCloneCustomizationSpec
    The customization specification for the virtual machine post-clone.
    customize VirtualMachineCloneCustomize
    The customization specification for the virtual machine post-clone.
    linked_clone bool
    Whether or not to create a linked clone when cloning. When this option is used, the source VM must have a single snapshot associated with it.
    ovf_network_map Mapping[str, str]
    Mapping of ovf networks to the networks to use in vSphere.
    ovf_storage_map Mapping[str, str]
    Mapping of ovf storage to the datastores to use in vSphere.
    timeout int
    The timeout, in minutes, to wait for the virtual machine clone to complete.
    templateUuid String
    The UUID of the source virtual machine or template.
    customizationSpec Property Map
    The customization specification for the virtual machine post-clone.
    customize Property Map
    The customization specification for the virtual machine post-clone.
    linkedClone Boolean
    Whether or not to create a linked clone when cloning. When this option is used, the source VM must have a single snapshot associated with it.
    ovfNetworkMap Map<String>
    Mapping of ovf networks to the networks to use in vSphere.
    ovfStorageMap Map<String>
    Mapping of ovf storage to the datastores to use in vSphere.
    timeout Number
    The timeout, in minutes, to wait for the virtual machine clone to complete.

    VirtualMachineCloneCustomizationSpec, VirtualMachineCloneCustomizationSpecArgs

    Id string
    The UUID of the virtual machine.
    Timeout int
    The amount of time, in minutes, to wait for guest OS customization to complete before returning with an error. Setting this value to 0 or a negative value skips the waiter. Default: 10.
    Id string
    The UUID of the virtual machine.
    Timeout int
    The amount of time, in minutes, to wait for guest OS customization to complete before returning with an error. Setting this value to 0 or a negative value skips the waiter. Default: 10.
    id String
    The UUID of the virtual machine.
    timeout Integer
    The amount of time, in minutes, to wait for guest OS customization to complete before returning with an error. Setting this value to 0 or a negative value skips the waiter. Default: 10.
    id string
    The UUID of the virtual machine.
    timeout number
    The amount of time, in minutes, to wait for guest OS customization to complete before returning with an error. Setting this value to 0 or a negative value skips the waiter. Default: 10.
    id str
    The UUID of the virtual machine.
    timeout int
    The amount of time, in minutes, to wait for guest OS customization to complete before returning with an error. Setting this value to 0 or a negative value skips the waiter. Default: 10.
    id String
    The UUID of the virtual machine.
    timeout Number
    The amount of time, in minutes, to wait for guest OS customization to complete before returning with an error. Setting this value to 0 or a negative value skips the waiter. Default: 10.

    VirtualMachineCloneCustomize, VirtualMachineCloneCustomizeArgs

    DnsServerLists List<string>
    The list of DNS servers for a virtual network adapter with a static IP address.
    DnsSuffixLists List<string>
    A list of DNS search domains to add to the DNS configuration on the virtual machine.
    Ipv4Gateway string
    The IPv4 default gateway when using network_interface customization on the virtual machine. This address must be local to a static IPv4 address configured in an interface sub-resource.
    Ipv6Gateway string
    The IPv6 default gateway when using network_interface customization on the virtual machine. This address must be local to a static IPv4 address configured in an interface sub-resource.
    LinuxOptions Pulumi.VSphere.Inputs.VirtualMachineCloneCustomizeLinuxOptions
    A list of configuration options specific to Linux virtual machines.
    NetworkInterfaces List<Pulumi.VSphere.Inputs.VirtualMachineCloneCustomizeNetworkInterface>
    A specification of network interface configuration options.
    Timeout int
    The amount of time, in minutes, to wait for guest OS customization to complete before returning with an error. Setting this value to 0 or a negative value skips the waiter. Default: 10.
    WindowsOptions Pulumi.VSphere.Inputs.VirtualMachineCloneCustomizeWindowsOptions
    A list of configuration options specific to Windows virtual machines.
    WindowsSysprepText string
    Use this option to specify a windows sysprep file directly.
    DnsServerLists []string
    The list of DNS servers for a virtual network adapter with a static IP address.
    DnsSuffixLists []string
    A list of DNS search domains to add to the DNS configuration on the virtual machine.
    Ipv4Gateway string
    The IPv4 default gateway when using network_interface customization on the virtual machine. This address must be local to a static IPv4 address configured in an interface sub-resource.
    Ipv6Gateway string
    The IPv6 default gateway when using network_interface customization on the virtual machine. This address must be local to a static IPv4 address configured in an interface sub-resource.
    LinuxOptions VirtualMachineCloneCustomizeLinuxOptions
    A list of configuration options specific to Linux virtual machines.
    NetworkInterfaces []VirtualMachineCloneCustomizeNetworkInterface
    A specification of network interface configuration options.
    Timeout int
    The amount of time, in minutes, to wait for guest OS customization to complete before returning with an error. Setting this value to 0 or a negative value skips the waiter. Default: 10.
    WindowsOptions VirtualMachineCloneCustomizeWindowsOptions
    A list of configuration options specific to Windows virtual machines.
    WindowsSysprepText string
    Use this option to specify a windows sysprep file directly.
    dnsServerLists List<String>
    The list of DNS servers for a virtual network adapter with a static IP address.
    dnsSuffixLists List<String>
    A list of DNS search domains to add to the DNS configuration on the virtual machine.
    ipv4Gateway String
    The IPv4 default gateway when using network_interface customization on the virtual machine. This address must be local to a static IPv4 address configured in an interface sub-resource.
    ipv6Gateway String
    The IPv6 default gateway when using network_interface customization on the virtual machine. This address must be local to a static IPv4 address configured in an interface sub-resource.
    linuxOptions VirtualMachineCloneCustomizeLinuxOptions
    A list of configuration options specific to Linux virtual machines.
    networkInterfaces List<VirtualMachineCloneCustomizeNetworkInterface>
    A specification of network interface configuration options.
    timeout Integer
    The amount of time, in minutes, to wait for guest OS customization to complete before returning with an error. Setting this value to 0 or a negative value skips the waiter. Default: 10.
    windowsOptions VirtualMachineCloneCustomizeWindowsOptions
    A list of configuration options specific to Windows virtual machines.
    windowsSysprepText String
    Use this option to specify a windows sysprep file directly.
    dnsServerLists string[]
    The list of DNS servers for a virtual network adapter with a static IP address.
    dnsSuffixLists string[]
    A list of DNS search domains to add to the DNS configuration on the virtual machine.
    ipv4Gateway string
    The IPv4 default gateway when using network_interface customization on the virtual machine. This address must be local to a static IPv4 address configured in an interface sub-resource.
    ipv6Gateway string
    The IPv6 default gateway when using network_interface customization on the virtual machine. This address must be local to a static IPv4 address configured in an interface sub-resource.
    linuxOptions VirtualMachineCloneCustomizeLinuxOptions
    A list of configuration options specific to Linux virtual machines.
    networkInterfaces VirtualMachineCloneCustomizeNetworkInterface[]
    A specification of network interface configuration options.
    timeout number
    The amount of time, in minutes, to wait for guest OS customization to complete before returning with an error. Setting this value to 0 or a negative value skips the waiter. Default: 10.
    windowsOptions VirtualMachineCloneCustomizeWindowsOptions
    A list of configuration options specific to Windows virtual machines.
    windowsSysprepText string
    Use this option to specify a windows sysprep file directly.
    dns_server_lists Sequence[str]
    The list of DNS servers for a virtual network adapter with a static IP address.
    dns_suffix_lists Sequence[str]
    A list of DNS search domains to add to the DNS configuration on the virtual machine.
    ipv4_gateway str
    The IPv4 default gateway when using network_interface customization on the virtual machine. This address must be local to a static IPv4 address configured in an interface sub-resource.
    ipv6_gateway str
    The IPv6 default gateway when using network_interface customization on the virtual machine. This address must be local to a static IPv4 address configured in an interface sub-resource.
    linux_options VirtualMachineCloneCustomizeLinuxOptions
    A list of configuration options specific to Linux virtual machines.
    network_interfaces Sequence[VirtualMachineCloneCustomizeNetworkInterface]
    A specification of network interface configuration options.
    timeout int
    The amount of time, in minutes, to wait for guest OS customization to complete before returning with an error. Setting this value to 0 or a negative value skips the waiter. Default: 10.
    windows_options VirtualMachineCloneCustomizeWindowsOptions
    A list of configuration options specific to Windows virtual machines.
    windows_sysprep_text str
    Use this option to specify a windows sysprep file directly.
    dnsServerLists List<String>
    The list of DNS servers for a virtual network adapter with a static IP address.
    dnsSuffixLists List<String>
    A list of DNS search domains to add to the DNS configuration on the virtual machine.
    ipv4Gateway String
    The IPv4 default gateway when using network_interface customization on the virtual machine. This address must be local to a static IPv4 address configured in an interface sub-resource.
    ipv6Gateway String
    The IPv6 default gateway when using network_interface customization on the virtual machine. This address must be local to a static IPv4 address configured in an interface sub-resource.
    linuxOptions Property Map
    A list of configuration options specific to Linux virtual machines.
    networkInterfaces List<Property Map>
    A specification of network interface configuration options.
    timeout Number
    The amount of time, in minutes, to wait for guest OS customization to complete before returning with an error. Setting this value to 0 or a negative value skips the waiter. Default: 10.
    windowsOptions Property Map
    A list of configuration options specific to Windows virtual machines.
    windowsSysprepText String
    Use this option to specify a windows sysprep file directly.

    VirtualMachineCloneCustomizeLinuxOptions, VirtualMachineCloneCustomizeLinuxOptionsArgs

    Domain string
    The domain name for this virtual machine.
    HostName string
    The hostname for this virtual machine.
    HwClockUtc bool
    Specifies whether or not the hardware clock should be in UTC or not.
    ScriptText string
    The customization script to run before and or after guest customization
    TimeZone string
    Customize the time zone on the VM. This should be a time zone-style entry, like America/Los_Angeles.
    Domain string
    The domain name for this virtual machine.
    HostName string
    The hostname for this virtual machine.
    HwClockUtc bool
    Specifies whether or not the hardware clock should be in UTC or not.
    ScriptText string
    The customization script to run before and or after guest customization
    TimeZone string
    Customize the time zone on the VM. This should be a time zone-style entry, like America/Los_Angeles.
    domain String
    The domain name for this virtual machine.
    hostName String
    The hostname for this virtual machine.
    hwClockUtc Boolean
    Specifies whether or not the hardware clock should be in UTC or not.
    scriptText String
    The customization script to run before and or after guest customization
    timeZone String
    Customize the time zone on the VM. This should be a time zone-style entry, like America/Los_Angeles.
    domain string
    The domain name for this virtual machine.
    hostName string
    The hostname for this virtual machine.
    hwClockUtc boolean
    Specifies whether or not the hardware clock should be in UTC or not.
    scriptText string
    The customization script to run before and or after guest customization
    timeZone string
    Customize the time zone on the VM. This should be a time zone-style entry, like America/Los_Angeles.
    domain str
    The domain name for this virtual machine.
    host_name str
    The hostname for this virtual machine.
    hw_clock_utc bool
    Specifies whether or not the hardware clock should be in UTC or not.
    script_text str
    The customization script to run before and or after guest customization
    time_zone str
    Customize the time zone on the VM. This should be a time zone-style entry, like America/Los_Angeles.
    domain String
    The domain name for this virtual machine.
    hostName String
    The hostname for this virtual machine.
    hwClockUtc Boolean
    Specifies whether or not the hardware clock should be in UTC or not.
    scriptText String
    The customization script to run before and or after guest customization
    timeZone String
    Customize the time zone on the VM. This should be a time zone-style entry, like America/Los_Angeles.

    VirtualMachineCloneCustomizeNetworkInterface, VirtualMachineCloneCustomizeNetworkInterfaceArgs

    DnsDomain string
    A DNS search domain to add to the DNS configuration on the virtual machine.
    DnsServerLists List<string>
    Network-interface specific DNS settings for Windows operating systems. Ignored on Linux.
    Ipv4Address string
    The IPv4 address assigned to this network adapter. If left blank, DHCP is used.
    Ipv4Netmask int
    The IPv4 CIDR netmask for the supplied IP address. Ignored if DHCP is selected.
    Ipv6Address string
    The IPv6 address assigned to this network adapter. If left blank, default auto-configuration is used.
    Ipv6Netmask int
    The IPv6 CIDR netmask for the supplied IP address. Ignored if auto-configuration is selected.
    DnsDomain string
    A DNS search domain to add to the DNS configuration on the virtual machine.
    DnsServerLists []string
    Network-interface specific DNS settings for Windows operating systems. Ignored on Linux.
    Ipv4Address string
    The IPv4 address assigned to this network adapter. If left blank, DHCP is used.
    Ipv4Netmask int
    The IPv4 CIDR netmask for the supplied IP address. Ignored if DHCP is selected.
    Ipv6Address string
    The IPv6 address assigned to this network adapter. If left blank, default auto-configuration is used.
    Ipv6Netmask int
    The IPv6 CIDR netmask for the supplied IP address. Ignored if auto-configuration is selected.
    dnsDomain String
    A DNS search domain to add to the DNS configuration on the virtual machine.
    dnsServerLists List<String>
    Network-interface specific DNS settings for Windows operating systems. Ignored on Linux.
    ipv4Address String
    The IPv4 address assigned to this network adapter. If left blank, DHCP is used.
    ipv4Netmask Integer
    The IPv4 CIDR netmask for the supplied IP address. Ignored if DHCP is selected.
    ipv6Address String
    The IPv6 address assigned to this network adapter. If left blank, default auto-configuration is used.
    ipv6Netmask Integer
    The IPv6 CIDR netmask for the supplied IP address. Ignored if auto-configuration is selected.
    dnsDomain string
    A DNS search domain to add to the DNS configuration on the virtual machine.
    dnsServerLists string[]
    Network-interface specific DNS settings for Windows operating systems. Ignored on Linux.
    ipv4Address string
    The IPv4 address assigned to this network adapter. If left blank, DHCP is used.
    ipv4Netmask number
    The IPv4 CIDR netmask for the supplied IP address. Ignored if DHCP is selected.
    ipv6Address string
    The IPv6 address assigned to this network adapter. If left blank, default auto-configuration is used.
    ipv6Netmask number
    The IPv6 CIDR netmask for the supplied IP address. Ignored if auto-configuration is selected.
    dns_domain str
    A DNS search domain to add to the DNS configuration on the virtual machine.
    dns_server_lists Sequence[str]
    Network-interface specific DNS settings for Windows operating systems. Ignored on Linux.
    ipv4_address str
    The IPv4 address assigned to this network adapter. If left blank, DHCP is used.
    ipv4_netmask int
    The IPv4 CIDR netmask for the supplied IP address. Ignored if DHCP is selected.
    ipv6_address str
    The IPv6 address assigned to this network adapter. If left blank, default auto-configuration is used.
    ipv6_netmask int
    The IPv6 CIDR netmask for the supplied IP address. Ignored if auto-configuration is selected.
    dnsDomain String
    A DNS search domain to add to the DNS configuration on the virtual machine.
    dnsServerLists List<String>
    Network-interface specific DNS settings for Windows operating systems. Ignored on Linux.
    ipv4Address String
    The IPv4 address assigned to this network adapter. If left blank, DHCP is used.
    ipv4Netmask Number
    The IPv4 CIDR netmask for the supplied IP address. Ignored if DHCP is selected.
    ipv6Address String
    The IPv6 address assigned to this network adapter. If left blank, default auto-configuration is used.
    ipv6Netmask Number
    The IPv6 CIDR netmask for the supplied IP address. Ignored if auto-configuration is selected.

    VirtualMachineCloneCustomizeWindowsOptions, VirtualMachineCloneCustomizeWindowsOptionsArgs

    ComputerName string
    The host name for this virtual machine.
    AdminPassword string
    The new administrator password for this virtual machine.
    AutoLogon bool
    Specifies whether or not the VM automatically logs on as Administrator.
    AutoLogonCount int
    Specifies how many times the VM should auto-logon the Administrator account when auto_logon is true.
    DomainAdminPassword string
    The password of the domain administrator used to join this virtual machine to the domain.
    DomainAdminUser string
    The user account of the domain administrator used to join this virtual machine to the domain.
    FullName string
    The full name of the user of this virtual machine.
    JoinDomain string
    The domain that the virtual machine should join.
    OrganizationName string
    The organization name this virtual machine is being installed for.
    ProductKey string
    The product key for this virtual machine.
    RunOnceCommandLists List<string>
    A list of commands to run at first user logon, after guest customization.
    TimeZone int
    The new time zone for the virtual machine. This is a sysprep-dictated timezone code.
    Workgroup string
    The workgroup for this virtual machine if not joining a domain.
    ComputerName string
    The host name for this virtual machine.
    AdminPassword string
    The new administrator password for this virtual machine.
    AutoLogon bool
    Specifies whether or not the VM automatically logs on as Administrator.
    AutoLogonCount int
    Specifies how many times the VM should auto-logon the Administrator account when auto_logon is true.
    DomainAdminPassword string
    The password of the domain administrator used to join this virtual machine to the domain.
    DomainAdminUser string
    The user account of the domain administrator used to join this virtual machine to the domain.
    FullName string
    The full name of the user of this virtual machine.
    JoinDomain string
    The domain that the virtual machine should join.
    OrganizationName string
    The organization name this virtual machine is being installed for.
    ProductKey string
    The product key for this virtual machine.
    RunOnceCommandLists []string
    A list of commands to run at first user logon, after guest customization.
    TimeZone int
    The new time zone for the virtual machine. This is a sysprep-dictated timezone code.
    Workgroup string
    The workgroup for this virtual machine if not joining a domain.
    computerName String
    The host name for this virtual machine.
    adminPassword String
    The new administrator password for this virtual machine.
    autoLogon Boolean
    Specifies whether or not the VM automatically logs on as Administrator.
    autoLogonCount Integer
    Specifies how many times the VM should auto-logon the Administrator account when auto_logon is true.
    domainAdminPassword String
    The password of the domain administrator used to join this virtual machine to the domain.
    domainAdminUser String
    The user account of the domain administrator used to join this virtual machine to the domain.
    fullName String
    The full name of the user of this virtual machine.
    joinDomain String
    The domain that the virtual machine should join.
    organizationName String
    The organization name this virtual machine is being installed for.
    productKey String
    The product key for this virtual machine.
    runOnceCommandLists List<String>
    A list of commands to run at first user logon, after guest customization.
    timeZone Integer
    The new time zone for the virtual machine. This is a sysprep-dictated timezone code.
    workgroup String
    The workgroup for this virtual machine if not joining a domain.
    computerName string
    The host name for this virtual machine.
    adminPassword string
    The new administrator password for this virtual machine.
    autoLogon boolean
    Specifies whether or not the VM automatically logs on as Administrator.
    autoLogonCount number
    Specifies how many times the VM should auto-logon the Administrator account when auto_logon is true.
    domainAdminPassword string
    The password of the domain administrator used to join this virtual machine to the domain.
    domainAdminUser string
    The user account of the domain administrator used to join this virtual machine to the domain.
    fullName string
    The full name of the user of this virtual machine.
    joinDomain string
    The domain that the virtual machine should join.
    organizationName string
    The organization name this virtual machine is being installed for.
    productKey string
    The product key for this virtual machine.
    runOnceCommandLists string[]
    A list of commands to run at first user logon, after guest customization.
    timeZone number
    The new time zone for the virtual machine. This is a sysprep-dictated timezone code.
    workgroup string
    The workgroup for this virtual machine if not joining a domain.
    computer_name str
    The host name for this virtual machine.
    admin_password str
    The new administrator password for this virtual machine.
    auto_logon bool
    Specifies whether or not the VM automatically logs on as Administrator.
    auto_logon_count int
    Specifies how many times the VM should auto-logon the Administrator account when auto_logon is true.
    domain_admin_password str
    The password of the domain administrator used to join this virtual machine to the domain.
    domain_admin_user str
    The user account of the domain administrator used to join this virtual machine to the domain.
    full_name str
    The full name of the user of this virtual machine.
    join_domain str
    The domain that the virtual machine should join.
    organization_name str
    The organization name this virtual machine is being installed for.
    product_key str
    The product key for this virtual machine.
    run_once_command_lists Sequence[str]
    A list of commands to run at first user logon, after guest customization.
    time_zone int
    The new time zone for the virtual machine. This is a sysprep-dictated timezone code.
    workgroup str
    The workgroup for this virtual machine if not joining a domain.
    computerName String
    The host name for this virtual machine.
    adminPassword String
    The new administrator password for this virtual machine.
    autoLogon Boolean
    Specifies whether or not the VM automatically logs on as Administrator.
    autoLogonCount Number
    Specifies how many times the VM should auto-logon the Administrator account when auto_logon is true.
    domainAdminPassword String
    The password of the domain administrator used to join this virtual machine to the domain.
    domainAdminUser String
    The user account of the domain administrator used to join this virtual machine to the domain.
    fullName String
    The full name of the user of this virtual machine.
    joinDomain String
    The domain that the virtual machine should join.
    organizationName String
    The organization name this virtual machine is being installed for.
    productKey String
    The product key for this virtual machine.
    runOnceCommandLists List<String>
    A list of commands to run at first user logon, after guest customization.
    timeZone Number
    The new time zone for the virtual machine. This is a sysprep-dictated timezone code.
    workgroup String
    The workgroup for this virtual machine if not joining a domain.

    VirtualMachineDisk, VirtualMachineDiskArgs

    Label string
    A unique label for this disk.
    Attach bool
    If this is true, the disk is attached instead of created. Implies keep_on_remove.
    ControllerType string
    The type of controller the disk should be connected to. Must be 'scsi', 'sata', or 'ide'.
    DatastoreId string
    The datastore ID for this virtual disk, if different than the virtual machine.
    DeviceAddress string
    The internally-computed address of this device, such as scsi:0:1, denoting scsi bus #0 and device unit 1.
    DiskMode string
    The mode of this this virtual disk for purposes of writes and snapshotting. Can be one of append, independent_nonpersistent, independent_persistent, nonpersistent, persistent, or undoable.
    DiskSharing string
    The sharing mode of this virtual disk. Can be one of sharingMultiWriter or sharingNone.
    EagerlyScrub bool
    The virtual disk file zeroing policy when thin_provision is not true. The default is false, which lazily-zeros the disk, speeding up thick-provisioned disk creation time.
    IoLimit int
    The upper limit of IOPS that this disk can use.
    IoReservation int
    The I/O guarantee that this disk has, in IOPS.
    IoShareCount int
    The share count for this disk when the share level is custom.
    IoShareLevel string
    The share allocation level for this disk. Can be one of low, normal, high, or custom.
    KeepOnRemove bool
    Set to true to keep the underlying VMDK file when removing this virtual disk from configuration.
    Key int
    The ID of the device within the virtual machine.
    Path string
    The full path of the virtual disk. This can only be provided if attach is set to true, otherwise it is a read-only value.
    Size int
    The size of the disk, in GB.
    StoragePolicyId string
    The ID of the storage policy to assign to the virtual disk in VM.
    ThinProvisioned bool
    If true, this disk is thin provisioned, with space for the file being allocated on an as-needed basis.
    UnitNumber int
    The unique device number for this disk. This number determines where on the SCSI bus this device will be attached.
    Uuid string
    The UUID of the virtual machine. Also exposed as the id of the resource.
    WriteThrough bool
    If true, writes for this disk are sent directly to the filesystem immediately instead of being buffered.
    Label string
    A unique label for this disk.
    Attach bool
    If this is true, the disk is attached instead of created. Implies keep_on_remove.
    ControllerType string
    The type of controller the disk should be connected to. Must be 'scsi', 'sata', or 'ide'.
    DatastoreId string
    The datastore ID for this virtual disk, if different than the virtual machine.
    DeviceAddress string
    The internally-computed address of this device, such as scsi:0:1, denoting scsi bus #0 and device unit 1.
    DiskMode string
    The mode of this this virtual disk for purposes of writes and snapshotting. Can be one of append, independent_nonpersistent, independent_persistent, nonpersistent, persistent, or undoable.
    DiskSharing string
    The sharing mode of this virtual disk. Can be one of sharingMultiWriter or sharingNone.
    EagerlyScrub bool
    The virtual disk file zeroing policy when thin_provision is not true. The default is false, which lazily-zeros the disk, speeding up thick-provisioned disk creation time.
    IoLimit int
    The upper limit of IOPS that this disk can use.
    IoReservation int
    The I/O guarantee that this disk has, in IOPS.
    IoShareCount int
    The share count for this disk when the share level is custom.
    IoShareLevel string
    The share allocation level for this disk. Can be one of low, normal, high, or custom.
    KeepOnRemove bool
    Set to true to keep the underlying VMDK file when removing this virtual disk from configuration.
    Key int
    The ID of the device within the virtual machine.
    Path string
    The full path of the virtual disk. This can only be provided if attach is set to true, otherwise it is a read-only value.
    Size int
    The size of the disk, in GB.
    StoragePolicyId string
    The ID of the storage policy to assign to the virtual disk in VM.
    ThinProvisioned bool
    If true, this disk is thin provisioned, with space for the file being allocated on an as-needed basis.
    UnitNumber int
    The unique device number for this disk. This number determines where on the SCSI bus this device will be attached.
    Uuid string
    The UUID of the virtual machine. Also exposed as the id of the resource.
    WriteThrough bool
    If true, writes for this disk are sent directly to the filesystem immediately instead of being buffered.
    label String
    A unique label for this disk.
    attach Boolean
    If this is true, the disk is attached instead of created. Implies keep_on_remove.
    controllerType String
    The type of controller the disk should be connected to. Must be 'scsi', 'sata', or 'ide'.
    datastoreId String
    The datastore ID for this virtual disk, if different than the virtual machine.
    deviceAddress String
    The internally-computed address of this device, such as scsi:0:1, denoting scsi bus #0 and device unit 1.
    diskMode String
    The mode of this this virtual disk for purposes of writes and snapshotting. Can be one of append, independent_nonpersistent, independent_persistent, nonpersistent, persistent, or undoable.
    diskSharing String
    The sharing mode of this virtual disk. Can be one of sharingMultiWriter or sharingNone.
    eagerlyScrub Boolean
    The virtual disk file zeroing policy when thin_provision is not true. The default is false, which lazily-zeros the disk, speeding up thick-provisioned disk creation time.
    ioLimit Integer
    The upper limit of IOPS that this disk can use.
    ioReservation Integer
    The I/O guarantee that this disk has, in IOPS.
    ioShareCount Integer
    The share count for this disk when the share level is custom.
    ioShareLevel String
    The share allocation level for this disk. Can be one of low, normal, high, or custom.
    keepOnRemove Boolean
    Set to true to keep the underlying VMDK file when removing this virtual disk from configuration.
    key Integer
    The ID of the device within the virtual machine.
    path String
    The full path of the virtual disk. This can only be provided if attach is set to true, otherwise it is a read-only value.
    size Integer
    The size of the disk, in GB.
    storagePolicyId String
    The ID of the storage policy to assign to the virtual disk in VM.
    thinProvisioned Boolean
    If true, this disk is thin provisioned, with space for the file being allocated on an as-needed basis.
    unitNumber Integer
    The unique device number for this disk. This number determines where on the SCSI bus this device will be attached.
    uuid String
    The UUID of the virtual machine. Also exposed as the id of the resource.
    writeThrough Boolean
    If true, writes for this disk are sent directly to the filesystem immediately instead of being buffered.
    label string
    A unique label for this disk.
    attach boolean
    If this is true, the disk is attached instead of created. Implies keep_on_remove.
    controllerType string
    The type of controller the disk should be connected to. Must be 'scsi', 'sata', or 'ide'.
    datastoreId string
    The datastore ID for this virtual disk, if different than the virtual machine.
    deviceAddress string
    The internally-computed address of this device, such as scsi:0:1, denoting scsi bus #0 and device unit 1.
    diskMode string
    The mode of this this virtual disk for purposes of writes and snapshotting. Can be one of append, independent_nonpersistent, independent_persistent, nonpersistent, persistent, or undoable.
    diskSharing string
    The sharing mode of this virtual disk. Can be one of sharingMultiWriter or sharingNone.
    eagerlyScrub boolean
    The virtual disk file zeroing policy when thin_provision is not true. The default is false, which lazily-zeros the disk, speeding up thick-provisioned disk creation time.
    ioLimit number
    The upper limit of IOPS that this disk can use.
    ioReservation number
    The I/O guarantee that this disk has, in IOPS.
    ioShareCount number
    The share count for this disk when the share level is custom.
    ioShareLevel string
    The share allocation level for this disk. Can be one of low, normal, high, or custom.
    keepOnRemove boolean
    Set to true to keep the underlying VMDK file when removing this virtual disk from configuration.
    key number
    The ID of the device within the virtual machine.
    path string
    The full path of the virtual disk. This can only be provided if attach is set to true, otherwise it is a read-only value.
    size number
    The size of the disk, in GB.
    storagePolicyId string
    The ID of the storage policy to assign to the virtual disk in VM.
    thinProvisioned boolean
    If true, this disk is thin provisioned, with space for the file being allocated on an as-needed basis.
    unitNumber number
    The unique device number for this disk. This number determines where on the SCSI bus this device will be attached.
    uuid string
    The UUID of the virtual machine. Also exposed as the id of the resource.
    writeThrough boolean
    If true, writes for this disk are sent directly to the filesystem immediately instead of being buffered.
    label str
    A unique label for this disk.
    attach bool
    If this is true, the disk is attached instead of created. Implies keep_on_remove.
    controller_type str
    The type of controller the disk should be connected to. Must be 'scsi', 'sata', or 'ide'.
    datastore_id str
    The datastore ID for this virtual disk, if different than the virtual machine.
    device_address str
    The internally-computed address of this device, such as scsi:0:1, denoting scsi bus #0 and device unit 1.
    disk_mode str
    The mode of this this virtual disk for purposes of writes and snapshotting. Can be one of append, independent_nonpersistent, independent_persistent, nonpersistent, persistent, or undoable.
    disk_sharing str
    The sharing mode of this virtual disk. Can be one of sharingMultiWriter or sharingNone.
    eagerly_scrub bool
    The virtual disk file zeroing policy when thin_provision is not true. The default is false, which lazily-zeros the disk, speeding up thick-provisioned disk creation time.
    io_limit int
    The upper limit of IOPS that this disk can use.
    io_reservation int
    The I/O guarantee that this disk has, in IOPS.
    io_share_count int
    The share count for this disk when the share level is custom.
    io_share_level str
    The share allocation level for this disk. Can be one of low, normal, high, or custom.
    keep_on_remove bool
    Set to true to keep the underlying VMDK file when removing this virtual disk from configuration.
    key int
    The ID of the device within the virtual machine.
    path str
    The full path of the virtual disk. This can only be provided if attach is set to true, otherwise it is a read-only value.
    size int
    The size of the disk, in GB.
    storage_policy_id str
    The ID of the storage policy to assign to the virtual disk in VM.
    thin_provisioned bool
    If true, this disk is thin provisioned, with space for the file being allocated on an as-needed basis.
    unit_number int
    The unique device number for this disk. This number determines where on the SCSI bus this device will be attached.
    uuid str
    The UUID of the virtual machine. Also exposed as the id of the resource.
    write_through bool
    If true, writes for this disk are sent directly to the filesystem immediately instead of being buffered.
    label String
    A unique label for this disk.
    attach Boolean
    If this is true, the disk is attached instead of created. Implies keep_on_remove.
    controllerType String
    The type of controller the disk should be connected to. Must be 'scsi', 'sata', or 'ide'.
    datastoreId String
    The datastore ID for this virtual disk, if different than the virtual machine.
    deviceAddress String
    The internally-computed address of this device, such as scsi:0:1, denoting scsi bus #0 and device unit 1.
    diskMode String
    The mode of this this virtual disk for purposes of writes and snapshotting. Can be one of append, independent_nonpersistent, independent_persistent, nonpersistent, persistent, or undoable.
    diskSharing String
    The sharing mode of this virtual disk. Can be one of sharingMultiWriter or sharingNone.
    eagerlyScrub Boolean
    The virtual disk file zeroing policy when thin_provision is not true. The default is false, which lazily-zeros the disk, speeding up thick-provisioned disk creation time.
    ioLimit Number
    The upper limit of IOPS that this disk can use.
    ioReservation Number
    The I/O guarantee that this disk has, in IOPS.
    ioShareCount Number
    The share count for this disk when the share level is custom.
    ioShareLevel String
    The share allocation level for this disk. Can be one of low, normal, high, or custom.
    keepOnRemove Boolean
    Set to true to keep the underlying VMDK file when removing this virtual disk from configuration.
    key Number
    The ID of the device within the virtual machine.
    path String
    The full path of the virtual disk. This can only be provided if attach is set to true, otherwise it is a read-only value.
    size Number
    The size of the disk, in GB.
    storagePolicyId String
    The ID of the storage policy to assign to the virtual disk in VM.
    thinProvisioned Boolean
    If true, this disk is thin provisioned, with space for the file being allocated on an as-needed basis.
    unitNumber Number
    The unique device number for this disk. This number determines where on the SCSI bus this device will be attached.
    uuid String
    The UUID of the virtual machine. Also exposed as the id of the resource.
    writeThrough Boolean
    If true, writes for this disk are sent directly to the filesystem immediately instead of being buffered.

    VirtualMachineNetworkInterface, VirtualMachineNetworkInterfaceArgs

    NetworkId string
    The ID of the network to connect this network interface to.
    AdapterType string
    The controller type. Can be one of e1000, e1000e, sriov, vmxnet3, or vrdma.
    BandwidthLimit int
    The upper bandwidth limit of this network interface, in Mbits/sec.
    BandwidthReservation int
    The bandwidth reservation of this network interface, in Mbits/sec.
    BandwidthShareCount int
    The share count for this network interface when the share level is custom.
    BandwidthShareLevel string
    The bandwidth share allocation level for this interface. Can be one of low, normal, high, or custom.
    DeviceAddress string
    The internally-computed address of this device, such as scsi:0:1, denoting scsi bus #0 and device unit 1.
    Key int
    The ID of the device within the virtual machine.
    MacAddress string
    The MAC address of this network interface. Can only be manually set if use_static_mac is true.
    OvfMapping string
    Mapping of network interface to OVF network.
    PhysicalFunction string
    The ID of the Physical SR-IOV NIC to attach to, e.g. '0000:d8:00.0'
    UseStaticMac bool
    If true, the mac_address field is treated as a static MAC address and set accordingly.
    NetworkId string
    The ID of the network to connect this network interface to.
    AdapterType string
    The controller type. Can be one of e1000, e1000e, sriov, vmxnet3, or vrdma.
    BandwidthLimit int
    The upper bandwidth limit of this network interface, in Mbits/sec.
    BandwidthReservation int
    The bandwidth reservation of this network interface, in Mbits/sec.
    BandwidthShareCount int
    The share count for this network interface when the share level is custom.
    BandwidthShareLevel string
    The bandwidth share allocation level for this interface. Can be one of low, normal, high, or custom.
    DeviceAddress string
    The internally-computed address of this device, such as scsi:0:1, denoting scsi bus #0 and device unit 1.
    Key int
    The ID of the device within the virtual machine.
    MacAddress string
    The MAC address of this network interface. Can only be manually set if use_static_mac is true.
    OvfMapping string
    Mapping of network interface to OVF network.
    PhysicalFunction string
    The ID of the Physical SR-IOV NIC to attach to, e.g. '0000:d8:00.0'
    UseStaticMac bool
    If true, the mac_address field is treated as a static MAC address and set accordingly.
    networkId String
    The ID of the network to connect this network interface to.
    adapterType String
    The controller type. Can be one of e1000, e1000e, sriov, vmxnet3, or vrdma.
    bandwidthLimit Integer
    The upper bandwidth limit of this network interface, in Mbits/sec.
    bandwidthReservation Integer
    The bandwidth reservation of this network interface, in Mbits/sec.
    bandwidthShareCount Integer
    The share count for this network interface when the share level is custom.
    bandwidthShareLevel String
    The bandwidth share allocation level for this interface. Can be one of low, normal, high, or custom.
    deviceAddress String
    The internally-computed address of this device, such as scsi:0:1, denoting scsi bus #0 and device unit 1.
    key Integer
    The ID of the device within the virtual machine.
    macAddress String
    The MAC address of this network interface. Can only be manually set if use_static_mac is true.
    ovfMapping String
    Mapping of network interface to OVF network.
    physicalFunction String
    The ID of the Physical SR-IOV NIC to attach to, e.g. '0000:d8:00.0'
    useStaticMac Boolean
    If true, the mac_address field is treated as a static MAC address and set accordingly.
    networkId string
    The ID of the network to connect this network interface to.
    adapterType string
    The controller type. Can be one of e1000, e1000e, sriov, vmxnet3, or vrdma.
    bandwidthLimit number
    The upper bandwidth limit of this network interface, in Mbits/sec.
    bandwidthReservation number
    The bandwidth reservation of this network interface, in Mbits/sec.
    bandwidthShareCount number
    The share count for this network interface when the share level is custom.
    bandwidthShareLevel string
    The bandwidth share allocation level for this interface. Can be one of low, normal, high, or custom.
    deviceAddress string
    The internally-computed address of this device, such as scsi:0:1, denoting scsi bus #0 and device unit 1.
    key number
    The ID of the device within the virtual machine.
    macAddress string
    The MAC address of this network interface. Can only be manually set if use_static_mac is true.
    ovfMapping string
    Mapping of network interface to OVF network.
    physicalFunction string
    The ID of the Physical SR-IOV NIC to attach to, e.g. '0000:d8:00.0'
    useStaticMac boolean
    If true, the mac_address field is treated as a static MAC address and set accordingly.
    network_id str
    The ID of the network to connect this network interface to.
    adapter_type str
    The controller type. Can be one of e1000, e1000e, sriov, vmxnet3, or vrdma.
    bandwidth_limit int
    The upper bandwidth limit of this network interface, in Mbits/sec.
    bandwidth_reservation int
    The bandwidth reservation of this network interface, in Mbits/sec.
    bandwidth_share_count int
    The share count for this network interface when the share level is custom.
    bandwidth_share_level str
    The bandwidth share allocation level for this interface. Can be one of low, normal, high, or custom.
    device_address str
    The internally-computed address of this device, such as scsi:0:1, denoting scsi bus #0 and device unit 1.
    key int
    The ID of the device within the virtual machine.
    mac_address str
    The MAC address of this network interface. Can only be manually set if use_static_mac is true.
    ovf_mapping str
    Mapping of network interface to OVF network.
    physical_function str
    The ID of the Physical SR-IOV NIC to attach to, e.g. '0000:d8:00.0'
    use_static_mac bool
    If true, the mac_address field is treated as a static MAC address and set accordingly.
    networkId String
    The ID of the network to connect this network interface to.
    adapterType String
    The controller type. Can be one of e1000, e1000e, sriov, vmxnet3, or vrdma.
    bandwidthLimit Number
    The upper bandwidth limit of this network interface, in Mbits/sec.
    bandwidthReservation Number
    The bandwidth reservation of this network interface, in Mbits/sec.
    bandwidthShareCount Number
    The share count for this network interface when the share level is custom.
    bandwidthShareLevel String
    The bandwidth share allocation level for this interface. Can be one of low, normal, high, or custom.
    deviceAddress String
    The internally-computed address of this device, such as scsi:0:1, denoting scsi bus #0 and device unit 1.
    key Number
    The ID of the device within the virtual machine.
    macAddress String
    The MAC address of this network interface. Can only be manually set if use_static_mac is true.
    ovfMapping String
    Mapping of network interface to OVF network.
    physicalFunction String
    The ID of the Physical SR-IOV NIC to attach to, e.g. '0000:d8:00.0'
    useStaticMac Boolean
    If true, the mac_address field is treated as a static MAC address and set accordingly.

    VirtualMachineOvfDeploy, VirtualMachineOvfDeployArgs

    AllowUnverifiedSslCert bool
    Allow unverified ssl certificates while deploying ovf/ova from url.
    DeploymentOption string
    The Deployment option to be chosen. If empty, the default option is used.
    DiskProvisioning string
    An optional disk provisioning. If set, all the disks in the deployed ovf will have the same specified disk type (e.g., thin provisioned).
    EnableHiddenProperties bool
    Allow properties with ovf:userConfigurable=false to be set.
    IpAllocationPolicy string
    The IP allocation policy.
    IpProtocol string
    The IP protocol.
    LocalOvfPath string
    The absolute path to the ovf/ova file in the local system.
    OvfNetworkMap Dictionary<string, string>
    The mapping of name of network identifiers from the ovf descriptor to network UUID in the VI infrastructure.
    RemoteOvfUrl string
    URL to the remote ovf/ova file to be deployed.
    AllowUnverifiedSslCert bool
    Allow unverified ssl certificates while deploying ovf/ova from url.
    DeploymentOption string
    The Deployment option to be chosen. If empty, the default option is used.
    DiskProvisioning string
    An optional disk provisioning. If set, all the disks in the deployed ovf will have the same specified disk type (e.g., thin provisioned).
    EnableHiddenProperties bool
    Allow properties with ovf:userConfigurable=false to be set.
    IpAllocationPolicy string
    The IP allocation policy.
    IpProtocol string
    The IP protocol.
    LocalOvfPath string
    The absolute path to the ovf/ova file in the local system.
    OvfNetworkMap map[string]string
    The mapping of name of network identifiers from the ovf descriptor to network UUID in the VI infrastructure.
    RemoteOvfUrl string
    URL to the remote ovf/ova file to be deployed.
    allowUnverifiedSslCert Boolean
    Allow unverified ssl certificates while deploying ovf/ova from url.
    deploymentOption String
    The Deployment option to be chosen. If empty, the default option is used.
    diskProvisioning String
    An optional disk provisioning. If set, all the disks in the deployed ovf will have the same specified disk type (e.g., thin provisioned).
    enableHiddenProperties Boolean
    Allow properties with ovf:userConfigurable=false to be set.
    ipAllocationPolicy String
    The IP allocation policy.
    ipProtocol String
    The IP protocol.
    localOvfPath String
    The absolute path to the ovf/ova file in the local system.
    ovfNetworkMap Map<String,String>
    The mapping of name of network identifiers from the ovf descriptor to network UUID in the VI infrastructure.
    remoteOvfUrl String
    URL to the remote ovf/ova file to be deployed.
    allowUnverifiedSslCert boolean
    Allow unverified ssl certificates while deploying ovf/ova from url.
    deploymentOption string
    The Deployment option to be chosen. If empty, the default option is used.
    diskProvisioning string
    An optional disk provisioning. If set, all the disks in the deployed ovf will have the same specified disk type (e.g., thin provisioned).
    enableHiddenProperties boolean
    Allow properties with ovf:userConfigurable=false to be set.
    ipAllocationPolicy string
    The IP allocation policy.
    ipProtocol string
    The IP protocol.
    localOvfPath string
    The absolute path to the ovf/ova file in the local system.
    ovfNetworkMap {[key: string]: string}
    The mapping of name of network identifiers from the ovf descriptor to network UUID in the VI infrastructure.
    remoteOvfUrl string
    URL to the remote ovf/ova file to be deployed.
    allow_unverified_ssl_cert bool
    Allow unverified ssl certificates while deploying ovf/ova from url.
    deployment_option str
    The Deployment option to be chosen. If empty, the default option is used.
    disk_provisioning str
    An optional disk provisioning. If set, all the disks in the deployed ovf will have the same specified disk type (e.g., thin provisioned).
    enable_hidden_properties bool
    Allow properties with ovf:userConfigurable=false to be set.
    ip_allocation_policy str
    The IP allocation policy.
    ip_protocol str
    The IP protocol.
    local_ovf_path str
    The absolute path to the ovf/ova file in the local system.
    ovf_network_map Mapping[str, str]
    The mapping of name of network identifiers from the ovf descriptor to network UUID in the VI infrastructure.
    remote_ovf_url str
    URL to the remote ovf/ova file to be deployed.
    allowUnverifiedSslCert Boolean
    Allow unverified ssl certificates while deploying ovf/ova from url.
    deploymentOption String
    The Deployment option to be chosen. If empty, the default option is used.
    diskProvisioning String
    An optional disk provisioning. If set, all the disks in the deployed ovf will have the same specified disk type (e.g., thin provisioned).
    enableHiddenProperties Boolean
    Allow properties with ovf:userConfigurable=false to be set.
    ipAllocationPolicy String
    The IP allocation policy.
    ipProtocol String
    The IP protocol.
    localOvfPath String
    The absolute path to the ovf/ova file in the local system.
    ovfNetworkMap Map<String>
    The mapping of name of network identifiers from the ovf descriptor to network UUID in the VI infrastructure.
    remoteOvfUrl String
    URL to the remote ovf/ova file to be deployed.

    VirtualMachineVapp, VirtualMachineVappArgs

    Properties Dictionary<string, string>
    A map of customizable vApp properties and their values. Allows customization of VMs cloned from OVF templates which have customizable vApp properties.
    Properties map[string]string
    A map of customizable vApp properties and their values. Allows customization of VMs cloned from OVF templates which have customizable vApp properties.
    properties Map<String,String>
    A map of customizable vApp properties and their values. Allows customization of VMs cloned from OVF templates which have customizable vApp properties.
    properties {[key: string]: string}
    A map of customizable vApp properties and their values. Allows customization of VMs cloned from OVF templates which have customizable vApp properties.
    properties Mapping[str, str]
    A map of customizable vApp properties and their values. Allows customization of VMs cloned from OVF templates which have customizable vApp properties.
    properties Map<String>
    A map of customizable vApp properties and their values. Allows customization of VMs cloned from OVF templates which have customizable vApp properties.

    Package Details

    Repository
    vSphere pulumi/pulumi-vsphere
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the vsphere Terraform Provider.
    vsphere logo
    vSphere v4.10.1 published on Friday, May 10, 2024 by Pulumi