Class: ClusterStatusChangedEvent

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

Overview

urn:vim25ClusterStatusChangedEvent

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
oldStatus - SOAP::SOAPString
newStatus - SOAP::SOAPString

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, oldStatus = nil, newStatus = nil) ⇒ ClusterStatusChangedEvent

Returns a new instance of ClusterStatusChangedEvent.



15707
15708
15709
15710
15711
15712
15713
15714
15715
15716
15717
15718
15719
15720
15721
# File 'lib/vmware/soap/vim25.rb', line 15707

def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, oldStatus = nil, newStatus = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @key = key
  @chainId = chainId
  @createdTime = createdTime
  @userName = userName
  @datacenter = datacenter
  @computeResource = computeResource
  @host = host
  @vm = vm
  @fullFormattedMessage = fullFormattedMessage
  @oldStatus = oldStatus
  @newStatus = newStatus
end

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



15696
15697
15698
# File 'lib/vmware/soap/vim25.rb', line 15696

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



15700
15701
15702
# File 'lib/vmware/soap/vim25.rb', line 15700

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



15697
15698
15699
# File 'lib/vmware/soap/vim25.rb', line 15697

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



15699
15700
15701
# File 'lib/vmware/soap/vim25.rb', line 15699

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



15694
15695
15696
# File 'lib/vmware/soap/vim25.rb', line 15694

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



15693
15694
15695
# File 'lib/vmware/soap/vim25.rb', line 15693

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



15703
15704
15705
# File 'lib/vmware/soap/vim25.rb', line 15703

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



15701
15702
15703
# File 'lib/vmware/soap/vim25.rb', line 15701

def host
  @host
end

#keyObject

Returns the value of attribute key.



15695
15696
15697
# File 'lib/vmware/soap/vim25.rb', line 15695

def key
  @key
end

#newStatusObject

Returns the value of attribute newStatus.



15705
15706
15707
# File 'lib/vmware/soap/vim25.rb', line 15705

def newStatus
  @newStatus
end

#oldStatusObject

Returns the value of attribute oldStatus.



15704
15705
15706
# File 'lib/vmware/soap/vim25.rb', line 15704

def oldStatus
  @oldStatus
end

#userNameObject

Returns the value of attribute userName.



15698
15699
15700
# File 'lib/vmware/soap/vim25.rb', line 15698

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



15702
15703
15704
# File 'lib/vmware/soap/vim25.rb', line 15702

def vm
  @vm
end