softlayer 0.0.14 → 0.0.15

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,12 +5,6 @@
5
5
  <xsd:include namespace="http://api.service.softlayer.com/soap/v3.1/" schemaLocation="https://api.softlayer.com/soap/v3.1/SoftLayer_Utility_Network?xsd"/>
6
6
  </xsd:schema>
7
7
  </types>
8
- <message name="isPingable">
9
- <part name="address" type="xsd:string"/>
10
- </message>
11
- <message name="isPingableResponse">
12
- <part name="isPingableReturn" type="xsd:boolean"/>
13
- </message>
14
8
  <message name="nsLookup">
15
9
  <part name="address" type="xsd:string"/>
16
10
  <part name="type" type="xsd:string"/>
@@ -18,18 +12,6 @@
18
12
  <message name="nsLookupResponse">
19
13
  <part name="nsLookupReturn" type="xsd:string"/>
20
14
  </message>
21
- <message name="ping">
22
- <part name="address" type="xsd:string"/>
23
- </message>
24
- <message name="pingResponse">
25
- <part name="pingReturn" type="xsd:string"/>
26
- </message>
27
- <message name="traceroute">
28
- <part name="address" type="xsd:string"/>
29
- </message>
30
- <message name="tracerouteResponse">
31
- <part name="tracerouteReturn" type="xsd:string"/>
32
- </message>
33
15
  <message name="whois">
34
16
  <part name="address" type="xsd:string"/>
35
17
  </message>
@@ -44,26 +26,11 @@
44
26
  </message>
45
27
  <portType name="SoftLayer_Utility_NetworkPortType">
46
28
  <documentation>The SoftLayer_Utility_Network service allows users to send network diagnostic requests from SoftLayer's application servers to a given host on the Internet. </documentation>
47
- <operation name="isPingable">
48
- <documentation>Send a single ICMP ping from SoftLayer's application servers to the given IP address or hostname and return whether or not the remote host was pingable. Pinging is a good way to determine if a particular host is alive on the Internet. A host that's unreachable to ping may not necessarily be down, as many providers employ filtering to deny ICMP traffic. Pinging a hostname instead of an IP address may fail if DNS lookup for that hostname also fails. isPingable() differs from [[SoftLayer_Utility_Network::ping|ping()]] in that it returns whether an address was pingable while ping() retrieves the full results of the ping command. </documentation>
49
- <input message="tns:isPingable"/>
50
- <output message="tns:isPingableResponse"/>
51
- </operation>
52
29
  <operation name="nsLookup">
53
30
  <documentation>A method used to return the nameserver information for a given address</documentation>
54
31
  <input message="tns:nsLookup"/>
55
32
  <output message="tns:nsLookupResponse"/>
56
33
  </operation>
57
- <operation name="ping">
58
- <documentation>Send a single ICMP ping from SoftLayer's application servers to the given IP address or hostname and return the raw results of that command. The returned result is similar to the result received from running the command `ping -c 1` from a command shell. Pinging is a good way to determine if a particular host is alive on the Internet. A host that's unreachable to ping may not necessarily be down, as many providers employ filtering to deny ICMP traffic. Running ping on a hostname instead of an IP address may fail if DNS lookup for that hostname also fails. </documentation>
59
- <input message="tns:ping"/>
60
- <output message="tns:pingResponse"/>
61
- </operation>
62
- <operation name="traceroute">
63
- <documentation>Perform an ICMP traceroute from SoftLayer's application servers to the given IP address or hostname and return the raw results of that command. The returned result is similar to the result received from running the command `traceroute` from a UNIX command shell. A traceroute sends small diagnostic packets to every hop along the network route to a given host. Traceroutes are useful tools for debugging network connectivity to a host on the Internet. Routing loops and intermediate hop timeouts help to narrow down problematic providers along the network chain. Some providers elect to deny ICMP on their networks, which may cause a traceroute to show skewed results. Furthermore, many providers assign a low priority to traceroutes in their infrastructure which may lead to inaccurate hop response times. Running traceroute on a hostname instead of an IP address may fail if DNS lookup for that hostname also fails. </documentation>
64
- <input message="tns:traceroute"/>
65
- <output message="tns:tracerouteResponse"/>
66
- </operation>
67
34
  <operation name="whois">
