[pdm-devel] [PATCH proxmox-api-types v2 2/2] regenerate
Stefan Hanreich
s.hanreich at proxmox.com
Tue Sep 9 17:54:15 CEST 2025
Signed-off-by: Stefan Hanreich <s.hanreich at proxmox.com>
---
pve-api-types/src/generated/types.rs | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/pve-api-types/src/generated/types.rs b/pve-api-types/src/generated/types.rs
index fe18d26..eaf81a8 100644
--- a/pve-api-types/src/generated/types.rs
+++ b/pve-api-types/src/generated/types.rs
@@ -726,6 +726,10 @@ CLUSTER_RESOURCE_STORAGE_RE = r##"^(?i:[a-z][a-z0-9\-_.]*[a-z0-9])$"##;
optional: true,
type: String,
},
+ sdn: {
+ optional: true,
+ type: String,
+ },
status: {
optional: true,
type: String,
@@ -868,6 +872,10 @@ pub struct ClusterResource {
#[serde(default, skip_serializing_if = "Option::is_none")]
pub pool: Option<String>,
+ /// The name of an SDN entity (for type 'sdn')
+ #[serde(default, skip_serializing_if = "Option::is_none")]
+ pub sdn: Option<String>,
+
/// Resource type dependent status.
#[serde(default, skip_serializing_if = "Option::is_none")]
pub status: Option<String>,
--
2.47.3
More information about the pdm-devel
mailing list