softlayer 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 904de7751c6d14ff6f30cd89cec3bdea2b6453a0
4
- data.tar.gz: 898431b6e383be3d311b5c2292fda1a11534597f
3
+ metadata.gz: 93cd6f9045caf8cb905a7c396ab9d81893750da3
4
+ data.tar.gz: 96179f0551e353521025ffb3255748b4485c6370
5
5
  SHA512:
6
- metadata.gz: 27c29fbaaa2ccf2c9bf0fa5dbbba0b980b8e9e2bee9fbd7ca14b3ee9a085168b5f952d4675db62d17693ce80c44052d2fb8a0cc34cfe4fa72a12d466cfc20a5a
7
- data.tar.gz: 52cf10fdbca6f200f2f992f197a4685443c04c0a5f6d7a4cd245a8f31080ecde5ab3283869a85bb42e8f5141bea4042ce5c4540092620b92fedeec674459e587
6
+ metadata.gz: ede4c0d9beafebf1b799c75a003c70c7d1477967f1dd7808f079a7f53073bbd76d7f611d09b2a98b0a0acc592f1ff7cf2b180154a7257beecb822604096d860f
7
+ data.tar.gz: 2ad3988a498fa50801fbc131bcf4669a71253c5f97cd847b6968b463d1b3988c809371ba4a3c2c5bb45c3d19514c26dc56bb7faf500824a2a9ce57253d98e679
@@ -7,7 +7,6 @@
7
7
  <xsd:schema targetNamespace="http://api.service.softlayer.com/soap/v3/">
8
8
  <xsd:complexType name="SoftLayer_Account_MasterServiceAgreementInitParameters">
9
9
  <xsd:sequence>
10
- <xsd:element minOccurs="1" maxOccurs="1" name="id" type="xsd:int"/>
11
10
  <xsd:element minOccurs="0" maxOccurs="1" name="globalIdentifier" type="xsd:string"/>
12
11
  </xsd:sequence>
13
12
  </xsd:complexType>
@@ -33,13 +32,6 @@
33
32
  <message name="getObjectResponse">
34
33
  <part name="getObjectReturn" type="tns:SoftLayer_Account_MasterServiceAgreement"/>
35
34
  </message>
36
- <message name="getPdf">
37
- <part name="accountId" type="xsd:int"/>
38
- <part name="guid" type="xsd:string"/>
39
- </message>
40
- <message name="getPdfResponse">
41
- <part name="getPdfReturn" type="xsd:base64Binary"/>
42
- </message>
43
35
  <message name="authenticateHeader">
44
36
  <part name="authenticate" type="tns:authenticate"/>
45
37
  </message>
@@ -75,11 +67,6 @@
75
67
  <input message="tns:getObject"/>
76
68
  <output message="tns:getObjectResponse"/>
77
69
  </operation>
78
- <operation name="getPdf">
79
- <documentation>Returns the binary content of the user's account's current MSA PDF.</documentation>
80
- <input message="tns:getPdf"/>
81
- <output message="tns:getPdfResponse"/>
82
- </operation>
83
70
  </portType>
84
71
  <binding name="SoftLayer_Account_MasterServiceAgreementBinding" type="tns:SoftLayer_Account_MasterServiceAgreementPortType">
85
72
  <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
@@ -121,16 +108,6 @@
121
108
  <soap:body namespace="http://api.service.softlayer.com/soap/v3/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
122
109
  </output>
123
110
  </operation>
124
- <operation name="getPdf">
125
- <soap:operation soapAction="http://api.service.softlayer.com/soap/v3/SoftLayer_Account_MasterServiceAgreementAction"/>
126
- <input>
127
- <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
128
- <soap:body namespace="http://api.service.softlayer.com/soap/v3/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
129
- </input>
130
- <output>
131
- <soap:body namespace="http://api.service.softlayer.com/soap/v3/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
132
- </output>
133
- </operation>
134
111
  </binding>
135
112
  <service name="SoftLayer_Account_MasterServiceAgreementService">
136
113
  <port name="SoftLayer_Account_MasterServiceAgreementPort" binding="tns:SoftLayer_Account_MasterServiceAgreementBinding">
@@ -53,6 +53,12 @@
53
53
  <message name="getDomainRegistrationStatusResponse">
54
54
  <part name="getDomainRegistrationStatusReturn" type="tns:SoftLayer_Dns_Domain_Registration_Status"/>
55
55
  </message>
56
+ <message name="getExtendedAttributes">
57
+ <part name="domainName" type="xsd:string"/>
58
+ </message>
59
+ <message name="getExtendedAttributesResponse">
60
+ <part name="getExtendedAttributesReturn" type="tns:SoftLayer_Container_Dns_Domain_Registration_ExtendedAttributeArray"/>
61
+ </message>
56
62
  <message name="getObject"/>
