Class: AccountCreatedEvent
- Inherits:
-
HostEvent
- Object
- DynamicData
- Event
- HostEvent
- AccountCreatedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25AccountCreatedEvent
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) ⇒ AccountCreatedEvent
constructor
A new instance of AccountCreatedEvent.
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) ⇒ AccountCreatedEvent
Returns a new instance of AccountCreatedEvent.
6985 6986 6987 6988 6989 6990 6991 6992 6993 6994 6995 6996 6997 6998 6999 |
# File 'lib/vmware/soap/vim25.rb', line 6985 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.
6974 6975 6976 |
# File 'lib/vmware/soap/vim25.rb', line 6974 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
6978 6979 6980 |
# File 'lib/vmware/soap/vim25.rb', line 6978 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
6975 6976 6977 |
# File 'lib/vmware/soap/vim25.rb', line 6975 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
6977 6978 6979 |
# File 'lib/vmware/soap/vim25.rb', line 6977 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
6972 6973 6974 |
# File 'lib/vmware/soap/vim25.rb', line 6972 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
6971 6972 6973 |
# File 'lib/vmware/soap/vim25.rb', line 6971 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
6981 6982 6983 |
# File 'lib/vmware/soap/vim25.rb', line 6981 def fullFormattedMessage @fullFormattedMessage end |
#group ⇒ Object
Returns the value of attribute group.
6983 6984 6985 |
# File 'lib/vmware/soap/vim25.rb', line 6983 def group @group end |
#host ⇒ Object
Returns the value of attribute host.
6979 6980 6981 |
# File 'lib/vmware/soap/vim25.rb', line 6979 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
6973 6974 6975 |
# File 'lib/vmware/soap/vim25.rb', line 6973 def key @key end |
#spec ⇒ Object
Returns the value of attribute spec.
6982 6983 6984 |
# File 'lib/vmware/soap/vim25.rb', line 6982 def spec @spec end |
#userName ⇒ Object
Returns the value of attribute userName.
6976 6977 6978 |
# File 'lib/vmware/soap/vim25.rb', line 6976 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
6980 6981 6982 |
# File 'lib/vmware/soap/vim25.rb', line 6980 def vm @vm end |