Class: HostInternetScsiHbaAuthenticationCapabilities
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostInternetScsiHbaAuthenticationCapabilities
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostInternetScsiHbaAuthenticationCapabilities
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
chapAuthSettable - SOAP::SOAPBoolean
krb5AuthSettable - SOAP::SOAPBoolean
srpAuthSettable - SOAP::SOAPBoolean
spkmAuthSettable - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#chapAuthSettable ⇒ Object
Returns the value of attribute chapAuthSettable.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#krb5AuthSettable ⇒ Object
Returns the value of attribute krb5AuthSettable.
-
#spkmAuthSettable ⇒ Object
Returns the value of attribute spkmAuthSettable.
-
#srpAuthSettable ⇒ Object
Returns the value of attribute srpAuthSettable.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], chapAuthSettable = nil, krb5AuthSettable = nil, srpAuthSettable = nil, spkmAuthSettable = nil) ⇒ HostInternetScsiHbaAuthenticationCapabilities
constructor
A new instance of HostInternetScsiHbaAuthenticationCapabilities.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], chapAuthSettable = nil, krb5AuthSettable = nil, srpAuthSettable = nil, spkmAuthSettable = nil) ⇒ HostInternetScsiHbaAuthenticationCapabilities
Returns a new instance of HostInternetScsiHbaAuthenticationCapabilities.
19690 19691 19692 19693 19694 19695 19696 19697 |
# File 'lib/vmware/soap/vim25.rb', line 19690 def initialize(dynamicType = nil, dynamicProperty = [], chapAuthSettable = nil, krb5AuthSettable = nil, srpAuthSettable = nil, spkmAuthSettable = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @chapAuthSettable = chapAuthSettable @krb5AuthSettable = krb5AuthSettable @srpAuthSettable = srpAuthSettable @spkmAuthSettable = spkmAuthSettable end |
Instance Attribute Details
#chapAuthSettable ⇒ Object
Returns the value of attribute chapAuthSettable.
19685 19686 19687 |
# File 'lib/vmware/soap/vim25.rb', line 19685 def chapAuthSettable @chapAuthSettable end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
19684 19685 19686 |
# File 'lib/vmware/soap/vim25.rb', line 19684 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
19683 19684 19685 |
# File 'lib/vmware/soap/vim25.rb', line 19683 def dynamicType @dynamicType end |
#krb5AuthSettable ⇒ Object
Returns the value of attribute krb5AuthSettable.
19686 19687 19688 |
# File 'lib/vmware/soap/vim25.rb', line 19686 def krb5AuthSettable @krb5AuthSettable end |
#spkmAuthSettable ⇒ Object
Returns the value of attribute spkmAuthSettable.
19688 19689 19690 |
# File 'lib/vmware/soap/vim25.rb', line 19688 def spkmAuthSettable @spkmAuthSettable end |
#srpAuthSettable ⇒ Object
Returns the value of attribute srpAuthSettable.
19687 19688 19689 |
# File 'lib/vmware/soap/vim25.rb', line 19687 def srpAuthSettable @srpAuthSettable end |