57
63
  <message name="getObjectResponse">
58
64
  <part name="getObjectReturn" type="tns:SoftLayer_Dns_Domain_Registration"/>
@@ -193,6 +199,11 @@
193
199
  <input message="tns:getDomainRegistrationStatus"/>
194
200
  <output message="tns:getDomainRegistrationStatusResponse"/>
195
201
  </operation>
202
+ <operation name="getExtendedAttributes">
203
+ <documentation>The getExtendedAttributes method determines if a country code top level domain requires extended attributes. </documentation>
204
+ <input message="tns:getExtendedAttributes"/>
205
+ <output message="tns:getExtendedAttributesResponse"/>
206
+ </operation>
196
207
  <operation name="getObject">
197
208
  <documentation>getObject retrieves the SoftLayer_Dns_Domain_Registration object whose ID number corresponds to the ID number of the init parameter passed to the SoftLayer_Dns_Domain_Registration service. </documentation>
198
209
  <input message="tns:getObject"/>
@@ -366,6 +377,16 @@
366
377
  <soap:body namespace="http://api.service.softlayer.com/soap/v3/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
367
378
  </output>
368
379
  </operation>
380
+ <operation name="getExtendedAttributes">
381
+ <soap:operation soapAction="http://api.service.softlayer.com/soap/v3/SoftLayer_Dns_Domain_RegistrationAction"/>
382
+ <input>
383
+ <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
384
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
385
+ </input>
386
+ <output>
387
+ <soap:body namespace="http://api.service.softlayer.com/soap/v3/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
388
+ </output>
389
+ </operation>
369
390
  <operation name="getObject">
370
391
  <soap:operation soapAction="http://api.service.softlayer.com/soap/v3/SoftLayer_Dns_Domain_RegistrationAction"/>
371
392
  <input>
@@ -279,7 +279,9 @@ Configuration of network hardware is done asynchronously, do not depend on the r
279
279
  <output message="tns:getObjectResponse"/>
280
280
  </operation>
281
281
  <operation name="getPortStatistics">
282
- <documentation>Retrieve various network statistics. The network statistics are retrieved from the network device using snmpget. Below is a list of statistics retrieved:
282
+ <documentation>
283
+ **DEPRECATED - This operation will cease to function after April 4th, 2016 and will be removed from v3.2**
284
+ Retrieve various network statistics. The network statistics are retrieved from the network device using snmpget. Below is a list of statistics retrieved:
283
285
  * Administrative Status
284
286
  * Operational Status
285
287
  * Maximum Transmission Unit
data/data/Survey.wsdl CHANGED
@@ -70,7 +70,7 @@
70
70
  <portType name="SoftLayer_SurveyPortType">
71
71
  <documentation>Every SoftLayer survey is defined in the SoftLayer_Survey service. Softlayer survey's have questions and answers from SoftLayer users. </documentation>
72
72
  <operation name="getActiveSurveyByType">
73
- <documentation></documentation>
73
+ <documentation>Provides survey details for the given type </documentation>
74
74
  <input message="tns:getActiveSurveyByType"/>
75
75
  <output message="tns:getActiveSurveyByTypeResponse"/>
76
76
  </operation>
data/data/types.xsd CHANGED
@@ -8286,6 +8286,108 @@
8286
8286
  </restriction>
8287
8287
  </complexContent>
8288
8288
  </complexType>
