Class: NicSettingMismatch

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

Overview

urn:vim25NicSettingMismatch

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
numberOfNicsInSpec - SOAP::SOAPInt
numberOfNicsInVM - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], numberOfNicsInSpec = nil, numberOfNicsInVM = nil) ⇒ NicSettingMismatch

Returns a new instance of NicSettingMismatch.



29865
29866
29867
29868
29869
29870
# File 'lib/vmware/soap/vim25.rb', line 29865

def initialize(dynamicType = nil, dynamicProperty = [], numberOfNicsInSpec = nil, numberOfNicsInVM = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @numberOfNicsInSpec = numberOfNicsInSpec
  @numberOfNicsInVM = numberOfNicsInVM
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



29861
29862
29863
# File 'lib/vmware/soap/vim25.rb', line 29861

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



29860
29861
29862
# File 'lib/vmware/soap/vim25.rb', line 29860

def dynamicType
  @dynamicType
end

#numberOfNicsInSpecObject

Returns the value of attribute numberOfNicsInSpec.



29862
29863
29864
# File 'lib/vmware/soap/vim25.rb', line 29862

def numberOfNicsInSpec
  @numberOfNicsInSpec
end

#numberOfNicsInVMObject

Returns the value of attribute numberOfNicsInVM.



29863
29864
29865
# File 'lib/vmware/soap/vim25.rb', line 29863

def numberOfNicsInVM
  @numberOfNicsInVM
end