From a0c84282790c50558fb94d339c151885d57c7e81 Mon Sep 17 00:00:00 2001 From: akshith-gunasheelan Date: Mon, 19 May 2025 12:39:16 +0530 Subject: [PATCH] Added support for hostNVMeQualifiedNameType and hostNVMeQualifiedName --- ov/profiles.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ov/profiles.go b/ov/profiles.go index 8f450fc8..f808e672 100644 --- a/ov/profiles.go +++ b/ov/profiles.go @@ -248,6 +248,8 @@ type ServerProfile struct { InitialScopeUris []utils.Nstring `json:"initialScopeUris,omitempty"` // "initialScopeUris":[], IscsiInitiatorName string `json:"iscsiInitiatorName,omitempty"` //When iscsiInitatorNameType is set to UserDefined IscsiInitiatorNameType string `json:"iscsiInitiatorNameType,omitempty"` //When set to UserDefined, the value of iscsiInitatorName is used as provided + HostNVMeQualifiedNameType string `json:"hostNVMeQualifiedNameType,omitempty"` // "hostNVMeQualifiedNameType": "AutoGenerated", + HostNVMeQualifiedName string `json:"hostNVMeQualifiedName,omitempty"` // "hostNVMeQualifiedName": "nqn.2021-11.com.hpe:oneview-vcgouvd00u", LocalStorage LocalStorageOptions `json:"localStorage,omitempty"` // "localStorage": {}, MACType string `json:"macType,omitempty"` // "macType": "Physical", ManagementProcessors ManagementProcessors `json:"-"` //