Class: PhysicalNicNameHint
- Inherits:
-
PhysicalNicHint
- Object
- DynamicData
- PhysicalNicHint
- PhysicalNicNameHint
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25PhysicalNicNameHint
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
vlanId - SOAP::SOAPInt
network - SOAP::SOAPString
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#network ⇒ Object
Returns the value of attribute network.
-
#vlanId ⇒ Object
Returns the value of attribute vlanId.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], vlanId = nil, network = nil) ⇒ PhysicalNicNameHint
constructor
A new instance of PhysicalNicNameHint.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], vlanId = nil, network = nil) ⇒ PhysicalNicNameHint
Returns a new instance of PhysicalNicNameHint.
20875 20876 20877 20878 20879 20880 |
# File 'lib/vmware/soap/vim25.rb', line 20875 def initialize(dynamicType = nil, dynamicProperty = [], vlanId = nil, network = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @vlanId = vlanId @network = network end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
20871 20872 20873 |
# File 'lib/vmware/soap/vim25.rb', line 20871 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
20870 20871 20872 |
# File 'lib/vmware/soap/vim25.rb', line 20870 def dynamicType @dynamicType end |
#network ⇒ Object
Returns the value of attribute network.
20873 20874 20875 |
# File 'lib/vmware/soap/vim25.rb', line 20873 def network @network end |
#vlanId ⇒ Object
Returns the value of attribute vlanId.
20872 20873 20874 |
# File 'lib/vmware/soap/vim25.rb', line 20872 def vlanId @vlanId end |