Class: VmUnsupportedStartingEvent

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

Overview

urn:vim25VmUnsupportedStartingEvent

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
guestId - 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, template = nil, guestId = nil) ⇒ VmUnsupportedStartingEvent

Returns a new instance of VmUnsupportedStartingEvent.



8554
8555
8556
8557
8558
8559
8560
8561
8562
8563
8564
8565
8566
8567
8568
# File 'lib/vmware/soap/vim25.rb', line 8554

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, guestId = 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
  @guestId = guestId
end

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



8543
8544
8545
# File 'lib/vmware/soap/vim25.rb', line 8543

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



8547
8548
8549
# File 'lib/vmware/soap/vim25.rb', line 8547

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



8544
8545
8546
# File 'lib/vmware/soap/vim25.rb', line 8544

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



8546
8547
8548
# File 'lib/vmware/soap/vim25.rb', line 8546

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



8541
8542
8543
# File 'lib/vmware/soap/vim25.rb', line 8541

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



8540
8541
8542
# File 'lib/vmware/soap/vim25.rb', line 8540

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



8550
8551
8552
# File 'lib/vmware/soap/vim25.rb', line 8550

def fullFormattedMessage
  @fullFormattedMessage
end

#guestIdObject

Returns the value of attribute guestId.



8552
8553
8554
# File 'lib/vmware/soap/vim25.rb', line 8552

def guestId
  @guestId
end

#hostObject

Returns the value of attribute host.



8548
8549
8550
# File 'lib/vmware/soap/vim25.rb', line 8548

def host
  @host
end

#keyObject

Returns the value of attribute key.



8542
8543
8544
# File 'lib/vmware/soap/vim25.rb', line 8542

def key
  @key
end

#templateObject

Returns the value of attribute template.



8551
8552
8553
# File 'lib/vmware/soap/vim25.rb', line 8551

def template
  @template
end

#userNameObject

Returns the value of attribute userName.



8545
8546
8547
# File 'lib/vmware/soap/vim25.rb', line 8545

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



8549
8550
8551
# File 'lib/vmware/soap/vim25.rb', line 8549

def vm
  @vm
end