Class: HostInternetScsiHbaAuthenticationCapabilities

Inherits:
DynamicData
  • Object
show all
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

Instance Method Summary collapse

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

#chapAuthSettableObject

Returns the value of attribute chapAuthSettable.



19685
19686
19687
# File 'lib/vmware/soap/vim25.rb', line 19685

def chapAuthSettable
  @chapAuthSettable
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



19684
19685
19686
# File 'lib/vmware/soap/vim25.rb', line 19684

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



19683
19684
19685
# File 'lib/vmware/soap/vim25.rb', line 19683

def dynamicType
  @dynamicType
end

#krb5AuthSettableObject

Returns the value of attribute krb5AuthSettable.



19686
19687
19688
# File 'lib/vmware/soap/vim25.rb', line 19686

def krb5AuthSettable
  @krb5AuthSettable
end

#spkmAuthSettableObject

Returns the value of attribute spkmAuthSettable.



19688
19689
19690
# File 'lib/vmware/soap/vim25.rb', line 19688

def spkmAuthSettable
  @spkmAuthSettable
end

#srpAuthSettableObject

Returns the value of attribute srpAuthSettable.



19687
19688
19689
# File 'lib/vmware/soap/vim25.rb', line 19687

def srpAuthSettable
  @srpAuthSettable
end