8289
+ <complexType name="SoftLayer_Container_Dns_Domain_Registration_ExtendedAttribute">
8290
+ <sequence>
8291
+ <element minOccurs="0" maxOccurs="1" nillable="true" name="childFlag" type="boolean"/>
8292
+ <element minOccurs="0" maxOccurs="1" name="description" type="string"/>
8293
+ <element minOccurs="0" maxOccurs="1" name="name" type="string"/>
8294
+ <element minOccurs="0" maxOccurs="1" name="options" type="tns:SoftLayer_Container_Dns_Domain_Registration_ExtendedAttribute_OptionArray"/>
8295
+ <element minOccurs="0" maxOccurs="1" nillable="true" name="requiredFlag" type="int"/>
8296
+ <element minOccurs="0" maxOccurs="1" nillable="true" name="userDefinedFlag" type="boolean"/>
8297
+ </sequence>
8298
+ </complexType>
8299
+ <complexType name="SoftLayer_Container_Dns_Domain_Registration_ExtendedAttributeObjectFilter">
8300
+ <complexContent>
8301
+ <extension base="tns:SoftLayer_Utility_ObjectFilter">
8302
+ <sequence>
8303
+ <element minOccurs="0" maxOccurs="1" name="childFlag" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
8304
+ <element minOccurs="0" maxOccurs="1" name="description" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
8305
+ <element minOccurs="0" maxOccurs="1" name="name" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
8306
+ <element minOccurs="0" maxOccurs="1" name="options" type="tns:SoftLayer_Container_Dns_Domain_Registration_ExtendedAttribute_OptionObjectFilter"/>
8307
+ <element minOccurs="0" maxOccurs="1" name="requiredFlag" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
8308
+ <element minOccurs="0" maxOccurs="1" name="userDefinedFlag" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
8309
+ </sequence>
8310
+ </extension>
8311
+ </complexContent>
8312
+ </complexType>
8313
+ <complexType name="SoftLayer_Container_Dns_Domain_Registration_ExtendedAttributeArray">
8314
+ <complexContent>
8315
+ <restriction base="soapenc:Array">
8316
+ <attribute ref="soapenc:arrayType" wsdl:arrayType="tns:SoftLayer_Container_Dns_Domain_Registration_ExtendedAttribute[]"/>
8317
+ </restriction>
8318
+ </complexContent>
8319
+ </complexType>
8320
+ <complexType name="SoftLayer_Container_Dns_Domain_Registration_ExtendedAttribute_Configuration">
8321
+ <sequence>
8322
+ <element minOccurs="0" maxOccurs="1" name="name" type="string"/>
8323
+ <element minOccurs="0" maxOccurs="1" name="value" type="string"/>
8324
+ </sequence>
8325
+ </complexType>
8326
+ <complexType name="SoftLayer_Container_Dns_Domain_Registration_ExtendedAttribute_ConfigurationObjectFilter">
8327
+ <complexContent>
8328
+ <extension base="tns:SoftLayer_Utility_ObjectFilter">
8329
+ <sequence>
8330
+ <element minOccurs="0" maxOccurs="1" name="name" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
8331
+ <element minOccurs="0" maxOccurs="1" name="value" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
8332
+ </sequence>
8333
+ </extension>
8334
+ </complexContent>
8335
+ </complexType>
8336
+ <complexType name="SoftLayer_Container_Dns_Domain_Registration_ExtendedAttribute_ConfigurationArray">
8337
+ <complexContent>
8338
+ <restriction base="soapenc:Array">
8339
+ <attribute ref="soapenc:arrayType" wsdl:arrayType="tns:SoftLayer_Container_Dns_Domain_Registration_ExtendedAttribute_Configuration[]"/>
8340
+ </restriction>
8341
+ </complexContent>
8342
+ </complexType>
8343
+ <complexType name="SoftLayer_Container_Dns_Domain_Registration_ExtendedAttribute_Option">
8344
+ <sequence>
8345
+ <element minOccurs="0" maxOccurs="1" name="description" type="string"/>
8346
+ <element minOccurs="0" maxOccurs="1" name="requireExtendedAttributes" type="tns:SoftLayer_Container_Dns_Domain_Registration_ExtendedAttribute_Option_RequireArray"/>
8347
+ <element minOccurs="0" maxOccurs="1" name="title" type="string"/>
8348
+ <element minOccurs="0" maxOccurs="1" name="value" type="string"/>
8349
+ </sequence>
8350
+ </complexType>
8351
+ <complexType name="SoftLayer_Container_Dns_Domain_Registration_ExtendedAttribute_OptionObjectFilter">
8352
+ <complexContent>
8353
+ <extension base="tns:SoftLayer_Utility_ObjectFilter">
8354
+ <sequence>
8355
+ <element minOccurs="0" maxOccurs="1" name="description" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
8356
+ <element minOccurs="0" maxOccurs="1" name="requireExtendedAttributes" type="tns:SoftLayer_Container_Dns_Domain_Registration_ExtendedAttribute_Option_RequireObjectFilter"/>
8357
+ <element minOccurs="0" maxOccurs="1" name="title" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
8358
+ <element minOccurs="0" maxOccurs="1" name="value" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
8359
+ </sequence>
8360
+ </extension>
8361
+ </complexContent>
8362
+ </complexType>
8363
+ <complexType name="SoftLayer_Container_Dns_Domain_Registration_ExtendedAttribute_OptionArray">
8364
+ <complexContent>
8365
+ <restriction base="soapenc:Array">
8366
+ <attribute ref="soapenc:arrayType" wsdl:arrayType="tns:SoftLayer_Container_Dns_Domain_Registration_ExtendedAttribute_Option[]"/>
8367
+ </restriction>
8368
+ </complexContent>
8369
+ </complexType>
8370
+ <complexType name="SoftLayer_Container_Dns_Domain_Registration_ExtendedAttribute_Option_Require">
8371
+ <sequence>
8372
+ <element minOccurs="0" maxOccurs="1" name="name" type="string"/>
8373
+ </sequence>
8374
+ </complexType>
8375
+ <complexType name="SoftLayer_Container_Dns_Domain_Registration_ExtendedAttribute_Option_RequireObjectFilter">
8376
+ <complexContent>
8377
+ <extension base="tns:SoftLayer_Utility_ObjectFilter">
8378
+ <sequence>
8379
+ <element minOccurs="0" maxOccurs="1" name="name" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
8380
+ </sequence>
8381
+ </extension>
8382
+ </complexContent>
8383
+ </complexType>
8384
+ <complexType name="SoftLayer_Container_Dns_Domain_Registration_ExtendedAttribute_Option_RequireArray">
8385
+ <complexContent>
8386
+ <restriction base="soapenc:Array">
8387
+ <attribute ref="soapenc:arrayType" wsdl:arrayType="tns:SoftLayer_Container_Dns_Domain_Registration_ExtendedAttribute_Option_Require[]"/>
8388
+ </restriction>
8389
+ </complexContent>
8390
+ </complexType>
8289
8391
  <complexType name="SoftLayer_Container_Dns_Domain_Registration_Information">
