Class: HostVirtualNic

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

Overview

urn:vim25HostVirtualNic

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
device - SOAP::SOAPString
key - SOAP::SOAPString
portgroup - SOAP::SOAPString
spec - HostVirtualNicSpec
port - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], device = nil, key = nil, portgroup = nil, spec = nil, port = nil) ⇒ HostVirtualNic

Returns a new instance of HostVirtualNic.



21900
21901
21902
21903
21904
21905
21906
21907
21908
# File 'lib/vmware/soap/vim25.rb', line 21900

def initialize(dynamicType = nil, dynamicProperty = [], device = nil, key = nil, portgroup = nil, spec = nil, port = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @device = device
  @key = key
  @portgroup = portgroup
  @spec = spec
  @port = port
end

Instance Attribute Details

#deviceObject

Returns the value of attribute device.



21894
21895
21896
# File 'lib/vmware/soap/vim25.rb', line 21894

def device
  @device
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



21893
21894
21895
# File 'lib/vmware/soap/vim25.rb', line 21893

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



21892
21893
21894
# File 'lib/vmware/soap/vim25.rb', line 21892

def dynamicType
  @dynamicType
end

#keyObject

Returns the value of attribute key.



21895
21896
21897
# File 'lib/vmware/soap/vim25.rb', line 21895

def key
  @key
end

#portObject

Returns the value of attribute port.



21898
21899
21900
# File 'lib/vmware/soap/vim25.rb', line 21898

def port
  @port
end

#portgroupObject

Returns the value of attribute portgroup.



21896
21897
21898
# File 'lib/vmware/soap/vim25.rb', line 21896

def portgroup
  @portgroup
end

#specObject

Returns the value of attribute spec.



21897
21898
21899
# File 'lib/vmware/soap/vim25.rb', line 21897

def spec
  @spec
end