Class: HostInternetScsiHbaDiscoveryProperties
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostInternetScsiHbaDiscoveryProperties
- 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
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#iSnsDiscoveryEnabled ⇒ Object
Returns the value of attribute iSnsDiscoveryEnabled.
-
#iSnsDiscoveryMethod ⇒ Object
Returns the value of attribute iSnsDiscoveryMethod.
-
#iSnsHost ⇒ Object
Returns the value of attribute iSnsHost.
-
#sendTargetsDiscoveryEnabled ⇒ Object
Returns the value of attribute sendTargetsDiscoveryEnabled.
-
#slpDiscoveryEnabled ⇒ Object
Returns the value of attribute slpDiscoveryEnabled.
-
#slpDiscoveryMethod ⇒ Object
Returns the value of attribute slpDiscoveryMethod.
-
#slpHost ⇒ Object
Returns the value of attribute slpHost.
-
#staticTargetDiscoveryEnabled ⇒ Object
Returns the value of attribute staticTargetDiscoveryEnabled.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], iSnsDiscoveryEnabled = nil, iSnsDiscoveryMethod = nil, iSnsHost = nil, slpDiscoveryEnabled = nil, slpDiscoveryMethod = nil, slpHost = nil, staticTargetDiscoveryEnabled = nil, sendTargetsDiscoveryEnabled = nil) ⇒ HostInternetScsiHbaDiscoveryProperties
constructor
A new instance of HostInternetScsiHbaDiscoveryProperties.
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
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
19651 19652 19653 |
# File 'lib/vmware/soap/vim25.rb', line 19651 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
19650 19651 19652 |
# File 'lib/vmware/soap/vim25.rb', line 19650 def dynamicType @dynamicType end |
#iSnsDiscoveryEnabled ⇒ Object
Returns the value of attribute iSnsDiscoveryEnabled.
19652 19653 19654 |
# File 'lib/vmware/soap/vim25.rb', line 19652 def iSnsDiscoveryEnabled @iSnsDiscoveryEnabled end |
#iSnsDiscoveryMethod ⇒ Object
Returns the value of attribute iSnsDiscoveryMethod.
19653 19654 19655 |
# File 'lib/vmware/soap/vim25.rb', line 19653 def iSnsDiscoveryMethod @iSnsDiscoveryMethod end |
#iSnsHost ⇒ Object
Returns the value of attribute iSnsHost.
19654 19655 19656 |
# File 'lib/vmware/soap/vim25.rb', line 19654 def iSnsHost @iSnsHost end |
#sendTargetsDiscoveryEnabled ⇒ Object
Returns the value of attribute sendTargetsDiscoveryEnabled.
19659 19660 19661 |
# File 'lib/vmware/soap/vim25.rb', line 19659 def sendTargetsDiscoveryEnabled @sendTargetsDiscoveryEnabled end |
#slpDiscoveryEnabled ⇒ Object
Returns the value of attribute slpDiscoveryEnabled.
19655 19656 19657 |
# File 'lib/vmware/soap/vim25.rb', line 19655 def slpDiscoveryEnabled @slpDiscoveryEnabled end |
#slpDiscoveryMethod ⇒ Object
Returns the value of attribute slpDiscoveryMethod.
19656 19657 19658 |
# File 'lib/vmware/soap/vim25.rb', line 19656 def slpDiscoveryMethod @slpDiscoveryMethod end |
#slpHost ⇒ Object
Returns the value of attribute slpHost.
19657 19658 19659 |
# File 'lib/vmware/soap/vim25.rb', line 19657 def slpHost @slpHost end |
#staticTargetDiscoveryEnabled ⇒ Object
Returns the value of attribute staticTargetDiscoveryEnabled.
19658 19659 19660 |
# File 'lib/vmware/soap/vim25.rb', line 19658 def staticTargetDiscoveryEnabled @staticTargetDiscoveryEnabled end |