8290
8392
  <sequence>
8291
8393
  <element minOccurs="0" maxOccurs="1" name="contacts" type="tns:SoftLayer_Container_Dns_Domain_Registration_ContactArray"/>
@@ -8321,6 +8423,7 @@
8321
8423
  <sequence>
8322
8424
  <element minOccurs="0" maxOccurs="1" name="domainName" type="string"/>
8323
8425
  <element minOccurs="0" maxOccurs="1" name="encodingType" type="string"/>
8426
+ <element minOccurs="0" maxOccurs="1" name="extendedAttributeConfiguration" type="tns:SoftLayer_Container_Dns_Domain_Registration_ExtendedAttribute_ConfigurationArray"/>
8324
8427
  <element minOccurs="0" maxOccurs="1" nillable="true" name="registrationPeriod" type="int"/>
8325
8428
  </sequence>
8326
8429
  </complexType>
@@ -8330,6 +8433,7 @@
8330
8433
  <sequence>
8331
8434
  <element minOccurs="0" maxOccurs="1" name="domainName" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
8332
8435
  <element minOccurs="0" maxOccurs="1" name="encodingType" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
8436
+ <element minOccurs="0" maxOccurs="1" name="extendedAttributeConfiguration" type="tns:SoftLayer_Container_Dns_Domain_Registration_ExtendedAttribute_ConfigurationObjectFilter"/>
8333
8437
  <element minOccurs="0" maxOccurs="1" name="registrationPeriod" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
8334
8438
  </sequence>
8335
8439
  </extension>
@@ -16241,6 +16345,7 @@
16241
16345
  </complexType>
16242
16346
  <complexType name="SoftLayer_Locale_Country">
16243
16347
  <sequence>
16348
+ <element minOccurs="0" maxOccurs="1" nillable="true" name="isEuropeanUnionFlag" type="int"/>
16244
16349
  <element minOccurs="0" maxOccurs="1" name="longName" type="string"/>
16245
16350
  <element minOccurs="0" maxOccurs="1" name="shortName" type="string"/>
16246
16351
  <element minOccurs="0" maxOccurs="1" name="stateCount" type="unsignedLong"/>
@@ -16251,6 +16356,7 @@
16251
16356
  <complexContent>
16252
16357
  <extension base="tns:SoftLayer_Utility_ObjectFilter">
16253
16358
  <sequence>
16359
+ <element minOccurs="0" maxOccurs="1" name="isEuropeanUnionFlag" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
16254
16360
  <element minOccurs="0" maxOccurs="1" name="longName" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
16255
16361
  <element minOccurs="0" maxOccurs="1" name="shortName" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
16256
16362
  <element minOccurs="0" maxOccurs="1" name="states" type="tns:SoftLayer_Locale_StateProvinceObjectFilter"/>
@@ -31246,6 +31352,91 @@
31246
31352
  </restriction>
31247
31353
  </complexContent>
31248
31354
  </complexType>
