Class: NoVirtualNic

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

Overview

urn:vim25NoVirtualNic

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = []) ⇒ NoVirtualNic

Returns a new instance of NoVirtualNic.



30271
30272
30273
30274
# File 'lib/vmware/soap/vim25.rb', line 30271

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



30269
30270
30271
# File 'lib/vmware/soap/vim25.rb', line 30269

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



30268
30269
30270
# File 'lib/vmware/soap/vim25.rb', line 30268

def dynamicType
  @dynamicType
end