Class: EventFilterSpecByUsername
- Inherits:
-
DynamicData
- Object
- DynamicData
- EventFilterSpecByUsername
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25EventFilterSpecByUsername
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
systemUser - SOAP::SOAPBoolean
userList - SOAP::SOAPString
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#systemUser ⇒ Object
Returns the value of attribute systemUser.
-
#userList ⇒ Object
Returns the value of attribute userList.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], systemUser = nil, userList = []) ⇒ EventFilterSpecByUsername
constructor
A new instance of EventFilterSpecByUsername.
Constructor Details
permalink #initialize(dynamicType = nil, dynamicProperty = [], systemUser = nil, userList = []) ⇒ EventFilterSpecByUsername
Returns a new instance of EventFilterSpecByUsername.
16820 16821 16822 16823 16824 16825 |
# File 'lib/vmware/soap/vim25.rb', line 16820 def initialize(dynamicType = nil, dynamicProperty = [], systemUser = nil, userList = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @systemUser = systemUser @userList = userList end |
Instance Attribute Details
permalink #dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
16816 16817 16818 |
# File 'lib/vmware/soap/vim25.rb', line 16816 def dynamicProperty @dynamicProperty end |
permalink #dynamicType ⇒ Object
Returns the value of attribute dynamicType.
16815 16816 16817 |
# File 'lib/vmware/soap/vim25.rb', line 16815 def dynamicType @dynamicType end |
permalink #systemUser ⇒ Object
Returns the value of attribute systemUser.
16817 16818 16819 |
# File 'lib/vmware/soap/vim25.rb', line 16817 def systemUser @systemUser end |
permalink #userList ⇒ Object
Returns the value of attribute userList.
16818 16819 16820 |
# File 'lib/vmware/soap/vim25.rb', line 16818 def userList @userList end |