31355
+ <complexType name="SoftLayer_User_Customer_Prospect_ServiceProvider_EnrollRequest">
31356
+ <sequence>
31357
+ <element minOccurs="0" maxOccurs="1" nillable="true" name="accountId" type="int"/>
31358
+ <element minOccurs="0" maxOccurs="1" name="address1" type="string"/>
31359
+ <element minOccurs="0" maxOccurs="1" name="address2" type="string"/>
31360
+ <element minOccurs="0" maxOccurs="1" name="cardAccountNumber" type="string"/>
31361
+ <element minOccurs="0" maxOccurs="1" name="cardExpirationMonth" type="string"/>
31362
+ <element minOccurs="0" maxOccurs="1" name="cardExpirationYear" type="string"/>
31363
+ <element minOccurs="0" maxOccurs="1" name="cardType" type="string"/>
31364
+ <element minOccurs="0" maxOccurs="1" name="cardVerificationNumber" type="string"/>
31365
+ <element minOccurs="0" maxOccurs="1" name="city" type="string"/>
31366
+ <element minOccurs="0" maxOccurs="1" name="companyName" type="string"/>
31367
+ <element minOccurs="0" maxOccurs="1" nillable="true" name="companyTypeId" type="int"/>
31368
+ <element minOccurs="0" maxOccurs="1" name="companyUrl" type="string"/>
31369
+ <element minOccurs="0" maxOccurs="1" name="contactEmail" type="string"/>
31370
+ <element minOccurs="0" maxOccurs="1" name="contactFirstName" type="string"/>
31371
+ <element minOccurs="0" maxOccurs="1" name="contactLastName" type="string"/>
31372
+ <element minOccurs="0" maxOccurs="1" name="contactPhone" type="string"/>
31373
+ <element minOccurs="0" maxOccurs="1" name="country" type="string"/>
31374
+ <element minOccurs="0" maxOccurs="1" nillable="true" name="customerProspectId" type="int"/>
31375
+ <element minOccurs="0" maxOccurs="1" name="deviceFingerprintId" type="string"/>
31376
+ <element minOccurs="0" maxOccurs="1" name="email" type="string"/>
31377
+ <element minOccurs="0" maxOccurs="1" nillable="true" name="existingCustomerFlag" type="boolean"/>
31378
+ <element minOccurs="0" maxOccurs="1" name="firstName" type="string"/>
31379
+ <element minOccurs="0" maxOccurs="1" name="ibmPartnerWorldId" type="string"/>
31380
+ <element minOccurs="0" maxOccurs="1" nillable="true" name="ibmPartnerWorldMemberFlag" type="boolean"/>
31381
+ <element minOccurs="0" maxOccurs="1" name="lastName" type="string"/>
31382
+ <element minOccurs="0" maxOccurs="1" nillable="true" name="masterAgreementCompleteFlag" type="boolean"/>
31383
+ <element minOccurs="0" maxOccurs="1" name="officePhone" type="string"/>
31384
+ <element minOccurs="0" maxOccurs="1" name="postalCode" type="string"/>
31385
+ <element minOccurs="0" maxOccurs="1" nillable="true" name="serviceProviderAddendumFlag" type="boolean"/>
31386
+ <element minOccurs="0" maxOccurs="1" name="state" type="string"/>
31387
+ <element minOccurs="0" maxOccurs="1" name="surveyResponses" type="tns:SoftLayer_Survey_ResponseArray"/>
31388
+ <element minOccurs="0" maxOccurs="1" name="vatId" type="string"/>
31389
+ <element minOccurs="0" maxOccurs="1" name="companyType" type="tns:SoftLayer_Catalyst_Company_Type"/>
31390
+ </sequence>
31391
+ </complexType>
31392
+ <complexType name="SoftLayer_User_Customer_Prospect_ServiceProvider_EnrollRequestObjectFilter">
31393
+ <complexContent>
31394
+ <extension base="tns:SoftLayer_Utility_ObjectFilter">
31395
+ <sequence>
31396
+ <element minOccurs="0" maxOccurs="1" name="accountId" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
31397
+ <element minOccurs="0" maxOccurs="1" name="address1" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
31398
+ <element minOccurs="0" maxOccurs="1" name="address2" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
31399
+ <element minOccurs="0" maxOccurs="1" name="cardAccountNumber" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
31400
+ <element minOccurs="0" maxOccurs="1" name="cardExpirationMonth" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
31401
+ <element minOccurs="0" maxOccurs="1" name="cardExpirationYear" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
31402
+ <element minOccurs="0" maxOccurs="1" name="cardType" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
31403
+ <element minOccurs="0" maxOccurs="1" name="cardVerificationNumber" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
31404
+ <element minOccurs="0" maxOccurs="1" name="city" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
31405
+ <element minOccurs="0" maxOccurs="1" name="companyName" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
31406
+ <element minOccurs="0" maxOccurs="1" name="companyTypeId" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
31407
+ <element minOccurs="0" maxOccurs="1" name="companyUrl" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
31408
+ <element minOccurs="0" maxOccurs="1" name="contactEmail" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
31409
+ <element minOccurs="0" maxOccurs="1" name="contactFirstName" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
31410
+ <element minOccurs="0" maxOccurs="1" name="contactLastName" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
31411
+ <element minOccurs="0" maxOccurs="1" name="contactPhone" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
31412
+ <element minOccurs="0" maxOccurs="1" name="country" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
31413
+ <element minOccurs="0" maxOccurs="1" name="customerProspectId" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
31414
+ <element minOccurs="0" maxOccurs="1" name="deviceFingerprintId" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
31415
+ <element minOccurs="0" maxOccurs="1" name="email" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
31416
+ <element minOccurs="0" maxOccurs="1" name="existingCustomerFlag" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
31417
+ <element minOccurs="0" maxOccurs="1" name="firstName" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
31418
+ <element minOccurs="0" maxOccurs="1" name="ibmPartnerWorldId" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
31419
+ <element minOccurs="0" maxOccurs="1" name="ibmPartnerWorldMemberFlag" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
31420
+ <element minOccurs="0" maxOccurs="1" name="lastName" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
31421
+ <element minOccurs="0" maxOccurs="1" name="masterAgreementCompleteFlag" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
31422
+ <element minOccurs="0" maxOccurs="1" name="officePhone" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
31423
+ <element minOccurs="0" maxOccurs="1" name="postalCode" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
31424
+ <element minOccurs="0" maxOccurs="1" name="serviceProviderAddendumFlag" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
31425
+ <element minOccurs="0" maxOccurs="1" name="state" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
31426
+ <element minOccurs="0" maxOccurs="1" name="surveyResponses" type="tns:SoftLayer_Survey_ResponseObjectFilter"/>
31427
+ <element minOccurs="0" maxOccurs="1" name="vatId" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
31428
+ <element minOccurs="0" maxOccurs="1" name="companyType" type="tns:SoftLayer_Catalyst_Company_TypeObjectFilter"/>
31429
+ </sequence>
31430
+ </extension>
31431
+ </complexContent>
31432
+ </complexType>
31433
+ <complexType name="SoftLayer_User_Customer_Prospect_ServiceProvider_EnrollRequestArray">
31434
+ <complexContent>
31435
+ <restriction base="soapenc:Array">
31436
+ <attribute ref="soapenc:arrayType" wsdl:arrayType="tns:SoftLayer_User_Customer_Prospect_ServiceProvider_EnrollRequest[]"/>
31437
+ </restriction>
31438
+ </complexContent>
31439
+ </complexType>
31249
31440
  <complexType name="SoftLayer_User_Customer_Prospect_Type">
