Class: HostVirtualSwitchBridge

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

Overview

urn:vim25HostVirtualSwitchBridge

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of HostVirtualSwitchBridge.



21918
21919
21920
21921
# File 'lib/vmware/soap/vim25.rb', line 21918

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



21916
21917
21918
# File 'lib/vmware/soap/vim25.rb', line 21916

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



21915
21916
21917
# File 'lib/vmware/soap/vim25.rb', line 21915

def dynamicType
  @dynamicType
end