generated/api/Models/CreateDcPlan.cs
// Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.2, generator: @autorest/powershell@4.0.708) // Changes may cause incorrect behavior and will be lost if the code is regenerated. namespace Commvault.Powershell.Models { using static Commvault.Powershell.Runtime.Extensions; /// <summary>Create Data Classification Plan Request Model</summary> public partial class CreateDcPlan : Commvault.Powershell.Models.ICreateDcPlan, Commvault.Powershell.Models.ICreateDcPlanInternal { /// <summary>Backing field for <see cref="Application" /> property.</summary> private string _application; /// <summary>Content indexing target app</summary> [Commvault.Powershell.Origin(Commvault.Powershell.PropertyOrigin.Owned)] public string Application { get => this._application; set => this._application = value; } /// <summary>Internal Acessors for ContentIndexing</summary> Commvault.Powershell.Models.IDcPlanCipolicy Commvault.Powershell.Models.ICreateDcPlanInternal.ContentIndexing { get => (this._contentIndexing = this._contentIndexing ?? new Commvault.Powershell.Models.DcPlanCipolicy()); set { {_contentIndexing = value;} } } /// <summary>Internal Acessors for ContentIndexingFileFilters</summary> Commvault.Powershell.Models.IDcPlanCifileFilters Commvault.Powershell.Models.ICreateDcPlanInternal.ContentIndexingFileFilters { get => ((Commvault.Powershell.Models.IDcPlanCipolicyInternal)ContentIndexing).FileFilters; set => ((Commvault.Powershell.Models.IDcPlanCipolicyInternal)ContentIndexing).FileFilters = value; } /// <summary>Internal Acessors for EntityDetection</summary> Commvault.Powershell.Models.IDcPlanEepolicy Commvault.Powershell.Models.ICreateDcPlanInternal.EntityDetection { get => (this._entityDetection = this._entityDetection ?? new Commvault.Powershell.Models.DcPlanEepolicy()); set { {_entityDetection = value;} } } /// <summary>Internal Acessors for IndexServer</summary> Commvault.Powershell.Models.IIdName Commvault.Powershell.Models.ICreateDcPlanInternal.IndexServer { get => (this._indexServer = this._indexServer ?? new Commvault.Powershell.Models.IdName()); set { {_indexServer = value;} } } /// <summary>Internal Acessors for Schedule</summary> Commvault.Powershell.Models.IDcPlanJobSchedule Commvault.Powershell.Models.ICreateDcPlanInternal.Schedule { get => (this._schedule = this._schedule ?? new Commvault.Powershell.Models.DcPlanJobSchedule()); set { {_schedule = value;} } } /// <summary>Internal Acessors for SchedulePattern</summary> Commvault.Powershell.Models.IContentIndexingFrequencyPattern Commvault.Powershell.Models.ICreateDcPlanInternal.SchedulePattern { get => ((Commvault.Powershell.Models.IDcPlanJobScheduleInternal)Schedule).Pattern; set => ((Commvault.Powershell.Models.IDcPlanJobScheduleInternal)Schedule).Pattern = value; } /// <summary>Backing field for <see cref="ContentAnalyzer" /> property.</summary> private System.Collections.Generic.List<Commvault.Powershell.Models.IIdName> _contentAnalyzer; /// <summary>Content Analyzer Id`s for Entity Detection</summary> [Commvault.Powershell.Origin(Commvault.Powershell.PropertyOrigin.Owned)] public System.Collections.Generic.List<Commvault.Powershell.Models.IIdName> ContentAnalyzer { get => this._contentAnalyzer; set => this._contentAnalyzer = value; } /// <summary>Backing field for <see cref="ContentIndexing" /> property.</summary> private Commvault.Powershell.Models.IDcPlanCipolicy _contentIndexing; /// <summary>Create Content Indexing Policy Model for DC Plan</summary> [Commvault.Powershell.Origin(Commvault.Powershell.PropertyOrigin.Owned)] internal Commvault.Powershell.Models.IDcPlanCipolicy ContentIndexing { get => (this._contentIndexing = this._contentIndexing ?? new Commvault.Powershell.Models.DcPlanCipolicy()); set => this._contentIndexing = value; } [Commvault.Powershell.Origin(Commvault.Powershell.PropertyOrigin.Inlined)] public System.Collections.Generic.List<Commvault.Powershell.Models.IDcBackupCopy> ContentIndexingBackupCopy { get => ((Commvault.Powershell.Models.IDcPlanCipolicyInternal)ContentIndexing).BackupCopy; set => ((Commvault.Powershell.Models.IDcPlanCipolicyInternal)ContentIndexing).BackupCopy = value ?? null /* arrayOf */; } /// <summary>OCR Languages Supported By DC Plan</summary> [Commvault.Powershell.Origin(Commvault.Powershell.PropertyOrigin.Inlined)] public string ContentIndexingContentLanguage { get => ((Commvault.Powershell.Models.IDcPlanCipolicyInternal)ContentIndexing).ContentLanguage; set => ((Commvault.Powershell.Models.IDcPlanCipolicyInternal)ContentIndexing).ContentLanguage = value ?? null; } /// <summary>Set Content Indexing Copy Precedence</summary> [Commvault.Powershell.Origin(Commvault.Powershell.PropertyOrigin.Inlined)] public long? ContentIndexingCopyPrecedence { get => ((Commvault.Powershell.Models.IDcPlanCipolicyInternal)ContentIndexing).CopyPrecedence; set => ((Commvault.Powershell.Models.IDcPlanCipolicyInternal)ContentIndexing).CopyPrecedence = value ?? default(long); } /// <summary>Enable Exact Seach in Data Classification Plan</summary> [Commvault.Powershell.Origin(Commvault.Powershell.PropertyOrigin.Inlined)] public bool? ContentIndexingExactSearch { get => ((Commvault.Powershell.Models.IDcPlanCipolicyInternal)ContentIndexing).ExactSearch; set => ((Commvault.Powershell.Models.IDcPlanCipolicyInternal)ContentIndexing).ExactSearch = value ?? default(bool); } /// <summary>Enable OCR in Data Classification Plan</summary> [Commvault.Powershell.Origin(Commvault.Powershell.PropertyOrigin.Inlined)] public bool? ContentIndexingExtractTextFromImage { get => ((Commvault.Powershell.Models.IDcPlanCipolicyInternal)ContentIndexing).ExtractTextFromImage; set => ((Commvault.Powershell.Models.IDcPlanCipolicyInternal)ContentIndexing).ExtractTextFromImage = value ?? default(bool); } /// <summary>Describes the Content Indexing Operation Type for Data Classification Plan</summary> [Commvault.Powershell.Origin(Commvault.Powershell.PropertyOrigin.Inlined)] public string ContentIndexingSearchType { get => ((Commvault.Powershell.Models.IDcPlanCipolicyInternal)ContentIndexing).SearchType; set => ((Commvault.Powershell.Models.IDcPlanCipolicyInternal)ContentIndexing).SearchType = value ?? null; } /// <summary>Backing field for <see cref="EntityDetection" /> property.</summary> private Commvault.Powershell.Models.IDcPlanEepolicy _entityDetection; /// <summary>Entity Extraction Model for Data Classification Plan</summary> [Commvault.Powershell.Origin(Commvault.Powershell.PropertyOrigin.Owned)] internal Commvault.Powershell.Models.IDcPlanEepolicy EntityDetection { get => (this._entityDetection = this._entityDetection ?? new Commvault.Powershell.Models.DcPlanEepolicy()); set => this._entityDetection = value; } /// <summary>Classifier TagId For Extraction</summary> [Commvault.Powershell.Origin(Commvault.Powershell.PropertyOrigin.Inlined)] public System.Collections.Generic.List<Commvault.Powershell.Models.IIdName> EntityDetectionClassifiers { get => ((Commvault.Powershell.Models.IDcPlanEepolicyInternal)EntityDetection).Classifiers; set => ((Commvault.Powershell.Models.IDcPlanEepolicyInternal)EntityDetection).Classifiers = value ?? null /* arrayOf */; } [Commvault.Powershell.Origin(Commvault.Powershell.PropertyOrigin.Inlined)] public long? EntityDetectionCopyPrecendence { get => ((Commvault.Powershell.Models.IDcPlanEepolicyInternal)EntityDetection).CopyPrecendence; set => ((Commvault.Powershell.Models.IDcPlanEepolicyInternal)EntityDetection).CopyPrecendence = value ?? default(long); } /// <summary>Entity TagId for Extraction</summary> [Commvault.Powershell.Origin(Commvault.Powershell.PropertyOrigin.Inlined)] public System.Collections.Generic.List<Commvault.Powershell.Models.IIdName> EntityDetectionEntities { get => ((Commvault.Powershell.Models.IDcPlanEepolicyInternal)EntityDetection).Entities; set => ((Commvault.Powershell.Models.IDcPlanEepolicyInternal)EntityDetection).Entities = value ?? null /* arrayOf */; } [Commvault.Powershell.Origin(Commvault.Powershell.PropertyOrigin.Inlined)] public System.Collections.Generic.List<string> FileFilterExcludePaths { get => ((Commvault.Powershell.Models.IDcPlanCipolicyInternal)ContentIndexing).FileFilterExcludePaths; set => ((Commvault.Powershell.Models.IDcPlanCipolicyInternal)ContentIndexing).FileFilterExcludePaths = value ?? null /* arrayOf */; } [Commvault.Powershell.Origin(Commvault.Powershell.PropertyOrigin.Inlined)] public string FileFilterIncludeDocTypes { get => ((Commvault.Powershell.Models.IDcPlanCipolicyInternal)ContentIndexing).FileFilterIncludeDocTypes; set => ((Commvault.Powershell.Models.IDcPlanCipolicyInternal)ContentIndexing).FileFilterIncludeDocTypes = value ?? null; } [Commvault.Powershell.Origin(Commvault.Powershell.PropertyOrigin.Inlined)] public long? FileFilterMaxDocSize { get => ((Commvault.Powershell.Models.IDcPlanCipolicyInternal)ContentIndexing).FileFilterMaxDocSize; set => ((Commvault.Powershell.Models.IDcPlanCipolicyInternal)ContentIndexing).FileFilterMaxDocSize = value ?? default(long); } [Commvault.Powershell.Origin(Commvault.Powershell.PropertyOrigin.Inlined)] public long? FileFilterMinDocSize { get => ((Commvault.Powershell.Models.IDcPlanCipolicyInternal)ContentIndexing).FileFilterMinDocSize; set => ((Commvault.Powershell.Models.IDcPlanCipolicyInternal)ContentIndexing).FileFilterMinDocSize = value ?? default(long); } /// <summary>Backing field for <see cref="IndexServer" /> property.</summary> private Commvault.Powershell.Models.IIdName _indexServer; [Commvault.Powershell.Origin(Commvault.Powershell.PropertyOrigin.Owned)] internal Commvault.Powershell.Models.IIdName IndexServer { get => (this._indexServer = this._indexServer ?? new Commvault.Powershell.Models.IdName()); set => this._indexServer = value; } [Commvault.Powershell.Origin(Commvault.Powershell.PropertyOrigin.Inlined)] public long? IndexServerId { get => ((Commvault.Powershell.Models.IIdNameInternal)IndexServer).Id; set => ((Commvault.Powershell.Models.IIdNameInternal)IndexServer).Id = value ?? default(long); } [Commvault.Powershell.Origin(Commvault.Powershell.PropertyOrigin.Inlined)] public string IndexServerName { get => ((Commvault.Powershell.Models.IIdNameInternal)IndexServer).Name; set => ((Commvault.Powershell.Models.IIdNameInternal)IndexServer).Name = value ?? null; } /// <summary>Backing field for <see cref="Name" /> property.</summary> private string _name; /// <summary>Name of Data Classification Plan</summary> [Commvault.Powershell.Origin(Commvault.Powershell.PropertyOrigin.Owned)] public string Name { get => this._name; set => this._name = value; } /// <summary>Day on which to run the schedule, applicable for monthly, yearly</summary> [Commvault.Powershell.Origin(Commvault.Powershell.PropertyOrigin.Inlined)] public long? PatternDayOfMonth { get => ((Commvault.Powershell.Models.IDcPlanJobScheduleInternal)Schedule).PatternDayOfMonth; set => ((Commvault.Powershell.Models.IDcPlanJobScheduleInternal)Schedule).PatternDayOfMonth = value ?? default(long); } [Commvault.Powershell.Origin(Commvault.Powershell.PropertyOrigin.Inlined)] public string PatternDayOfWeek { get => ((Commvault.Powershell.Models.IDcPlanJobScheduleInternal)Schedule).PatternDayOfWeek; set => ((Commvault.Powershell.Models.IDcPlanJobScheduleInternal)Schedule).PatternDayOfWeek = value ?? null; } /// <summary> /// Exceptions to when a schedule should not run, either in dates or week of month and day /// </summary> [Commvault.Powershell.Origin(Commvault.Powershell.PropertyOrigin.Inlined)] public System.Collections.Generic.List<Commvault.Powershell.Models.IScheduleRunException> PatternExceptions { get => ((Commvault.Powershell.Models.IDcPlanJobScheduleInternal)Schedule).PatternExceptions; set => ((Commvault.Powershell.Models.IDcPlanJobScheduleInternal)Schedule).PatternExceptions = value ?? null /* arrayOf */; } /// <summary> /// Frequency of the schedule based on schedule frequency type eg. for Hours, value 2 is 2 hours, for Minutes, 30 is 30 minutes, /// for Daily, 2 is 2 days. for Monthly 2 is it repeats every 2 months /// </summary> [Commvault.Powershell.Origin(Commvault.Powershell.PropertyOrigin.Inlined)] public long? PatternFrequency { get => ((Commvault.Powershell.Models.IDcPlanJobScheduleInternal)Schedule).PatternFrequency; set => ((Commvault.Powershell.Models.IDcPlanJobScheduleInternal)Schedule).PatternFrequency = value ?? default(long); } [Commvault.Powershell.Origin(Commvault.Powershell.PropertyOrigin.Inlined)] public string PatternMonthOfYear { get => ((Commvault.Powershell.Models.IDcPlanJobScheduleInternal)Schedule).PatternMonthOfYear; set => ((Commvault.Powershell.Models.IDcPlanJobScheduleInternal)Schedule).PatternMonthOfYear = value ?? null; } /// <summary>schedule frequency type</summary> [Commvault.Powershell.Origin(Commvault.Powershell.PropertyOrigin.Inlined)] public string PatternScheduleFrequencyType { get => ((Commvault.Powershell.Models.IDcPlanJobScheduleInternal)Schedule).PatternScheduleFrequencyType; set => ((Commvault.Powershell.Models.IDcPlanJobScheduleInternal)Schedule).PatternScheduleFrequencyType = value ?? null; } /// <summary>start date of schedule in epoch format</summary> [Commvault.Powershell.Origin(Commvault.Powershell.PropertyOrigin.Inlined)] public long? PatternStartDate { get => ((Commvault.Powershell.Models.IDcPlanJobScheduleInternal)Schedule).PatternStartDate; set => ((Commvault.Powershell.Models.IDcPlanJobScheduleInternal)Schedule).PatternStartDate = value ?? default(long); } /// <summary>start time of schedule in seconds for daily, weekly, monthly, yearly frequency</summary> [Commvault.Powershell.Origin(Commvault.Powershell.PropertyOrigin.Inlined)] public long? PatternStartTime { get => ((Commvault.Powershell.Models.IDcPlanJobScheduleInternal)Schedule).PatternStartTime; set => ((Commvault.Powershell.Models.IDcPlanJobScheduleInternal)Schedule).PatternStartTime = value ?? default(long); } /// <summary>Specific week of a month</summary> [Commvault.Powershell.Origin(Commvault.Powershell.PropertyOrigin.Inlined)] public string PatternWeekOfMonth { get => ((Commvault.Powershell.Models.IDcPlanJobScheduleInternal)Schedule).PatternWeekOfMonth; set => ((Commvault.Powershell.Models.IDcPlanJobScheduleInternal)Schedule).PatternWeekOfMonth = value ?? null; } /// <summary>Days of the week for weekly frequency</summary> [Commvault.Powershell.Origin(Commvault.Powershell.PropertyOrigin.Inlined)] public System.Collections.Generic.List<string> PatternWeeklyDays { get => ((Commvault.Powershell.Models.IDcPlanJobScheduleInternal)Schedule).PatternWeeklyDays; set => ((Commvault.Powershell.Models.IDcPlanJobScheduleInternal)Schedule).PatternWeeklyDays = value ?? null /* arrayOf */; } /// <summary>Backing field for <see cref="Schedule" /> property.</summary> private Commvault.Powershell.Models.IDcPlanJobSchedule _schedule; /// <summary>Describes the Schedule object for Data Classification Plan</summary> [Commvault.Powershell.Origin(Commvault.Powershell.PropertyOrigin.Owned)] internal Commvault.Powershell.Models.IDcPlanJobSchedule Schedule { get => (this._schedule = this._schedule ?? new Commvault.Powershell.Models.DcPlanJobSchedule()); set => this._schedule = value; } [Commvault.Powershell.Origin(Commvault.Powershell.PropertyOrigin.Inlined)] public string ScheduleName { get => ((Commvault.Powershell.Models.IDcPlanJobScheduleInternal)Schedule).Name; set => ((Commvault.Powershell.Models.IDcPlanJobScheduleInternal)Schedule).Name = value ?? null; } /// <summary>Backing field for <see cref="ThreatAnalysis" /> property.</summary> private bool? _threatAnalysis; /// <summary>Enables\Disables Threat Analysis support for DC Plan</summary> [Commvault.Powershell.Origin(Commvault.Powershell.PropertyOrigin.Owned)] public bool? ThreatAnalysis { get => this._threatAnalysis; set => this._threatAnalysis = value; } /// <summary>Creates an new <see cref="CreateDcPlan" /> instance.</summary> public CreateDcPlan() { } } /// Create Data Classification Plan Request Model public partial interface ICreateDcPlan : Commvault.Powershell.Runtime.IJsonSerializable { /// <summary>Content indexing target app</summary> [Commvault.Powershell.Runtime.Info( Required = false, ReadOnly = false, Read = true, Create = true, Update = true, Description = @"Content indexing target app", SerializedName = @"application", PossibleTypes = new [] { typeof(string) })] string Application { get; set; } /// <summary>Content Analyzer Id`s for Entity Detection</summary> [Commvault.Powershell.Runtime.Info( Required = false, ReadOnly = false, Read = true, Create = true, Update = true, Description = @"Content Analyzer Id`s for Entity Detection", SerializedName = @"contentAnalyzer", PossibleTypes = new [] { typeof(Commvault.Powershell.Models.IIdName) })] System.Collections.Generic.List<Commvault.Powershell.Models.IIdName> ContentAnalyzer { get; set; } [Commvault.Powershell.Runtime.Info( Required = false, ReadOnly = false, Read = true, Create = true, Update = true, Description = @"", SerializedName = @"backupCopy", PossibleTypes = new [] { typeof(Commvault.Powershell.Models.IDcBackupCopy) })] System.Collections.Generic.List<Commvault.Powershell.Models.IDcBackupCopy> ContentIndexingBackupCopy { get; set; } /// <summary>OCR Languages Supported By DC Plan</summary> [Commvault.Powershell.Runtime.Info( Required = false, ReadOnly = false, Read = true, Create = true, Update = true, Description = @"OCR Languages Supported By DC Plan", SerializedName = @"contentLanguage", PossibleTypes = new [] { typeof(string) })] string ContentIndexingContentLanguage { get; set; } /// <summary>Set Content Indexing Copy Precedence</summary> [Commvault.Powershell.Runtime.Info( Required = false, ReadOnly = false, Read = true, Create = true, Update = true, Description = @"Set Content Indexing Copy Precedence", SerializedName = @"copyPrecedence", PossibleTypes = new [] { typeof(long) })] long? ContentIndexingCopyPrecedence { get; set; } /// <summary>Enable Exact Seach in Data Classification Plan</summary> [Commvault.Powershell.Runtime.Info( Required = false, ReadOnly = false, Read = true, Create = true, Update = true, Description = @"Enable Exact Seach in Data Classification Plan", SerializedName = @"exactSearch", PossibleTypes = new [] { typeof(bool) })] bool? ContentIndexingExactSearch { get; set; } /// <summary>Enable OCR in Data Classification Plan</summary> [Commvault.Powershell.Runtime.Info( Required = false, ReadOnly = false, Read = true, Create = true, Update = true, Description = @"Enable OCR in Data Classification Plan", SerializedName = @"extractTextFromImage", PossibleTypes = new [] { typeof(bool) })] bool? ContentIndexingExtractTextFromImage { get; set; } /// <summary>Describes the Content Indexing Operation Type for Data Classification Plan</summary> [Commvault.Powershell.Runtime.Info( Required = false, ReadOnly = false, Read = true, Create = true, Update = true, Description = @"Describes the Content Indexing Operation Type for Data Classification Plan", SerializedName = @"searchType", PossibleTypes = new [] { typeof(string) })] string ContentIndexingSearchType { get; set; } /// <summary>Classifier TagId For Extraction</summary> [Commvault.Powershell.Runtime.Info( Required = false, ReadOnly = false, Read = true, Create = true, Update = true, Description = @"Classifier TagId For Extraction", SerializedName = @"classifiers", PossibleTypes = new [] { typeof(Commvault.Powershell.Models.IIdName) })] System.Collections.Generic.List<Commvault.Powershell.Models.IIdName> EntityDetectionClassifiers { get; set; } [Commvault.Powershell.Runtime.Info( Required = false, ReadOnly = false, Read = true, Create = true, Update = true, Description = @"", SerializedName = @"copyPrecendence", PossibleTypes = new [] { typeof(long) })] long? EntityDetectionCopyPrecendence { get; set; } /// <summary>Entity TagId for Extraction</summary> [Commvault.Powershell.Runtime.Info( Required = false, ReadOnly = false, Read = true, Create = true, Update = true, Description = @"Entity TagId for Extraction", SerializedName = @"entities", PossibleTypes = new [] { typeof(Commvault.Powershell.Models.IIdName) })] System.Collections.Generic.List<Commvault.Powershell.Models.IIdName> EntityDetectionEntities { get; set; } [Commvault.Powershell.Runtime.Info( Required = false, ReadOnly = false, Read = true, Create = true, Update = true, Description = @"", SerializedName = @"excludePaths", PossibleTypes = new [] { typeof(string) })] System.Collections.Generic.List<string> FileFilterExcludePaths { get; set; } [Commvault.Powershell.Runtime.Info( Required = false, ReadOnly = false, Read = true, Create = true, Update = true, Description = @"", SerializedName = @"includeDocTypes", PossibleTypes = new [] { typeof(string) })] string FileFilterIncludeDocTypes { get; set; } [Commvault.Powershell.Runtime.Info( Required = false, ReadOnly = false, Read = true, Create = true, Update = true, Description = @"", SerializedName = @"maxDocSize", PossibleTypes = new [] { typeof(long) })] long? FileFilterMaxDocSize { get; set; } [Commvault.Powershell.Runtime.Info( Required = false, ReadOnly = false, Read = true, Create = true, Update = true, Description = @"", SerializedName = @"minDocSize", PossibleTypes = new [] { typeof(long) })] long? FileFilterMinDocSize { get; set; } [Commvault.Powershell.Runtime.Info( Required = false, ReadOnly = false, Read = true, Create = true, Update = true, Description = @"", SerializedName = @"id", PossibleTypes = new [] { typeof(long) })] long? IndexServerId { get; set; } [Commvault.Powershell.Runtime.Info( Required = false, ReadOnly = false, Read = true, Create = true, Update = true, Description = @"", SerializedName = @"name", PossibleTypes = new [] { typeof(string) })] string IndexServerName { get; set; } /// <summary>Name of Data Classification Plan</summary> [Commvault.Powershell.Runtime.Info( Required = false, ReadOnly = false, Read = true, Create = true, Update = true, Description = @"Name of Data Classification Plan", SerializedName = @"name", PossibleTypes = new [] { typeof(string) })] string Name { get; set; } /// <summary>Day on which to run the schedule, applicable for monthly, yearly</summary> [Commvault.Powershell.Runtime.Info( Required = false, ReadOnly = false, Read = true, Create = true, Update = true, Description = @"Day on which to run the schedule, applicable for monthly, yearly", SerializedName = @"dayOfMonth", PossibleTypes = new [] { typeof(long) })] long? PatternDayOfMonth { get; set; } [Commvault.Powershell.Runtime.Info( Required = false, ReadOnly = false, Read = true, Create = true, Update = true, Description = @"", SerializedName = @"dayOfWeek", PossibleTypes = new [] { typeof(string) })] string PatternDayOfWeek { get; set; } /// <summary> /// Exceptions to when a schedule should not run, either in dates or week of month and day /// </summary> [Commvault.Powershell.Runtime.Info( Required = false, ReadOnly = false, Read = true, Create = true, Update = true, Description = @"Exceptions to when a schedule should not run, either in dates or week of month and day", SerializedName = @"exceptions", PossibleTypes = new [] { typeof(Commvault.Powershell.Models.IScheduleRunException) })] System.Collections.Generic.List<Commvault.Powershell.Models.IScheduleRunException> PatternExceptions { get; set; } /// <summary> /// Frequency of the schedule based on schedule frequency type eg. for Hours, value 2 is 2 hours, for Minutes, 30 is 30 minutes, /// for Daily, 2 is 2 days. for Monthly 2 is it repeats every 2 months /// </summary> [Commvault.Powershell.Runtime.Info( Required = false, ReadOnly = false, Read = true, Create = true, Update = true, Description = @"Frequency of the schedule based on schedule frequency type eg. for Hours, value 2 is 2 hours, for Minutes, 30 is 30 minutes, for Daily, 2 is 2 days. for Monthly 2 is it repeats every 2 months", SerializedName = @"frequency", PossibleTypes = new [] { typeof(long) })] long? PatternFrequency { get; set; } [Commvault.Powershell.Runtime.Info( Required = false, ReadOnly = false, Read = true, Create = true, Update = true, Description = @"", SerializedName = @"monthOfYear", PossibleTypes = new [] { typeof(string) })] string PatternMonthOfYear { get; set; } /// <summary>schedule frequency type</summary> [Commvault.Powershell.Runtime.Info( Required = false, ReadOnly = false, Read = true, Create = true, Update = true, Description = @"schedule frequency type", SerializedName = @"scheduleFrequencyType", PossibleTypes = new [] { typeof(string) })] string PatternScheduleFrequencyType { get; set; } /// <summary>start date of schedule in epoch format</summary> [Commvault.Powershell.Runtime.Info( Required = false, ReadOnly = false, Read = true, Create = true, Update = true, Description = @"start date of schedule in epoch format", SerializedName = @"startDate", PossibleTypes = new [] { typeof(long) })] long? PatternStartDate { get; set; } /// <summary>start time of schedule in seconds for daily, weekly, monthly, yearly frequency</summary> [Commvault.Powershell.Runtime.Info( Required = false, ReadOnly = false, Read = true, Create = true, Update = true, Description = @"start time of schedule in seconds for daily, weekly, monthly, yearly frequency", SerializedName = @"startTime", PossibleTypes = new [] { typeof(long) })] long? PatternStartTime { get; set; } /// <summary>Specific week of a month</summary> [Commvault.Powershell.Runtime.Info( Required = false, ReadOnly = false, Read = true, Create = true, Update = true, Description = @"Specific week of a month", SerializedName = @"weekOfMonth", PossibleTypes = new [] { typeof(string) })] string PatternWeekOfMonth { get; set; } /// <summary>Days of the week for weekly frequency</summary> [Commvault.Powershell.Runtime.Info( Required = false, ReadOnly = false, Read = true, Create = true, Update = true, Description = @"Days of the week for weekly frequency", SerializedName = @"weeklyDays", PossibleTypes = new [] { typeof(string) })] System.Collections.Generic.List<string> PatternWeeklyDays { get; set; } [Commvault.Powershell.Runtime.Info( Required = false, ReadOnly = false, Read = true, Create = true, Update = true, Description = @"", SerializedName = @"name", PossibleTypes = new [] { typeof(string) })] string ScheduleName { get; set; } /// <summary>Enables\Disables Threat Analysis support for DC Plan</summary> [Commvault.Powershell.Runtime.Info( Required = false, ReadOnly = false, Read = true, Create = true, Update = true, Description = @"Enables\Disables Threat Analysis support for DC Plan", SerializedName = @"threatAnalysis", PossibleTypes = new [] { typeof(bool) })] bool? ThreatAnalysis { get; set; } } /// Create Data Classification Plan Request Model internal partial interface ICreateDcPlanInternal { /// <summary>Content indexing target app</summary> string Application { get; set; } /// <summary>Content Analyzer Id`s for Entity Detection</summary> System.Collections.Generic.List<Commvault.Powershell.Models.IIdName> ContentAnalyzer { get; set; } /// <summary>Create Content Indexing Policy Model for DC Plan</summary> Commvault.Powershell.Models.IDcPlanCipolicy ContentIndexing { get; set; } System.Collections.Generic.List<Commvault.Powershell.Models.IDcBackupCopy> ContentIndexingBackupCopy { get; set; } /// <summary>OCR Languages Supported By DC Plan</summary> string ContentIndexingContentLanguage { get; set; } /// <summary>Set Content Indexing Copy Precedence</summary> long? ContentIndexingCopyPrecedence { get; set; } /// <summary>Enable Exact Seach in Data Classification Plan</summary> bool? ContentIndexingExactSearch { get; set; } /// <summary>Enable OCR in Data Classification Plan</summary> bool? ContentIndexingExtractTextFromImage { get; set; } /// <summary>DCPlanCIFileFilters</summary> Commvault.Powershell.Models.IDcPlanCifileFilters ContentIndexingFileFilters { get; set; } /// <summary>Describes the Content Indexing Operation Type for Data Classification Plan</summary> string ContentIndexingSearchType { get; set; } /// <summary>Entity Extraction Model for Data Classification Plan</summary> Commvault.Powershell.Models.IDcPlanEepolicy EntityDetection { get; set; } /// <summary>Classifier TagId For Extraction</summary> System.Collections.Generic.List<Commvault.Powershell.Models.IIdName> EntityDetectionClassifiers { get; set; } long? EntityDetectionCopyPrecendence { get; set; } /// <summary>Entity TagId for Extraction</summary> System.Collections.Generic.List<Commvault.Powershell.Models.IIdName> EntityDetectionEntities { get; set; } System.Collections.Generic.List<string> FileFilterExcludePaths { get; set; } string FileFilterIncludeDocTypes { get; set; } long? FileFilterMaxDocSize { get; set; } long? FileFilterMinDocSize { get; set; } Commvault.Powershell.Models.IIdName IndexServer { get; set; } long? IndexServerId { get; set; } string IndexServerName { get; set; } /// <summary>Name of Data Classification Plan</summary> string Name { get; set; } /// <summary>Day on which to run the schedule, applicable for monthly, yearly</summary> long? PatternDayOfMonth { get; set; } string PatternDayOfWeek { get; set; } /// <summary> /// Exceptions to when a schedule should not run, either in dates or week of month and day /// </summary> System.Collections.Generic.List<Commvault.Powershell.Models.IScheduleRunException> PatternExceptions { get; set; } /// <summary> /// Frequency of the schedule based on schedule frequency type eg. for Hours, value 2 is 2 hours, for Minutes, 30 is 30 minutes, /// for Daily, 2 is 2 days. for Monthly 2 is it repeats every 2 months /// </summary> long? PatternFrequency { get; set; } string PatternMonthOfYear { get; set; } /// <summary>schedule frequency type</summary> string PatternScheduleFrequencyType { get; set; } /// <summary>start date of schedule in epoch format</summary> long? PatternStartDate { get; set; } /// <summary>start time of schedule in seconds for daily, weekly, monthly, yearly frequency</summary> long? PatternStartTime { get; set; } /// <summary>Specific week of a month</summary> string PatternWeekOfMonth { get; set; } /// <summary>Days of the week for weekly frequency</summary> System.Collections.Generic.List<string> PatternWeeklyDays { get; set; } /// <summary>Describes the Schedule object for Data Classification Plan</summary> Commvault.Powershell.Models.IDcPlanJobSchedule Schedule { get; set; } string ScheduleName { get; set; } Commvault.Powershell.Models.IContentIndexingFrequencyPattern SchedulePattern { get; set; } /// <summary>Enables\Disables Threat Analysis support for DC Plan</summary> bool? ThreatAnalysis { get; set; } } } |