generated/api/Models/PathsCfcpthV4VirtualmachinesVmuuidGetResponses200ContentApplicationJsonSchema.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 static Commvault.Powershell.Runtime.Extensions; public partial class PathsCfcpthV4VirtualmachinesVmuuidGetResponses200ContentApplicationJsonSchema : Commvault.Powershell.Models.IPathsCfcpthV4VirtualmachinesVmuuidGetResponses200ContentApplicationJsonSchema, Commvault.Powershell.Models.IPathsCfcpthV4VirtualmachinesVmuuidGetResponses200ContentApplicationJsonSchemaInternal { /// <summary>Backing field for <see cref="VMDetails" /> property.</summary> private Commvault.Powershell.Models.IVirtualMachineDetails _vMDetails; /// <summary>VirtualMachineDetails</summary> [Commvault.Powershell.Origin(Commvault.Powershell.PropertyOrigin.Owned)] public Commvault.Powershell.Models.IVirtualMachineDetails VMDetails { get => (this._vMDetails = this._vMDetails ?? new Commvault.Powershell.Models.VirtualMachineDetails()); set => this._vMDetails = value; } /// <summary> /// Creates an new <see cref="PathsCfcpthV4VirtualmachinesVmuuidGetResponses200ContentApplicationJsonSchema" /> instance. /// </summary> public PathsCfcpthV4VirtualmachinesVmuuidGetResponses200ContentApplicationJsonSchema() { } } public partial interface IPathsCfcpthV4VirtualmachinesVmuuidGetResponses200ContentApplicationJsonSchema : Commvault.Powershell.Runtime.IJsonSerializable { /// <summary>VirtualMachineDetails</summary> [Commvault.Powershell.Runtime.Info( Required = false, ReadOnly = false, Description = @"VirtualMachineDetails", SerializedName = @"vmDetails", PossibleTypes = new [] { typeof(Commvault.Powershell.Models.IVirtualMachineDetails) })] Commvault.Powershell.Models.IVirtualMachineDetails VMDetails { get; set; } } internal partial interface IPathsCfcpthV4VirtualmachinesVmuuidGetResponses200ContentApplicationJsonSchemaInternal { /// <summary>VirtualMachineDetails</summary> Commvault.Powershell.Models.IVirtualMachineDetails VMDetails { get; set; } } } |