Package version:

VMware Azure specific enable protection input.

interface InMageEnableProtectionInput {
    datastoreName?: string;
    diskExclusionInput?: InMageDiskExclusionInput;
    disksToInclude?: string[];
    instanceType: "InMage";
    masterTargetId: string;
    multiVmGroupId: string;
    multiVmGroupName: string;
    processServerId: string;
    retentionDrive: string;
    runAsAccountId?: string;
    vmFriendlyName?: string;
}

Hierarchy (view full)

Properties

datastoreName?: string

The target datastore name.

diskExclusionInput?: InMageDiskExclusionInput

The enable disk exclusion input.

disksToInclude?: string[]

The disks to include list.

instanceType

Polymorphic discriminator, which specifies the different types this object can be

masterTargetId: string

The Master Target Id.

multiVmGroupId: string

The multi VM group Id.

multiVmGroupName: string

The multi VM group name.

processServerId: string

The Process Server Id.

retentionDrive: string

The retention drive to use on the MT.

runAsAccountId?: string

The CS account Id.

vmFriendlyName?: string

The VM Name.