generated/api/Models/Paths8Zh6F2V4NetworktopologyGetResponses200ContentApplicationJsonSchema.cs

// Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.2, generator: @autorest/powershell@4.0.708)
// Changes may cause incorrect behavior and will be lost if the code is regenerated.
 
namespace Commvault.Powershell.Models
{
    using static Commvault.Powershell.Runtime.Extensions;
 
    public partial class Paths8Zh6F2V4NetworktopologyGetResponses200ContentApplicationJsonSchema :
        Commvault.Powershell.Models.IPaths8Zh6F2V4NetworktopologyGetResponses200ContentApplicationJsonSchema,
        Commvault.Powershell.Models.IPaths8Zh6F2V4NetworktopologyGetResponses200ContentApplicationJsonSchemaInternal
    {
 
        /// <summary>Backing field for <see cref="FirewallTopologies" /> property.</summary>
        private System.Collections.Generic.List<Commvault.Powershell.Models.IFirewallTopology> _firewallTopologies;
 
        [Commvault.Powershell.Origin(Commvault.Powershell.PropertyOrigin.Owned)]
        public System.Collections.Generic.List<Commvault.Powershell.Models.IFirewallTopology> FirewallTopologies { get => this._firewallTopologies; set => this._firewallTopologies = value; }
 
        /// <summary>
        /// Creates an new <see cref="Paths8Zh6F2V4NetworktopologyGetResponses200ContentApplicationJsonSchema" /> instance.
        /// </summary>
        public Paths8Zh6F2V4NetworktopologyGetResponses200ContentApplicationJsonSchema()
        {
 
        }
    }
    public partial interface IPaths8Zh6F2V4NetworktopologyGetResponses200ContentApplicationJsonSchema :
        Commvault.Powershell.Runtime.IJsonSerializable
    {
        [Commvault.Powershell.Runtime.Info(
        Required = false,
        ReadOnly = false,
        Read = true,
        Create = true,
        Update = true,
        Description = @"",
        SerializedName = @"firewallTopologies",
        PossibleTypes = new [] { typeof(Commvault.Powershell.Models.IFirewallTopology) })]
        System.Collections.Generic.List<Commvault.Powershell.Models.IFirewallTopology> FirewallTopologies { get; set; }
 
    }
    internal partial interface IPaths8Zh6F2V4NetworktopologyGetResponses200ContentApplicationJsonSchemaInternal
 
    {
        System.Collections.Generic.List<Commvault.Powershell.Models.IFirewallTopology> FirewallTopologies { get; set; }
 
    }
}