Class: ExtensionServerInfo

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

Overview

urn:vim25ExtensionServerInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
url - SOAP::SOAPString
description - Description
company - SOAP::SOAPString
type - SOAP::SOAPString
adminEmail - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], url = nil, description = nil, company = nil, type = nil, adminEmail = []) ⇒ ExtensionServerInfo

Returns a new instance of ExtensionServerInfo.



1187
1188
1189
1190
1191
1192
1193
1194
1195
# File 'lib/vmware/soap/vim25.rb', line 1187

def initialize(dynamicType = nil, dynamicProperty = [], url = nil, description = nil, company = nil, type = nil, adminEmail = [])
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @url = url
  @description = description
  @company = company
  @type = type
  @adminEmail = adminEmail
end

Instance Attribute Details

#adminEmailObject

Returns the value of attribute adminEmail.



1185
1186
1187
# File 'lib/vmware/soap/vim25.rb', line 1185

def adminEmail
  @adminEmail
end

#companyObject

Returns the value of attribute company.



1183
1184
1185
# File 'lib/vmware/soap/vim25.rb', line 1183

def company
  @company
end

#descriptionObject

Returns the value of attribute description.



1182
1183
1184
# File 'lib/vmware/soap/vim25.rb', line 1182

def description
  @description
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



1180
1181
1182
# File 'lib/vmware/soap/vim25.rb', line 1180

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



1179
1180
1181
# File 'lib/vmware/soap/vim25.rb', line 1179

def dynamicType
  @dynamicType
end

#typeObject

Returns the value of attribute type.



1184
1185
1186
# File 'lib/vmware/soap/vim25.rb', line 1184

def type
  @type
end

#urlObject

Returns the value of attribute url.



1181
1182
1183
# File 'lib/vmware/soap/vim25.rb', line 1181

def url
  @url
end