generated/api/Models/PathsXt7ZxhV4StorageCloudCloudstorageidGetResponses200ContentApplicationJsonSchema.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;

    [System.ComponentModel.TypeConverter(typeof(PathsXt7ZxhV4StorageCloudCloudstorageidGetResponses200ContentApplicationJsonSchemaTypeConverter))]
    public partial class PathsXt7ZxhV4StorageCloudCloudstorageidGetResponses200ContentApplicationJsonSchema
    {

        /// <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.PathsXt7ZxhV4StorageCloudCloudstorageidGetResponses200ContentApplicationJsonSchema"
        /// />.
        /// </summary>
        /// <param name="content">The global::System.Collections.IDictionary content that should be used.</param>
        /// <returns>
        /// an instance of <see cref="Commvault.Powershell.Models.IPathsXt7ZxhV4StorageCloudCloudstorageidGetResponses200ContentApplicationJsonSchema"
        /// />.
        /// </returns>
        public static Commvault.Powershell.Models.IPathsXt7ZxhV4StorageCloudCloudstorageidGetResponses200ContentApplicationJsonSchema DeserializeFromDictionary(global::System.Collections.IDictionary content)
        {
            return new PathsXt7ZxhV4StorageCloudCloudstorageidGetResponses200ContentApplicationJsonSchema(content);
        }

        /// <summary>
        /// Deserializes a <see cref="global::System.Management.Automation.PSObject" /> into an instance of <see cref="Commvault.Powershell.Models.PathsXt7ZxhV4StorageCloudCloudstorageidGetResponses200ContentApplicationJsonSchema"
        /// />.
        /// </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.IPathsXt7ZxhV4StorageCloudCloudstorageidGetResponses200ContentApplicationJsonSchema"
        /// />.
        /// </returns>
        public static Commvault.Powershell.Models.IPathsXt7ZxhV4StorageCloudCloudstorageidGetResponses200ContentApplicationJsonSchema DeserializeFromPSObject(global::System.Management.Automation.PSObject content)
        {
            return new PathsXt7ZxhV4StorageCloudCloudstorageidGetResponses200ContentApplicationJsonSchema(content);
        }

        /// <summary>
        /// Creates a new instance of <see cref="PathsXt7ZxhV4StorageCloudCloudstorageidGetResponses200ContentApplicationJsonSchema"
        /// />, 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.IPathsXt7ZxhV4StorageCloudCloudstorageidGetResponses200ContentApplicationJsonSchema 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.PathsXt7ZxhV4StorageCloudCloudstorageidGetResponses200ContentApplicationJsonSchema"
        /// />.
        /// </summary>
        /// <param name="content">The global::System.Collections.IDictionary content that should be used.</param>
        internal PathsXt7ZxhV4StorageCloudCloudstorageidGetResponses200ContentApplicationJsonSchema(global::System.Collections.IDictionary content)
        {
            bool returnNow = false;
            BeforeDeserializeDictionary(content, ref returnNow);
            if (returnNow)
            {
                return;
            }
            // actually deserialize
            ((Commvault.Powershell.Models.IIdNameInternal)this).Id = (long?) content.GetValueForProperty("Id",((Commvault.Powershell.Models.IIdNameInternal)this).Id, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long)));
            ((Commvault.Powershell.Models.IIdNameInternal)this).Name = (string) content.GetValueForProperty("Name",((Commvault.Powershell.Models.IIdNameInternal)this).Name, global::System.Convert.ToString);
            ((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).EncryptionKeyLength = (long?) content.GetValueForProperty("EncryptionKeyLength",((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).EncryptionKeyLength, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long)));
            ((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).CacheConfigurationMetadataCache = (Commvault.Powershell.Models.IMetadataCache[]) content.GetValueForProperty("CacheConfigurationMetadataCache",((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).CacheConfigurationMetadataCache, __y => TypeConverterExtensions.SelectToArray<Commvault.Powershell.Models.IMetadataCache>(__y, Commvault.Powershell.Models.MetadataCacheTypeConverter.ConvertFrom));
            ((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).GeneralType = (string) content.GetValueForProperty("GeneralType",((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).GeneralType, global::System.Convert.ToString);
            ((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).GeneralVendorType = (string) content.GetValueForProperty("GeneralVendorType",((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).GeneralVendorType, global::System.Convert.ToString);
            ((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).GeneralTotalCapacity = (long?) content.GetValueForProperty("GeneralTotalCapacity",((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).GeneralTotalCapacity, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long)));
            ((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).GeneralFreeSpace = (long?) content.GetValueForProperty("GeneralFreeSpace",((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).GeneralFreeSpace, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long)));
            ((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).GeneralSizeOnDisk = (long?) content.GetValueForProperty("GeneralSizeOnDisk",((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).GeneralSizeOnDisk, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long)));
            ((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).GeneralDeduplicationSavings = (string) content.GetValueForProperty("GeneralDeduplicationSavings",((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).GeneralDeduplicationSavings, global::System.Convert.ToString);
            ((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).EncryptionKeyProvider = (Commvault.Powershell.Models.IIdName) content.GetValueForProperty("EncryptionKeyProvider",((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).EncryptionKeyProvider, Commvault.Powershell.Models.IdNameTypeConverter.ConvertFrom);
            ((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).EncryptionEncrypt = (bool?) content.GetValueForProperty("EncryptionEncrypt",((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).EncryptionEncrypt, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool)));
            ((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).EncryptionCipher = (string) content.GetValueForProperty("EncryptionCipher",((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).EncryptionCipher, global::System.Convert.ToString);
            ((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).CacheConfigurationEnable = (bool?) content.GetValueForProperty("CacheConfigurationEnable",((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).CacheConfigurationEnable, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool)));
            ((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).KeyProviderId = (long?) content.GetValueForProperty("KeyProviderId",((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).KeyProviderId, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long)));
            ((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).KeyProviderName = (string) content.GetValueForProperty("KeyProviderName",((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).KeyProviderName, global::System.Convert.ToString);
            ((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).General = (Commvault.Powershell.Models.ICloudStorageGeneralInfo) content.GetValueForProperty("General",((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).General, Commvault.Powershell.Models.CloudStorageGeneralInfoTypeConverter.ConvertFrom);
            ((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).Encryption = (Commvault.Powershell.Models.IEncryption) content.GetValueForProperty("Encryption",((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).Encryption, Commvault.Powershell.Models.EncryptionTypeConverter.ConvertFrom);
            ((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).CacheConfigurations = (Commvault.Powershell.Models.ICacheConfigurations) content.GetValueForProperty("CacheConfigurations",((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).CacheConfigurations, Commvault.Powershell.Models.CacheConfigurationsTypeConverter.ConvertFrom);
            ((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).Bucket = (Commvault.Powershell.Models.IIdNameStatus[]) content.GetValueForProperty("Bucket",((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).Bucket, __y => TypeConverterExtensions.SelectToArray<Commvault.Powershell.Models.IIdNameStatus>(__y, Commvault.Powershell.Models.IdNameStatusTypeConverter.ConvertFrom));
            ((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).Security = (Commvault.Powershell.Models.ISecurityAssoc[]) content.GetValueForProperty("Security",((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).Security, __y => TypeConverterExtensions.SelectToArray<Commvault.Powershell.Models.ISecurityAssoc>(__y, Commvault.Powershell.Models.SecurityAssocTypeConverter.ConvertFrom));
            ((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).AssociatedPlans = (Commvault.Powershell.Models.IIdName[]) content.GetValueForProperty("AssociatedPlans",((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).AssociatedPlans, __y => TypeConverterExtensions.SelectToArray<Commvault.Powershell.Models.IIdName>(__y, Commvault.Powershell.Models.IdNameTypeConverter.ConvertFrom));
            AfterDeserializeDictionary(content);
        }

        /// <summary>
        /// Deserializes a <see cref="global::System.Management.Automation.PSObject" /> into a new instance of <see cref="Commvault.Powershell.Models.PathsXt7ZxhV4StorageCloudCloudstorageidGetResponses200ContentApplicationJsonSchema"
        /// />.
        /// </summary>
        /// <param name="content">The global::System.Management.Automation.PSObject content that should be used.</param>
        internal PathsXt7ZxhV4StorageCloudCloudstorageidGetResponses200ContentApplicationJsonSchema(global::System.Management.Automation.PSObject content)
        {
            bool returnNow = false;
            BeforeDeserializePSObject(content, ref returnNow);
            if (returnNow)
            {
                return;
            }
            // actually deserialize
            ((Commvault.Powershell.Models.IIdNameInternal)this).Id = (long?) content.GetValueForProperty("Id",((Commvault.Powershell.Models.IIdNameInternal)this).Id, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long)));
            ((Commvault.Powershell.Models.IIdNameInternal)this).Name = (string) content.GetValueForProperty("Name",((Commvault.Powershell.Models.IIdNameInternal)this).Name, global::System.Convert.ToString);
            ((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).EncryptionKeyLength = (long?) content.GetValueForProperty("EncryptionKeyLength",((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).EncryptionKeyLength, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long)));
            ((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).CacheConfigurationMetadataCache = (Commvault.Powershell.Models.IMetadataCache[]) content.GetValueForProperty("CacheConfigurationMetadataCache",((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).CacheConfigurationMetadataCache, __y => TypeConverterExtensions.SelectToArray<Commvault.Powershell.Models.IMetadataCache>(__y, Commvault.Powershell.Models.MetadataCacheTypeConverter.ConvertFrom));
            ((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).GeneralType = (string) content.GetValueForProperty("GeneralType",((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).GeneralType, global::System.Convert.ToString);
            ((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).GeneralVendorType = (string) content.GetValueForProperty("GeneralVendorType",((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).GeneralVendorType, global::System.Convert.ToString);
            ((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).GeneralTotalCapacity = (long?) content.GetValueForProperty("GeneralTotalCapacity",((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).GeneralTotalCapacity, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long)));
            ((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).GeneralFreeSpace = (long?) content.GetValueForProperty("GeneralFreeSpace",((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).GeneralFreeSpace, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long)));
            ((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).GeneralSizeOnDisk = (long?) content.GetValueForProperty("GeneralSizeOnDisk",((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).GeneralSizeOnDisk, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long)));
            ((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).GeneralDeduplicationSavings = (string) content.GetValueForProperty("GeneralDeduplicationSavings",((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).GeneralDeduplicationSavings, global::System.Convert.ToString);
            ((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).EncryptionKeyProvider = (Commvault.Powershell.Models.IIdName) content.GetValueForProperty("EncryptionKeyProvider",((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).EncryptionKeyProvider, Commvault.Powershell.Models.IdNameTypeConverter.ConvertFrom);
            ((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).EncryptionEncrypt = (bool?) content.GetValueForProperty("EncryptionEncrypt",((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).EncryptionEncrypt, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool)));
            ((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).EncryptionCipher = (string) content.GetValueForProperty("EncryptionCipher",((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).EncryptionCipher, global::System.Convert.ToString);
            ((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).CacheConfigurationEnable = (bool?) content.GetValueForProperty("CacheConfigurationEnable",((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).CacheConfigurationEnable, (__y)=> (bool) global::System.Convert.ChangeType(__y, typeof(bool)));
            ((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).KeyProviderId = (long?) content.GetValueForProperty("KeyProviderId",((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).KeyProviderId, (__y)=> (long) global::System.Convert.ChangeType(__y, typeof(long)));
            ((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).KeyProviderName = (string) content.GetValueForProperty("KeyProviderName",((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).KeyProviderName, global::System.Convert.ToString);
            ((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).General = (Commvault.Powershell.Models.ICloudStorageGeneralInfo) content.GetValueForProperty("General",((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).General, Commvault.Powershell.Models.CloudStorageGeneralInfoTypeConverter.ConvertFrom);
            ((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).Encryption = (Commvault.Powershell.Models.IEncryption) content.GetValueForProperty("Encryption",((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).Encryption, Commvault.Powershell.Models.EncryptionTypeConverter.ConvertFrom);
            ((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).CacheConfigurations = (Commvault.Powershell.Models.ICacheConfigurations) content.GetValueForProperty("CacheConfigurations",((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).CacheConfigurations, Commvault.Powershell.Models.CacheConfigurationsTypeConverter.ConvertFrom);
            ((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).Bucket = (Commvault.Powershell.Models.IIdNameStatus[]) content.GetValueForProperty("Bucket",((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).Bucket, __y => TypeConverterExtensions.SelectToArray<Commvault.Powershell.Models.IIdNameStatus>(__y, Commvault.Powershell.Models.IdNameStatusTypeConverter.ConvertFrom));
            ((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).Security = (Commvault.Powershell.Models.ISecurityAssoc[]) content.GetValueForProperty("Security",((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).Security, __y => TypeConverterExtensions.SelectToArray<Commvault.Powershell.Models.ISecurityAssoc>(__y, Commvault.Powershell.Models.SecurityAssocTypeConverter.ConvertFrom));
            ((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).AssociatedPlans = (Commvault.Powershell.Models.IIdName[]) content.GetValueForProperty("AssociatedPlans",((Commvault.Powershell.Models.ICloudStorageDetailsInternal)this).AssociatedPlans, __y => TypeConverterExtensions.SelectToArray<Commvault.Powershell.Models.IIdName>(__y, Commvault.Powershell.Models.IdNameTypeConverter.ConvertFrom));
            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();
    }
    [System.ComponentModel.TypeConverter(typeof(PathsXt7ZxhV4StorageCloudCloudstorageidGetResponses200ContentApplicationJsonSchemaTypeConverter))]
    public partial interface IPathsXt7ZxhV4StorageCloudCloudstorageidGetResponses200ContentApplicationJsonSchema

    {

    }
}