Package version:

InMageAzureV2 specific provider input.

interface InMageReprotectInput {
    datastoreName?: string;
    diskExclusionInput?: InMageDiskExclusionInput;
    disksToInclude?: string[];
    instanceType: "InMage";
    masterTargetId: string;
    processServerId: string;
    profileId: string;
    retentionDrive: string;
    runAsAccountId?: 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.

processServerId: string

The Process Server Id.

profileId: string

The Policy Id.

retentionDrive: string

The retention drive to use on the MT.

runAsAccountId?: string

The CS account Id.