Class: HostVirtualNicConfig
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostVirtualNicConfig
- 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
-
#changeOperation ⇒ Object
Returns the value of attribute changeOperation.
-
#device ⇒ Object
Returns the value of attribute device.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#portgroup ⇒ Object
Returns the value of attribute portgroup.
-
#spec ⇒ Object
Returns the value of attribute spec.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], changeOperation = nil, device = nil, portgroup = nil, spec = nil) ⇒ HostVirtualNicConfig
constructor
A new instance of HostVirtualNicConfig.
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
#changeOperation ⇒ Object
Returns the value of attribute changeOperation.
21868 21869 21870 |
# File 'lib/vmware/soap/vim25.rb', line 21868 def changeOperation @changeOperation end |
#device ⇒ Object
Returns the value of attribute device.
21869 21870 21871 |
# File 'lib/vmware/soap/vim25.rb', line 21869 def device @device end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
21867 21868 21869 |
# File 'lib/vmware/soap/vim25.rb', line 21867 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
21866 21867 21868 |
# File 'lib/vmware/soap/vim25.rb', line 21866 def dynamicType @dynamicType end |
#portgroup ⇒ Object
Returns the value of attribute portgroup.
21870 21871 21872 |
# File 'lib/vmware/soap/vim25.rb', line 21870 def portgroup @portgroup end |
#spec ⇒ Object
Returns the value of attribute spec.
21871 21872 21873 |
# File 'lib/vmware/soap/vim25.rb', line 21871 def spec @spec end |