31250
31441
  <sequence>
31251
31442
  <element minOccurs="0" maxOccurs="1" nillable="true" name="createDate" type="dateTime"/>
@@ -20,11 +20,6 @@ module Softlayer
20
20
  request(:get_object, Softlayer::Account::MasterServiceAgreement)
21
21
  end
22
22
 
23
- def self.get_pdf(account_id = nil, guid = nil)
24
- message = {account_id: account_id, guid: guid}
25
- request(:get_pdf, Softlayer::Base64Binary, message)
26
- end
27
-
28
23
  class Representer < Representable::Decorator
29
24
  include Representable::Hash
30
25
  include Representable::Coercion
@@ -0,0 +1,23 @@
1
+ module Softlayer
2
+ module Container
3
+ module Dns
4
+ module Domain
5
+ module Registration
6
+ class ExtendedAttribute
7
+ class Configuration < Softlayer::Model
8
+ attr_accessor :name
9
+ attr_accessor :value
10
+
11
+ class Representer < Representable::Decorator
12
+ include Representable::Hash
13
+ include Representable::Coercion
14
+ property :name, type: String
15
+ property :value, type: String
16
+ end
17
+ end
18
+ end
19
+ end
20
+ end
21
+ end
22
+ end
23
+ end
@@ -0,0 +1,23 @@
1
+ module Softlayer
2
+ module Container
3
+ module Dns
4
+ module Domain
5
+ module Registration
6
+ class ExtendedAttribute
7
+ class Option
8
+ class Require < Softlayer::Model
9
+ attr_accessor :name
10
+
11
+ class Representer < Representable::Decorator
12
+ include Representable::Hash
13
+ include Representable::Coercion
14
+ property :name, type: String
15
+ end
16
+ end
17
+ end
18
+ end
19
+ end
20
+ end
21
+ end
22
+ end
23
+ end
@@ -0,0 +1,27 @@
1
+ module Softlayer
2
+ module Container
3
+ module Dns
4
+ module Domain
5
+ module Registration
6
+ class ExtendedAttribute
7
+ class Option < Softlayer::Model
8
+ autoload :Require, 'softlayer/container/dns/domain/registration/extended_attribute/option/require'
9
+ attr_accessor :description
10
+ attr_accessor :require_extended_attributes
11
+ attr_accessor :title
12
+ attr_accessor :value
13
+
14
+ class Representer < Representable::Decorator
15
+ include Representable::Hash
16
+ include Representable::Coercion
17
+ property :description, type: String
18
+ property :title, type: String
19
+ property :value, type: String
20
+ end
21
+ end
22
+ end
23
+ end
24
+ end
25
+ end
26
+ end
27
+ end
@@ -0,0 +1,30 @@
1
+ module Softlayer
2
+ module Container
3
+ module Dns
4
+ module Domain
5
+ module Registration
6
+ class ExtendedAttribute < Softlayer::Model
7
+ autoload :Configuration, 'softlayer/container/dns/domain/registration/extended_attribute/configuration'
8
+ autoload :Option, 'softlayer/container/dns/domain/registration/extended_attribute/option'
9
+ attr_accessor :child_flag
10
+ attr_accessor :description
11
+ attr_accessor :name
12
+ attr_accessor :options
13
+ attr_accessor :required_flag
14
+ attr_accessor :user_defined_flag
15
+
16
+ class Representer < Representable::Decorator
17
+ include Representable::Hash
18
+ include Representable::Coercion
19
+ property :child_flag, type: Boolean
20
+ property :description, type: String
21
+ property :name, type: String
22
+ property :required_flag, type: Integer
23
+ property :user_defined_flag, type: Boolean
24
+ end
25
+ end
26
+ end
27
+ end
28
+ end
29
+ end
30
+ end
@@ -6,6 +6,7 @@ module Softlayer
6
6
  class List < Softlayer::Model
