Class: VmResumingEvent

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

Overview

urn:vim25VmResumingEvent

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) ⇒ VmResumingEvent

Returns a new instance of VmResumingEvent.



8684
8685
8686
8687
8688
8689
8690
8691
8692
8693
8694
8695
8696
8697
# File 'lib/vmware/soap/vim25.rb', line 8684

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.



8674
8675
8676
# File 'lib/vmware/soap/vim25.rb', line 8674

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



8678
8679
8680
# File 'lib/vmware/soap/vim25.rb', line 8678

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



8675
8676
8677
# File 'lib/vmware/soap/vim25.rb', line 8675

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



8677
8678
8679
# File 'lib/vmware/soap/vim25.rb', line 8677

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



8672
8673
8674
# File 'lib/vmware/soap/vim25.rb', line 8672

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



8671
8672
8673
# File 'lib/vmware/soap/vim25.rb', line 8671

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



8681
8682
8683
# File 'lib/vmware/soap/vim25.rb', line 8681

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



8679
8680
8681
# File 'lib/vmware/soap/vim25.rb', line 8679

def host
  @host
end

#keyObject

Returns the value of attribute key.



8673
8674
8675
# File 'lib/vmware/soap/vim25.rb', line 8673

def key
  @key
end

#templateObject

Returns the value of attribute template.



8682
8683
8684
# File 'lib/vmware/soap/vim25.rb', line 8682

def template
  @template
end

#userNameObject

Returns the value of attribute userName.



8676
8677
8678
# File 'lib/vmware/soap/vim25.rb', line 8676

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



8680
8681
8682
# File 'lib/vmware/soap/vim25.rb', line 8680

def vm
  @vm
end