Class: GuestNicInfo

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

Overview

urn:vim25GuestNicInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
network - SOAP::SOAPString
ipAddress - SOAP::SOAPString
macAddress - SOAP::SOAPString
connected - SOAP::SOAPBoolean
deviceConfigId - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], network = nil, ipAddress = [], macAddress = nil, connected = nil, deviceConfigId = nil) ⇒ GuestNicInfo

Returns a new instance of GuestNicInfo.



23568
23569
23570
23571
23572
23573
23574
23575
23576
# File 'lib/vmware/soap/vim25.rb', line 23568

def initialize(dynamicType = nil, dynamicProperty = [], network = nil, ipAddress = [], macAddress = nil, connected = nil, deviceConfigId = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @network = network
  @ipAddress = ipAddress
  @macAddress = macAddress
  @connected = connected
  @deviceConfigId = deviceConfigId
end

Instance Attribute Details

#connectedObject

Returns the value of attribute connected.



23565
23566
23567
# File 'lib/vmware/soap/vim25.rb', line 23565

def connected
  @connected
end

#deviceConfigIdObject

Returns the value of attribute deviceConfigId.



23566
23567
23568
# File 'lib/vmware/soap/vim25.rb', line 23566

def deviceConfigId
  @deviceConfigId
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



23561
23562
23563
# File 'lib/vmware/soap/vim25.rb', line 23561

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



23560
23561
23562
# File 'lib/vmware/soap/vim25.rb', line 23560

def dynamicType
  @dynamicType
end

#ipAddressObject

Returns the value of attribute ipAddress.



23563
23564
23565
# File 'lib/vmware/soap/vim25.rb', line 23563

def ipAddress
  @ipAddress
end

#macAddressObject

Returns the value of attribute macAddress.



23564
23565
23566
# File 'lib/vmware/soap/vim25.rb', line 23564

def macAddress
  @macAddress
end

#networkObject

Returns the value of attribute network.



23562
23563
23564
# File 'lib/vmware/soap/vim25.rb', line 23562

def network
  @network
end