Class: AccountUpdatedEvent
- Inherits:
-
HostEvent
- Object
- DynamicData
- Event
- HostEvent
- AccountUpdatedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25AccountUpdatedEvent
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
spec - HostAccountSpec
group - 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.
-
#group ⇒ Object
Returns the value of attribute group.
-
#host ⇒ Object
Returns the value of attribute host.
-
#key ⇒ Object
Returns the value of attribute key.
-
#spec ⇒ Object
Returns the value of attribute spec.
-
#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, spec = nil, group = nil) ⇒ AccountUpdatedEvent
constructor
A new instance of AccountUpdatedEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, spec = nil, group = nil) ⇒ AccountUpdatedEvent
Returns a new instance of AccountUpdatedEvent.
7120 7121 7122 7123 7124 7125 7126 7127 7128 7129 7130 7131 7132 7133 7134 |
# File 'lib/vmware/soap/vim25.rb', line 7120 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, spec = nil, group = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage @spec = spec @group = group end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
7109 7110 7111 |
# File 'lib/vmware/soap/vim25.rb', line 7109 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
7113 7114 7115 |
# File 'lib/vmware/soap/vim25.rb', line 7113 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
7110 7111 7112 |
# File 'lib/vmware/soap/vim25.rb', line 7110 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
7112 7113 7114 |
# File 'lib/vmware/soap/vim25.rb', line 7112 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
7107 7108 7109 |
# File 'lib/vmware/soap/vim25.rb', line 7107 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
7106 7107 7108 |
# File 'lib/vmware/soap/vim25.rb', line 7106 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
7116 7117 7118 |
# File 'lib/vmware/soap/vim25.rb', line 7116 def fullFormattedMessage @fullFormattedMessage end |
#group ⇒ Object
Returns the value of attribute group.
7118 7119 7120 |
# File 'lib/vmware/soap/vim25.rb', line 7118 def group @group end |
#host ⇒ Object
Returns the value of attribute host.
7114 7115 7116 |
# File 'lib/vmware/soap/vim25.rb', line 7114 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
7108 7109 7110 |
# File 'lib/vmware/soap/vim25.rb', line 7108 def key @key end |
#spec ⇒ Object
Returns the value of attribute spec.
7117 7118 7119 |
# File 'lib/vmware/soap/vim25.rb', line 7117 def spec @spec end |
#userName ⇒ Object
Returns the value of attribute userName.
7111 7112 7113 |
# File 'lib/vmware/soap/vim25.rb', line 7111 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
7115 7116 7117 |
# File 'lib/vmware/soap/vim25.rb', line 7115 def vm @vm end |