Class: HostInternetScsiHbaAuthenticationProperties

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

Instance Method Summary collapse

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

#chapAuthEnabledObject

Returns the value of attribute chapAuthEnabled.



19709
19710
19711
# File 'lib/vmware/soap/vim25.rb', line 19709

def chapAuthEnabled
  @chapAuthEnabled
end

#chapNameObject

Returns the value of attribute chapName.



19710
19711
19712
# File 'lib/vmware/soap/vim25.rb', line 19710

def chapName
  @chapName
end

#chapSecretObject

Returns the value of attribute chapSecret.



19711
19712
19713
# File 'lib/vmware/soap/vim25.rb', line 19711

def chapSecret
  @chapSecret
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



19708
19709
19710
# File 'lib/vmware/soap/vim25.rb', line 19708

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



19707
19708
19709
# File 'lib/vmware/soap/vim25.rb', line 19707

def dynamicType
  @dynamicType
end