Class: HostInternetScsiHbaDiscoveryCapabilities
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostInternetScsiHbaDiscoveryCapabilities
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostInternetScsiHbaDiscoveryCapabilities
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
iSnsDiscoverySettable - SOAP::SOAPBoolean
slpDiscoverySettable - SOAP::SOAPBoolean
staticTargetDiscoverySettable - SOAP::SOAPBoolean
sendTargetsDiscoverySettable - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#iSnsDiscoverySettable ⇒ Object
Returns the value of attribute iSnsDiscoverySettable.
-
#sendTargetsDiscoverySettable ⇒ Object
Returns the value of attribute sendTargetsDiscoverySettable.
-
#slpDiscoverySettable ⇒ Object
Returns the value of attribute slpDiscoverySettable.
-
#staticTargetDiscoverySettable ⇒ Object
Returns the value of attribute staticTargetDiscoverySettable.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], iSnsDiscoverySettable = nil, slpDiscoverySettable = nil, staticTargetDiscoverySettable = nil, sendTargetsDiscoverySettable = nil) ⇒ HostInternetScsiHbaDiscoveryCapabilities
constructor
A new instance of HostInternetScsiHbaDiscoveryCapabilities.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], iSnsDiscoverySettable = nil, slpDiscoverySettable = nil, staticTargetDiscoverySettable = nil, sendTargetsDiscoverySettable = nil) ⇒ HostInternetScsiHbaDiscoveryCapabilities
Returns a new instance of HostInternetScsiHbaDiscoveryCapabilities.
19628 19629 19630 19631 19632 19633 19634 19635 |
# File 'lib/vmware/soap/vim25.rb', line 19628 def initialize(dynamicType = nil, dynamicProperty = [], iSnsDiscoverySettable = nil, slpDiscoverySettable = nil, staticTargetDiscoverySettable = nil, sendTargetsDiscoverySettable = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @iSnsDiscoverySettable = iSnsDiscoverySettable @slpDiscoverySettable = slpDiscoverySettable @staticTargetDiscoverySettable = staticTargetDiscoverySettable @sendTargetsDiscoverySettable = sendTargetsDiscoverySettable end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
19622 19623 19624 |
# File 'lib/vmware/soap/vim25.rb', line 19622 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
19621 19622 19623 |
# File 'lib/vmware/soap/vim25.rb', line 19621 def dynamicType @dynamicType end |
#iSnsDiscoverySettable ⇒ Object
Returns the value of attribute iSnsDiscoverySettable.
19623 19624 19625 |
# File 'lib/vmware/soap/vim25.rb', line 19623 def iSnsDiscoverySettable @iSnsDiscoverySettable end |
#sendTargetsDiscoverySettable ⇒ Object
Returns the value of attribute sendTargetsDiscoverySettable.
19626 19627 19628 |
# File 'lib/vmware/soap/vim25.rb', line 19626 def sendTargetsDiscoverySettable @sendTargetsDiscoverySettable end |
#slpDiscoverySettable ⇒ Object
Returns the value of attribute slpDiscoverySettable.
19624 19625 19626 |
# File 'lib/vmware/soap/vim25.rb', line 19624 def slpDiscoverySettable @slpDiscoverySettable end |
#staticTargetDiscoverySettable ⇒ Object
Returns the value of attribute staticTargetDiscoverySettable.
19625 19626 19627 |
# File 'lib/vmware/soap/vim25.rb', line 19625 def staticTargetDiscoverySettable @staticTargetDiscoverySettable end |