Skip to content

Commit

Permalink
Merge pull request #13 from dell/Update_Initiator_protocolType
Browse files Browse the repository at this point in the history
Adding NVMe protocol type for host initiator
  • Loading branch information
harshitap26 authored Jan 20, 2022
2 parents b787465 + 0a112e4 commit 96c2320
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions host_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ type InitiatorProtocolTypeEnum string
const (
// InitiatorProtocolTypeEnumISCSI captures enum value "iSCSI"
InitiatorProtocolTypeEnumISCSI InitiatorProtocolTypeEnum = "iSCSI"
// InitiatorProtocolTypeEnumNVME captures enum value "NVMe"
InitiatorProtocolTypeEnumNVME InitiatorProtocolTypeEnum = "NVMe"
// InitiatorProtocolTypeEnumFC captures enum value "FC"
InitiatorProtocolTypeEnumFC InitiatorProtocolTypeEnum = "FC"
)
Expand Down

0 comments on commit 96c2320

Please sign in to comment.