New-VBRSureBackupStartupOptions
Short Description
Defines startup settings for VMs.
Applies to
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
New-VBRSureBackupStartupOptions -AllocatedMemory <int> -EnableVMHeartbeatCheck -MaximumBootTime <int> -ApplicationInitializationTimeout <int> -EnableVMPingCheck [<CommonParameters>] |
Detailed Description
This cmdlet creates the VBRSureBackupStartupOptions object that defines startup settings for VMs that are added to application groups and to jobs that are linked to SureBackup jobs.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input |
---|---|---|---|---|---|
AllocatedMemory | Specifies the amount of memory that you want to pre-allocate to VMs when these VMs start. Default: 100 percent. | Int32 | True | Named | False |
EnableVMHeartbeatCheck | Enables a heartbeat test for verified VMs. Default: True | SwitchParamter | True | Named | False |
MaximumBootTime | Specifies the period that is required for VMs to boot. Default: 600 seconds. | Int32 | True | Named | False |
ApplicationInitializationTimeout | Specifies the timeout that is required to initialize applications on VMs. Default: 120 seconds. | Int32 | True | Named | False |
EnableVMPingCheck | Enables a ping test for verified VMs. Default: True | SwitchParamter | True | Named | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.
Output Object
This cmdlet returns the VBRSureBackupStartupOptions object that defines startup settings for VMs that are added to application groups and to jobs that are linked to SureBackup jobs.
Examples
Example 1. Defining Startup Settings for VMs Added to Application Groups
This command specifies startup settings for VMs added to an application group. Veeam Backup & Replication will perform staged restore with the following VM startup settings:
|
Example 2. Defining Startup Settings with Disabled Verification Tests for VMs Added to Application Groups
This command specifies the followin startup settings for VMs added to an application group. Veeam Backup & Replication will perform staged restore with the following VM startup settings:
|