68
35
  <documentation>Perform a WHOIS lookup from SoftLayer's application servers on the given IP address or hostname and return the raw results of that command. The returned result is similar to the result received from running the command `whois` from a UNIX command shell. A WHOIS lookup queries a host's registrar to retrieve domain registrant information including registration date, expiry date, and the administrative, technical, billing, and abuse contacts responsible for a domain. WHOIS lookups are useful for determining a physical contact responsible for a particular domain. WHOIS lookups are also useful for determining domain availability. Running a WHOIS lookup on an IP address queries ARIN for that IP block's ownership, and is helpful for determining a physical entity responsible for a certain IP address. </documentation>
69
36
  <input message="tns:whois"/>
@@ -72,16 +39,6 @@
72
39
  </portType>
73
40
  <binding name="SoftLayer_Utility_NetworkBinding" type="tns:SoftLayer_Utility_NetworkPortType">
74
41
  <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
75
- <operation name="isPingable">
76
- <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_Utility_NetworkAction"/>
77
- <input>
78
- <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
79
- <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
80
- </input>
81
- <output>
82
- <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
83
- </output>
84
- </operation>
85
42
  <operation name="nsLookup">
86
43
  <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_Utility_NetworkAction"/>
87
44
  <input>
@@ -92,26 +49,6 @@
92
49
  <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
93
50
  </output>
94
51
  </operation>
95
- <operation name="ping">
96
- <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_Utility_NetworkAction"/>
97
- <input>
98
- <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
99
- <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
100
- </input>
101
- <output>
102
- <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
103
- </output>
104
- </operation>
105
- <operation name="traceroute">
106
- <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_Utility_NetworkAction"/>
107
- <input>
108
- <soap:header message="tns:authenticateHeader" part="authenticate" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
109
- <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
110
- </input>
111
- <output>
112
- <soap:body namespace="http://api.service.softlayer.com/soap/v3.1/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
113
- </output>
114
- </operation>
115
52
  <operation name="whois">
116
53
  <soap:operation soapAction="http://api.service.softlayer.com/soap/v3.1/SoftLayer_Utility_NetworkAction"/>
117
54
  <input>
data/data/types.xsd CHANGED
@@ -910,6 +910,7 @@
910
910
  <element minOccurs="0" maxOccurs="1" name="allSubnetBillingItems" type="tns:SoftLayer_Billing_ItemArray"/>
911
911
  <element minOccurs="0" maxOccurs="1" name="allTopLevelBillingItems" type="tns:SoftLayer_Billing_ItemArray"/>
912
912
  <element minOccurs="0" maxOccurs="1" name="allTopLevelBillingItemsUnfiltered" type="tns:SoftLayer_Billing_ItemArray"/>
913
+ <element minOccurs="0" maxOccurs="1" name="allowsBluemixAccountLinkingFlag" type="boolean"/>
913
914
  <element minOccurs="0" maxOccurs="1" name="applicationDeliveryControllers" type="tns:SoftLayer_Network_Application_Delivery_ControllerArray"/>
914
915
  <element minOccurs="0" maxOccurs="1" name="attributes" type="tns:SoftLayer_Account_AttributeArray"/>
915
916
  <element minOccurs="0" maxOccurs="1" name="availablePublicNetworkVlans" type="tns:SoftLayer_Network_VlanArray"/>
@@ -921,6 +922,7 @@
921
922
  <element minOccurs="0" maxOccurs="1" name="billingAgreements" type="tns:SoftLayer_Account_AgreementArray"/>
922
923
  <element minOccurs="0" maxOccurs="1" name="billingInfo" type="tns:SoftLayer_Billing_Info"/>
923
924
  <element minOccurs="0" maxOccurs="1" name="blockDeviceTemplateGroups" type="tns:SoftLayer_Virtual_Guest_Block_Device_Template_GroupArray"/>
925
+ <element minOccurs="0" maxOccurs="1" name="bluemixLinkedFlag" type="boolean"/>
924
926
  <element minOccurs="0" maxOccurs="1" name="brand" type="tns:SoftLayer_Brand"/>
925
927
  <element minOccurs="0" maxOccurs="1" name="brandAccountFlag" type="boolean"/>
