Class: ClusterCreatedEvent

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

Overview

urn:vim25ClusterCreatedEvent

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
parent - FolderEventArgument

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, parent = nil) ⇒ ClusterCreatedEvent

Returns a new instance of ClusterCreatedEvent.



15751
15752
15753
15754
15755
15756
15757
15758
15759
15760
15761
15762
15763
15764
# File 'lib/vmware/soap/vim25.rb', line 15751

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

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



15741
15742
15743
# File 'lib/vmware/soap/vim25.rb', line 15741

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



15745
15746
15747
# File 'lib/vmware/soap/vim25.rb', line 15745

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



15742
15743
15744
# File 'lib/vmware/soap/vim25.rb', line 15742

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



15744
15745
15746
# File 'lib/vmware/soap/vim25.rb', line 15744

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



15739
15740
15741
# File 'lib/vmware/soap/vim25.rb', line 15739

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



15738
15739
15740
# File 'lib/vmware/soap/vim25.rb', line 15738

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



15748
15749
15750
# File 'lib/vmware/soap/vim25.rb', line 15748

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



15746
15747
15748
# File 'lib/vmware/soap/vim25.rb', line 15746

def host
  @host
end

#keyObject

Returns the value of attribute key.



15740
15741
15742
# File 'lib/vmware/soap/vim25.rb', line 15740

def key
  @key
end

#parentObject

Returns the value of attribute parent.



15749
15750
15751
# File 'lib/vmware/soap/vim25.rb', line 15749

def parent
  @parent
end

#userNameObject

Returns the value of attribute userName.



15743
15744
15745
# File 'lib/vmware/soap/vim25.rb', line 15743

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



15747
15748
15749
# File 'lib/vmware/soap/vim25.rb', line 15747

def vm
  @vm
end