Class: VmGuestStandbyEvent

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

Overview

urn:vim25VmGuestStandbyEvent

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

Returns a new instance of VmGuestStandbyEvent.



10806
10807
10808
10809
10810
10811
10812
10813
10814
10815
10816
10817
10818
10819
# File 'lib/vmware/soap/vim25.rb', line 10806

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.



10796
10797
10798
# File 'lib/vmware/soap/vim25.rb', line 10796

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



10800
10801
10802
# File 'lib/vmware/soap/vim25.rb', line 10800

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



10797
10798
10799
# File 'lib/vmware/soap/vim25.rb', line 10797

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



10799
10800
10801
# File 'lib/vmware/soap/vim25.rb', line 10799

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



10794
10795
10796
# File 'lib/vmware/soap/vim25.rb', line 10794

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



10793
10794
10795
# File 'lib/vmware/soap/vim25.rb', line 10793

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



10803
10804
10805
# File 'lib/vmware/soap/vim25.rb', line 10803

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



10801
10802
10803
# File 'lib/vmware/soap/vim25.rb', line 10801

def host
  @host
end

#keyObject

Returns the value of attribute key.



10795
10796
10797
# File 'lib/vmware/soap/vim25.rb', line 10795

def key
  @key
end

#templateObject

Returns the value of attribute template.



10804
10805
10806
# File 'lib/vmware/soap/vim25.rb', line 10804

def template
  @template
end

#userNameObject

Returns the value of attribute userName.



10798
10799
10800
# File 'lib/vmware/soap/vim25.rb', line 10798

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



10802
10803
10804
# File 'lib/vmware/soap/vim25.rb', line 10802

def vm
  @vm
end