Class: HostInternetScsiTargetTransport
- Inherits:
-
HostTargetTransport
- Object
- DynamicData
- HostTargetTransport
- HostInternetScsiTargetTransport
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostInternetScsiTargetTransport
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
iScsiName - SOAP::SOAPString
iScsiAlias - SOAP::SOAPString
address - SOAP::SOAPString
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#iScsiAlias ⇒ Object
Returns the value of attribute iScsiAlias.
-
#iScsiName ⇒ Object
Returns the value of attribute iScsiName.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], iScsiName = nil, iScsiAlias = nil, address = []) ⇒ HostInternetScsiTargetTransport
constructor
A new instance of HostInternetScsiTargetTransport.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], iScsiName = nil, iScsiAlias = nil, address = []) ⇒ HostInternetScsiTargetTransport
Returns a new instance of HostInternetScsiTargetTransport.
21773 21774 21775 21776 21777 21778 21779 |
# File 'lib/vmware/soap/vim25.rb', line 21773 def initialize(dynamicType = nil, dynamicProperty = [], iScsiName = nil, iScsiAlias = nil, address = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @iScsiName = iScsiName @iScsiAlias = iScsiAlias @address = address end |
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address.
21771 21772 21773 |
# File 'lib/vmware/soap/vim25.rb', line 21771 def address @address end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
21768 21769 21770 |
# File 'lib/vmware/soap/vim25.rb', line 21768 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
21767 21768 21769 |
# File 'lib/vmware/soap/vim25.rb', line 21767 def dynamicType @dynamicType end |
#iScsiAlias ⇒ Object
Returns the value of attribute iScsiAlias.
21770 21771 21772 |
# File 'lib/vmware/soap/vim25.rb', line 21770 def iScsiAlias @iScsiAlias end |
#iScsiName ⇒ Object
Returns the value of attribute iScsiName.
21769 21770 21771 |
# File 'lib/vmware/soap/vim25.rb', line 21769 def iScsiName @iScsiName end |