@@ -136,46 +136,46 @@ const (
136136 AutoDetectTransport TransportType = "AUTO"
137137 // NoneTransport indicates that no SCSI transport protocol needed
138138 NoneTransport TransportType = "NONE"
139- // PublishContextDeviceWWN indicates publish context device wwn
140- PublishContextDeviceWWN = "DEVICE_WWN"
141- // PublishContextLUNAddress indicates publish context LUN address
142- PublishContextLUNAddress = "LUN_ADDRESS"
143- // PublishContextISCSIPortalsPrefix indicates publish context iSCSI portals prefix
144- PublishContextISCSIPortalsPrefix = "PORTAL"
145- // PublishContextISCSITargetsPrefix indicates publish context iSCSI targets prefix
146- PublishContextISCSITargetsPrefix = "TARGET"
147- // PublishContextNVMETCPPortalsPrefix indicates publish context NVMeTCP portals prefix
148- PublishContextNVMETCPPortalsPrefix = "NVMETCPPORTAL"
149- // PublishContextNVMETCPTargetsPrefix indicates publish context NVMe targets prefix
150- PublishContextNVMETCPTargetsPrefix = "NVMETCPTARGET"
151- // PublishContextNVMEFCPortalsPrefix indicates publish context NVMe targets prefix
152- PublishContextNVMEFCPortalsPrefix = "NVMEFCPORTAL"
153- // PublishContextNVMEFCTargetsPrefix indicates publish context NVMe targets prefix
154- PublishContextNVMEFCTargetsPrefix = "NVMEFCTARGET"
139+ // TargetMapDeviceWWN indicates target map device wwn
140+ TargetMapDeviceWWN = "DEVICE_WWN"
141+ // TargetMapLUNAddress indicates publish context LUN address
142+ TargetMapLUNAddress = "LUN_ADDRESS"
143+ // TargetMapISCSIPortalsPrefix indicates target map iSCSI portals prefix
144+ TargetMapISCSIPortalsPrefix = "PORTAL"
145+ // TargetMapISCSITargetsPrefix indicates target map iSCSI targets prefix
146+ TargetMapISCSITargetsPrefix = "TARGET"
147+ // TargetMapNVMETCPPortalsPrefix indicates target map NVMeTCP portals prefix
148+ TargetMapNVMETCPPortalsPrefix = "NVMETCPPORTAL"
149+ // TargetMapNVMETCPTargetsPrefix indicates target mapNVMe targets prefix
150+ TargetMapNVMETCPTargetsPrefix = "NVMETCPTARGET"
151+ // TargetMapNVMEFCPortalsPrefix indicates publish context NVMe targets prefix
152+ TargetMapNVMEFCPortalsPrefix = "NVMEFCPORTAL"
153+ // TargetMapNVMEFCTargetsPrefix indicates target map NVMe targets prefix
154+ TargetMapNVMEFCTargetsPrefix = "NVMEFCTARGET"
155155 // NVMETCPTransport indicates that NVMe/TCP is chosen as the transport protocol
156156 NVMETCPTransport TransportType = "NVMETCP"
157157 // NVMEFCTransport indicates that NVMe/FC is chosen as the transport protocol
158158 NVMEFCTransport TransportType = "NVMEFC"
159- // PublishContextFCWWPNPrefix indicates publish context FC WWPN prefix
160- PublishContextFCWWPNPrefix = "FCWWPN"
161- // PublishContextRemoteDeviceWWN indicates publish context device wwn of remote device
162- PublishContextRemoteDeviceWWN = "REMOTE_DEVICE_WWN"
163- // PublishContextRemoteLUNAddress indicates publish context LUN address of remote device
164- PublishContextRemoteLUNAddress = "REMOTE_LUN_ADDRESS"
165- // PublishContextRemoteISCSIPortalsPrefix indicates publish context iSCSI portals prefix of remote array
166- PublishContextRemoteISCSIPortalsPrefix = "REMOTE_PORTAL"
167- // PublishContextRemoteISCSITargetsPrefix indicates publish context iSCSI targets prefix of remote array
168- PublishContextRemoteISCSITargetsPrefix = "REMOTE_TARGET"
169- // PublishContextRemoteNVMETCPPortalsPrefix indicates publish context NVMeTCP portals prefix of remote array
170- PublishContextRemoteNVMETCPPortalsPrefix = "REMOTE_NVMETCPPORTAL"
171- // PublishContextRemoteNVMETCPTargetsPrefix indicates publish context NVMe targets prefix of remote array
172- PublishContextRemoteNVMETCPTargetsPrefix = "REMOTE_NVMETCPTARGET"
173- // PublishContextRemoteNVMEFCPortalsPrefix indicates publish context NVMe targets prefix of remote array
174- PublishContextRemoteNVMEFCPortalsPrefix = "REMOTE_NVMEFCPORTAL"
175- // PublishContextRemoteNVMEFCTargetsPrefix indicates publish context NVMe targets prefix of remote array
176- PublishContextRemoteNVMEFCTargetsPrefix = "REMOTE_NVMEFCTARGET"
177- // PublishContextRemoteFCWWPNPrefix indicates publish context FC WWPN prefix of remote array
178- PublishContextRemoteFCWWPNPrefix = "REMOTE_FCWWPN"
159+ // TargetMapFCWWPNPrefix indicates target map FC WWPN prefix
160+ TargetMapFCWWPNPrefix = "FCWWPN"
161+ // TargetMapRemoteDeviceWWN indicates target map device wwn of remote device
162+ TargetMapRemoteDeviceWWN = "REMOTE_DEVICE_WWN"
163+ // TargetMapRemoteLUNAddress indicates target map LUN address of remote device
164+ TargetMapRemoteLUNAddress = "REMOTE_LUN_ADDRESS"
165+ // TargetMapRemoteISCSIPortalsPrefix indicates target map iSCSI portals prefix of remote array
166+ TargetMapRemoteISCSIPortalsPrefix = "REMOTE_PORTAL"
167+ // TargetMapRemoteISCSITargetsPrefix indicates target map iSCSI targets prefix of remote array
168+ TargetMapRemoteISCSITargetsPrefix = "REMOTE_TARGET"
169+ // TargetMapRemoteNVMETCPPortalsPrefix indicates target map NVMeTCP portals prefix of remote array
170+ TargetMapRemoteNVMETCPPortalsPrefix = "REMOTE_NVMETCPPORTAL"
171+ // TargetMapRemoteNVMETCPTargetsPrefix indicates target map NVMe targets prefix of remote array
172+ TargetMapRemoteNVMETCPTargetsPrefix = "REMOTE_NVMETCPTARGET"
173+ // TargetMapRemoteNVMEFCPortalsPrefix indicates target map NVMe targets prefix of remote array
174+ TargetMapRemoteNVMEFCPortalsPrefix = "REMOTE_NVMEFCPORTAL"
175+ // TargetMapRemoteNVMEFCTargetsPrefix indicates target map NVMe targets prefix of remote array
176+ TargetMapRemoteNVMEFCTargetsPrefix = "REMOTE_NVMEFCTARGET"
177+ // TargetMapRemoteFCWWPNPrefix indicates target map FC WWPN prefix of remote array
178+ TargetMapRemoteFCWWPNPrefix = "REMOTE_FCWWPN"
179179 // WWNPrefix indicates WWN prefix
180180 WWNPrefix = "naa."
181181 // SyncMode indicates Synchronous Replication
0 commit comments