Class: VirtualMachineDefaultPowerOpInfo

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

Overview

urn:vim25VirtualMachineDefaultPowerOpInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
powerOffType - SOAP::SOAPString
suspendType - SOAP::SOAPString
resetType - SOAP::SOAPString
defaultPowerOffType - SOAP::SOAPString
defaultSuspendType - SOAP::SOAPString
defaultResetType - SOAP::SOAPString
standbyAction - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], powerOffType = nil, suspendType = nil, resetType = nil, defaultPowerOffType = nil, defaultSuspendType = nil, defaultResetType = nil, standbyAction = nil) ⇒ VirtualMachineDefaultPowerOpInfo

Returns a new instance of VirtualMachineDefaultPowerOpInfo.



23379
23380
23381
23382
23383
23384
23385
23386
23387
23388
23389
# File 'lib/vmware/soap/vim25.rb', line 23379

def initialize(dynamicType = nil, dynamicProperty = [], powerOffType = nil, suspendType = nil, resetType = nil, defaultPowerOffType = nil, defaultSuspendType = nil, defaultResetType = nil, standbyAction = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @powerOffType = powerOffType
  @suspendType = suspendType
  @resetType = resetType
  @defaultPowerOffType = defaultPowerOffType
  @defaultSuspendType = defaultSuspendType
  @defaultResetType = defaultResetType
  @standbyAction = standbyAction
end

Instance Attribute Details

#defaultPowerOffTypeObject

Returns the value of attribute defaultPowerOffType.



23374
23375
23376
# File 'lib/vmware/soap/vim25.rb', line 23374

def defaultPowerOffType
  @defaultPowerOffType
end

#defaultResetTypeObject

Returns the value of attribute defaultResetType.



23376
23377
23378
# File 'lib/vmware/soap/vim25.rb', line 23376

def defaultResetType
  @defaultResetType
end

#defaultSuspendTypeObject

Returns the value of attribute defaultSuspendType.



23375
23376
23377
# File 'lib/vmware/soap/vim25.rb', line 23375

def defaultSuspendType
  @defaultSuspendType
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



23370
23371
23372
# File 'lib/vmware/soap/vim25.rb', line 23370

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



23369
23370
23371
# File 'lib/vmware/soap/vim25.rb', line 23369

def dynamicType
  @dynamicType
end

#powerOffTypeObject

Returns the value of attribute powerOffType.



23371
23372
23373
# File 'lib/vmware/soap/vim25.rb', line 23371

def powerOffType
  @powerOffType
end

#resetTypeObject

Returns the value of attribute resetType.



23373
23374
23375
# File 'lib/vmware/soap/vim25.rb', line 23373

def resetType
  @resetType
end

#standbyActionObject

Returns the value of attribute standbyAction.



23377
23378
23379
# File 'lib/vmware/soap/vim25.rb', line 23377

def standbyAction
  @standbyAction
end

#suspendTypeObject

Returns the value of attribute suspendType.



23372
23373
23374
# File 'lib/vmware/soap/vim25.rb', line 23372

def suspendType
  @suspendType
end