Class: VmFailedToStandbyGuestEvent

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

Overview

urn:vim25VmFailedToStandbyGuestEvent

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

Returns a new instance of VmFailedToStandbyGuestEvent.



10633
10634
10635
10636
10637
10638
10639
10640
10641
10642
10643
10644
10645
10646
10647
# File 'lib/vmware/soap/vim25.rb', line 10633

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.



10622
10623
10624
# File 'lib/vmware/soap/vim25.rb', line 10622

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



10626
10627
10628
# File 'lib/vmware/soap/vim25.rb', line 10626

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



10623
10624
10625
# File 'lib/vmware/soap/vim25.rb', line 10623

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



10625
10626
10627
# File 'lib/vmware/soap/vim25.rb', line 10625

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



10620
10621
10622
# File 'lib/vmware/soap/vim25.rb', line 10620

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



10619
10620
10621
# File 'lib/vmware/soap/vim25.rb', line 10619

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



10629
10630
10631
# File 'lib/vmware/soap/vim25.rb', line 10629

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



10627
10628
10629
# File 'lib/vmware/soap/vim25.rb', line 10627

def host
  @host
end

#keyObject

Returns the value of attribute key.



10621
10622
10623
# File 'lib/vmware/soap/vim25.rb', line 10621

def key
  @key
end

#reasonObject

Returns the value of attribute reason.



10631
10632
10633
# File 'lib/vmware/soap/vim25.rb', line 10631

def reason
  @reason
end

#templateObject

Returns the value of attribute template.



10630
10631
10632
# File 'lib/vmware/soap/vim25.rb', line 10630

def template
  @template
end

#userNameObject

Returns the value of attribute userName.



10624
10625
10626
# File 'lib/vmware/soap/vim25.rb', line 10624

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



10628
10629
10630
# File 'lib/vmware/soap/vim25.rb', line 10628

def vm
  @vm
end