926
928
  <element minOccurs="0" maxOccurs="1" name="brandKeyName" type="string"/>
@@ -1204,6 +1206,7 @@
1204
1206
  <element minOccurs="0" maxOccurs="1" name="allSubnetBillingItems" type="tns:SoftLayer_Billing_ItemObjectFilter"/>
1205
1207
  <element minOccurs="0" maxOccurs="1" name="allTopLevelBillingItems" type="tns:SoftLayer_Billing_ItemObjectFilter"/>
1206
1208
  <element minOccurs="0" maxOccurs="1" name="allTopLevelBillingItemsUnfiltered" type="tns:SoftLayer_Billing_ItemObjectFilter"/>
1209
+ <element minOccurs="0" maxOccurs="1" name="allowsBluemixAccountLinkingFlag" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
1207
1210
  <element minOccurs="0" maxOccurs="1" name="applicationDeliveryControllers" type="tns:SoftLayer_Network_Application_Delivery_ControllerObjectFilter"/>
1208
1211
  <element minOccurs="0" maxOccurs="1" name="attributes" type="tns:SoftLayer_Account_AttributeObjectFilter"/>
1209
1212
  <element minOccurs="0" maxOccurs="1" name="availablePublicNetworkVlans" type="tns:SoftLayer_Network_VlanObjectFilter"/>
@@ -1215,6 +1218,7 @@
1215
1218
  <element minOccurs="0" maxOccurs="1" name="billingAgreements" type="tns:SoftLayer_Account_AgreementObjectFilter"/>
1216
1219
  <element minOccurs="0" maxOccurs="1" name="billingInfo" type="tns:SoftLayer_Billing_InfoObjectFilter"/>
1217
1220
  <element minOccurs="0" maxOccurs="1" name="blockDeviceTemplateGroups" type="tns:SoftLayer_Virtual_Guest_Block_Device_Template_GroupObjectFilter"/>
1221
+ <element minOccurs="0" maxOccurs="1" name="bluemixLinkedFlag" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
1218
1222
  <element minOccurs="0" maxOccurs="1" name="brand" type="tns:SoftLayer_BrandObjectFilter"/>
1219
1223
  <element minOccurs="0" maxOccurs="1" name="brandAccountFlag" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
1220
1224
  <element minOccurs="0" maxOccurs="1" name="brandKeyName" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
@@ -17149,24 +17153,12 @@
17149
17153
  </complexType>
17150
17154
  <complexType name="SoftLayer_Hardware_SecurityModule">
17151
17155
  <complexContent>
17152
- <extension base="tns:SoftLayer_Hardware">
17153
- <sequence>
17154
- <element minOccurs="0" maxOccurs="1" name="softwareUserCount" type="unsignedLong"/>
17155
- <element minOccurs="0" maxOccurs="1" name="userCount" type="unsignedLong"/>
17156
- <element minOccurs="0" maxOccurs="1" name="softwareUsers" type="tns:SoftLayer_Software_Component_PasswordArray"/>
17157
- <element minOccurs="0" maxOccurs="1" name="users" type="tns:SoftLayer_User_CustomerArray"/>
17158
- </sequence>
17159
- </extension>
17156
+ <extension base="tns:SoftLayer_Hardware_Server"/>
17160
17157
  </complexContent>
17161
17158
  </complexType>
17162
17159
  <complexType name="SoftLayer_Hardware_SecurityModuleObjectFilter">
17163
17160
  <complexContent>
17164
- <extension base="tns:SoftLayer_HardwareObjectFilter">
17165
- <sequence>
17166
- <element minOccurs="0" maxOccurs="1" name="softwareUsers" type="tns:SoftLayer_Software_Component_PasswordObjectFilter"/>
17167
- <element minOccurs="0" maxOccurs="1" name="users" type="tns:SoftLayer_User_CustomerObjectFilter"/>
17168
- </sequence>
17169
- </extension>
17161
+ <extension base="tns:SoftLayer_Hardware_ServerObjectFilter"/>
17170
17162
  </complexContent>
17171
17163
  </complexType>
17172
17164
  <complexType name="SoftLayer_Hardware_SecurityModuleArray">
@@ -22919,6 +22911,7 @@
22919
22911
  <complexContent>
22920
22912
  <extension base="tns:SoftLayer_Network_Service_Resource">