7
7
  attr_accessor :domain_name
8
8
  attr_accessor :encoding_type
9
+ attr_accessor :extended_attribute_configuration
9
10
  attr_accessor :registration_period
10
11
 
11
12
  class Representer < Representable::Decorator
@@ -4,6 +4,7 @@ module Softlayer
4
4
  module Domain
5
5
  module Registration
6
6
  autoload :Contact, 'softlayer/container/dns/domain/registration/contact'
7
+ autoload :ExtendedAttribute, 'softlayer/container/dns/domain/registration/extended_attribute'
7
8
  autoload :Information, 'softlayer/container/dns/domain/registration/information'
8
9
  autoload :List, 'softlayer/container/dns/domain/registration/list'
9
10
  autoload :Lookup, 'softlayer/container/dns/domain/registration/lookup'
@@ -49,6 +49,11 @@ module Softlayer
49
49
  request(:get_domain_registration_status, Softlayer::Dns::Domain::Registration::Status)
50
50
  end
51
51
 
52
+ def self.get_extended_attributes(domain_name = nil)
53
+ message = {domain_name: domain_name}
54
+ request(:get_extended_attributes, Array[Softlayer::Container::Dns::Domain::Registration::ExtendedAttribute], message)
55
+ end
56
+
52
57
  def get_object
53
58
  request(:get_object, Softlayer::Dns::Domain::Registration)
54
59
  end
@@ -2,6 +2,7 @@ module Softlayer
2
2
  class Locale
3
3
  class Country < Softlayer::Model
4
4
  SERVICE = 'SoftLayer_Locale_Country'
5
+ attr_accessor :is_european_union_flag
5
6
  attr_accessor :long_name
6
7
  attr_accessor :short_name
7
8
  attr_accessor :state_count
@@ -26,6 +27,7 @@ module Softlayer
26
27
  class Representer < Representable::Decorator
27
28
  include Representable::Hash
28
29
  include Representable::Coercion
30
+ property :is_european_union_flag, type: Integer
29
31
  property :long_name, type: String
30
32
  property :short_name, type: String
31
33
  property :state_count, type: BigDecimal
