Class: HostVMotionNetConfig
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostVMotionNetConfig
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostVMotionNetConfig
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
candidateVnic - HostVirtualNic
selectedVnic - SOAP::SOAPString
Instance Attribute Summary collapse
-
#candidateVnic ⇒ Object
Returns the value of attribute candidateVnic.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#selectedVnic ⇒ Object
Returns the value of attribute selectedVnic.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], candidateVnic = [], selectedVnic = nil) ⇒ HostVMotionNetConfig
constructor
A new instance of HostVMotionNetConfig.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], candidateVnic = [], selectedVnic = nil) ⇒ HostVMotionNetConfig
Returns a new instance of HostVMotionNetConfig.
21831 21832 21833 21834 21835 21836 |
# File 'lib/vmware/soap/vim25.rb', line 21831 def initialize(dynamicType = nil, dynamicProperty = [], candidateVnic = [], selectedVnic = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @candidateVnic = candidateVnic @selectedVnic = selectedVnic end |
Instance Attribute Details
#candidateVnic ⇒ Object
Returns the value of attribute candidateVnic.
21828 21829 21830 |
# File 'lib/vmware/soap/vim25.rb', line 21828 def candidateVnic @candidateVnic end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
21827 21828 21829 |
# File 'lib/vmware/soap/vim25.rb', line 21827 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
21826 21827 21828 |
# File 'lib/vmware/soap/vim25.rb', line 21826 def dynamicType @dynamicType end |
#selectedVnic ⇒ Object
Returns the value of attribute selectedVnic.
21829 21830 21831 |
# File 'lib/vmware/soap/vim25.rb', line 21829 def selectedVnic @selectedVnic end |