Class: EvaluationLicenseSource

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

Overview

urn:vim25EvaluationLicenseSource

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
remainingHours - SOAP::SOAPLong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], remainingHours = nil) ⇒ EvaluationLicenseSource

Returns a new instance of EvaluationLicenseSource.



1475
1476
1477
1478
1479
# File 'lib/vmware/soap/vim25.rb', line 1475

def initialize(dynamicType = nil, dynamicProperty = [], remainingHours = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @remainingHours = remainingHours
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



1472
1473
1474
# File 'lib/vmware/soap/vim25.rb', line 1472

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



1471
1472
1473
# File 'lib/vmware/soap/vim25.rb', line 1471

def dynamicType
  @dynamicType
end

#remainingHoursObject

Returns the value of attribute remainingHours.



1473
1474
1475
# File 'lib/vmware/soap/vim25.rb', line 1473

def remainingHours
  @remainingHours
end