Class: UserUnassignedFromGroup
- Inherits:
-
HostEvent
- Object
- DynamicData
- Event
- HostEvent
- UserUnassignedFromGroup
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25UserUnassignedFromGroup
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
userLogin - SOAP::SOAPString
group - 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.
-
#group ⇒ Object
Returns the value of attribute group.
-
#host ⇒ Object
Returns the value of attribute host.
-
#key ⇒ Object
Returns the value of attribute key.
-
#userLogin ⇒ Object
Returns the value of attribute userLogin.
-
#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, userLogin = nil, group = nil) ⇒ UserUnassignedFromGroup
constructor
A new instance of UserUnassignedFromGroup.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, userLogin = nil, group = nil) ⇒ UserUnassignedFromGroup
Returns a new instance of UserUnassignedFromGroup.
7212 7213 7214 7215 7216 7217 7218 7219 7220 7221 7222 7223 7224 7225 7226 |
# File 'lib/vmware/soap/vim25.rb', line 7212 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, userLogin = 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 @userLogin = userLogin @group = group end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
7201 7202 7203 |
# File 'lib/vmware/soap/vim25.rb', line 7201 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
7205 7206 7207 |
# File 'lib/vmware/soap/vim25.rb', line 7205 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
7202 7203 7204 |
# File 'lib/vmware/soap/vim25.rb', line 7202 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
7204 7205 7206 |
# File 'lib/vmware/soap/vim25.rb', line 7204 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
7199 7200 7201 |
# File 'lib/vmware/soap/vim25.rb', line 7199 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
7198 7199 7200 |
# File 'lib/vmware/soap/vim25.rb', line 7198 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
7208 7209 7210 |
# File 'lib/vmware/soap/vim25.rb', line 7208 def fullFormattedMessage @fullFormattedMessage end |
#group ⇒ Object
Returns the value of attribute group.
7210 7211 7212 |
# File 'lib/vmware/soap/vim25.rb', line 7210 def group @group end |
#host ⇒ Object
Returns the value of attribute host.
7206 7207 7208 |
# File 'lib/vmware/soap/vim25.rb', line 7206 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
7200 7201 7202 |
# File 'lib/vmware/soap/vim25.rb', line 7200 def key @key end |
#userLogin ⇒ Object
Returns the value of attribute userLogin.
7209 7210 7211 |
# File 'lib/vmware/soap/vim25.rb', line 7209 def userLogin @userLogin end |
#userName ⇒ Object
Returns the value of attribute userName.
7203 7204 7205 |
# File 'lib/vmware/soap/vim25.rb', line 7203 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
7207 7208 7209 |
# File 'lib/vmware/soap/vim25.rb', line 7207 def vm @vm end |