Class: VmConfigMissingEvent

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

Overview

urn:vim25VmConfigMissingEvent

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

Returns a new instance of VmConfigMissingEvent.



11079
11080
11081
11082
11083
11084
11085
11086
11087
11088
11089
11090
11091
11092
# File 'lib/vmware/soap/vim25.rb', line 11079

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.



11069
11070
11071
# File 'lib/vmware/soap/vim25.rb', line 11069

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



11073
11074
11075
# File 'lib/vmware/soap/vim25.rb', line 11073

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



11070
11071
11072
# File 'lib/vmware/soap/vim25.rb', line 11070

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



11072
11073
11074
# File 'lib/vmware/soap/vim25.rb', line 11072

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



11067
11068
11069
# File 'lib/vmware/soap/vim25.rb', line 11067

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



11066
11067
11068
# File 'lib/vmware/soap/vim25.rb', line 11066

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



11076
11077
11078
# File 'lib/vmware/soap/vim25.rb', line 11076

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



11074
11075
11076
# File 'lib/vmware/soap/vim25.rb', line 11074

def host
  @host
end

#keyObject

Returns the value of attribute key.



11068
11069
11070
# File 'lib/vmware/soap/vim25.rb', line 11068

def key
  @key
end

#templateObject

Returns the value of attribute template.



11077
11078
11079
# File 'lib/vmware/soap/vim25.rb', line 11077

def template
  @template
end

#userNameObject

Returns the value of attribute userName.



11071
11072
11073
# File 'lib/vmware/soap/vim25.rb', line 11071

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



11075
11076
11077
# File 'lib/vmware/soap/vim25.rb', line 11075

def vm
  @vm
end