22921
22913
  <sequence>
22914
+ <element minOccurs="0" maxOccurs="1" name="adnServicesIp" type="string"/>
22922
22915
  <element minOccurs="0" maxOccurs="1" name="hubAddress" type="string"/>
22923
22916
  <element minOccurs="0" maxOccurs="1" name="hubConnectionTimeout" type="string"/>
22924
22917
  <element minOccurs="0" maxOccurs="1" name="robotsCount" type="string"/>
@@ -22931,6 +22924,7 @@
22931
22924
  <complexContent>
22932
22925
  <extension base="tns:SoftLayer_Network_Service_ResourceObjectFilter">
22933
22926
  <sequence>
22927
+ <element minOccurs="0" maxOccurs="1" name="adnServicesIp" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
22934
22928
  <element minOccurs="0" maxOccurs="1" name="hubAddress" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
22935
22929
  <element minOccurs="0" maxOccurs="1" name="hubConnectionTimeout" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
22936
22930
  <element minOccurs="0" maxOccurs="1" name="robotsCount" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
@@ -24201,6 +24195,7 @@
24201
24195
  <element minOccurs="0" maxOccurs="1" nillable="true" name="volumeId" type="int"/>
24202
24196
  <element minOccurs="0" maxOccurs="1" name="eventCount" type="unsignedLong"/>
24203
24197
  <element minOccurs="0" maxOccurs="1" name="propertyCount" type="unsignedLong"/>
24198
+ <element minOccurs="0" maxOccurs="1" name="replicaSnapshotCount" type="unsignedLong"/>
24204
24199
  <element minOccurs="0" maxOccurs="1" name="snapshotCount" type="unsignedLong"/>
24205
24200
  <element minOccurs="0" maxOccurs="1" name="dayOfMonth" type="string"/>
24206
24201
  <element minOccurs="0" maxOccurs="1" name="dayOfWeek" type="string"/>
@@ -24210,6 +24205,7 @@
24210
24205
  <element minOccurs="0" maxOccurs="1" name="monthOfYear" type="string"/>
24211
24206
  <element minOccurs="0" maxOccurs="1" name="partnership" type="tns:SoftLayer_Network_Storage_Partnership"/>
24212
24207
  <element minOccurs="0" maxOccurs="1" name="properties" type="tns:SoftLayer_Network_Storage_Schedule_PropertyArray"/>
24208
+ <element minOccurs="0" maxOccurs="1" name="replicaSnapshots" type="tns:SoftLayer_Network_StorageArray"/>
24213
24209
  <element minOccurs="0" maxOccurs="1" name="retentionCount" type="string"/>
24214
24210
  <element minOccurs="0" maxOccurs="1" name="snapshots" type="tns:SoftLayer_Network_StorageArray"/>
24215
24211
  <element minOccurs="0" maxOccurs="1" name="type" type="tns:SoftLayer_Network_Storage_Schedule_Type"/>
@@ -24238,6 +24234,7 @@
24238
24234
  <element minOccurs="0" maxOccurs="1" name="monthOfYear" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
24239
24235
  <element minOccurs="0" maxOccurs="1" name="partnership" type="tns:SoftLayer_Network_Storage_PartnershipObjectFilter"/>
24240
24236
  <element minOccurs="0" maxOccurs="1" name="properties" type="tns:SoftLayer_Network_Storage_Schedule_PropertyObjectFilter"/>
24237
+ <element minOccurs="0" maxOccurs="1" name="replicaSnapshots" type="tns:SoftLayer_Network_StorageObjectFilter"/>
24241
24238
  <element minOccurs="0" maxOccurs="1" name="retentionCount" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
24242
24239
  <element minOccurs="0" maxOccurs="1" name="snapshots" type="tns:SoftLayer_Network_StorageObjectFilter"/>
24243
24240
  <element minOccurs="0" maxOccurs="1" name="type" type="tns:SoftLayer_Network_Storage_Schedule_TypeObjectFilter"/>
@@ -31555,6 +31552,40 @@
31555
31552
  </restriction>
31556
31553
  </complexContent>
31557
31554
  </complexType>
