Class: VmWwnConflict

Inherits:
InvalidVmConfig show all
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

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



32636
32637
32638
# File 'lib/vmware/soap/vim25.rb', line 32636

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



32635
32636
32637
# File 'lib/vmware/soap/vim25.rb', line 32635

def dynamicType
  @dynamicType
end

#hostObject

Returns the value of attribute host.



32639
32640
32641
# File 'lib/vmware/soap/vim25.rb', line 32639

def host
  @host
end

#nameObject

Returns the value of attribute name.



32640
32641
32642
# File 'lib/vmware/soap/vim25.rb', line 32640

def name
  @name
end

#propertyObject

Returns the value of attribute property.



32637
32638
32639
# File 'lib/vmware/soap/vim25.rb', line 32637

def property
  @property
end

#vmObject

Returns the value of attribute vm.



32638
32639
32640
# File 'lib/vmware/soap/vim25.rb', line 32638

def vm
  @vm
end

#wwnObject

Returns the value of attribute wwn.



32641
32642
32643
# File 'lib/vmware/soap/vim25.rb', line 32641

def wwn
  @wwn
end