Class: HostVirtualNicSpec

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

Overview

urn:vim25HostVirtualNicSpec

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
ip - HostIpConfig
mac - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], ip = nil, mac = nil) ⇒ HostVirtualNicSpec

Returns a new instance of HostVirtualNicSpec.

[View source]

21850
21851
21852
21853
21854
21855
# File 'lib/vmware/soap/vim25.rb', line 21850

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.


21846
21847
21848
# File 'lib/vmware/soap/vim25.rb', line 21846

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.


21845
21846
21847
# File 'lib/vmware/soap/vim25.rb', line 21845

def dynamicType
  @dynamicType
end

#ipObject

Returns the value of attribute ip.


21847
21848
21849
# File 'lib/vmware/soap/vim25.rb', line 21847

def ip
  @ip
end

#macObject

Returns the value of attribute mac.


21848
21849
21850
# File 'lib/vmware/soap/vim25.rb', line 21848

def mac
  @mac
end