Class: NoAccessUserEvent
- Inherits:
-
SessionEvent
- Object
- DynamicData
- Event
- SessionEvent
- NoAccessUserEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25NoAccessUserEvent
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
ipAddress - SOAP::SOAPString
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.
-
#ipAddress ⇒ Object
Returns the value of attribute ipAddress.
-
#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, ipAddress = nil) ⇒ NoAccessUserEvent
constructor
A new instance of NoAccessUserEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, ipAddress = nil) ⇒ NoAccessUserEvent
Returns a new instance of NoAccessUserEvent.
4646 4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 4657 4658 4659 |
# File 'lib/vmware/soap/vim25.rb', line 4646 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, ipAddress = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage @ipAddress = ipAddress end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
4636 4637 4638 |
# File 'lib/vmware/soap/vim25.rb', line 4636 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
4640 4641 4642 |
# File 'lib/vmware/soap/vim25.rb', line 4640 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
4637 4638 4639 |
# File 'lib/vmware/soap/vim25.rb', line 4637 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
4639 4640 4641 |
# File 'lib/vmware/soap/vim25.rb', line 4639 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
4634 4635 4636 |
# File 'lib/vmware/soap/vim25.rb', line 4634 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
4633 4634 4635 |
# File 'lib/vmware/soap/vim25.rb', line 4633 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
4643 4644 4645 |
# File 'lib/vmware/soap/vim25.rb', line 4643 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
4641 4642 4643 |
# File 'lib/vmware/soap/vim25.rb', line 4641 def host @host end |
#ipAddress ⇒ Object
Returns the value of attribute ipAddress.
4644 4645 4646 |
# File 'lib/vmware/soap/vim25.rb', line 4644 def ipAddress @ipAddress end |
#key ⇒ Object
Returns the value of attribute key.
4635 4636 4637 |
# File 'lib/vmware/soap/vim25.rb', line 4635 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
4638 4639 4640 |
# File 'lib/vmware/soap/vim25.rb', line 4638 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
4642 4643 4644 |
# File 'lib/vmware/soap/vim25.rb', line 4642 def vm @vm end |