azure_mgmt_analysis_services 0.11.0 → 0.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/generated/azure_mgmt_analysis_services.rb +17 -4
- data/lib/generated/azure_mgmt_analysis_services/analysis_services_management_client.rb +5 -1
- data/lib/generated/azure_mgmt_analysis_services/models/analysis_services_server.rb +42 -0
- data/lib/generated/azure_mgmt_analysis_services/models/analysis_services_server_update_parameters.rb +42 -0
- data/lib/generated/azure_mgmt_analysis_services/models/analysis_services_servers.rb +0 -0
- data/lib/generated/azure_mgmt_analysis_services/models/connection_mode.rb +16 -0
- data/lib/generated/azure_mgmt_analysis_services/models/error_response.rb +55 -0
- data/lib/generated/azure_mgmt_analysis_services/models/gateway_details.rb +68 -0
- data/lib/generated/azure_mgmt_analysis_services/models/gateway_error.rb +55 -0
- data/lib/generated/azure_mgmt_analysis_services/models/gateway_list_status_error.rb +46 -0
- data/lib/generated/azure_mgmt_analysis_services/models/gateway_list_status_live.rb +47 -0
- data/lib/generated/azure_mgmt_analysis_services/models/ipv4firewall_rule.rb +65 -0
- data/lib/generated/azure_mgmt_analysis_services/models/ipv4firewall_settings.rb +63 -0
- data/lib/generated/azure_mgmt_analysis_services/models/operation.rb +57 -0
- data/lib/generated/azure_mgmt_analysis_services/models/operation_display.rb +69 -0
- data/lib/generated/azure_mgmt_analysis_services/models/operation_list_result.rb +99 -0
- data/lib/generated/azure_mgmt_analysis_services/models/provisioning_state.rb +0 -0
- data/lib/generated/azure_mgmt_analysis_services/models/resource.rb +0 -0
- data/lib/generated/azure_mgmt_analysis_services/models/resource_sku.rb +16 -0
- data/lib/generated/azure_mgmt_analysis_services/models/server_administrators.rb +1 -1
- data/lib/generated/azure_mgmt_analysis_services/models/sku_details_for_existing_resource.rb +1 -1
- data/lib/generated/azure_mgmt_analysis_services/models/sku_enumeration_for_existing_resource_result.rb +2 -2
- data/lib/generated/azure_mgmt_analysis_services/models/sku_enumeration_for_new_resource_result.rb +2 -2
- data/lib/generated/azure_mgmt_analysis_services/models/sku_tier.rb +0 -0
- data/lib/generated/azure_mgmt_analysis_services/models/state.rb +0 -0
- data/lib/generated/azure_mgmt_analysis_services/models/status.rb +15 -0
- data/lib/generated/azure_mgmt_analysis_services/module_definition.rb +0 -0
- data/lib/generated/azure_mgmt_analysis_services/operations.rb +215 -0
- data/lib/generated/azure_mgmt_analysis_services/servers.rb +97 -0
- data/lib/generated/azure_mgmt_analysis_services/version.rb +1 -1
- metadata +17 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7b1d568808a8f48a22d70470b9812c4d00181146
|
4
|
+
data.tar.gz: b35369fabf4a460820f29bed58f0ee2c76290708
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0234e7dcdc738946ebc56beb61055f673b8837950ffbf3e52c7c11f408183d8b119723c825e699bf3fc9323c470ec379376cf2e4aa2636c70b8ea77c467d2e3e
|
7
|
+
data.tar.gz: 793f91d0a130f29974c86f44bf9daa4c22f6e6fc3578789d7c70d91f7a4dbcb36141fb27b9c855359f6a12b7ddd4d1ac7a685694c457cee14cbeeec8dfc3173a
|
@@ -21,20 +21,33 @@ require 'ms_rest_azure'
|
|
21
21
|
|
22
22
|
module Azure::ARM::AnalysisServices
|
23
23
|
autoload :Servers, 'generated/azure_mgmt_analysis_services/servers.rb'
|
24
|
+
autoload :Operations, 'generated/azure_mgmt_analysis_services/operations.rb'
|
24
25
|
autoload :AnalysisServicesManagementClient, 'generated/azure_mgmt_analysis_services/analysis_services_management_client.rb'
|
25
26
|
|
26
27
|
module Models
|
27
|
-
autoload :
|
28
|
+
autoload :IPv4FirewallRule, 'generated/azure_mgmt_analysis_services/models/ipv4firewall_rule.rb'
|
29
|
+
autoload :IPv4FirewallSettings, 'generated/azure_mgmt_analysis_services/models/ipv4firewall_settings.rb'
|
30
|
+
autoload :Operation, 'generated/azure_mgmt_analysis_services/models/operation.rb'
|
28
31
|
autoload :AnalysisServicesServerUpdateParameters, 'generated/azure_mgmt_analysis_services/models/analysis_services_server_update_parameters.rb'
|
29
|
-
autoload :
|
30
|
-
autoload :
|
32
|
+
autoload :ResourceSku, 'generated/azure_mgmt_analysis_services/models/resource_sku.rb'
|
33
|
+
autoload :GatewayListStatusLive, 'generated/azure_mgmt_analysis_services/models/gateway_list_status_live.rb'
|
31
34
|
autoload :AnalysisServicesServers, 'generated/azure_mgmt_analysis_services/models/analysis_services_servers.rb'
|
35
|
+
autoload :GatewayError, 'generated/azure_mgmt_analysis_services/models/gateway_error.rb'
|
36
|
+
autoload :GatewayDetails, 'generated/azure_mgmt_analysis_services/models/gateway_details.rb'
|
37
|
+
autoload :GatewayListStatusError, 'generated/azure_mgmt_analysis_services/models/gateway_list_status_error.rb'
|
38
|
+
autoload :OperationListResult, 'generated/azure_mgmt_analysis_services/models/operation_list_result.rb'
|
39
|
+
autoload :SkuEnumerationForNewResourceResult, 'generated/azure_mgmt_analysis_services/models/sku_enumeration_for_new_resource_result.rb'
|
40
|
+
autoload :ServerAdministrators, 'generated/azure_mgmt_analysis_services/models/server_administrators.rb'
|
32
41
|
autoload :SkuDetailsForExistingResource, 'generated/azure_mgmt_analysis_services/models/sku_details_for_existing_resource.rb'
|
33
|
-
autoload :
|
42
|
+
autoload :Resource, 'generated/azure_mgmt_analysis_services/models/resource.rb'
|
34
43
|
autoload :SkuEnumerationForExistingResourceResult, 'generated/azure_mgmt_analysis_services/models/sku_enumeration_for_existing_resource_result.rb'
|
44
|
+
autoload :OperationDisplay, 'generated/azure_mgmt_analysis_services/models/operation_display.rb'
|
45
|
+
autoload :ErrorResponse, 'generated/azure_mgmt_analysis_services/models/error_response.rb'
|
35
46
|
autoload :AnalysisServicesServer, 'generated/azure_mgmt_analysis_services/models/analysis_services_server.rb'
|
36
47
|
autoload :SkuTier, 'generated/azure_mgmt_analysis_services/models/sku_tier.rb'
|
37
48
|
autoload :State, 'generated/azure_mgmt_analysis_services/models/state.rb'
|
38
49
|
autoload :ProvisioningState, 'generated/azure_mgmt_analysis_services/models/provisioning_state.rb'
|
50
|
+
autoload :ConnectionMode, 'generated/azure_mgmt_analysis_services/models/connection_mode.rb'
|
51
|
+
autoload :Status, 'generated/azure_mgmt_analysis_services/models/status.rb'
|
39
52
|
end
|
40
53
|
end
|
@@ -38,6 +38,9 @@ module Azure::ARM::AnalysisServices
|
|
38
38
|
# @return [Servers] servers
|
39
39
|
attr_reader :servers
|
40
40
|
|
41
|
+
# @return [Operations] operations
|
42
|
+
attr_reader :operations
|
43
|
+
|
41
44
|
#
|
42
45
|
# Creates initializes a new instance of the AnalysisServicesManagementClient class.
|
43
46
|
# @param credentials [MsRest::ServiceClientCredentials] credentials to authorize HTTP requests made by the service client.
|
@@ -52,7 +55,8 @@ module Azure::ARM::AnalysisServices
|
|
52
55
|
@credentials = credentials
|
53
56
|
|
54
57
|
@servers = Servers.new(self)
|
55
|
-
@
|
58
|
+
@operations = Operations.new(self)
|
59
|
+
@api_version = '2017-08-01-beta'
|
56
60
|
@accept_language = 'en-US'
|
57
61
|
@long_running_operation_retry_timeout = 30
|
58
62
|
@generate_client_request_id = true
|
@@ -19,6 +19,23 @@ module Azure::ARM::AnalysisServices
|
|
19
19
|
# @return [String] The container URI of backup blob.
|
20
20
|
attr_accessor :backup_blob_container_uri
|
21
21
|
|
22
|
+
# @return [GatewayDetails] The gateway details configured for the AS
|
23
|
+
# server.
|
24
|
+
attr_accessor :gateway_details
|
25
|
+
|
26
|
+
# @return [IPv4FirewallSettings] The firewall settings for the AS server.
|
27
|
+
attr_accessor :ip_v4firewall_settings
|
28
|
+
|
29
|
+
# @return [ConnectionMode] How the read-write server's participation in
|
30
|
+
# the query pool is controlled.<br/>It can have the following values:
|
31
|
+
# <ul><li>readOnly - indicates that the read-write server is intended not
|
32
|
+
# to participate in query operations</li><li>all - indicates that the
|
33
|
+
# read-write server can participate in query
|
34
|
+
# operations</li></ul>Specifying readOnly when capacity is 1 results in
|
35
|
+
# error. Possible values include: 'All', 'ReadOnly'. Default value: 'All'
|
36
|
+
# .
|
37
|
+
attr_accessor :querypool_connection_mode
|
38
|
+
|
22
39
|
# @return [State] The current state of Analysis Services resource. The
|
23
40
|
# state is to indicate more states outside of resource provisioning.
|
24
41
|
# Possible values include: 'Deleting', 'Succeeded', 'Failed', 'Paused',
|
@@ -117,6 +134,31 @@ module Azure::ARM::AnalysisServices
|
|
117
134
|
name: 'String'
|
118
135
|
}
|
119
136
|
},
|
137
|
+
gateway_details: {
|
138
|
+
required: false,
|
139
|
+
serialized_name: 'properties.gatewayDetails',
|
140
|
+
type: {
|
141
|
+
name: 'Composite',
|
142
|
+
class_name: 'GatewayDetails'
|
143
|
+
}
|
144
|
+
},
|
145
|
+
ip_v4firewall_settings: {
|
146
|
+
required: false,
|
147
|
+
serialized_name: 'properties.ipV4FirewallSettings',
|
148
|
+
type: {
|
149
|
+
name: 'Composite',
|
150
|
+
class_name: 'IPv4FirewallSettings'
|
151
|
+
}
|
152
|
+
},
|
153
|
+
querypool_connection_mode: {
|
154
|
+
required: false,
|
155
|
+
serialized_name: 'properties.querypoolConnectionMode',
|
156
|
+
default_value: 'All',
|
157
|
+
type: {
|
158
|
+
name: 'Enum',
|
159
|
+
module: 'ConnectionMode'
|
160
|
+
}
|
161
|
+
},
|
120
162
|
state: {
|
121
163
|
required: false,
|
122
164
|
read_only: true,
|
data/lib/generated/azure_mgmt_analysis_services/models/analysis_services_server_update_parameters.rb
CHANGED
@@ -26,6 +26,23 @@ module Azure::ARM::AnalysisServices
|
|
26
26
|
# @return [String] The container URI of backup blob.
|
27
27
|
attr_accessor :backup_blob_container_uri
|
28
28
|
|
29
|
+
# @return [GatewayDetails] The gateway details configured for the AS
|
30
|
+
# server.
|
31
|
+
attr_accessor :gateway_details
|
32
|
+
|
33
|
+
# @return [IPv4FirewallSettings] The firewall settings for the AS server.
|
34
|
+
attr_accessor :ip_v4firewall_settings
|
35
|
+
|
36
|
+
# @return [ConnectionMode] How the read-write server's participation in
|
37
|
+
# the query pool is controlled.<br/>It can have the following values:
|
38
|
+
# <ul><li>readOnly - indicates that the read-write server is intended not
|
39
|
+
# to participate in query operations</li><li>all - indicates that the
|
40
|
+
# read-write server can participate in query
|
41
|
+
# operations</li></ul>Specifying readOnly when capacity is 1 results in
|
42
|
+
# error. Possible values include: 'All', 'ReadOnly'. Default value: 'All'
|
43
|
+
# .
|
44
|
+
attr_accessor :querypool_connection_mode
|
45
|
+
|
29
46
|
|
30
47
|
#
|
31
48
|
# Mapper for AnalysisServicesServerUpdateParameters class as Ruby Hash.
|
@@ -75,6 +92,31 @@ module Azure::ARM::AnalysisServices
|
|
75
92
|
type: {
|
76
93
|
name: 'String'
|
77
94
|
}
|
95
|
+
},
|
96
|
+
gateway_details: {
|
97
|
+
required: false,
|
98
|
+
serialized_name: 'properties.gatewayDetails',
|
99
|
+
type: {
|
100
|
+
name: 'Composite',
|
101
|
+
class_name: 'GatewayDetails'
|
102
|
+
}
|
103
|
+
},
|
104
|
+
ip_v4firewall_settings: {
|
105
|
+
required: false,
|
106
|
+
serialized_name: 'properties.ipV4FirewallSettings',
|
107
|
+
type: {
|
108
|
+
name: 'Composite',
|
109
|
+
class_name: 'IPv4FirewallSettings'
|
110
|
+
}
|
111
|
+
},
|
112
|
+
querypool_connection_mode: {
|
113
|
+
required: false,
|
114
|
+
serialized_name: 'properties.querypoolConnectionMode',
|
115
|
+
default_value: 'All',
|
116
|
+
type: {
|
117
|
+
name: 'Enum',
|
118
|
+
module: 'ConnectionMode'
|
119
|
+
}
|
78
120
|
}
|
79
121
|
}
|
80
122
|
}
|
File without changes
|
@@ -0,0 +1,16 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
4
|
+
# regenerated.
|
5
|
+
|
6
|
+
module Azure::ARM::AnalysisServices
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# Defines values for ConnectionMode
|
10
|
+
#
|
11
|
+
module ConnectionMode
|
12
|
+
All = "All"
|
13
|
+
ReadOnly = "ReadOnly"
|
14
|
+
end
|
15
|
+
end
|
16
|
+
end
|
@@ -0,0 +1,55 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
4
|
+
# regenerated.
|
5
|
+
|
6
|
+
module Azure::ARM::AnalysisServices
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# Describes the format of Error response.
|
10
|
+
#
|
11
|
+
class ErrorResponse
|
12
|
+
|
13
|
+
include MsRestAzure
|
14
|
+
|
15
|
+
include MsRest::JSONable
|
16
|
+
# @return [String] Error code
|
17
|
+
attr_accessor :code
|
18
|
+
|
19
|
+
# @return [String] Error message indicating why the operation failed.
|
20
|
+
attr_accessor :message
|
21
|
+
|
22
|
+
|
23
|
+
#
|
24
|
+
# Mapper for ErrorResponse class as Ruby Hash.
|
25
|
+
# This will be used for serialization/deserialization.
|
26
|
+
#
|
27
|
+
def self.mapper()
|
28
|
+
{
|
29
|
+
required: false,
|
30
|
+
serialized_name: 'ErrorResponse',
|
31
|
+
type: {
|
32
|
+
name: 'Composite',
|
33
|
+
class_name: 'ErrorResponse',
|
34
|
+
model_properties: {
|
35
|
+
code: {
|
36
|
+
required: false,
|
37
|
+
serialized_name: 'code',
|
38
|
+
type: {
|
39
|
+
name: 'String'
|
40
|
+
}
|
41
|
+
},
|
42
|
+
message: {
|
43
|
+
required: false,
|
44
|
+
serialized_name: 'message',
|
45
|
+
type: {
|
46
|
+
name: 'String'
|
47
|
+
}
|
48
|
+
}
|
49
|
+
}
|
50
|
+
}
|
51
|
+
}
|
52
|
+
end
|
53
|
+
end
|
54
|
+
end
|
55
|
+
end
|
@@ -0,0 +1,68 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
4
|
+
# regenerated.
|
5
|
+
|
6
|
+
module Azure::ARM::AnalysisServices
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# The gateway details.
|
10
|
+
#
|
11
|
+
class GatewayDetails
|
12
|
+
|
13
|
+
include MsRestAzure
|
14
|
+
|
15
|
+
include MsRest::JSONable
|
16
|
+
# @return [String] Gateway resource to be associated with the server.
|
17
|
+
attr_accessor :gateway_resource_id
|
18
|
+
|
19
|
+
# @return [String] Gateway object id from in the DMTS cluster for the
|
20
|
+
# gateway resource.
|
21
|
+
attr_accessor :gateway_object_id
|
22
|
+
|
23
|
+
# @return [String] Uri of the DMTS cluster.
|
24
|
+
attr_accessor :dmts_cluster_uri
|
25
|
+
|
26
|
+
|
27
|
+
#
|
28
|
+
# Mapper for GatewayDetails class as Ruby Hash.
|
29
|
+
# This will be used for serialization/deserialization.
|
30
|
+
#
|
31
|
+
def self.mapper()
|
32
|
+
{
|
33
|
+
required: false,
|
34
|
+
serialized_name: 'GatewayDetails',
|
35
|
+
type: {
|
36
|
+
name: 'Composite',
|
37
|
+
class_name: 'GatewayDetails',
|
38
|
+
model_properties: {
|
39
|
+
gateway_resource_id: {
|
40
|
+
required: false,
|
41
|
+
serialized_name: 'gatewayResourceId',
|
42
|
+
type: {
|
43
|
+
name: 'String'
|
44
|
+
}
|
45
|
+
},
|
46
|
+
gateway_object_id: {
|
47
|
+
required: false,
|
48
|
+
read_only: true,
|
49
|
+
serialized_name: 'gatewayObjectId',
|
50
|
+
type: {
|
51
|
+
name: 'String'
|
52
|
+
}
|
53
|
+
},
|
54
|
+
dmts_cluster_uri: {
|
55
|
+
required: false,
|
56
|
+
read_only: true,
|
57
|
+
serialized_name: 'dmtsClusterUri',
|
58
|
+
type: {
|
59
|
+
name: 'String'
|
60
|
+
}
|
61
|
+
}
|
62
|
+
}
|
63
|
+
}
|
64
|
+
}
|
65
|
+
end
|
66
|
+
end
|
67
|
+
end
|
68
|
+
end
|
@@ -0,0 +1,55 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
4
|
+
# regenerated.
|
5
|
+
|
6
|
+
module Azure::ARM::AnalysisServices
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# Detail of gateway errors.
|
10
|
+
#
|
11
|
+
class GatewayError
|
12
|
+
|
13
|
+
include MsRestAzure
|
14
|
+
|
15
|
+
include MsRest::JSONable
|
16
|
+
# @return [String] Error code of list gateway.
|
17
|
+
attr_accessor :code
|
18
|
+
|
19
|
+
# @return [String] Error message of list gateway.
|
20
|
+
attr_accessor :message
|
21
|
+
|
22
|
+
|
23
|
+
#
|
24
|
+
# Mapper for GatewayError class as Ruby Hash.
|
25
|
+
# This will be used for serialization/deserialization.
|
26
|
+
#
|
27
|
+
def self.mapper()
|
28
|
+
{
|
29
|
+
required: false,
|
30
|
+
serialized_name: 'GatewayError',
|
31
|
+
type: {
|
32
|
+
name: 'Composite',
|
33
|
+
class_name: 'GatewayError',
|
34
|
+
model_properties: {
|
35
|
+
code: {
|
36
|
+
required: false,
|
37
|
+
serialized_name: 'code',
|
38
|
+
type: {
|
39
|
+
name: 'String'
|
40
|
+
}
|
41
|
+
},
|
42
|
+
message: {
|
43
|
+
required: false,
|
44
|
+
serialized_name: 'message',
|
45
|
+
type: {
|
46
|
+
name: 'String'
|
47
|
+
}
|
48
|
+
}
|
49
|
+
}
|
50
|
+
}
|
51
|
+
}
|
52
|
+
end
|
53
|
+
end
|
54
|
+
end
|
55
|
+
end
|
@@ -0,0 +1,46 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
4
|
+
# regenerated.
|
5
|
+
|
6
|
+
module Azure::ARM::AnalysisServices
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# Status of gateway is error.
|
10
|
+
#
|
11
|
+
class GatewayListStatusError
|
12
|
+
|
13
|
+
include MsRestAzure
|
14
|
+
|
15
|
+
include MsRest::JSONable
|
16
|
+
# @return [GatewayError] Error of the list gateway status.
|
17
|
+
attr_accessor :error
|
18
|
+
|
19
|
+
|
20
|
+
#
|
21
|
+
# Mapper for GatewayListStatusError class as Ruby Hash.
|
22
|
+
# This will be used for serialization/deserialization.
|
23
|
+
#
|
24
|
+
def self.mapper()
|
25
|
+
{
|
26
|
+
required: false,
|
27
|
+
serialized_name: 'GatewayListStatusError',
|
28
|
+
type: {
|
29
|
+
name: 'Composite',
|
30
|
+
class_name: 'GatewayListStatusError',
|
31
|
+
model_properties: {
|
32
|
+
error: {
|
33
|
+
required: false,
|
34
|
+
serialized_name: 'error',
|
35
|
+
type: {
|
36
|
+
name: 'Composite',
|
37
|
+
class_name: 'GatewayError'
|
38
|
+
}
|
39
|
+
}
|
40
|
+
}
|
41
|
+
}
|
42
|
+
}
|
43
|
+
end
|
44
|
+
end
|
45
|
+
end
|
46
|
+
end
|
@@ -0,0 +1,47 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
4
|
+
# regenerated.
|
5
|
+
|
6
|
+
module Azure::ARM::AnalysisServices
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# Status of gateway is live.
|
10
|
+
#
|
11
|
+
class GatewayListStatusLive
|
12
|
+
|
13
|
+
include MsRestAzure
|
14
|
+
|
15
|
+
include MsRest::JSONable
|
16
|
+
# @return [Status] Live message of list gateway. Possible values include:
|
17
|
+
# 'Live'
|
18
|
+
attr_accessor :status
|
19
|
+
|
20
|
+
|
21
|
+
#
|
22
|
+
# Mapper for GatewayListStatusLive class as Ruby Hash.
|
23
|
+
# This will be used for serialization/deserialization.
|
24
|
+
#
|
25
|
+
def self.mapper()
|
26
|
+
{
|
27
|
+
required: false,
|
28
|
+
serialized_name: 'GatewayListStatusLive',
|
29
|
+
type: {
|
30
|
+
name: 'Composite',
|
31
|
+
class_name: 'GatewayListStatusLive',
|
32
|
+
model_properties: {
|
33
|
+
status: {
|
34
|
+
required: false,
|
35
|
+
serialized_name: 'status',
|
36
|
+
type: {
|
37
|
+
name: 'Enum',
|
38
|
+
module: 'Status'
|
39
|
+
}
|
40
|
+
}
|
41
|
+
}
|
42
|
+
}
|
43
|
+
}
|
44
|
+
end
|
45
|
+
end
|
46
|
+
end
|
47
|
+
end
|