Class: NoMaintenanceModeDrsRecommendationForVM

Inherits:
VmEvent show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25NoMaintenanceModeDrsRecommendationForVM

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPInt
chainId - SOAP::SOAPInt
createdTime - SOAP::SOAPDateTime
userName - SOAP::SOAPString
datacenter - DatacenterEventArgument
computeResource - ComputeResourceEventArgument
host - HostEventArgument
vm - VmEventArgument
fullFormattedMessage - SOAP::SOAPString
template - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, template = nil) ⇒ NoMaintenanceModeDrsRecommendationForVM

Returns a new instance of NoMaintenanceModeDrsRecommendationForVM.



11763
11764
11765
11766
11767
11768
11769
11770
11771
11772
11773
11774
11775
11776
# File 'lib/vmware/soap/vim25.rb', line 11763

def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, template = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @key = key
  @chainId = chainId
  @createdTime = createdTime
  @userName = userName
  @datacenter = datacenter
  @computeResource = computeResource
  @host = host
  @vm = vm
  @fullFormattedMessage = fullFormattedMessage
  @template = template
end

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



11753
11754
11755
# File 'lib/vmware/soap/vim25.rb', line 11753

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



11757
11758
11759
# File 'lib/vmware/soap/vim25.rb', line 11757

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



11754
11755
11756
# File 'lib/vmware/soap/vim25.rb', line 11754

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



11756
11757
11758
# File 'lib/vmware/soap/vim25.rb', line 11756

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



11751
11752
11753
# File 'lib/vmware/soap/vim25.rb', line 11751

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



11750
11751
11752
# File 'lib/vmware/soap/vim25.rb', line 11750

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



11760
11761
11762
# File 'lib/vmware/soap/vim25.rb', line 11760

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



11758
11759
11760
# File 'lib/vmware/soap/vim25.rb', line 11758

def host
  @host
end

#keyObject

Returns the value of attribute key.



11752
11753
11754
# File 'lib/vmware/soap/vim25.rb', line 11752

def key
  @key
end

#templateObject

Returns the value of attribute template.



11761
11762
11763
# File 'lib/vmware/soap/vim25.rb', line 11761

def template
  @template
end

#userNameObject

Returns the value of attribute userName.



11755
11756
11757
# File 'lib/vmware/soap/vim25.rb', line 11755

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



11759
11760
11761
# File 'lib/vmware/soap/vim25.rb', line 11759

def vm
  @vm
end