Class: VmRegisteredEvent
- Inherits:
-
VmEvent
- Object
- DynamicData
- Event
- VmEvent
- VmRegisteredEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25VmRegisteredEvent
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
-
#chainId ⇒ Object
Returns the value of attribute chainId.
-
#computeResource ⇒ Object
Returns the value of attribute computeResource.
-
#createdTime ⇒ Object
Returns the value of attribute createdTime.
-
#datacenter ⇒ Object
Returns the value of attribute datacenter.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
-
#host ⇒ Object
Returns the value of attribute host.
-
#key ⇒ Object
Returns the value of attribute key.
-
#template ⇒ Object
Returns the value of attribute template.
-
#userName ⇒ Object
Returns the value of attribute userName.
-
#vm ⇒ Object
Returns the value of attribute vm.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, template = nil) ⇒ VmRegisteredEvent
constructor
A new instance of VmRegisteredEvent.
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) ⇒ VmRegisteredEvent
Returns a new instance of VmRegisteredEvent.
8945 8946 8947 8948 8949 8950 8951 8952 8953 8954 8955 8956 8957 8958 |
# File 'lib/vmware/soap/vim25.rb', line 8945 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
#chainId ⇒ Object
Returns the value of attribute chainId.
8935 8936 8937 |
# File 'lib/vmware/soap/vim25.rb', line 8935 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
8939 8940 8941 |
# File 'lib/vmware/soap/vim25.rb', line 8939 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
8936 8937 8938 |
# File 'lib/vmware/soap/vim25.rb', line 8936 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
8938 8939 8940 |
# File 'lib/vmware/soap/vim25.rb', line 8938 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
8933 8934 8935 |
# File 'lib/vmware/soap/vim25.rb', line 8933 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
8932 8933 8934 |
# File 'lib/vmware/soap/vim25.rb', line 8932 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
8942 8943 8944 |
# File 'lib/vmware/soap/vim25.rb', line 8942 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
8940 8941 8942 |
# File 'lib/vmware/soap/vim25.rb', line 8940 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
8934 8935 8936 |
# File 'lib/vmware/soap/vim25.rb', line 8934 def key @key end |
#template ⇒ Object
Returns the value of attribute template.
8943 8944 8945 |
# File 'lib/vmware/soap/vim25.rb', line 8943 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
8937 8938 8939 |
# File 'lib/vmware/soap/vim25.rb', line 8937 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
8941 8942 8943 |
# File 'lib/vmware/soap/vim25.rb', line 8941 def vm @vm end |