Class: HostInternetScsiHbaStaticTarget

Inherits:
DynamicData show all
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

Instance Method Summary collapse

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

#addressObject

Returns the value of attribute address.



19815
19816
19817
# File 'lib/vmware/soap/vim25.rb', line 19815

def address
  @address
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



19814
19815
19816
# File 'lib/vmware/soap/vim25.rb', line 19814

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



19813
19814
19815
# File 'lib/vmware/soap/vim25.rb', line 19813

def dynamicType
  @dynamicType
end

#iScsiNameObject

Returns the value of attribute iScsiName.



19817
19818
19819
# File 'lib/vmware/soap/vim25.rb', line 19817

def iScsiName
  @iScsiName
end

#portObject

Returns the value of attribute port.



19816
19817
19818
# File 'lib/vmware/soap/vim25.rb', line 19816

def port
  @port
end