Class: HostInternetScsiHbaStaticTarget
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostInternetScsiHbaStaticTarget
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostInternetScsiHbaStaticTarget
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
address - SOAP::SOAPString
port - SOAP::SOAPInt
iScsiName - 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.
-
#iScsiName ⇒ Object
Returns the value of attribute iScsiName.
-
#port ⇒ Object
Returns the value of attribute port.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], address = nil, port = nil, iScsiName = nil) ⇒ HostInternetScsiHbaStaticTarget
constructor
A new instance of HostInternetScsiHbaStaticTarget.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], address = nil, port = nil, iScsiName = nil) ⇒ HostInternetScsiHbaStaticTarget
Returns a new instance of HostInternetScsiHbaStaticTarget.
19819 19820 19821 19822 19823 19824 19825 |
# File 'lib/vmware/soap/vim25.rb', line 19819 def initialize(dynamicType = nil, dynamicProperty = [], address = nil, port = nil, iScsiName = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @address = address @port = port @iScsiName = iScsiName end |
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address.
19815 19816 19817 |
# File 'lib/vmware/soap/vim25.rb', line 19815 def address @address end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
19814 19815 19816 |
# File 'lib/vmware/soap/vim25.rb', line 19814 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
19813 19814 19815 |
# File 'lib/vmware/soap/vim25.rb', line 19813 def dynamicType @dynamicType end |
#iScsiName ⇒ Object
Returns the value of attribute iScsiName.
19817 19818 19819 |
# File 'lib/vmware/soap/vim25.rb', line 19817 def iScsiName @iScsiName end |
#port ⇒ Object
Returns the value of attribute port.
19816 19817 19818 |
# File 'lib/vmware/soap/vim25.rb', line 19816 def port @port end |