31555
+ <complexType name="SoftLayer_Software_Component_Security">
31556
+ <complexContent>
31557
+ <extension base="tns:SoftLayer_Software_Component"/>
31558
+ </complexContent>
31559
+ </complexType>
31560
+ <complexType name="SoftLayer_Software_Component_SecurityObjectFilter">
31561
+ <complexContent>
31562
+ <extension base="tns:SoftLayer_Software_ComponentObjectFilter"/>
31563
+ </complexContent>
31564
+ </complexType>
31565
+ <complexType name="SoftLayer_Software_Component_SecurityArray">
31566
+ <complexContent>
31567
+ <restriction base="soapenc:Array">
31568
+ <attribute ref="soapenc:arrayType" wsdl:arrayType="tns:SoftLayer_Software_Component_Security[]"/>
31569
+ </restriction>
31570
+ </complexContent>
31571
+ </complexType>
31572
+ <complexType name="SoftLayer_Software_Component_Security_SafeNet">
31573
+ <complexContent>
31574
+ <extension base="tns:SoftLayer_Software_Component_Security"/>
31575
+ </complexContent>
31576
+ </complexType>
31577
+ <complexType name="SoftLayer_Software_Component_Security_SafeNetObjectFilter">
31578
+ <complexContent>
31579
+ <extension base="tns:SoftLayer_Software_Component_SecurityObjectFilter"/>
31580
+ </complexContent>
31581
+ </complexType>
31582
+ <complexType name="SoftLayer_Software_Component_Security_SafeNetArray">
31583
+ <complexContent>
31584
+ <restriction base="soapenc:Array">
31585
+ <attribute ref="soapenc:arrayType" wsdl:arrayType="tns:SoftLayer_Software_Component_Security_SafeNet[]"/>
31586
+ </restriction>
31587
+ </complexContent>
31588
+ </complexType>
31558
31589
  <complexType name="SoftLayer_Software_Description">
31559
31590
  <complexContent>
31560
31591
  <extension base="tns:SoftLayer_Entity">
@@ -33408,7 +33439,7 @@
33408
33439
  <element minOccurs="0" maxOccurs="1" name="lastName" type="string"/>
33409
33440
  <element minOccurs="0" maxOccurs="1" nillable="true" name="localeId" type="int"/>
33410
33441
  <element minOccurs="0" maxOccurs="1" nillable="true" name="managedByFederationFlag" type="boolean"/>
33411
- <element minOccurs="0" maxOccurs="1" nillable="true" name="managedByOIDCFlag" type="boolean"/>
33442
+ <element minOccurs="0" maxOccurs="1" nillable="true" name="managedByOpenIdConnectFlag" type="boolean"/>
33412
33443
  <element minOccurs="0" maxOccurs="1" nillable="true" name="modifyDate" type="dateTime"/>
33413
33444
  <element minOccurs="0" maxOccurs="1" name="msn" type="string"/>
33414
33445
  <element minOccurs="0" maxOccurs="1" name="nameId" type="string"/>
@@ -33525,7 +33556,7 @@
33525
33556
  <element minOccurs="0" maxOccurs="1" name="lastName" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
33526
33557
  <element minOccurs="0" maxOccurs="1" name="localeId" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
33527
33558
  <element minOccurs="0" maxOccurs="1" name="managedByFederationFlag" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
33528
- <element minOccurs="0" maxOccurs="1" name="managedByOIDCFlag" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
33559
+ <element minOccurs="0" maxOccurs="1" name="managedByOpenIdConnectFlag" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
33529
33560
  <element minOccurs="0" maxOccurs="1" name="modifyDate" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
33530
33561
  <element minOccurs="0" maxOccurs="1" name="msn" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
33531
33562
  <element minOccurs="0" maxOccurs="1" name="nameId" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
@@ -33877,6 +33908,57 @@
33877
33908
  </restriction>
33878
33909
  </complexContent>
33879
33910
  </complexType>
