Class: HostInternetScsiHbaAuthenticationProperties
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostInternetScsiHbaAuthenticationProperties
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostInternetScsiHbaAuthenticationProperties
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
chapAuthEnabled - SOAP::SOAPBoolean
chapName - SOAP::SOAPString
chapSecret - SOAP::SOAPString
Instance Attribute Summary collapse
-
#chapAuthEnabled ⇒ Object
Returns the value of attribute chapAuthEnabled.
-
#chapName ⇒ Object
Returns the value of attribute chapName.
-
#chapSecret ⇒ Object
Returns the value of attribute chapSecret.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], chapAuthEnabled = nil, chapName = nil, chapSecret = nil) ⇒ HostInternetScsiHbaAuthenticationProperties
constructor
A new instance of HostInternetScsiHbaAuthenticationProperties.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], chapAuthEnabled = nil, chapName = nil, chapSecret = nil) ⇒ HostInternetScsiHbaAuthenticationProperties
Returns a new instance of HostInternetScsiHbaAuthenticationProperties.
19713 19714 19715 19716 19717 19718 19719 |
# File 'lib/vmware/soap/vim25.rb', line 19713 def initialize(dynamicType = nil, dynamicProperty = [], chapAuthEnabled = nil, chapName = nil, chapSecret = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @chapAuthEnabled = chapAuthEnabled @chapName = chapName @chapSecret = chapSecret end |
Instance Attribute Details
#chapAuthEnabled ⇒ Object
Returns the value of attribute chapAuthEnabled.
19709 19710 19711 |
# File 'lib/vmware/soap/vim25.rb', line 19709 def chapAuthEnabled @chapAuthEnabled end |
#chapName ⇒ Object
Returns the value of attribute chapName.
19710 19711 19712 |
# File 'lib/vmware/soap/vim25.rb', line 19710 def chapName @chapName end |
#chapSecret ⇒ Object
Returns the value of attribute chapSecret.
19711 19712 19713 |
# File 'lib/vmware/soap/vim25.rb', line 19711 def chapSecret @chapSecret end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
19708 19709 19710 |
# File 'lib/vmware/soap/vim25.rb', line 19708 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
19707 19708 19709 |
# File 'lib/vmware/soap/vim25.rb', line 19707 def dynamicType @dynamicType end |