Class: ScheduledTaskEmailCompletedEvent
- Inherits:
-
ScheduledTaskEvent
- Object
- DynamicData
- Event
- ScheduledTaskEvent
- ScheduledTaskEmailCompletedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ScheduledTaskEmailCompletedEvent
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
scheduledTask - ScheduledTaskEventArgument
entity - ManagedEntityEventArgument
to - 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.
-
#entity ⇒ Object
Returns the value of attribute entity.
-
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
-
#host ⇒ Object
Returns the value of attribute host.
-
#key ⇒ Object
Returns the value of attribute key.
-
#scheduledTask ⇒ Object
Returns the value of attribute scheduledTask.
-
#to ⇒ Object
Returns the value of attribute to.
-
#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, scheduledTask = nil, entity = nil, to = nil) ⇒ ScheduledTaskEmailCompletedEvent
constructor
A new instance of ScheduledTaskEmailCompletedEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, scheduledTask = nil, entity = nil, to = nil) ⇒ ScheduledTaskEmailCompletedEvent
Returns a new instance of ScheduledTaskEmailCompletedEvent.
12941 12942 12943 12944 12945 12946 12947 12948 12949 12950 12951 12952 12953 12954 12955 12956 |
# File 'lib/vmware/soap/vim25.rb', line 12941 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, scheduledTask = nil, entity = nil, to = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage @scheduledTask = scheduledTask @entity = entity @to = to end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
12929 12930 12931 |
# File 'lib/vmware/soap/vim25.rb', line 12929 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
12933 12934 12935 |
# File 'lib/vmware/soap/vim25.rb', line 12933 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
12930 12931 12932 |
# File 'lib/vmware/soap/vim25.rb', line 12930 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
12932 12933 12934 |
# File 'lib/vmware/soap/vim25.rb', line 12932 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
12927 12928 12929 |
# File 'lib/vmware/soap/vim25.rb', line 12927 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
12926 12927 12928 |
# File 'lib/vmware/soap/vim25.rb', line 12926 def dynamicType @dynamicType end |
#entity ⇒ Object
Returns the value of attribute entity.
12938 12939 12940 |
# File 'lib/vmware/soap/vim25.rb', line 12938 def entity @entity end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
12936 12937 12938 |
# File 'lib/vmware/soap/vim25.rb', line 12936 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
12934 12935 12936 |
# File 'lib/vmware/soap/vim25.rb', line 12934 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
12928 12929 12930 |
# File 'lib/vmware/soap/vim25.rb', line 12928 def key @key end |
#scheduledTask ⇒ Object
Returns the value of attribute scheduledTask.
12937 12938 12939 |
# File 'lib/vmware/soap/vim25.rb', line 12937 def scheduledTask @scheduledTask end |
#to ⇒ Object
Returns the value of attribute to.
12939 12940 12941 |
# File 'lib/vmware/soap/vim25.rb', line 12939 def to @to end |
#userName ⇒ Object
Returns the value of attribute userName.
12931 12932 12933 |
# File 'lib/vmware/soap/vim25.rb', line 12931 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
12935 12936 12937 |
# File 'lib/vmware/soap/vim25.rb', line 12935 def vm @vm end |