Class: VimAccountPasswordChangedEvent

Inherits:
HostEvent show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25VimAccountPasswordChangedEvent

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) ⇒ VimAccountPasswordChangedEvent

Returns a new instance of VimAccountPasswordChangedEvent.



8160
8161
8162
8163
8164
8165
8166
8167
8168
8169
8170
8171
8172
# File 'lib/vmware/soap/vim25.rb', line 8160

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

#chainIdObject

Returns the value of attribute chainId.



8151
8152
8153
# File 'lib/vmware/soap/vim25.rb', line 8151

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



8155
8156
8157
# File 'lib/vmware/soap/vim25.rb', line 8155

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



8152
8153
8154
# File 'lib/vmware/soap/vim25.rb', line 8152

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



8154
8155
8156
# File 'lib/vmware/soap/vim25.rb', line 8154

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



8149
8150
8151
# File 'lib/vmware/soap/vim25.rb', line 8149

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



8148
8149
8150
# File 'lib/vmware/soap/vim25.rb', line 8148

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



8158
8159
8160
# File 'lib/vmware/soap/vim25.rb', line 8158

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



8156
8157
8158
# File 'lib/vmware/soap/vim25.rb', line 8156

def host
  @host
end

#keyObject

Returns the value of attribute key.



8150
8151
8152
# File 'lib/vmware/soap/vim25.rb', line 8150

def key
  @key
end

#userNameObject

Returns the value of attribute userName.



8153
8154
8155
# File 'lib/vmware/soap/vim25.rb', line 8153

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



8157
8158
8159
# File 'lib/vmware/soap/vim25.rb', line 8157

def vm
  @vm
end