 c83651f5be
			
		
	
	c83651f5be
	
	
	
		
			
			Fixes RST documents to include list mark up when appropriate. closes: https://github.com/vmware/pyvmomi/issues/76
		
			
				
	
	
	
		
			1.9 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	vim.host.InternetScsiHba.StaticTarget
The iSCSI static target.
- extends
- Attributes:
- 
address (str): The IP address or hostname of the storage device. port (int, optional): The TCP port of the storage device. If not specified, the standard default of 3260 is used. iScsiName (str): The iSCSI name of the storage device. discoveryMethod (str, optional): Discovery method each static target is discovered by some method define in TargetDiscoveryMethod. authenticationProperties (vim.host.InternetScsiHba.AuthenticationProperties, optional): The authentication settings for this target. digestProperties (vim.host.InternetScsiHba.DigestProperties, optional): The digest settings for this target. supportedAdvancedOptions ([vim.option.OptionDef], optional): A list of supported key/value pair advanced options for the host bus adapter including their type information. advancedOptions ([vim.host.InternetScsiHba.ParamValue], optional): A list of the current options settings for the host bus adapter. parent (str, optional): The parent entity from which settings can be inherited. It can either be unset, or set to the device name of the host bus adapter or the name of the SendTarget.