33911
+ <complexType name="SoftLayer_User_Customer_Invitation">
33912
+ <complexContent>
33913
+ <extension base="tns:SoftLayer_Entity">
33914
+ <sequence>
33915
+ <element minOccurs="0" maxOccurs="1" name="code" type="string"/>
33916
+ <element minOccurs="0" maxOccurs="1" nillable="true" name="createDate" type="dateTime"/>
33917
+ <element minOccurs="0" maxOccurs="1" nillable="true" name="creatorId" type="int"/>
33918
+ <element minOccurs="0" maxOccurs="1" name="creatorType" type="string"/>
33919
+ <element minOccurs="0" maxOccurs="1" name="email" type="string"/>
33920
+ <element minOccurs="0" maxOccurs="1" nillable="true" name="existingBlueIdFlag" type="int"/>
33921
+ <element minOccurs="0" maxOccurs="1" nillable="true" name="expirationDate" type="dateTime"/>
33922
+ <element minOccurs="0" maxOccurs="1" nillable="true" name="id" type="int"/>
33923
+ <element minOccurs="0" maxOccurs="1" nillable="true" name="isFederatedEmailDomainFlag" type="int"/>
33924
+ <element minOccurs="0" maxOccurs="1" nillable="true" name="modifyDate" type="dateTime"/>
33925
+ <element minOccurs="0" maxOccurs="1" nillable="true" name="responseDate" type="dateTime"/>
33926
+ <element minOccurs="0" maxOccurs="1" nillable="true" name="statusId" type="int"/>
33927
+ <element minOccurs="0" maxOccurs="1" nillable="true" name="userId" type="int"/>
33928
+ <element minOccurs="0" maxOccurs="1" name="user" type="tns:SoftLayer_User_Customer"/>
33929
+ </sequence>
33930
+ </extension>
33931
+ </complexContent>
33932
+ </complexType>
33933
+ <complexType name="SoftLayer_User_Customer_InvitationObjectFilter">
33934
+ <complexContent>
33935
+ <extension base="tns:SoftLayer_Utility_ObjectFilter">
33936
+ <sequence>
33937
+ <element minOccurs="0" maxOccurs="1" name="code" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
33938
+ <element minOccurs="0" maxOccurs="1" name="createDate" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
33939
+ <element minOccurs="0" maxOccurs="1" name="creatorId" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
33940
+ <element minOccurs="0" maxOccurs="1" name="creatorType" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
33941
+ <element minOccurs="0" maxOccurs="1" name="email" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
33942
+ <element minOccurs="0" maxOccurs="1" name="existingBlueIdFlag" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
33943
+ <element minOccurs="0" maxOccurs="1" name="expirationDate" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
33944
+ <element minOccurs="0" maxOccurs="1" name="id" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
33945
+ <element minOccurs="0" maxOccurs="1" name="isFederatedEmailDomainFlag" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
33946
+ <element minOccurs="0" maxOccurs="1" name="modifyDate" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
33947
+ <element minOccurs="0" maxOccurs="1" name="responseDate" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
33948
+ <element minOccurs="0" maxOccurs="1" name="statusId" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
33949
+ <element minOccurs="0" maxOccurs="1" name="userId" type="tns:SoftLayer_Utility_ObjectFilter_Operation"/>
33950
+ <element minOccurs="0" maxOccurs="1" name="user" type="tns:SoftLayer_User_CustomerObjectFilter"/>
33951
+ </sequence>
33952
+ </extension>
33953
+ </complexContent>
33954
+ </complexType>
33955
+ <complexType name="SoftLayer_User_Customer_InvitationArray">
33956
+ <complexContent>
33957
+ <restriction base="soapenc:Array">
33958
+ <attribute ref="soapenc:arrayType" wsdl:arrayType="tns:SoftLayer_User_Customer_Invitation[]"/>
33959
+ </restriction>
33960
+ </complexContent>
33961
+ </complexType>
33880
33962
  <complexType name="SoftLayer_User_Customer_Link">
33881
33963
  <complexContent>
33882
33964
  <extension base="tns:SoftLayer_Entity">
@@ -34132,6 +34214,23 @@
34132
34214
  </restriction>
34133
34215
  </complexContent>
34134
34216
  </complexType>
