Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ov/profiles.go
Original file line number Diff line number Diff line change
Expand Up @@ -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:"-"` //
Expand Down