Class: HostVirtualSwitchConfig

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

Overview

urn:vim25HostVirtualSwitchConfig

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
changeOperation - SOAP::SOAPString
name - SOAP::SOAPString
spec - HostVirtualSwitchSpec

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], changeOperation = nil, name = nil, spec = nil) ⇒ HostVirtualSwitchConfig

Returns a new instance of HostVirtualSwitchConfig.



22029
22030
22031
22032
22033
22034
22035
# File 'lib/vmware/soap/vim25.rb', line 22029

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

Instance Attribute Details

#changeOperationObject

Returns the value of attribute changeOperation.



22025
22026
22027
# File 'lib/vmware/soap/vim25.rb', line 22025

def changeOperation
  @changeOperation
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



22024
22025
22026
# File 'lib/vmware/soap/vim25.rb', line 22024

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



22023
22024
22025
# File 'lib/vmware/soap/vim25.rb', line 22023

def dynamicType
  @dynamicType
end

#nameObject

Returns the value of attribute name.



22026
22027
22028
# File 'lib/vmware/soap/vim25.rb', line 22026

def name
  @name
end

#specObject

Returns the value of attribute spec.



22027
22028
22029
# File 'lib/vmware/soap/vim25.rb', line 22027

def spec
  @spec
end