Class: CustomizationLicenseFilePrintData

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

Overview

urn:vim25CustomizationLicenseFilePrintData

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
autoMode - CustomizationLicenseDataMode
autoUsers - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], autoMode = nil, autoUsers = nil) ⇒ CustomizationLicenseFilePrintData

Returns a new instance of CustomizationLicenseFilePrintData.



24823
24824
24825
24826
24827
24828
# File 'lib/vmware/soap/vim25.rb', line 24823

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

Instance Attribute Details

#autoModeObject

Returns the value of attribute autoMode.



24820
24821
24822
# File 'lib/vmware/soap/vim25.rb', line 24820

def autoMode
  @autoMode
end

#autoUsersObject

Returns the value of attribute autoUsers.



24821
24822
24823
# File 'lib/vmware/soap/vim25.rb', line 24821

def autoUsers
  @autoUsers
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



24819
24820
24821
# File 'lib/vmware/soap/vim25.rb', line 24819

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



24818
24819
24820
# File 'lib/vmware/soap/vim25.rb', line 24818

def dynamicType
  @dynamicType
end