Class: HostInternetScsiTargetTransport

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

Instance Method Summary collapse

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

#addressObject

Returns the value of attribute address.



21771
21772
21773
# File 'lib/vmware/soap/vim25.rb', line 21771

def address
  @address
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



21768
21769
21770
# File 'lib/vmware/soap/vim25.rb', line 21768

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



21767
21768
21769
# File 'lib/vmware/soap/vim25.rb', line 21767

def dynamicType
  @dynamicType
end

#iScsiAliasObject

Returns the value of attribute iScsiAlias.



21770
21771
21772
# File 'lib/vmware/soap/vim25.rb', line 21770

def iScsiAlias
  @iScsiAlias
end

#iScsiNameObject

Returns the value of attribute iScsiName.



21769
21770
21771
# File 'lib/vmware/soap/vim25.rb', line 21769

def iScsiName
  @iScsiName
end