Class: AuthorizationEvent
- Inherits:
-
Event
- Object
- DynamicData
- Event
- AuthorizationEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25AuthorizationEvent
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
Direct Known Subclasses
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.
-
#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) ⇒ AuthorizationEvent
constructor
A new instance of AuthorizationEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) ⇒ AuthorizationEvent
Returns a new instance of AuthorizationEvent.
13897 13898 13899 13900 13901 13902 13903 13904 13905 13906 13907 13908 13909 |
# File 'lib/vmware/soap/vim25.rb', line 13897 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
13888 13889 13890 |
# File 'lib/vmware/soap/vim25.rb', line 13888 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
13892 13893 13894 |
# File 'lib/vmware/soap/vim25.rb', line 13892 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
13889 13890 13891 |
# File 'lib/vmware/soap/vim25.rb', line 13889 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
13891 13892 13893 |
# File 'lib/vmware/soap/vim25.rb', line 13891 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
13886 13887 13888 |
# File 'lib/vmware/soap/vim25.rb', line 13886 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
13885 13886 13887 |
# File 'lib/vmware/soap/vim25.rb', line 13885 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
13895 13896 13897 |
# File 'lib/vmware/soap/vim25.rb', line 13895 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
13893 13894 13895 |
# File 'lib/vmware/soap/vim25.rb', line 13893 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
13887 13888 13889 |
# File 'lib/vmware/soap/vim25.rb', line 13887 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
13890 13891 13892 |
# File 'lib/vmware/soap/vim25.rb', line 13890 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
13894 13895 13896 |
# File 'lib/vmware/soap/vim25.rb', line 13894 def vm @vm end |