Class: DestinationSwitchFull

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

Overview

urn:vim25DestinationSwitchFull

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
device - SOAP::SOAPString
backing - SOAP::SOAPString
connected - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], device = nil, backing = nil, connected = nil) ⇒ DestinationSwitchFull

Returns a new instance of DestinationSwitchFull.



32246
32247
32248
32249
32250
32251
32252
# File 'lib/vmware/soap/vim25.rb', line 32246

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

Instance Attribute Details

#backingObject

Returns the value of attribute backing.



32243
32244
32245
# File 'lib/vmware/soap/vim25.rb', line 32243

def backing
  @backing
end

#connectedObject

Returns the value of attribute connected.



32244
32245
32246
# File 'lib/vmware/soap/vim25.rb', line 32244

def connected
  @connected
end

#deviceObject

Returns the value of attribute device.



32242
32243
32244
# File 'lib/vmware/soap/vim25.rb', line 32242

def device
  @device
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



32241
32242
32243
# File 'lib/vmware/soap/vim25.rb', line 32241

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



32240
32241
32242
# File 'lib/vmware/soap/vim25.rb', line 32240

def dynamicType
  @dynamicType
end