Class: LockerMisconfiguredEvent
- Inherits:
-
Event
- Object
- DynamicData
- Event
- LockerMisconfiguredEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25LockerMisconfiguredEvent
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
datastore - DatastoreEventArgument
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.
-
#datastore ⇒ Object
Returns the value of attribute datastore.
-
#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.
-
#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, datastore = nil) ⇒ LockerMisconfiguredEvent
constructor
A new instance of LockerMisconfiguredEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, datastore = nil) ⇒ LockerMisconfiguredEvent
Returns a new instance of LockerMisconfiguredEvent.
16399 16400 16401 16402 16403 16404 16405 16406 16407 16408 16409 16410 16411 16412 |
# File 'lib/vmware/soap/vim25.rb', line 16399 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, datastore = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage @datastore = datastore end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
16389 16390 16391 |
# File 'lib/vmware/soap/vim25.rb', line 16389 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
16393 16394 16395 |
# File 'lib/vmware/soap/vim25.rb', line 16393 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
16390 16391 16392 |
# File 'lib/vmware/soap/vim25.rb', line 16390 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
16392 16393 16394 |
# File 'lib/vmware/soap/vim25.rb', line 16392 def datacenter @datacenter end |
#datastore ⇒ Object
Returns the value of attribute datastore.
16397 16398 16399 |
# File 'lib/vmware/soap/vim25.rb', line 16397 def datastore @datastore end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
16387 16388 16389 |
# File 'lib/vmware/soap/vim25.rb', line 16387 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
16386 16387 16388 |
# File 'lib/vmware/soap/vim25.rb', line 16386 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
16396 16397 16398 |
# File 'lib/vmware/soap/vim25.rb', line 16396 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
16394 16395 16396 |
# File 'lib/vmware/soap/vim25.rb', line 16394 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
16388 16389 16390 |
# File 'lib/vmware/soap/vim25.rb', line 16388 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
16391 16392 16393 |
# File 'lib/vmware/soap/vim25.rb', line 16391 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
16395 16396 16397 |
# File 'lib/vmware/soap/vim25.rb', line 16395 def vm @vm end |