Class: HostInternetScsiHbaDiscoveryProperties

Inherits:
DynamicData
  • Object
show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25HostInternetScsiHbaDiscoveryProperties

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
iSnsDiscoveryEnabled - SOAP::SOAPBoolean
iSnsDiscoveryMethod - SOAP::SOAPString
iSnsHost - SOAP::SOAPString
slpDiscoveryEnabled - SOAP::SOAPBoolean
slpDiscoveryMethod - SOAP::SOAPString
slpHost - SOAP::SOAPString
staticTargetDiscoveryEnabled - SOAP::SOAPBoolean
sendTargetsDiscoveryEnabled - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], iSnsDiscoveryEnabled = nil, iSnsDiscoveryMethod = nil, iSnsHost = nil, slpDiscoveryEnabled = nil, slpDiscoveryMethod = nil, slpHost = nil, staticTargetDiscoveryEnabled = nil, sendTargetsDiscoveryEnabled = nil) ⇒ HostInternetScsiHbaDiscoveryProperties

Returns a new instance of HostInternetScsiHbaDiscoveryProperties.



19661
19662
19663
19664
19665
19666
19667
19668
19669
19670
19671
19672
# File 'lib/vmware/soap/vim25.rb', line 19661

def initialize(dynamicType = nil, dynamicProperty = [], iSnsDiscoveryEnabled = nil, iSnsDiscoveryMethod = nil, iSnsHost = nil, slpDiscoveryEnabled = nil, slpDiscoveryMethod = nil, slpHost = nil, staticTargetDiscoveryEnabled = nil, sendTargetsDiscoveryEnabled = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @iSnsDiscoveryEnabled = iSnsDiscoveryEnabled
  @iSnsDiscoveryMethod = iSnsDiscoveryMethod
  @iSnsHost = iSnsHost
  @slpDiscoveryEnabled = slpDiscoveryEnabled
  @slpDiscoveryMethod = slpDiscoveryMethod
  @slpHost = slpHost
  @staticTargetDiscoveryEnabled = staticTargetDiscoveryEnabled
  @sendTargetsDiscoveryEnabled = sendTargetsDiscoveryEnabled
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



19651
19652
19653
# File 'lib/vmware/soap/vim25.rb', line 19651

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



19650
19651
19652
# File 'lib/vmware/soap/vim25.rb', line 19650

def dynamicType
  @dynamicType
end

#iSnsDiscoveryEnabledObject

Returns the value of attribute iSnsDiscoveryEnabled.



19652
19653
19654
# File 'lib/vmware/soap/vim25.rb', line 19652

def iSnsDiscoveryEnabled
  @iSnsDiscoveryEnabled
end

#iSnsDiscoveryMethodObject

Returns the value of attribute iSnsDiscoveryMethod.



19653
19654
19655
# File 'lib/vmware/soap/vim25.rb', line 19653

def iSnsDiscoveryMethod
  @iSnsDiscoveryMethod
end

#iSnsHostObject

Returns the value of attribute iSnsHost.



19654
19655
19656
# File 'lib/vmware/soap/vim25.rb', line 19654

def iSnsHost
  @iSnsHost
end

#sendTargetsDiscoveryEnabledObject

Returns the value of attribute sendTargetsDiscoveryEnabled.



19659
19660
19661
# File 'lib/vmware/soap/vim25.rb', line 19659

def sendTargetsDiscoveryEnabled
  @sendTargetsDiscoveryEnabled
end

#slpDiscoveryEnabledObject

Returns the value of attribute slpDiscoveryEnabled.



19655
19656
19657
# File 'lib/vmware/soap/vim25.rb', line 19655

def slpDiscoveryEnabled
  @slpDiscoveryEnabled
end

#slpDiscoveryMethodObject

Returns the value of attribute slpDiscoveryMethod.



19656
19657
19658
# File 'lib/vmware/soap/vim25.rb', line 19656

def slpDiscoveryMethod
  @slpDiscoveryMethod
end

#slpHostObject

Returns the value of attribute slpHost.



19657
19658
19659
# File 'lib/vmware/soap/vim25.rb', line 19657

def slpHost
  @slpHost
end

#staticTargetDiscoveryEnabledObject

Returns the value of attribute staticTargetDiscoveryEnabled.



19658
19659
19660
# File 'lib/vmware/soap/vim25.rb', line 19658

def staticTargetDiscoveryEnabled
  @staticTargetDiscoveryEnabled
end