Class: VmWwnConflict
- Inherits:
-
InvalidVmConfig
- Object
- MethodFault
- VimFault
- VmConfigFault
- InvalidVmConfig
- VmWwnConflict
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VmWwnConflict
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
property - SOAP::SOAPString
vm - ManagedObjectReference
host - ManagedObjectReference
name - SOAP::SOAPString
wwn - SOAP::SOAPLong
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#host ⇒ Object
Returns the value of attribute host.
-
#name ⇒ Object
Returns the value of attribute name.
-
#property ⇒ Object
Returns the value of attribute property.
-
#vm ⇒ Object
Returns the value of attribute vm.
-
#wwn ⇒ Object
Returns the value of attribute wwn.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], property = nil, vm = nil, host = nil, name = nil, wwn = nil) ⇒ VmWwnConflict
constructor
A new instance of VmWwnConflict.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], property = nil, vm = nil, host = nil, name = nil, wwn = nil) ⇒ VmWwnConflict
Returns a new instance of VmWwnConflict.
32643 32644 32645 32646 32647 32648 32649 32650 32651 |
# File 'lib/vmware/soap/vim25.rb', line 32643 def initialize(dynamicType = nil, dynamicProperty = [], property = nil, vm = nil, host = nil, name = nil, wwn = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @property = property @vm = vm @host = host @name = name @wwn = wwn end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
32636 32637 32638 |
# File 'lib/vmware/soap/vim25.rb', line 32636 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
32635 32636 32637 |
# File 'lib/vmware/soap/vim25.rb', line 32635 def dynamicType @dynamicType end |
#host ⇒ Object
Returns the value of attribute host.
32639 32640 32641 |
# File 'lib/vmware/soap/vim25.rb', line 32639 def host @host end |
#name ⇒ Object
Returns the value of attribute name.
32640 32641 32642 |
# File 'lib/vmware/soap/vim25.rb', line 32640 def name @name end |
#property ⇒ Object
Returns the value of attribute property.
32637 32638 32639 |
# File 'lib/vmware/soap/vim25.rb', line 32637 def property @property end |
#vm ⇒ Object
Returns the value of attribute vm.
32638 32639 32640 |
# File 'lib/vmware/soap/vim25.rb', line 32638 def vm @vm end |
#wwn ⇒ Object
Returns the value of attribute wwn.
32641 32642 32643 |
# File 'lib/vmware/soap/vim25.rb', line 32641 def wwn @wwn end |