Class: HostSystemIdentificationInfo

Inherits:
DynamicData show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25HostSystemIdentificationInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
identifierValue - SOAP::SOAPString
identifierType - ElementDescription

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], identifierValue = nil, identifierType = nil) ⇒ HostSystemIdentificationInfo

Returns a new instance of HostSystemIdentificationInfo.



21672
21673
21674
21675
21676
21677
# File 'lib/vmware/soap/vim25.rb', line 21672

def initialize(dynamicType = nil, dynamicProperty = [], identifierValue = nil, identifierType = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @identifierValue = identifierValue
  @identifierType = identifierType
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



21668
21669
21670
# File 'lib/vmware/soap/vim25.rb', line 21668

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



21667
21668
21669
# File 'lib/vmware/soap/vim25.rb', line 21667

def dynamicType
  @dynamicType
end

#identifierTypeObject

Returns the value of attribute identifierType.



21670
21671
21672
# File 'lib/vmware/soap/vim25.rb', line 21670

def identifierType
  @identifierType
end

#identifierValueObject

Returns the value of attribute identifierValue.



21669
21670
21671
# File 'lib/vmware/soap/vim25.rb', line 21669

def identifierValue
  @identifierValue
end