Class: CustomizationNetworkSetupFailed
- Inherits:
-
CustomizationFailed
- Object
- DynamicData
- Event
- VmEvent
- CustomizationEvent
- CustomizationFailed
- CustomizationNetworkSetupFailed
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CustomizationNetworkSetupFailed
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
template - SOAP::SOAPBoolean
logLocation - 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.
-
#host ⇒ Object
Returns the value of attribute host.
-
#key ⇒ Object
Returns the value of attribute key.
-
#logLocation ⇒ Object
Returns the value of attribute logLocation.
-
#template ⇒ Object
Returns the value of attribute template.
-
#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, template = nil, logLocation = nil) ⇒ CustomizationNetworkSetupFailed
constructor
A new instance of CustomizationNetworkSetupFailed.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, template = nil, logLocation = nil) ⇒ CustomizationNetworkSetupFailed
Returns a new instance of CustomizationNetworkSetupFailed.
12568 12569 12570 12571 12572 12573 12574 12575 12576 12577 12578 12579 12580 12581 12582 |
# File 'lib/vmware/soap/vim25.rb', line 12568 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, template = nil, logLocation = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage @template = template @logLocation = logLocation end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
12557 12558 12559 |
# File 'lib/vmware/soap/vim25.rb', line 12557 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
12561 12562 12563 |
# File 'lib/vmware/soap/vim25.rb', line 12561 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
12558 12559 12560 |
# File 'lib/vmware/soap/vim25.rb', line 12558 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
12560 12561 12562 |
# File 'lib/vmware/soap/vim25.rb', line 12560 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
12555 12556 12557 |
# File 'lib/vmware/soap/vim25.rb', line 12555 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
12554 12555 12556 |
# File 'lib/vmware/soap/vim25.rb', line 12554 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
12564 12565 12566 |
# File 'lib/vmware/soap/vim25.rb', line 12564 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
12562 12563 12564 |
# File 'lib/vmware/soap/vim25.rb', line 12562 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
12556 12557 12558 |
# File 'lib/vmware/soap/vim25.rb', line 12556 def key @key end |
#logLocation ⇒ Object
Returns the value of attribute logLocation.
12566 12567 12568 |
# File 'lib/vmware/soap/vim25.rb', line 12566 def logLocation @logLocation end |
#template ⇒ Object
Returns the value of attribute template.
12565 12566 12567 |
# File 'lib/vmware/soap/vim25.rb', line 12565 def template @template end |
#userName ⇒ Object
Returns the value of attribute userName.
12559 12560 12561 |
# File 'lib/vmware/soap/vim25.rb', line 12559 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
12563 12564 12565 |
# File 'lib/vmware/soap/vim25.rb', line 12563 def vm @vm end |