mirror of
https://github.com/tribufu/proxmox-sharp
synced 2026-06-01 09:42:38 +00:00
Create basic api client
This commit is contained in:
parent
3f80ace7b8
commit
6d584cc063
29 changed files with 1008 additions and 1 deletions
13
src/Tribufu.Proxmox/Models/ProxmoxKsmInfo.cs
Normal file
13
src/Tribufu.Proxmox/Models/ProxmoxKsmInfo.cs
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
// Copyright (c) Tribufu. All Rights Reserved.
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Tribufu.Proxmox.Models
|
||||
{
|
||||
public class ProxmoxKsmInfo
|
||||
{
|
||||
[JsonProperty("shared")]
|
||||
public long Shared { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue