Class: HostVirtualNic
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostVirtualNic
- 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
-
#device ⇒ Object
Returns the value of attribute device.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#key ⇒ Object
Returns the value of attribute key.
-
#port ⇒ Object
Returns the value of attribute port.
-
#portgroup ⇒ Object
Returns the value of attribute portgroup.
-
#spec ⇒ Object
Returns the value of attribute spec.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], device = nil, key = nil, portgroup = nil, spec = nil, port = nil) ⇒ HostVirtualNic
constructor
A new instance of HostVirtualNic.
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
#device ⇒ Object
Returns the value of attribute device.
21894 21895 21896 |
# File 'lib/vmware/soap/vim25.rb', line 21894 def device @device end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
21893 21894 21895 |
# File 'lib/vmware/soap/vim25.rb', line 21893 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
21892 21893 21894 |
# File 'lib/vmware/soap/vim25.rb', line 21892 def dynamicType @dynamicType end |
#key ⇒ Object
Returns the value of attribute key.
21895 21896 21897 |
# File 'lib/vmware/soap/vim25.rb', line 21895 def key @key end |
#port ⇒ Object
Returns the value of attribute port.
21898 21899 21900 |
# File 'lib/vmware/soap/vim25.rb', line 21898 def port @port end |
#portgroup ⇒ Object
Returns the value of attribute portgroup.
21896 21897 21898 |
# File 'lib/vmware/soap/vim25.rb', line 21896 def portgroup @portgroup end |
#spec ⇒ Object
Returns the value of attribute spec.
21897 21898 21899 |
# File 'lib/vmware/soap/vim25.rb', line 21897 def spec @spec end |