generated/api/Models/KubernetesApplicationGroupSummaryInfo.PowerShell.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 Commvault.Powershell.Runtime.PowerShell; /// <summary>Summary of a Kubernetes Application</summary> [System.ComponentModel.TypeConverter(typeof(KubernetesApplicationGroupSummaryInfoTypeConverter))] public partial class KubernetesApplicationGroupSummaryInfo { /// <summary> /// <c>AfterDeserializeDictionary</c> will be called after the deserialization has finished, allowing customization of the /// object before it is returned. Implement this method in a partial class to enable this behavior /// </summary> /// <param name="content">The global::System.Collections.IDictionary content that should be used.</param> partial void AfterDeserializeDictionary(global::System.Collections.IDictionary content); /// <summary> /// <c>AfterDeserializePSObject</c> will be called after the deserialization has finished, allowing customization of the object /// before it is returned. Implement this method in a partial class to enable this behavior /// </summary> /// <param name="content">The global::System.Management.Automation.PSObject content that should be used.</param> partial void AfterDeserializePSObject(global::System.Management.Automation.PSObject content); /// <summary> /// <c>BeforeDeserializeDictionary</c> will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. /// If you wish to disable the default deserialization entirely, return <c>true</c> in the <paramref name="returnNow" /> output /// parameter. /// Implement this method in a partial class to enable this behavior. /// </summary> /// <param name="content">The global::System.Collections.IDictionary content that should be used.</param> /// <param name="returnNow">Determines if the rest of the serialization should be processed, or if the method should return /// instantly.</param> partial void BeforeDeserializeDictionary(global::System.Collections.IDictionary content, ref bool returnNow); /// <summary> /// <c>BeforeDeserializePSObject</c> will be called before the deserialization has commenced, allowing complete customization /// of the object before it is deserialized. /// If you wish to disable the default deserialization entirely, return <c>true</c> in the <paramref name="returnNow" /> output /// parameter. /// Implement this method in a partial class to enable this behavior. /// </summary> /// <param name="content">The global::System.Management.Automation.PSObject content that should be used.</param> /// <param name="returnNow">Determines if the rest of the serialization should be processed, or if the method should return /// instantly.</param> partial void BeforeDeserializePSObject(global::System.Management.Automation.PSObject content, ref bool returnNow); /// <summary> /// <c>OverrideToString</c> will be called if it is implemented. Implement this method in a partial class to enable this behavior /// </summary> /// <param name="stringResult">/// instance serialized to a string, normally it is a Json</param> /// <param name="returnNow">/// set returnNow to true if you provide a customized OverrideToString function</param> partial void OverrideToString(ref string stringResult, ref bool returnNow); /// <summary> /// Deserializes a <see cref="global::System.Collections.IDictionary" /> into an instance of <see cref="Commvault.Powershell.Models.KubernetesApplicationGroupSummaryInfo" /// />. /// </summary> /// <param name="content">The global::System.Collections.IDictionary content that should be used.</param> /// <returns> /// an instance of <see cref="Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfo" />. /// </returns> public static Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfo DeserializeFromDictionary(global::System.Collections.IDictionary content) { return new KubernetesApplicationGroupSummaryInfo(content); } /// <summary> /// Deserializes a <see cref="global::System.Management.Automation.PSObject" /> into an instance of <see cref="Commvault.Powershell.Models.KubernetesApplicationGroupSummaryInfo" /// />. /// </summary> /// <param name="content">The global::System.Management.Automation.PSObject content that should be used.</param> /// <returns> /// an instance of <see cref="Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfo" />. /// </returns> public static Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfo DeserializeFromPSObject(global::System.Management.Automation.PSObject content) { return new KubernetesApplicationGroupSummaryInfo(content); } /// <summary> /// Creates a new instance of <see cref="KubernetesApplicationGroupSummaryInfo" />, deserializing the content from a json /// string. /// </summary> /// <param name="jsonText">a string containing a JSON serialized instance of this model.</param> /// <returns> /// an instance of the <see cref="KubernetesApplicationGroupSummaryInfo" /> model class. /// </returns> public static Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfo FromJsonString(string jsonText) => FromJson(Commvault.Powershell.Runtime.Json.JsonNode.Parse(jsonText)); /// <summary> /// Deserializes a <see cref="global::System.Collections.IDictionary" /> into a new instance of <see cref="Commvault.Powershell.Models.KubernetesApplicationGroupSummaryInfo" /// />. /// </summary> /// <param name="content">The global::System.Collections.IDictionary content that should be used.</param> internal KubernetesApplicationGroupSummaryInfo(global::System.Collections.IDictionary content) { bool returnNow = false; BeforeDeserializeDictionary(content, ref returnNow); if (returnNow) { return; } // actually deserialize if (content.Contains("Plan")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).Plan = (Commvault.Powershell.Models.IIdName) content.GetValueForProperty("Plan",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).Plan, Commvault.Powershell.Models.IdNameTypeConverter.ConvertFrom); } if (content.Contains("Timezone")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).Timezone = (Commvault.Powershell.Models.IIdName) content.GetValueForProperty("Timezone",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).Timezone, Commvault.Powershell.Models.IdNameTypeConverter.ConvertFrom); } if (content.Contains("Content")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).Content = (Commvault.Powershell.Models.IKubernetesApplicationGroupContentItem) content.GetValueForProperty("Content",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).Content, Commvault.Powershell.Models.KubernetesApplicationGroupContentItemTypeConverter.ConvertFrom); } if (content.Contains("Filters")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).Filters = (Commvault.Powershell.Models.IKubernetesApplicationGroupFilterItem) content.GetValueForProperty("Filters",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).Filters, Commvault.Powershell.Models.KubernetesApplicationGroupFilterItemTypeConverter.ConvertFrom); } if (content.Contains("LastBackup")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).LastBackup = (Commvault.Powershell.Models.ILastBackupJobInfo) content.GetValueForProperty("LastBackup",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).LastBackup, Commvault.Powershell.Models.LastBackupJobInfoTypeConverter.ConvertFrom); } if (content.Contains("ActivityControl")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).ActivityControl = (Commvault.Powershell.Models.IApplicationGroupActivityControl) content.GetValueForProperty("ActivityControl",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).ActivityControl, Commvault.Powershell.Models.ApplicationGroupActivityControlTypeConverter.ConvertFrom); } if (content.Contains("Options")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).Options = (Commvault.Powershell.Models.IApplicationGroupGetOptions) content.GetValueForProperty("Options",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).Options, Commvault.Powershell.Models.ApplicationGroupGetOptionsTypeConverter.ConvertFrom); } if (content.Contains("NextBackupTime")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).NextBackupTime = (long?) content.GetValueForProperty("NextBackupTime",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).NextBackupTime, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); } if (content.Contains("IsEtcdApplicationGroup")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).IsEtcdApplicationGroup = (bool?) content.GetValueForProperty("IsEtcdApplicationGroup",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).IsEtcdApplicationGroup, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); } if (content.Contains("IsDefaultApplicationGroup")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).IsDefaultApplicationGroup = (bool?) content.GetValueForProperty("IsDefaultApplicationGroup",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).IsDefaultApplicationGroup, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); } if (content.Contains("Tags")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).Tags = (System.Collections.Generic.List<Commvault.Powershell.Models.IIdNameValue>) content.GetValueForProperty("Tags",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).Tags, __y => TypeConverterExtensions.SelectToList<Commvault.Powershell.Models.IIdNameValue>(__y, Commvault.Powershell.Models.IdNameValueTypeConverter.ConvertFrom)); } if (content.Contains("AccessNodes")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).AccessNodes = (System.Collections.Generic.List<Commvault.Powershell.Models.IIdName>) content.GetValueForProperty("AccessNodes",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).AccessNodes, __y => TypeConverterExtensions.SelectToList<Commvault.Powershell.Models.IIdName>(__y, Commvault.Powershell.Models.IdNameTypeConverter.ConvertFrom)); } if (content.Contains("ClusterId")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupCommonPropsInternal)this).ClusterId = (long?) content.GetValueForProperty("ClusterId",((Commvault.Powershell.Models.IKubernetesApplicationGroupCommonPropsInternal)this).ClusterId, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); } if (content.Contains("ClusterName")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupCommonPropsInternal)this).ClusterName = (string) content.GetValueForProperty("ClusterName",((Commvault.Powershell.Models.IKubernetesApplicationGroupCommonPropsInternal)this).ClusterName, global::System.Convert.ToString); } if (content.Contains("ClusterDisplayName")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupCommonPropsInternal)this).ClusterDisplayName = (string) content.GetValueForProperty("ClusterDisplayName",((Commvault.Powershell.Models.IKubernetesApplicationGroupCommonPropsInternal)this).ClusterDisplayName, global::System.Convert.ToString); } if (content.Contains("InstanceId")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupCommonPropsInternal)this).InstanceId = (long?) content.GetValueForProperty("InstanceId",((Commvault.Powershell.Models.IKubernetesApplicationGroupCommonPropsInternal)this).InstanceId, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); } if (content.Contains("InstanceName")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupCommonPropsInternal)this).InstanceName = (string) content.GetValueForProperty("InstanceName",((Commvault.Powershell.Models.IKubernetesApplicationGroupCommonPropsInternal)this).InstanceName, global::System.Convert.ToString); } if (content.Contains("BackupsetId")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupCommonPropsInternal)this).BackupsetId = (long?) content.GetValueForProperty("BackupsetId",((Commvault.Powershell.Models.IKubernetesApplicationGroupCommonPropsInternal)this).BackupsetId, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); } if (content.Contains("BackupsetName")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupCommonPropsInternal)this).BackupsetName = (string) content.GetValueForProperty("BackupsetName",((Commvault.Powershell.Models.IKubernetesApplicationGroupCommonPropsInternal)this).BackupsetName, global::System.Convert.ToString); } if (content.Contains("Cluster")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupCommonPropsInternal)this).Cluster = (Commvault.Powershell.Models.IIdNameDisplayName) content.GetValueForProperty("Cluster",((Commvault.Powershell.Models.IKubernetesApplicationGroupCommonPropsInternal)this).Cluster, Commvault.Powershell.Models.IdNameDisplayNameTypeConverter.ConvertFrom); } if (content.Contains("Instance")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupCommonPropsInternal)this).Instance = (Commvault.Powershell.Models.IIdName) content.GetValueForProperty("Instance",((Commvault.Powershell.Models.IKubernetesApplicationGroupCommonPropsInternal)this).Instance, Commvault.Powershell.Models.IdNameTypeConverter.ConvertFrom); } if (content.Contains("Backupset")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupCommonPropsInternal)this).Backupset = (Commvault.Powershell.Models.IIdName) content.GetValueForProperty("Backupset",((Commvault.Powershell.Models.IKubernetesApplicationGroupCommonPropsInternal)this).Backupset, Commvault.Powershell.Models.IdNameTypeConverter.ConvertFrom); } if (content.Contains("PlanId")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).PlanId = (long?) content.GetValueForProperty("PlanId",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).PlanId, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); } if (content.Contains("PlanName")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).PlanName = (string) content.GetValueForProperty("PlanName",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).PlanName, global::System.Convert.ToString); } if (content.Contains("TimezoneId")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).TimezoneId = (long?) content.GetValueForProperty("TimezoneId",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).TimezoneId, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); } if (content.Contains("TimezoneName")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).TimezoneName = (string) content.GetValueForProperty("TimezoneName",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).TimezoneName, global::System.Convert.ToString); } if (content.Contains("ContentApplications")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).ContentApplications = (System.Collections.Generic.List<Commvault.Powershell.Models.IKubernetesContentApplications>) content.GetValueForProperty("ContentApplications",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).ContentApplications, __y => TypeConverterExtensions.SelectToList<Commvault.Powershell.Models.IKubernetesContentApplications>(__y, Commvault.Powershell.Models.KubernetesContentApplicationsTypeConverter.ConvertFrom)); } if (content.Contains("ContentLabelSelectors")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).ContentLabelSelectors = (System.Collections.Generic.List<Commvault.Powershell.Models.IKubernetesContentSelectors>) content.GetValueForProperty("ContentLabelSelectors",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).ContentLabelSelectors, __y => TypeConverterExtensions.SelectToList<Commvault.Powershell.Models.IKubernetesContentSelectors>(__y, Commvault.Powershell.Models.KubernetesContentSelectorsTypeConverter.ConvertFrom)); } if (content.Contains("FilterApplications")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).FilterApplications = (System.Collections.Generic.List<Commvault.Powershell.Models.IKubernetesContentApplications>) content.GetValueForProperty("FilterApplications",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).FilterApplications, __y => TypeConverterExtensions.SelectToList<Commvault.Powershell.Models.IKubernetesContentApplications>(__y, Commvault.Powershell.Models.KubernetesContentApplicationsTypeConverter.ConvertFrom)); } if (content.Contains("FilterLabelSelectors")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).FilterLabelSelectors = (System.Collections.Generic.List<Commvault.Powershell.Models.IKubernetesContentSelectors>) content.GetValueForProperty("FilterLabelSelectors",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).FilterLabelSelectors, __y => TypeConverterExtensions.SelectToList<Commvault.Powershell.Models.IKubernetesContentSelectors>(__y, Commvault.Powershell.Models.KubernetesContentSelectorsTypeConverter.ConvertFrom)); } if (content.Contains("FilterSkipStatelessApps")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).FilterSkipStatelessApps = (bool?) content.GetValueForProperty("FilterSkipStatelessApps",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).FilterSkipStatelessApps, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); } if (content.Contains("LastBackupJobId")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).LastBackupJobId = (long?) content.GetValueForProperty("LastBackupJobId",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).LastBackupJobId, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); } if (content.Contains("LastBackupStatus")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).LastBackupStatus = (string) content.GetValueForProperty("LastBackupStatus",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).LastBackupStatus, global::System.Convert.ToString); } if (content.Contains("LastBackupTime")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).LastBackupTime = (long?) content.GetValueForProperty("LastBackupTime",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).LastBackupTime, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); } if (content.Contains("LastBackupFailureReason")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).LastBackupFailureReason = (string) content.GetValueForProperty("LastBackupFailureReason",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).LastBackupFailureReason, global::System.Convert.ToString); } if (content.Contains("ActivityControlEnableBackup")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).ActivityControlEnableBackup = (bool?) content.GetValueForProperty("ActivityControlEnableBackup",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).ActivityControlEnableBackup, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); } if (content.Contains("OptionWorkerResources")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).OptionWorkerResources = (Commvault.Powershell.Models.IApplicationGroupWorkerResourcesOptions) content.GetValueForProperty("OptionWorkerResources",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).OptionWorkerResources, Commvault.Powershell.Models.ApplicationGroupWorkerResourcesOptionsTypeConverter.ConvertFrom); } if (content.Contains("OptionBackupStreams")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).OptionBackupStreams = (long?) content.GetValueForProperty("OptionBackupStreams",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).OptionBackupStreams, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); } if (content.Contains("OptionJobStartTime")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).OptionJobStartTime = (long?) content.GetValueForProperty("OptionJobStartTime",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).OptionJobStartTime, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); } if (content.Contains("OptionOnSnapFailureFallbackToLiveVolume")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).OptionOnSnapFailureFallbackToLiveVolume = (bool?) content.GetValueForProperty("OptionOnSnapFailureFallbackToLiveVolume",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).OptionOnSnapFailureFallbackToLiveVolume, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); } if (content.Contains("OptionScheduleWorkerToConfigNamespace")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).OptionScheduleWorkerToConfigNamespace = (bool?) content.GetValueForProperty("OptionScheduleWorkerToConfigNamespace",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).OptionScheduleWorkerToConfigNamespace, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); } if (content.Contains("WorkerResourceCpuLimits")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).WorkerResourceCpuLimits = (string) content.GetValueForProperty("WorkerResourceCpuLimits",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).WorkerResourceCpuLimits, global::System.Convert.ToString); } if (content.Contains("WorkerResourceCpuRequests")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).WorkerResourceCpuRequests = (string) content.GetValueForProperty("WorkerResourceCpuRequests",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).WorkerResourceCpuRequests, global::System.Convert.ToString); } if (content.Contains("WorkerResourceMemoryLimits")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).WorkerResourceMemoryLimits = (string) content.GetValueForProperty("WorkerResourceMemoryLimits",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).WorkerResourceMemoryLimits, global::System.Convert.ToString); } if (content.Contains("WorkerResourceMemoryRequests")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).WorkerResourceMemoryRequests = (string) content.GetValueForProperty("WorkerResourceMemoryRequests",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).WorkerResourceMemoryRequests, global::System.Convert.ToString); } AfterDeserializeDictionary(content); } /// <summary> /// Deserializes a <see cref="global::System.Management.Automation.PSObject" /> into a new instance of <see cref="Commvault.Powershell.Models.KubernetesApplicationGroupSummaryInfo" /// />. /// </summary> /// <param name="content">The global::System.Management.Automation.PSObject content that should be used.</param> internal KubernetesApplicationGroupSummaryInfo(global::System.Management.Automation.PSObject content) { bool returnNow = false; BeforeDeserializePSObject(content, ref returnNow); if (returnNow) { return; } // actually deserialize if (content.Contains("Plan")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).Plan = (Commvault.Powershell.Models.IIdName) content.GetValueForProperty("Plan",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).Plan, Commvault.Powershell.Models.IdNameTypeConverter.ConvertFrom); } if (content.Contains("Timezone")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).Timezone = (Commvault.Powershell.Models.IIdName) content.GetValueForProperty("Timezone",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).Timezone, Commvault.Powershell.Models.IdNameTypeConverter.ConvertFrom); } if (content.Contains("Content")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).Content = (Commvault.Powershell.Models.IKubernetesApplicationGroupContentItem) content.GetValueForProperty("Content",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).Content, Commvault.Powershell.Models.KubernetesApplicationGroupContentItemTypeConverter.ConvertFrom); } if (content.Contains("Filters")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).Filters = (Commvault.Powershell.Models.IKubernetesApplicationGroupFilterItem) content.GetValueForProperty("Filters",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).Filters, Commvault.Powershell.Models.KubernetesApplicationGroupFilterItemTypeConverter.ConvertFrom); } if (content.Contains("LastBackup")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).LastBackup = (Commvault.Powershell.Models.ILastBackupJobInfo) content.GetValueForProperty("LastBackup",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).LastBackup, Commvault.Powershell.Models.LastBackupJobInfoTypeConverter.ConvertFrom); } if (content.Contains("ActivityControl")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).ActivityControl = (Commvault.Powershell.Models.IApplicationGroupActivityControl) content.GetValueForProperty("ActivityControl",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).ActivityControl, Commvault.Powershell.Models.ApplicationGroupActivityControlTypeConverter.ConvertFrom); } if (content.Contains("Options")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).Options = (Commvault.Powershell.Models.IApplicationGroupGetOptions) content.GetValueForProperty("Options",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).Options, Commvault.Powershell.Models.ApplicationGroupGetOptionsTypeConverter.ConvertFrom); } if (content.Contains("NextBackupTime")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).NextBackupTime = (long?) content.GetValueForProperty("NextBackupTime",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).NextBackupTime, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); } if (content.Contains("IsEtcdApplicationGroup")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).IsEtcdApplicationGroup = (bool?) content.GetValueForProperty("IsEtcdApplicationGroup",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).IsEtcdApplicationGroup, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); } if (content.Contains("IsDefaultApplicationGroup")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).IsDefaultApplicationGroup = (bool?) content.GetValueForProperty("IsDefaultApplicationGroup",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).IsDefaultApplicationGroup, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); } if (content.Contains("Tags")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).Tags = (System.Collections.Generic.List<Commvault.Powershell.Models.IIdNameValue>) content.GetValueForProperty("Tags",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).Tags, __y => TypeConverterExtensions.SelectToList<Commvault.Powershell.Models.IIdNameValue>(__y, Commvault.Powershell.Models.IdNameValueTypeConverter.ConvertFrom)); } if (content.Contains("AccessNodes")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).AccessNodes = (System.Collections.Generic.List<Commvault.Powershell.Models.IIdName>) content.GetValueForProperty("AccessNodes",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).AccessNodes, __y => TypeConverterExtensions.SelectToList<Commvault.Powershell.Models.IIdName>(__y, Commvault.Powershell.Models.IdNameTypeConverter.ConvertFrom)); } if (content.Contains("ClusterId")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupCommonPropsInternal)this).ClusterId = (long?) content.GetValueForProperty("ClusterId",((Commvault.Powershell.Models.IKubernetesApplicationGroupCommonPropsInternal)this).ClusterId, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); } if (content.Contains("ClusterName")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupCommonPropsInternal)this).ClusterName = (string) content.GetValueForProperty("ClusterName",((Commvault.Powershell.Models.IKubernetesApplicationGroupCommonPropsInternal)this).ClusterName, global::System.Convert.ToString); } if (content.Contains("ClusterDisplayName")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupCommonPropsInternal)this).ClusterDisplayName = (string) content.GetValueForProperty("ClusterDisplayName",((Commvault.Powershell.Models.IKubernetesApplicationGroupCommonPropsInternal)this).ClusterDisplayName, global::System.Convert.ToString); } if (content.Contains("InstanceId")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupCommonPropsInternal)this).InstanceId = (long?) content.GetValueForProperty("InstanceId",((Commvault.Powershell.Models.IKubernetesApplicationGroupCommonPropsInternal)this).InstanceId, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); } if (content.Contains("InstanceName")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupCommonPropsInternal)this).InstanceName = (string) content.GetValueForProperty("InstanceName",((Commvault.Powershell.Models.IKubernetesApplicationGroupCommonPropsInternal)this).InstanceName, global::System.Convert.ToString); } if (content.Contains("BackupsetId")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupCommonPropsInternal)this).BackupsetId = (long?) content.GetValueForProperty("BackupsetId",((Commvault.Powershell.Models.IKubernetesApplicationGroupCommonPropsInternal)this).BackupsetId, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); } if (content.Contains("BackupsetName")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupCommonPropsInternal)this).BackupsetName = (string) content.GetValueForProperty("BackupsetName",((Commvault.Powershell.Models.IKubernetesApplicationGroupCommonPropsInternal)this).BackupsetName, global::System.Convert.ToString); } if (content.Contains("Cluster")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupCommonPropsInternal)this).Cluster = (Commvault.Powershell.Models.IIdNameDisplayName) content.GetValueForProperty("Cluster",((Commvault.Powershell.Models.IKubernetesApplicationGroupCommonPropsInternal)this).Cluster, Commvault.Powershell.Models.IdNameDisplayNameTypeConverter.ConvertFrom); } if (content.Contains("Instance")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupCommonPropsInternal)this).Instance = (Commvault.Powershell.Models.IIdName) content.GetValueForProperty("Instance",((Commvault.Powershell.Models.IKubernetesApplicationGroupCommonPropsInternal)this).Instance, Commvault.Powershell.Models.IdNameTypeConverter.ConvertFrom); } if (content.Contains("Backupset")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupCommonPropsInternal)this).Backupset = (Commvault.Powershell.Models.IIdName) content.GetValueForProperty("Backupset",((Commvault.Powershell.Models.IKubernetesApplicationGroupCommonPropsInternal)this).Backupset, Commvault.Powershell.Models.IdNameTypeConverter.ConvertFrom); } if (content.Contains("PlanId")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).PlanId = (long?) content.GetValueForProperty("PlanId",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).PlanId, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); } if (content.Contains("PlanName")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).PlanName = (string) content.GetValueForProperty("PlanName",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).PlanName, global::System.Convert.ToString); } if (content.Contains("TimezoneId")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).TimezoneId = (long?) content.GetValueForProperty("TimezoneId",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).TimezoneId, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); } if (content.Contains("TimezoneName")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).TimezoneName = (string) content.GetValueForProperty("TimezoneName",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).TimezoneName, global::System.Convert.ToString); } if (content.Contains("ContentApplications")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).ContentApplications = (System.Collections.Generic.List<Commvault.Powershell.Models.IKubernetesContentApplications>) content.GetValueForProperty("ContentApplications",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).ContentApplications, __y => TypeConverterExtensions.SelectToList<Commvault.Powershell.Models.IKubernetesContentApplications>(__y, Commvault.Powershell.Models.KubernetesContentApplicationsTypeConverter.ConvertFrom)); } if (content.Contains("ContentLabelSelectors")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).ContentLabelSelectors = (System.Collections.Generic.List<Commvault.Powershell.Models.IKubernetesContentSelectors>) content.GetValueForProperty("ContentLabelSelectors",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).ContentLabelSelectors, __y => TypeConverterExtensions.SelectToList<Commvault.Powershell.Models.IKubernetesContentSelectors>(__y, Commvault.Powershell.Models.KubernetesContentSelectorsTypeConverter.ConvertFrom)); } if (content.Contains("FilterApplications")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).FilterApplications = (System.Collections.Generic.List<Commvault.Powershell.Models.IKubernetesContentApplications>) content.GetValueForProperty("FilterApplications",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).FilterApplications, __y => TypeConverterExtensions.SelectToList<Commvault.Powershell.Models.IKubernetesContentApplications>(__y, Commvault.Powershell.Models.KubernetesContentApplicationsTypeConverter.ConvertFrom)); } if (content.Contains("FilterLabelSelectors")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).FilterLabelSelectors = (System.Collections.Generic.List<Commvault.Powershell.Models.IKubernetesContentSelectors>) content.GetValueForProperty("FilterLabelSelectors",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).FilterLabelSelectors, __y => TypeConverterExtensions.SelectToList<Commvault.Powershell.Models.IKubernetesContentSelectors>(__y, Commvault.Powershell.Models.KubernetesContentSelectorsTypeConverter.ConvertFrom)); } if (content.Contains("FilterSkipStatelessApps")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).FilterSkipStatelessApps = (bool?) content.GetValueForProperty("FilterSkipStatelessApps",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).FilterSkipStatelessApps, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); } if (content.Contains("LastBackupJobId")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).LastBackupJobId = (long?) content.GetValueForProperty("LastBackupJobId",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).LastBackupJobId, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); } if (content.Contains("LastBackupStatus")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).LastBackupStatus = (string) content.GetValueForProperty("LastBackupStatus",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).LastBackupStatus, global::System.Convert.ToString); } if (content.Contains("LastBackupTime")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).LastBackupTime = (long?) content.GetValueForProperty("LastBackupTime",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).LastBackupTime, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); } if (content.Contains("LastBackupFailureReason")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).LastBackupFailureReason = (string) content.GetValueForProperty("LastBackupFailureReason",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).LastBackupFailureReason, global::System.Convert.ToString); } if (content.Contains("ActivityControlEnableBackup")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).ActivityControlEnableBackup = (bool?) content.GetValueForProperty("ActivityControlEnableBackup",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).ActivityControlEnableBackup, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); } if (content.Contains("OptionWorkerResources")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).OptionWorkerResources = (Commvault.Powershell.Models.IApplicationGroupWorkerResourcesOptions) content.GetValueForProperty("OptionWorkerResources",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).OptionWorkerResources, Commvault.Powershell.Models.ApplicationGroupWorkerResourcesOptionsTypeConverter.ConvertFrom); } if (content.Contains("OptionBackupStreams")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).OptionBackupStreams = (long?) content.GetValueForProperty("OptionBackupStreams",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).OptionBackupStreams, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); } if (content.Contains("OptionJobStartTime")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).OptionJobStartTime = (long?) content.GetValueForProperty("OptionJobStartTime",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).OptionJobStartTime, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long))); } if (content.Contains("OptionOnSnapFailureFallbackToLiveVolume")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).OptionOnSnapFailureFallbackToLiveVolume = (bool?) content.GetValueForProperty("OptionOnSnapFailureFallbackToLiveVolume",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).OptionOnSnapFailureFallbackToLiveVolume, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); } if (content.Contains("OptionScheduleWorkerToConfigNamespace")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).OptionScheduleWorkerToConfigNamespace = (bool?) content.GetValueForProperty("OptionScheduleWorkerToConfigNamespace",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).OptionScheduleWorkerToConfigNamespace, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool))); } if (content.Contains("WorkerResourceCpuLimits")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).WorkerResourceCpuLimits = (string) content.GetValueForProperty("WorkerResourceCpuLimits",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).WorkerResourceCpuLimits, global::System.Convert.ToString); } if (content.Contains("WorkerResourceCpuRequests")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).WorkerResourceCpuRequests = (string) content.GetValueForProperty("WorkerResourceCpuRequests",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).WorkerResourceCpuRequests, global::System.Convert.ToString); } if (content.Contains("WorkerResourceMemoryLimits")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).WorkerResourceMemoryLimits = (string) content.GetValueForProperty("WorkerResourceMemoryLimits",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).WorkerResourceMemoryLimits, global::System.Convert.ToString); } if (content.Contains("WorkerResourceMemoryRequests")) { ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).WorkerResourceMemoryRequests = (string) content.GetValueForProperty("WorkerResourceMemoryRequests",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).WorkerResourceMemoryRequests, global::System.Convert.ToString); } AfterDeserializePSObject(content); } /// <summary>Serializes this instance to a json string.</summary> /// <returns>a <see cref="System.String" /> containing this model serialized to JSON text.</returns> public string ToJsonString() => ToJson(null, Commvault.Powershell.Runtime.SerializationMode.IncludeAll)?.ToString(); public override string ToString() { var returnNow = false; var result = global::System.String.Empty; OverrideToString(ref result, ref returnNow); if (returnNow) { return result; } return ToJsonString(); } } /// Summary of a Kubernetes Application [System.ComponentModel.TypeConverter(typeof(KubernetesApplicationGroupSummaryInfoTypeConverter))] public partial interface IKubernetesApplicationGroupSummaryInfo { } } |