InMageEnableProtectionInputArgs

data class InMageEnableProtectionInputArgs(val datastoreName: Output<String>? = null, val diskExclusionInput: Output<InMageDiskExclusionInputArgs>? = null, val disksToInclude: Output<List<String>>? = null, val instanceType: Output<String>, val masterTargetId: Output<String>, val multiVmGroupId: Output<String>, val multiVmGroupName: Output<String>, val processServerId: Output<String>, val retentionDrive: Output<String>, val runAsAccountId: Output<String>? = null, val vmFriendlyName: Output<String>? = null) : ConvertibleToJava<InMageEnableProtectionInputArgs>

VMware Azure specific enable protection input.

Constructors

Link copied to clipboard
constructor(datastoreName: Output<String>? = null, diskExclusionInput: Output<InMageDiskExclusionInputArgs>? = null, disksToInclude: Output<List<String>>? = null, instanceType: Output<String>, masterTargetId: Output<String>, multiVmGroupId: Output<String>, multiVmGroupName: Output<String>, processServerId: Output<String>, retentionDrive: Output<String>, runAsAccountId: Output<String>? = null, vmFriendlyName: Output<String>? = null)

Properties

Link copied to clipboard
val datastoreName: Output<String>? = null

The target datastore name.

Link copied to clipboard

The enable disk exclusion input.

Link copied to clipboard
val disksToInclude: Output<List<String>>? = null

The disks to include list.

Link copied to clipboard
val instanceType: Output<String>

The class type. Expected value is 'InMage'.

Link copied to clipboard
val masterTargetId: Output<String>

The Master Target Id.

Link copied to clipboard
val multiVmGroupId: Output<String>

The multi VM group Id.

Link copied to clipboard

The multi VM group name.

Link copied to clipboard
val processServerId: Output<String>

The Process Server Id.

Link copied to clipboard
val retentionDrive: Output<String>

The retention drive to use on the MT.

Link copied to clipboard
val runAsAccountId: Output<String>? = null

The CS account Id.

Link copied to clipboard
val vmFriendlyName: Output<String>? = null

The VM Name.

Functions

Link copied to clipboard
open override fun toJava(): InMageEnableProtectionInputArgs