Class: HostVirtualNicConfig

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

Overview

urn:vim25HostVirtualNicConfig

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
changeOperation - SOAP::SOAPString
device - SOAP::SOAPString
portgroup - SOAP::SOAPString
spec - HostVirtualNicSpec

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], changeOperation = nil, device = nil, portgroup = nil, spec = nil) ⇒ HostVirtualNicConfig

Returns a new instance of HostVirtualNicConfig.



21873
21874
21875
21876
21877
21878
21879
21880
# File 'lib/vmware/soap/vim25.rb', line 21873

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

Instance Attribute Details

#changeOperationObject

Returns the value of attribute changeOperation.



21868
21869
21870
# File 'lib/vmware/soap/vim25.rb', line 21868

def changeOperation
  @changeOperation
end

#deviceObject

Returns the value of attribute device.



21869
21870
21871
# File 'lib/vmware/soap/vim25.rb', line 21869

def device
  @device
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



21867
21868
21869
# File 'lib/vmware/soap/vim25.rb', line 21867

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



21866
21867
21868
# File 'lib/vmware/soap/vim25.rb', line 21866

def dynamicType
  @dynamicType
end

#portgroupObject

Returns the value of attribute portgroup.



21870
21871
21872
# File 'lib/vmware/soap/vim25.rb', line 21870

def portgroup
  @portgroup
end

#specObject

Returns the value of attribute spec.



21871
21872
21873
# File 'lib/vmware/soap/vim25.rb', line 21871

def spec
  @spec
end