Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FileShareBackupStorageDescription

Package version

Describes the parameters for file share storage used for storing or enumerating backups.

Hierarchy

  • FileShareBackupStorageDescription

Index

Properties

Optional friendlyName

friendlyName: undefined | string

Friendly name for this backup storage.

path

path: string

UNC path of the file share where to store or enumerate backups from.

Optional primaryPassword

primaryPassword: undefined | string

Primary password to access the share location.

Optional primaryUserName

primaryUserName: undefined | string

Primary user name to access the file share.

Optional secondaryPassword

secondaryPassword: undefined | string

Secondary password to access the share location

Optional secondaryUserName

secondaryUserName: undefined | string

Secondary user name to access the file share.

storageKind

storageKind: "FileShare"

Polymorphic Discriminator

Generated using TypeDoc