Class: HostInternetScsiHbaSendTarget
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostInternetScsiHbaSendTarget
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostInternetScsiHbaSendTarget
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
address - SOAP::SOAPString
port - SOAP::SOAPInt
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.
-
#port ⇒ Object
Returns the value of attribute port.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], address = nil, port = nil) ⇒ HostInternetScsiHbaSendTarget
constructor
A new instance of HostInternetScsiHbaSendTarget.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], address = nil, port = nil) ⇒ HostInternetScsiHbaSendTarget
Returns a new instance of HostInternetScsiHbaSendTarget.
19798 19799 19800 19801 19802 19803 |
# File 'lib/vmware/soap/vim25.rb', line 19798 def initialize(dynamicType = nil, dynamicProperty = [], address = nil, port = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @address = address @port = port end |
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address.
19795 19796 19797 |
# File 'lib/vmware/soap/vim25.rb', line 19795 def address @address end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
19794 19795 19796 |
# File 'lib/vmware/soap/vim25.rb', line 19794 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
19793 19794 19795 |
# File 'lib/vmware/soap/vim25.rb', line 19793 def dynamicType @dynamicType end |
#port ⇒ Object
Returns the value of attribute port.
19796 19797 19798 |
# File 'lib/vmware/soap/vim25.rb', line 19796 def port @port end |