Class: DrsResourceConfigureFailedEvent

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

Overview

urn:vim25DrsResourceConfigureFailedEvent

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

Returns a new instance of DrsResourceConfigureFailedEvent.



7606
7607
7608
7609
7610
7611
7612
7613
7614
7615
7616
7617
7618
7619
# File 'lib/vmware/soap/vim25.rb', line 7606

def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = 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
  @reason = reason
end

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



7596
7597
7598
# File 'lib/vmware/soap/vim25.rb', line 7596

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



7600
7601
7602
# File 'lib/vmware/soap/vim25.rb', line 7600

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



7597
7598
7599
# File 'lib/vmware/soap/vim25.rb', line 7597

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



7599
7600
7601
# File 'lib/vmware/soap/vim25.rb', line 7599

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



7594
7595
7596
# File 'lib/vmware/soap/vim25.rb', line 7594

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



7593
7594
7595
# File 'lib/vmware/soap/vim25.rb', line 7593

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



7603
7604
7605
# File 'lib/vmware/soap/vim25.rb', line 7603

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



7601
7602
7603
# File 'lib/vmware/soap/vim25.rb', line 7601

def host
  @host
end

#keyObject

Returns the value of attribute key.



7595
7596
7597
# File 'lib/vmware/soap/vim25.rb', line 7595

def key
  @key
end

#reasonObject

Returns the value of attribute reason.



7604
7605
7606
# File 'lib/vmware/soap/vim25.rb', line 7604

def reason
  @reason
end

#userNameObject

Returns the value of attribute userName.



7598
7599
7600
# File 'lib/vmware/soap/vim25.rb', line 7598

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



7602
7603
7604
# File 'lib/vmware/soap/vim25.rb', line 7602

def vm
  @vm
end