34217
+ <complexType name="SoftLayer_User_Customer_OpenIdConnect">
34218
+ <complexContent>
34219
+ <extension base="tns:SoftLayer_User_Customer"/>
34220
+ </complexContent>
34221
+ </complexType>
34222
+ <complexType name="SoftLayer_User_Customer_OpenIdConnectObjectFilter">
34223
+ <complexContent>
34224
+ <extension base="tns:SoftLayer_User_CustomerObjectFilter"/>
34225
+ </complexContent>
34226
+ </complexType>
34227
+ <complexType name="SoftLayer_User_Customer_OpenIdConnectArray">
34228
+ <complexContent>
34229
+ <restriction base="soapenc:Array">
34230
+ <attribute ref="soapenc:arrayType" wsdl:arrayType="tns:SoftLayer_User_Customer_OpenIdConnect[]"/>
34231
+ </restriction>
34232
+ </complexContent>
34233
+ </complexType>
34135
34234
  <complexType name="SoftLayer_User_Customer_Prospect">
34136
34235
  <complexContent>
34137
34236
  <extension base="tns:SoftLayer_Entity">
@@ -252,6 +252,7 @@ module Softlayer
252
252
  attr_accessor :all_subnet_billing_items
253
253
  attr_accessor :all_top_level_billing_items
254
254
  attr_accessor :all_top_level_billing_items_unfiltered
255
+ attr_accessor :allows_bluemix_account_linking_flag
255
256
  attr_accessor :application_delivery_controllers
256
257
  attr_accessor :attributes
257
258
  attr_accessor :available_public_network_vlans
@@ -263,6 +264,7 @@ module Softlayer
263
264
  attr_accessor :billing_agreements
264
265
  attr_accessor :billing_info
265
266
  attr_accessor :block_device_template_groups
267
+ attr_accessor :bluemix_linked_flag
266
268
  attr_accessor :brand
267
269
  attr_accessor :brand_account_flag
268
270
  attr_accessor :brand_key_name
@@ -635,6 +637,10 @@ module Softlayer
635
637
  request(:get_all_top_level_billing_items_unfiltered, Array[Softlayer::Billing::Item])
636
638
  end
637
639
 
640
+ def self.get_allows_bluemix_account_linking_flag
641
+ request(:get_allows_bluemix_account_linking_flag, Boolean)
642
+ end
643
+
638
644
  def self.get_alternate_credit_card_data
639
645
  request(:get_alternate_credit_card_data, Softlayer::Container::Account::Payment::Method::CreditCard)
640
646
  end
@@ -704,6 +710,10 @@ module Softlayer
704
710
  request(:get_block_device_template_groups, Array[Softlayer::Virtual::Guest::Block::Device::Template::Group])
705
711
  end
706
712
 
713
+ def self.get_bluemix_linked_flag
714
+ request(:get_bluemix_linked_flag, Boolean)
715
+ end
716
+
707
717
  def self.get_brand
708
718
  request(:get_brand, Softlayer::Brand)
709
719
  end
@@ -1630,6 +1640,13 @@ module Softlayer
1630
1640
  request(:hourly_server_limit, Integer)
1631
1641
  end
1632
1642
 
1643
+ # external_account_id
1644
+ # authorization_token
1645
+ # external_service_provider_key
1646
+ def self.link_external_account(message)
1647
+ request(:link_external_account, nil, message)
1648
+ end
1649
+
1633
1650
  def self.remove_alternate_credit_card
1634
1651
  request(:remove_alternate_credit_card, Boolean)
1635
1652
  end
@@ -1654,6 +1671,11 @@ module Softlayer
1654
1671
  request(:request_manual_payment_using_credit_card_on_file, Softlayer::Billing::Payment::Card::ManualPayment, message)
1655
1672
  end
1656
1673
 
1674
+ # emails
1675
+ def self.set_abuse_emails(message)
1676
+ request(:set_abuse_emails, Boolean, message)
1677
+ end
1678
+
1657
1679
  # enabled
1658
1680
  def self.set_vlan_span(message)
1659
1681
  request(:set_vlan_span, Boolean, message)
@@ -1887,7 +1909,9 @@ module Softlayer
1887
1909
  property :virtual_storage_public_repository_count, type: BigDecimal
1888
1910
  property :abuse_email, type: String
1889
1911
  property :affiliate_id, type: String
1912
+ property :allows_bluemix_account_linking_flag, type: Boolean
1890
1913
  property :balance, type: Float
1914
+ property :bluemix_linked_flag, type: Boolean
1891
1915
  property :brand_account_flag, type: Boolean
1892
1916
  property :brand_key_name, type: String
1893
1917
  property :can_order_additional_vlans_flag, type: Boolean