@@ -0,0 +1,81 @@
1
+ module Softlayer
2
+ module User
3
+ class Customer
4
+ class Prospect
5
+ module ServiceProvider
6
+ class EnrollRequest < Softlayer::Model
7
+ attr_accessor :account_id
8
+ attr_accessor :address1
9
+ attr_accessor :address2
10
+ attr_accessor :card_account_number
11
+ attr_accessor :card_expiration_month
12
+ attr_accessor :card_expiration_year
13
+ attr_accessor :card_type
14
+ attr_accessor :card_verification_number
15
+ attr_accessor :city
16
+ attr_accessor :company_name
17
+ attr_accessor :company_type_id
18
+ attr_accessor :company_url
19
+ attr_accessor :contact_email
20
+ attr_accessor :contact_first_name
21
+ attr_accessor :contact_last_name
22
+ attr_accessor :contact_phone
23
+ attr_accessor :country
24
+ attr_accessor :customer_prospect_id
25
+ attr_accessor :device_fingerprint_id
26
+ attr_accessor :email
27
+ attr_accessor :existing_customer_flag
28
+ attr_accessor :first_name
29
+ attr_accessor :ibm_partner_world_id
30
+ attr_accessor :ibm_partner_world_member_flag
31
+ attr_accessor :last_name
32
+ attr_accessor :master_agreement_complete_flag
33
+ attr_accessor :office_phone
34
+ attr_accessor :postal_code
35
+ attr_accessor :service_provider_addendum_flag
36
+ attr_accessor :state
37
+ attr_accessor :survey_responses
38
+ attr_accessor :vat_id
39
+ attr_accessor :company_type
40
+
41
+ class Representer < Representable::Decorator
42
+ include Representable::Hash
43
+ include Representable::Coercion
44
+ property :account_id, type: Integer
45
+ property :address1, type: String
46
+ property :address2, type: String
47
+ property :card_account_number, type: String
48
+ property :card_expiration_month, type: String
49
+ property :card_expiration_year, type: String
50
+ property :card_type, type: String
51
+ property :card_verification_number, type: String
52
+ property :city, type: String
53
+ property :company_name, type: String
54
+ property :company_type_id, type: Integer
55
+ property :company_url, type: String
56
+ property :contact_email, type: String
57
+ property :contact_first_name, type: String
58
+ property :contact_last_name, type: String
59
+ property :contact_phone, type: String
60
+ property :country, type: String
61
+ property :customer_prospect_id, type: Integer
62
+ property :device_fingerprint_id, type: String
63
+ property :email, type: String
64
+ property :existing_customer_flag, type: Boolean
65
+ property :first_name, type: String
66
+ property :ibm_partner_world_id, type: String
67
+ property :ibm_partner_world_member_flag, type: Boolean
68
+ property :last_name, type: String
69
+ property :master_agreement_complete_flag, type: Boolean
70
+ property :office_phone, type: String
71
+ property :postal_code, type: String
72
+ property :service_provider_addendum_flag, type: Boolean
73
+ property :state, type: String
74
+ property :vat_id, type: String
75
+ end
76
+ end
77
+ end
78
+ end
79
+ end
80
+ end
81
+ end
@@ -0,0 +1,11 @@
1
+ module Softlayer
2
+ module User
3
+ class Customer
4
+ class Prospect
5
+ module ServiceProvider
6
+ autoload :EnrollRequest, 'softlayer/user/customer/prospect/service_provider/enroll_request'
7
+ end
8
+ end
9
+ end
10
+ end
11
+ end
@@ -3,6 +3,7 @@ module Softlayer
3
3
  class Customer
4
4
  class Prospect < Softlayer::Model
5
5
  autoload :Type, 'softlayer/user/customer/prospect/type'
6
+ autoload :ServiceProvider, 'softlayer/user/customer/prospect/service_provider'
6
7
  attr_accessor :assigned_employee_count
7
8
  attr_accessor :quote_count
8
9
  attr_accessor :account
@@ -1,3 +1,3 @@
1
1
  module Softlayer
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: softlayer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Celso Fernandes
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-03-14 00:00:00.000000000 Z
11
+ date: 2016-03-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: excon
@@ -893,6 +893,10 @@ files:
893
893
  - lib/softlayer/container/dns/domain.rb
894
894
  - lib/softlayer/container/dns/domain/registration.rb
895
895
  - lib/softlayer/container/dns/domain/registration/contact.rb
896
+ - lib/softlayer/container/dns/domain/registration/extended_attribute.rb
897
+ - lib/softlayer/container/dns/domain/registration/extended_attribute/configuration.rb
898
+ - lib/softlayer/container/dns/domain/registration/extended_attribute/option.rb
899
+ - lib/softlayer/container/dns/domain/registration/extended_attribute/option/require.rb
896
900
  - lib/softlayer/container/dns/domain/registration/information.rb
897
901
  - lib/softlayer/container/dns/domain/registration/list.rb
898
902
  - lib/softlayer/container/dns/domain/registration/lookup.rb
@@ -1984,6 +1988,8 @@ files:
1984
1988
  - lib/softlayer/user/customer/notification/virtual.rb
1985
1989
  - lib/softlayer/user/customer/notification/virtual/guest.rb
1986
1990
  - lib/softlayer/user/customer/prospect.rb
1991
+ - lib/softlayer/user/customer/prospect/service_provider.rb
1992
+ - lib/softlayer/user/customer/prospect/service_provider/enroll_request.rb
1987
1993
  - lib/softlayer/user/customer/prospect/type.rb
1988
1994
  - lib/softlayer/user/customer/security.rb
1989
1995
  - lib/softlayer/user/customer/security/answer.rb