Class: ToolsConfigInfo

Inherits:
DynamicData show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25ToolsConfigInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
toolsVersion - SOAP::SOAPInt
afterPowerOn - SOAP::SOAPBoolean
afterResume - SOAP::SOAPBoolean
beforeGuestStandby - SOAP::SOAPBoolean
beforeGuestShutdown - SOAP::SOAPBoolean
beforeGuestReboot - SOAP::SOAPBoolean
toolsUpgradePolicy - SOAP::SOAPString
pendingCustomization - SOAP::SOAPString
syncTimeWithHost - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], toolsVersion = nil, afterPowerOn = nil, afterResume = nil, beforeGuestStandby = nil, beforeGuestShutdown = nil, beforeGuestReboot = nil, toolsUpgradePolicy = nil, pendingCustomization = nil, syncTimeWithHost = nil) ⇒ ToolsConfigInfo

Returns a new instance of ToolsConfigInfo.



24453
24454
24455
24456
24457
24458
24459
24460
24461
24462
24463
24464
24465
# File 'lib/vmware/soap/vim25.rb', line 24453

def initialize(dynamicType = nil, dynamicProperty = [], toolsVersion = nil, afterPowerOn = nil, afterResume = nil, beforeGuestStandby = nil, beforeGuestShutdown = nil, beforeGuestReboot = nil, toolsUpgradePolicy = nil, pendingCustomization = nil, syncTimeWithHost = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @toolsVersion = toolsVersion
  @afterPowerOn = afterPowerOn
  @afterResume = afterResume
  @beforeGuestStandby = beforeGuestStandby
  @beforeGuestShutdown = beforeGuestShutdown
  @beforeGuestReboot = beforeGuestReboot
  @toolsUpgradePolicy = toolsUpgradePolicy
  @pendingCustomization = pendingCustomization
  @syncTimeWithHost = syncTimeWithHost
end

Instance Attribute Details

#afterPowerOnObject

Returns the value of attribute afterPowerOn.



24444
24445
24446
# File 'lib/vmware/soap/vim25.rb', line 24444

def afterPowerOn
  @afterPowerOn
end

#afterResumeObject

Returns the value of attribute afterResume.



24445
24446
24447
# File 'lib/vmware/soap/vim25.rb', line 24445

def afterResume
  @afterResume
end

#beforeGuestRebootObject

Returns the value of attribute beforeGuestReboot.



24448
24449
24450
# File 'lib/vmware/soap/vim25.rb', line 24448

def beforeGuestReboot
  @beforeGuestReboot
end

#beforeGuestShutdownObject

Returns the value of attribute beforeGuestShutdown.



24447
24448
24449
# File 'lib/vmware/soap/vim25.rb', line 24447

def beforeGuestShutdown
  @beforeGuestShutdown
end

#beforeGuestStandbyObject

Returns the value of attribute beforeGuestStandby.



24446
24447
24448
# File 'lib/vmware/soap/vim25.rb', line 24446

def beforeGuestStandby
  @beforeGuestStandby
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



24442
24443
24444
# File 'lib/vmware/soap/vim25.rb', line 24442

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



24441
24442
24443
# File 'lib/vmware/soap/vim25.rb', line 24441

def dynamicType
  @dynamicType
end

#pendingCustomizationObject

Returns the value of attribute pendingCustomization.



24450
24451
24452
# File 'lib/vmware/soap/vim25.rb', line 24450

def pendingCustomization
  @pendingCustomization
end

#syncTimeWithHostObject

Returns the value of attribute syncTimeWithHost.



24451
24452
24453
# File 'lib/vmware/soap/vim25.rb', line 24451

def syncTimeWithHost
  @syncTimeWithHost
end

#toolsUpgradePolicyObject

Returns the value of attribute toolsUpgradePolicy.



24449
24450
24451
# File 'lib/vmware/soap/vim25.rb', line 24449

def toolsUpgradePolicy
  @toolsUpgradePolicy
end

#toolsVersionObject

Returns the value of attribute toolsVersion.



24443
24444
24445
# File 'lib/vmware/soap/vim25.rb', line 24443

def toolsVersion
  @toolsVersion
end