generated/api/Models/KubernetesApplicationGroupSummaryInfo.PowerShell.cs
// Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.9.4, generator: @autorest/powershell@3.0.415) // 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 <see "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 <see "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> /// 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="className" /> 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 ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).Plan = (Commvault.Powershell.Models.IIdName) content.GetValueForProperty("Plan",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).Plan, Commvault.Powershell.Models.IdNameTypeConverter.ConvertFrom); ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).Timezone = (Commvault.Powershell.Models.IIdName) content.GetValueForProperty("Timezone",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).Timezone, Commvault.Powershell.Models.IdNameTypeConverter.ConvertFrom); ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).Content = (Commvault.Powershell.Models.IKubernetesApplicationGroupContentItem) content.GetValueForProperty("Content",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).Content, Commvault.Powershell.Models.KubernetesApplicationGroupContentItemTypeConverter.ConvertFrom); ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).Filters = (Commvault.Powershell.Models.IKubernetesApplicationGroupFilterItem) content.GetValueForProperty("Filters",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).Filters, Commvault.Powershell.Models.KubernetesApplicationGroupFilterItemTypeConverter.ConvertFrom); ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).LastBackup = (Commvault.Powershell.Models.ILastBackupJobInfo) content.GetValueForProperty("LastBackup",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).LastBackup, Commvault.Powershell.Models.LastBackupJobInfoTypeConverter.ConvertFrom); ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).ActivityControl = (Commvault.Powershell.Models.IApplicationGroupActivityControl) content.GetValueForProperty("ActivityControl",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).ActivityControl, Commvault.Powershell.Models.ApplicationGroupActivityControlTypeConverter.ConvertFrom); ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).Options = (Commvault.Powershell.Models.IApplicationGroupGetOptions) content.GetValueForProperty("Options",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).Options, Commvault.Powershell.Models.ApplicationGroupGetOptionsTypeConverter.ConvertFrom); ((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))); ((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))); ((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))); ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).Tags = (Commvault.Powershell.Models.IIdNameValue[]) content.GetValueForProperty("Tags",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).Tags, __y => TypeConverterExtensions.SelectToArray<Commvault.Powershell.Models.IIdNameValue>(__y, Commvault.Powershell.Models.IdNameValueTypeConverter.ConvertFrom)); ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).AccessNodes = (Commvault.Powershell.Models.IIdName[]) content.GetValueForProperty("AccessNodes",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).AccessNodes, __y => TypeConverterExtensions.SelectToArray<Commvault.Powershell.Models.IIdName>(__y, Commvault.Powershell.Models.IdNameTypeConverter.ConvertFrom)); ((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))); ((Commvault.Powershell.Models.IKubernetesApplicationGroupCommonPropsInternal)this).ClusterName = (string) content.GetValueForProperty("ClusterName",((Commvault.Powershell.Models.IKubernetesApplicationGroupCommonPropsInternal)this).ClusterName, global::System.Convert.ToString); ((Commvault.Powershell.Models.IKubernetesApplicationGroupCommonPropsInternal)this).ClusterDisplayName = (string) content.GetValueForProperty("ClusterDisplayName",((Commvault.Powershell.Models.IKubernetesApplicationGroupCommonPropsInternal)this).ClusterDisplayName, global::System.Convert.ToString); ((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))); ((Commvault.Powershell.Models.IKubernetesApplicationGroupCommonPropsInternal)this).InstanceName = (string) content.GetValueForProperty("InstanceName",((Commvault.Powershell.Models.IKubernetesApplicationGroupCommonPropsInternal)this).InstanceName, global::System.Convert.ToString); ((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))); ((Commvault.Powershell.Models.IKubernetesApplicationGroupCommonPropsInternal)this).BackupsetName = (string) content.GetValueForProperty("BackupsetName",((Commvault.Powershell.Models.IKubernetesApplicationGroupCommonPropsInternal)this).BackupsetName, global::System.Convert.ToString); ((Commvault.Powershell.Models.IKubernetesApplicationGroupCommonPropsInternal)this).Cluster = (Commvault.Powershell.Models.IIdNameDisplayName) content.GetValueForProperty("Cluster",((Commvault.Powershell.Models.IKubernetesApplicationGroupCommonPropsInternal)this).Cluster, Commvault.Powershell.Models.IdNameDisplayNameTypeConverter.ConvertFrom); ((Commvault.Powershell.Models.IKubernetesApplicationGroupCommonPropsInternal)this).Instance = (Commvault.Powershell.Models.IIdName) content.GetValueForProperty("Instance",((Commvault.Powershell.Models.IKubernetesApplicationGroupCommonPropsInternal)this).Instance, Commvault.Powershell.Models.IdNameTypeConverter.ConvertFrom); ((Commvault.Powershell.Models.IKubernetesApplicationGroupCommonPropsInternal)this).Backupset = (Commvault.Powershell.Models.IIdName) content.GetValueForProperty("Backupset",((Commvault.Powershell.Models.IKubernetesApplicationGroupCommonPropsInternal)this).Backupset, Commvault.Powershell.Models.IdNameTypeConverter.ConvertFrom); ((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))); ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).PlanName = (string) content.GetValueForProperty("PlanName",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).PlanName, global::System.Convert.ToString); ((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))); ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).TimezoneName = (string) content.GetValueForProperty("TimezoneName",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).TimezoneName, global::System.Convert.ToString); ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).ContentApplications = (Commvault.Powershell.Models.IKubernetesContentApplications[]) content.GetValueForProperty("ContentApplications",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).ContentApplications, __y => TypeConverterExtensions.SelectToArray<Commvault.Powershell.Models.IKubernetesContentApplications>(__y, Commvault.Powershell.Models.KubernetesContentApplicationsTypeConverter.ConvertFrom)); ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).ContentLabelSelectors = (Commvault.Powershell.Models.IKubernetesContentSelectors[]) content.GetValueForProperty("ContentLabelSelectors",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).ContentLabelSelectors, __y => TypeConverterExtensions.SelectToArray<Commvault.Powershell.Models.IKubernetesContentSelectors>(__y, Commvault.Powershell.Models.KubernetesContentSelectorsTypeConverter.ConvertFrom)); ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).FilterApplications = (Commvault.Powershell.Models.IKubernetesContentApplications[]) content.GetValueForProperty("FilterApplications",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).FilterApplications, __y => TypeConverterExtensions.SelectToArray<Commvault.Powershell.Models.IKubernetesContentApplications>(__y, Commvault.Powershell.Models.KubernetesContentApplicationsTypeConverter.ConvertFrom)); ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).FilterLabelSelectors = (Commvault.Powershell.Models.IKubernetesContentSelectors[]) content.GetValueForProperty("FilterLabelSelectors",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).FilterLabelSelectors, __y => TypeConverterExtensions.SelectToArray<Commvault.Powershell.Models.IKubernetesContentSelectors>(__y, Commvault.Powershell.Models.KubernetesContentSelectorsTypeConverter.ConvertFrom)); ((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))); ((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))); ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).LastBackupStatus = (string) content.GetValueForProperty("LastBackupStatus",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).LastBackupStatus, global::System.Convert.ToString); ((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))); ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).LastBackupFailureReason = (string) content.GetValueForProperty("LastBackupFailureReason",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).LastBackupFailureReason, global::System.Convert.ToString); ((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))); ((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))); ((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))); 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 ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).Plan = (Commvault.Powershell.Models.IIdName) content.GetValueForProperty("Plan",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).Plan, Commvault.Powershell.Models.IdNameTypeConverter.ConvertFrom); ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).Timezone = (Commvault.Powershell.Models.IIdName) content.GetValueForProperty("Timezone",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).Timezone, Commvault.Powershell.Models.IdNameTypeConverter.ConvertFrom); ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).Content = (Commvault.Powershell.Models.IKubernetesApplicationGroupContentItem) content.GetValueForProperty("Content",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).Content, Commvault.Powershell.Models.KubernetesApplicationGroupContentItemTypeConverter.ConvertFrom); ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).Filters = (Commvault.Powershell.Models.IKubernetesApplicationGroupFilterItem) content.GetValueForProperty("Filters",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).Filters, Commvault.Powershell.Models.KubernetesApplicationGroupFilterItemTypeConverter.ConvertFrom); ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).LastBackup = (Commvault.Powershell.Models.ILastBackupJobInfo) content.GetValueForProperty("LastBackup",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).LastBackup, Commvault.Powershell.Models.LastBackupJobInfoTypeConverter.ConvertFrom); ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).ActivityControl = (Commvault.Powershell.Models.IApplicationGroupActivityControl) content.GetValueForProperty("ActivityControl",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).ActivityControl, Commvault.Powershell.Models.ApplicationGroupActivityControlTypeConverter.ConvertFrom); ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).Options = (Commvault.Powershell.Models.IApplicationGroupGetOptions) content.GetValueForProperty("Options",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).Options, Commvault.Powershell.Models.ApplicationGroupGetOptionsTypeConverter.ConvertFrom); ((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))); ((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))); ((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))); ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).Tags = (Commvault.Powershell.Models.IIdNameValue[]) content.GetValueForProperty("Tags",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).Tags, __y => TypeConverterExtensions.SelectToArray<Commvault.Powershell.Models.IIdNameValue>(__y, Commvault.Powershell.Models.IdNameValueTypeConverter.ConvertFrom)); ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).AccessNodes = (Commvault.Powershell.Models.IIdName[]) content.GetValueForProperty("AccessNodes",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).AccessNodes, __y => TypeConverterExtensions.SelectToArray<Commvault.Powershell.Models.IIdName>(__y, Commvault.Powershell.Models.IdNameTypeConverter.ConvertFrom)); ((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))); ((Commvault.Powershell.Models.IKubernetesApplicationGroupCommonPropsInternal)this).ClusterName = (string) content.GetValueForProperty("ClusterName",((Commvault.Powershell.Models.IKubernetesApplicationGroupCommonPropsInternal)this).ClusterName, global::System.Convert.ToString); ((Commvault.Powershell.Models.IKubernetesApplicationGroupCommonPropsInternal)this).ClusterDisplayName = (string) content.GetValueForProperty("ClusterDisplayName",((Commvault.Powershell.Models.IKubernetesApplicationGroupCommonPropsInternal)this).ClusterDisplayName, global::System.Convert.ToString); ((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))); ((Commvault.Powershell.Models.IKubernetesApplicationGroupCommonPropsInternal)this).InstanceName = (string) content.GetValueForProperty("InstanceName",((Commvault.Powershell.Models.IKubernetesApplicationGroupCommonPropsInternal)this).InstanceName, global::System.Convert.ToString); ((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))); ((Commvault.Powershell.Models.IKubernetesApplicationGroupCommonPropsInternal)this).BackupsetName = (string) content.GetValueForProperty("BackupsetName",((Commvault.Powershell.Models.IKubernetesApplicationGroupCommonPropsInternal)this).BackupsetName, global::System.Convert.ToString); ((Commvault.Powershell.Models.IKubernetesApplicationGroupCommonPropsInternal)this).Cluster = (Commvault.Powershell.Models.IIdNameDisplayName) content.GetValueForProperty("Cluster",((Commvault.Powershell.Models.IKubernetesApplicationGroupCommonPropsInternal)this).Cluster, Commvault.Powershell.Models.IdNameDisplayNameTypeConverter.ConvertFrom); ((Commvault.Powershell.Models.IKubernetesApplicationGroupCommonPropsInternal)this).Instance = (Commvault.Powershell.Models.IIdName) content.GetValueForProperty("Instance",((Commvault.Powershell.Models.IKubernetesApplicationGroupCommonPropsInternal)this).Instance, Commvault.Powershell.Models.IdNameTypeConverter.ConvertFrom); ((Commvault.Powershell.Models.IKubernetesApplicationGroupCommonPropsInternal)this).Backupset = (Commvault.Powershell.Models.IIdName) content.GetValueForProperty("Backupset",((Commvault.Powershell.Models.IKubernetesApplicationGroupCommonPropsInternal)this).Backupset, Commvault.Powershell.Models.IdNameTypeConverter.ConvertFrom); ((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))); ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).PlanName = (string) content.GetValueForProperty("PlanName",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).PlanName, global::System.Convert.ToString); ((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))); ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).TimezoneName = (string) content.GetValueForProperty("TimezoneName",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).TimezoneName, global::System.Convert.ToString); ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).ContentApplications = (Commvault.Powershell.Models.IKubernetesContentApplications[]) content.GetValueForProperty("ContentApplications",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).ContentApplications, __y => TypeConverterExtensions.SelectToArray<Commvault.Powershell.Models.IKubernetesContentApplications>(__y, Commvault.Powershell.Models.KubernetesContentApplicationsTypeConverter.ConvertFrom)); ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).ContentLabelSelectors = (Commvault.Powershell.Models.IKubernetesContentSelectors[]) content.GetValueForProperty("ContentLabelSelectors",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).ContentLabelSelectors, __y => TypeConverterExtensions.SelectToArray<Commvault.Powershell.Models.IKubernetesContentSelectors>(__y, Commvault.Powershell.Models.KubernetesContentSelectorsTypeConverter.ConvertFrom)); ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).FilterApplications = (Commvault.Powershell.Models.IKubernetesContentApplications[]) content.GetValueForProperty("FilterApplications",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).FilterApplications, __y => TypeConverterExtensions.SelectToArray<Commvault.Powershell.Models.IKubernetesContentApplications>(__y, Commvault.Powershell.Models.KubernetesContentApplicationsTypeConverter.ConvertFrom)); ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).FilterLabelSelectors = (Commvault.Powershell.Models.IKubernetesContentSelectors[]) content.GetValueForProperty("FilterLabelSelectors",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).FilterLabelSelectors, __y => TypeConverterExtensions.SelectToArray<Commvault.Powershell.Models.IKubernetesContentSelectors>(__y, Commvault.Powershell.Models.KubernetesContentSelectorsTypeConverter.ConvertFrom)); ((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))); ((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))); ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).LastBackupStatus = (string) content.GetValueForProperty("LastBackupStatus",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).LastBackupStatus, global::System.Convert.ToString); ((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))); ((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).LastBackupFailureReason = (string) content.GetValueForProperty("LastBackupFailureReason",((Commvault.Powershell.Models.IKubernetesApplicationGroupSummaryInfoInternal)this).LastBackupFailureReason, global::System.Convert.ToString); ((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))); ((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))); ((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))); 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(); } /// Summary of a Kubernetes Application [System.ComponentModel.TypeConverter(typeof(KubernetesApplicationGroupSummaryInfoTypeConverter))] public partial interface IKubernetesApplicationGroupSummaryInfo { } } |