Class: VmFailedToShutdownGuestEvent

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

Overview

urn:vim25VmFailedToShutdownGuestEvent

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
reason - LocalizedMethodFault

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, reason = nil) ⇒ VmFailedToShutdownGuestEvent

Returns a new instance of VmFailedToShutdownGuestEvent.



10541
10542
10543
10544
10545
10546
10547
10548
10549
10550
10551
10552
10553
10554
10555
# File 'lib/vmware/soap/vim25.rb', line 10541

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, reason = 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
  @reason = reason
end

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



10530
10531
10532
# File 'lib/vmware/soap/vim25.rb', line 10530

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



10534
10535
10536
# File 'lib/vmware/soap/vim25.rb', line 10534

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



10531
10532
10533
# File 'lib/vmware/soap/vim25.rb', line 10531

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



10533
10534
10535
# File 'lib/vmware/soap/vim25.rb', line 10533

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



10528
10529
10530
# File 'lib/vmware/soap/vim25.rb', line 10528

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



10527
10528
10529
# File 'lib/vmware/soap/vim25.rb', line 10527

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



10537
10538
10539
# File 'lib/vmware/soap/vim25.rb', line 10537

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



10535
10536
10537
# File 'lib/vmware/soap/vim25.rb', line 10535

def host
  @host
end

#keyObject

Returns the value of attribute key.



10529
10530
10531
# File 'lib/vmware/soap/vim25.rb', line 10529

def key
  @key
end

#reasonObject

Returns the value of attribute reason.



10539
10540
10541
# File 'lib/vmware/soap/vim25.rb', line 10539

def reason
  @reason
end

#templateObject

Returns the value of attribute template.



10538
10539
10540
# File 'lib/vmware/soap/vim25.rb', line 10538

def template
  @template
end

#userNameObject

Returns the value of attribute userName.



10532
10533
10534
# File 'lib/vmware/soap/vim25.rb', line 10532

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



10536
10537
10538
# File 'lib/vmware/soap/vim25.rb', line 10536

def vm
  @vm
end