Class: VirtualMachineNetworkInfo

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

Overview

urn:vim25VirtualMachineNetworkInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
name - SOAP::SOAPString
configurationTag - SOAP::SOAPString
network - NetworkSummary

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], name = nil, configurationTag = [], network = nil) ⇒ VirtualMachineNetworkInfo

Returns a new instance of VirtualMachineNetworkInfo.



24294
24295
24296
24297
24298
24299
24300
# File 'lib/vmware/soap/vim25.rb', line 24294

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

Instance Attribute Details

#configurationTagObject

Returns the value of attribute configurationTag.



24291
24292
24293
# File 'lib/vmware/soap/vim25.rb', line 24291

def configurationTag
  @configurationTag
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



24289
24290
24291
# File 'lib/vmware/soap/vim25.rb', line 24289

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



24288
24289
24290
# File 'lib/vmware/soap/vim25.rb', line 24288

def dynamicType
  @dynamicType
end

#nameObject

Returns the value of attribute name.



24290
24291
24292
# File 'lib/vmware/soap/vim25.rb', line 24290

def name
  @name
end

#networkObject

Returns the value of attribute network.



24292
24293
24294
# File 'lib/vmware/soap/vim25.rb', line 24292

def network
  @network
end