huaweicloudsdkdcs 3.1.91__py2.py3-none-any.whl → 3.1.93__py2.py3-none-any.whl

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.

Potentially problematic release.


This version of huaweicloudsdkdcs might be problematic. Click here for more details.

@@ -24,7 +24,25 @@ class DetailsBody:
24
24
  'public_ip_address': 'str',
25
25
  'enable_ssl': 'bool',
26
26
  'old_cache_mode': 'str',
27
- 'new_cache_mode': 'str'
27
+ 'new_cache_mode': 'str',
28
+ 'old_resource_spec_code': 'str',
29
+ 'new_resource_spec_code': 'str',
30
+ 'old_replica_num': 'int',
31
+ 'new_replica_num': 'int',
32
+ 'old_cache_type': 'str',
33
+ 'new_cache_type': 'str',
34
+ 'replica_ip': 'str',
35
+ 'replica_az': 'str',
36
+ 'group_name': 'str',
37
+ 'old_port': 'int',
38
+ 'new_port': 'int',
39
+ 'is_only_adjust_charging': 'bool',
40
+ 'account_name': 'str',
41
+ 'source_ip': 'str',
42
+ 'target_ip': 'str',
43
+ 'node_name': 'str',
44
+ 'rename_commands': 'list[str]',
45
+ 'updated_config_length': 'int'
28
46
  }
29
47
 
30
48
  attribute_map = {
@@ -35,30 +53,84 @@ class DetailsBody:
35
53
  'public_ip_address': 'public_ip_address',
36
54
  'enable_ssl': 'enable_ssl',
37
55
  'old_cache_mode': 'old_cache_mode',
38
- 'new_cache_mode': 'new_cache_mode'
56
+ 'new_cache_mode': 'new_cache_mode',
57
+ 'old_resource_spec_code': 'old_resource_spec_code',
58
+ 'new_resource_spec_code': 'new_resource_spec_code',
59
+ 'old_replica_num': 'old_replica_num',
60
+ 'new_replica_num': 'new_replica_num',
61
+ 'old_cache_type': 'old_cache_type',
62
+ 'new_cache_type': 'new_cache_type',
63
+ 'replica_ip': 'replica_ip',
64
+ 'replica_az': 'replica_az',
65
+ 'group_name': 'group_name',
66
+ 'old_port': 'old_port',
67
+ 'new_port': 'new_port',
68
+ 'is_only_adjust_charging': 'is_only_adjust_charging',
69
+ 'account_name': 'account_name',
70
+ 'source_ip': 'source_ip',
71
+ 'target_ip': 'target_ip',
72
+ 'node_name': 'node_name',
73
+ 'rename_commands': 'rename_commands',
74
+ 'updated_config_length': 'updated_config_length'
39
75
  }
40
76
 
41
- def __init__(self, old_capacity=None, new_capacity=None, enable_public_ip=None, public_ip_id=None, public_ip_address=None, enable_ssl=None, old_cache_mode=None, new_cache_mode=None):
77
+ def __init__(self, old_capacity=None, new_capacity=None, enable_public_ip=None, public_ip_id=None, public_ip_address=None, enable_ssl=None, old_cache_mode=None, new_cache_mode=None, old_resource_spec_code=None, new_resource_spec_code=None, old_replica_num=None, new_replica_num=None, old_cache_type=None, new_cache_type=None, replica_ip=None, replica_az=None, group_name=None, old_port=None, new_port=None, is_only_adjust_charging=None, account_name=None, source_ip=None, target_ip=None, node_name=None, rename_commands=None, updated_config_length=None):
42
78
  """DetailsBody
43
79
 
44
80
  The model defined in huaweicloud sdk
45
81
 
46
- :param old_capacity: 变更前的容量,仅在变更规格时有值
82
+ :param old_capacity: 变更前的容量,仅在变更规格时有值。
47
83
  :type old_capacity: str
48
- :param new_capacity: 变更后的容量,仅在变更规格时有值
84
+ :param new_capacity: 变更后的容量,仅在变更规格时有值。
49
85
  :type new_capacity: str
50
- :param enable_public_ip: 是否开启公网访问,仅在开启公网访问时有值
86
+ :param enable_public_ip: 是否开启公网访问,仅在开启公网访问时有值。
51
87
  :type enable_public_ip: bool
52
- :param public_ip_id: 公网IP的ID,仅在开启公网访问时有值
88
+ :param public_ip_id: 公网IP的ID,仅在开启公网访问时有值。
53
89
  :type public_ip_id: str
54
- :param public_ip_address: 公网IP地址,仅在开启公网访问时有值
90
+ :param public_ip_address: 公网IP地址,仅在开启公网访问时有值。
55
91
  :type public_ip_address: str
56
- :param enable_ssl: 是否开启ssl,仅在开启ssl时有值
92
+ :param enable_ssl: 是否开启SSL,仅在开启SSL时有值。
57
93
  :type enable_ssl: bool
58
- :param old_cache_mode: 变更前的缓存类型,仅在变更规格时有值
94
+ :param old_cache_mode: 变更前的缓存类型,仅在变更规格时有值。
59
95
  :type old_cache_mode: str
60
- :param new_cache_mode: 变更后的缓存类型,仅在变更规格时有值
96
+ :param new_cache_mode: 变更后的缓存类型,仅在变更规格时有值。
61
97
  :type new_cache_mode: str
98
+ :param old_resource_spec_code: 变更前的规格参数,仅在变更规格时有值。
99
+ :type old_resource_spec_code: str
100
+ :param new_resource_spec_code: 变更后的规格参数,仅在变更规格时有值。
101
+ :type new_resource_spec_code: str
102
+ :param old_replica_num: 变更前的副本数量,仅在变更规格时有值。
103
+ :type old_replica_num: int
104
+ :param new_replica_num: 变更后的副本数量,仅在变更规格时有值。
105
+ :type new_replica_num: int
106
+ :param old_cache_type: 变更前的缓存类型,仅在变更规格时有值。
107
+ :type old_cache_type: str
108
+ :param new_cache_type: 变更后的规格类型,仅在变更规格时有值。
109
+ :type new_cache_type: str
110
+ :param replica_ip: 副本IP。
111
+ :type replica_ip: str
112
+ :param replica_az: 副本所在可用区。
113
+ :type replica_az: str
114
+ :param group_name: 组名。
115
+ :type group_name: str
116
+ :param old_port: 旧端口。
117
+ :type old_port: int
118
+ :param new_port: 新端口。
119
+ :type new_port: int
120
+ :param is_only_adjust_charging: 是否只是调整计费模式。
121
+ :type is_only_adjust_charging: bool
122
+ :param account_name: 账号名称。
123
+ :type account_name: str
124
+ :param source_ip: 源IP。
125
+ :type source_ip: str
126
+ :param target_ip: 目标IP。
127
+ :type target_ip: str
128
+ :param node_name: 节点信息。
129
+ :type node_name: str
130
+ :param rename_commands: 重命名的指令。
131
+ :type rename_commands: list[str]
132
+ :param updated_config_length: 更新配置项的长度。
133
+ :type updated_config_length: int
62
134
  """
63
135
 
64
136
 
@@ -71,6 +143,24 @@ class DetailsBody:
71
143
  self._enable_ssl = None
72
144
  self._old_cache_mode = None
73
145
  self._new_cache_mode = None
146
+ self._old_resource_spec_code = None
147
+ self._new_resource_spec_code = None
148
+ self._old_replica_num = None
149
+ self._new_replica_num = None
150
+ self._old_cache_type = None
151
+ self._new_cache_type = None
152
+ self._replica_ip = None
153
+ self._replica_az = None
154
+ self._group_name = None
155
+ self._old_port = None
156
+ self._new_port = None
157
+ self._is_only_adjust_charging = None
158
+ self._account_name = None
159
+ self._source_ip = None
160
+ self._target_ip = None
161
+ self._node_name = None
162
+ self._rename_commands = None
163
+ self._updated_config_length = None
74
164
  self.discriminator = None
75
165
 
76
166
  if old_capacity is not None:
@@ -89,12 +179,48 @@ class DetailsBody:
89
179
  self.old_cache_mode = old_cache_mode
90
180
  if new_cache_mode is not None:
91
181
  self.new_cache_mode = new_cache_mode
182
+ if old_resource_spec_code is not None:
183
+ self.old_resource_spec_code = old_resource_spec_code
184
+ if new_resource_spec_code is not None:
185
+ self.new_resource_spec_code = new_resource_spec_code
186
+ if old_replica_num is not None:
187
+ self.old_replica_num = old_replica_num
188
+ if new_replica_num is not None:
189
+ self.new_replica_num = new_replica_num
190
+ if old_cache_type is not None:
191
+ self.old_cache_type = old_cache_type
192
+ if new_cache_type is not None:
193
+ self.new_cache_type = new_cache_type
194
+ if replica_ip is not None:
195
+ self.replica_ip = replica_ip
196
+ if replica_az is not None:
197
+ self.replica_az = replica_az
198
+ if group_name is not None:
199
+ self.group_name = group_name
200
+ if old_port is not None:
201
+ self.old_port = old_port
202
+ if new_port is not None:
203
+ self.new_port = new_port
204
+ if is_only_adjust_charging is not None:
205
+ self.is_only_adjust_charging = is_only_adjust_charging
206
+ if account_name is not None:
207
+ self.account_name = account_name
208
+ if source_ip is not None:
209
+ self.source_ip = source_ip
210
+ if target_ip is not None:
211
+ self.target_ip = target_ip
212
+ if node_name is not None:
213
+ self.node_name = node_name
214
+ if rename_commands is not None:
215
+ self.rename_commands = rename_commands
216
+ if updated_config_length is not None:
217
+ self.updated_config_length = updated_config_length
92
218
 
93
219
  @property
94
220
  def old_capacity(self):
95
221
  """Gets the old_capacity of this DetailsBody.
96
222
 
97
- 变更前的容量,仅在变更规格时有值
223
+ 变更前的容量,仅在变更规格时有值。
98
224
 
99
225
  :return: The old_capacity of this DetailsBody.
100
226
  :rtype: str
@@ -105,7 +231,7 @@ class DetailsBody:
105
231
  def old_capacity(self, old_capacity):
106
232
  """Sets the old_capacity of this DetailsBody.
107
233
 
108
- 变更前的容量,仅在变更规格时有值
234
+ 变更前的容量,仅在变更规格时有值。
109
235
 
110
236
  :param old_capacity: The old_capacity of this DetailsBody.
111
237
  :type old_capacity: str
@@ -116,7 +242,7 @@ class DetailsBody:
116
242
  def new_capacity(self):
117
243
  """Gets the new_capacity of this DetailsBody.
118
244
 
119
- 变更后的容量,仅在变更规格时有值
245
+ 变更后的容量,仅在变更规格时有值。
120
246
 
121
247
  :return: The new_capacity of this DetailsBody.
122
248
  :rtype: str
@@ -127,7 +253,7 @@ class DetailsBody:
127
253
  def new_capacity(self, new_capacity):
128
254
  """Sets the new_capacity of this DetailsBody.
129
255
 
130
- 变更后的容量,仅在变更规格时有值
256
+ 变更后的容量,仅在变更规格时有值。
131
257
 
132
258
  :param new_capacity: The new_capacity of this DetailsBody.
133
259
  :type new_capacity: str
@@ -138,7 +264,7 @@ class DetailsBody:
138
264
  def enable_public_ip(self):
139
265
  """Gets the enable_public_ip of this DetailsBody.
140
266
 
141
- 是否开启公网访问,仅在开启公网访问时有值
267
+ 是否开启公网访问,仅在开启公网访问时有值。
142
268
 
143
269
  :return: The enable_public_ip of this DetailsBody.
144
270
  :rtype: bool
@@ -149,7 +275,7 @@ class DetailsBody:
149
275
  def enable_public_ip(self, enable_public_ip):
150
276
  """Sets the enable_public_ip of this DetailsBody.
151
277
 
152
- 是否开启公网访问,仅在开启公网访问时有值
278
+ 是否开启公网访问,仅在开启公网访问时有值。
153
279
 
154
280
  :param enable_public_ip: The enable_public_ip of this DetailsBody.
155
281
  :type enable_public_ip: bool
@@ -160,7 +286,7 @@ class DetailsBody:
160
286
  def public_ip_id(self):
161
287
  """Gets the public_ip_id of this DetailsBody.
162
288
 
163
- 公网IP的ID,仅在开启公网访问时有值
289
+ 公网IP的ID,仅在开启公网访问时有值。
164
290
 
165
291
  :return: The public_ip_id of this DetailsBody.
166
292
  :rtype: str
@@ -171,7 +297,7 @@ class DetailsBody:
171
297
  def public_ip_id(self, public_ip_id):
172
298
  """Sets the public_ip_id of this DetailsBody.
173
299
 
174
- 公网IP的ID,仅在开启公网访问时有值
300
+ 公网IP的ID,仅在开启公网访问时有值。
175
301
 
176
302
  :param public_ip_id: The public_ip_id of this DetailsBody.
177
303
  :type public_ip_id: str
@@ -182,7 +308,7 @@ class DetailsBody:
182
308
  def public_ip_address(self):
183
309
  """Gets the public_ip_address of this DetailsBody.
184
310
 
185
- 公网IP地址,仅在开启公网访问时有值
311
+ 公网IP地址,仅在开启公网访问时有值。
186
312
 
187
313
  :return: The public_ip_address of this DetailsBody.
188
314
  :rtype: str
@@ -193,7 +319,7 @@ class DetailsBody:
193
319
  def public_ip_address(self, public_ip_address):
194
320
  """Sets the public_ip_address of this DetailsBody.
195
321
 
196
- 公网IP地址,仅在开启公网访问时有值
322
+ 公网IP地址,仅在开启公网访问时有值。
197
323
 
198
324
  :param public_ip_address: The public_ip_address of this DetailsBody.
199
325
  :type public_ip_address: str
@@ -204,7 +330,7 @@ class DetailsBody:
204
330
  def enable_ssl(self):
205
331
  """Gets the enable_ssl of this DetailsBody.
206
332
 
207
- 是否开启ssl,仅在开启ssl时有值
333
+ 是否开启SSL,仅在开启SSL时有值。
208
334
 
209
335
  :return: The enable_ssl of this DetailsBody.
210
336
  :rtype: bool
@@ -215,7 +341,7 @@ class DetailsBody:
215
341
  def enable_ssl(self, enable_ssl):
216
342
  """Sets the enable_ssl of this DetailsBody.
217
343
 
218
- 是否开启ssl,仅在开启ssl时有值
344
+ 是否开启SSL,仅在开启SSL时有值。
219
345
 
220
346
  :param enable_ssl: The enable_ssl of this DetailsBody.
221
347
  :type enable_ssl: bool
@@ -226,7 +352,7 @@ class DetailsBody:
226
352
  def old_cache_mode(self):
227
353
  """Gets the old_cache_mode of this DetailsBody.
228
354
 
229
- 变更前的缓存类型,仅在变更规格时有值
355
+ 变更前的缓存类型,仅在变更规格时有值。
230
356
 
231
357
  :return: The old_cache_mode of this DetailsBody.
232
358
  :rtype: str
@@ -237,7 +363,7 @@ class DetailsBody:
237
363
  def old_cache_mode(self, old_cache_mode):
238
364
  """Sets the old_cache_mode of this DetailsBody.
239
365
 
240
- 变更前的缓存类型,仅在变更规格时有值
366
+ 变更前的缓存类型,仅在变更规格时有值。
241
367
 
242
368
  :param old_cache_mode: The old_cache_mode of this DetailsBody.
243
369
  :type old_cache_mode: str
@@ -248,7 +374,7 @@ class DetailsBody:
248
374
  def new_cache_mode(self):
249
375
  """Gets the new_cache_mode of this DetailsBody.
250
376
 
251
- 变更后的缓存类型,仅在变更规格时有值
377
+ 变更后的缓存类型,仅在变更规格时有值。
252
378
 
253
379
  :return: The new_cache_mode of this DetailsBody.
254
380
  :rtype: str
@@ -259,13 +385,409 @@ class DetailsBody:
259
385
  def new_cache_mode(self, new_cache_mode):
260
386
  """Sets the new_cache_mode of this DetailsBody.
261
387
 
262
- 变更后的缓存类型,仅在变更规格时有值
388
+ 变更后的缓存类型,仅在变更规格时有值。
263
389
 
264
390
  :param new_cache_mode: The new_cache_mode of this DetailsBody.
265
391
  :type new_cache_mode: str
266
392
  """
267
393
  self._new_cache_mode = new_cache_mode
268
394
 
395
+ @property
396
+ def old_resource_spec_code(self):
397
+ """Gets the old_resource_spec_code of this DetailsBody.
398
+
399
+ 变更前的规格参数,仅在变更规格时有值。
400
+
401
+ :return: The old_resource_spec_code of this DetailsBody.
402
+ :rtype: str
403
+ """
404
+ return self._old_resource_spec_code
405
+
406
+ @old_resource_spec_code.setter
407
+ def old_resource_spec_code(self, old_resource_spec_code):
408
+ """Sets the old_resource_spec_code of this DetailsBody.
409
+
410
+ 变更前的规格参数,仅在变更规格时有值。
411
+
412
+ :param old_resource_spec_code: The old_resource_spec_code of this DetailsBody.
413
+ :type old_resource_spec_code: str
414
+ """
415
+ self._old_resource_spec_code = old_resource_spec_code
416
+
417
+ @property
418
+ def new_resource_spec_code(self):
419
+ """Gets the new_resource_spec_code of this DetailsBody.
420
+
421
+ 变更后的规格参数,仅在变更规格时有值。
422
+
423
+ :return: The new_resource_spec_code of this DetailsBody.
424
+ :rtype: str
425
+ """
426
+ return self._new_resource_spec_code
427
+
428
+ @new_resource_spec_code.setter
429
+ def new_resource_spec_code(self, new_resource_spec_code):
430
+ """Sets the new_resource_spec_code of this DetailsBody.
431
+
432
+ 变更后的规格参数,仅在变更规格时有值。
433
+
434
+ :param new_resource_spec_code: The new_resource_spec_code of this DetailsBody.
435
+ :type new_resource_spec_code: str
436
+ """
437
+ self._new_resource_spec_code = new_resource_spec_code
438
+
439
+ @property
440
+ def old_replica_num(self):
441
+ """Gets the old_replica_num of this DetailsBody.
442
+
443
+ 变更前的副本数量,仅在变更规格时有值。
444
+
445
+ :return: The old_replica_num of this DetailsBody.
446
+ :rtype: int
447
+ """
448
+ return self._old_replica_num
449
+
450
+ @old_replica_num.setter
451
+ def old_replica_num(self, old_replica_num):
452
+ """Sets the old_replica_num of this DetailsBody.
453
+
454
+ 变更前的副本数量,仅在变更规格时有值。
455
+
456
+ :param old_replica_num: The old_replica_num of this DetailsBody.
457
+ :type old_replica_num: int
458
+ """
459
+ self._old_replica_num = old_replica_num
460
+
461
+ @property
462
+ def new_replica_num(self):
463
+ """Gets the new_replica_num of this DetailsBody.
464
+
465
+ 变更后的副本数量,仅在变更规格时有值。
466
+
467
+ :return: The new_replica_num of this DetailsBody.
468
+ :rtype: int
469
+ """
470
+ return self._new_replica_num
471
+
472
+ @new_replica_num.setter
473
+ def new_replica_num(self, new_replica_num):
474
+ """Sets the new_replica_num of this DetailsBody.
475
+
476
+ 变更后的副本数量,仅在变更规格时有值。
477
+
478
+ :param new_replica_num: The new_replica_num of this DetailsBody.
479
+ :type new_replica_num: int
480
+ """
481
+ self._new_replica_num = new_replica_num
482
+
483
+ @property
484
+ def old_cache_type(self):
485
+ """Gets the old_cache_type of this DetailsBody.
486
+
487
+ 变更前的缓存类型,仅在变更规格时有值。
488
+
489
+ :return: The old_cache_type of this DetailsBody.
490
+ :rtype: str
491
+ """
492
+ return self._old_cache_type
493
+
494
+ @old_cache_type.setter
495
+ def old_cache_type(self, old_cache_type):
496
+ """Sets the old_cache_type of this DetailsBody.
497
+
498
+ 变更前的缓存类型,仅在变更规格时有值。
499
+
500
+ :param old_cache_type: The old_cache_type of this DetailsBody.
501
+ :type old_cache_type: str
502
+ """
503
+ self._old_cache_type = old_cache_type
504
+
505
+ @property
506
+ def new_cache_type(self):
507
+ """Gets the new_cache_type of this DetailsBody.
508
+
509
+ 变更后的规格类型,仅在变更规格时有值。
510
+
511
+ :return: The new_cache_type of this DetailsBody.
512
+ :rtype: str
513
+ """
514
+ return self._new_cache_type
515
+
516
+ @new_cache_type.setter
517
+ def new_cache_type(self, new_cache_type):
518
+ """Sets the new_cache_type of this DetailsBody.
519
+
520
+ 变更后的规格类型,仅在变更规格时有值。
521
+
522
+ :param new_cache_type: The new_cache_type of this DetailsBody.
523
+ :type new_cache_type: str
524
+ """
525
+ self._new_cache_type = new_cache_type
526
+
527
+ @property
528
+ def replica_ip(self):
529
+ """Gets the replica_ip of this DetailsBody.
530
+
531
+ 副本IP。
532
+
533
+ :return: The replica_ip of this DetailsBody.
534
+ :rtype: str
535
+ """
536
+ return self._replica_ip
537
+
538
+ @replica_ip.setter
539
+ def replica_ip(self, replica_ip):
540
+ """Sets the replica_ip of this DetailsBody.
541
+
542
+ 副本IP。
543
+
544
+ :param replica_ip: The replica_ip of this DetailsBody.
545
+ :type replica_ip: str
546
+ """
547
+ self._replica_ip = replica_ip
548
+
549
+ @property
550
+ def replica_az(self):
551
+ """Gets the replica_az of this DetailsBody.
552
+
553
+ 副本所在可用区。
554
+
555
+ :return: The replica_az of this DetailsBody.
556
+ :rtype: str
557
+ """
558
+ return self._replica_az
559
+
560
+ @replica_az.setter
561
+ def replica_az(self, replica_az):
562
+ """Sets the replica_az of this DetailsBody.
563
+
564
+ 副本所在可用区。
565
+
566
+ :param replica_az: The replica_az of this DetailsBody.
567
+ :type replica_az: str
568
+ """
569
+ self._replica_az = replica_az
570
+
571
+ @property
572
+ def group_name(self):
573
+ """Gets the group_name of this DetailsBody.
574
+
575
+ 组名。
576
+
577
+ :return: The group_name of this DetailsBody.
578
+ :rtype: str
579
+ """
580
+ return self._group_name
581
+
582
+ @group_name.setter
583
+ def group_name(self, group_name):
584
+ """Sets the group_name of this DetailsBody.
585
+
586
+ 组名。
587
+
588
+ :param group_name: The group_name of this DetailsBody.
589
+ :type group_name: str
590
+ """
591
+ self._group_name = group_name
592
+
593
+ @property
594
+ def old_port(self):
595
+ """Gets the old_port of this DetailsBody.
596
+
597
+ 旧端口。
598
+
599
+ :return: The old_port of this DetailsBody.
600
+ :rtype: int
601
+ """
602
+ return self._old_port
603
+
604
+ @old_port.setter
605
+ def old_port(self, old_port):
606
+ """Sets the old_port of this DetailsBody.
607
+
608
+ 旧端口。
609
+
610
+ :param old_port: The old_port of this DetailsBody.
611
+ :type old_port: int
612
+ """
613
+ self._old_port = old_port
614
+
615
+ @property
616
+ def new_port(self):
617
+ """Gets the new_port of this DetailsBody.
618
+
619
+ 新端口。
620
+
621
+ :return: The new_port of this DetailsBody.
622
+ :rtype: int
623
+ """
624
+ return self._new_port
625
+
626
+ @new_port.setter
627
+ def new_port(self, new_port):
628
+ """Sets the new_port of this DetailsBody.
629
+
630
+ 新端口。
631
+
632
+ :param new_port: The new_port of this DetailsBody.
633
+ :type new_port: int
634
+ """
635
+ self._new_port = new_port
636
+
637
+ @property
638
+ def is_only_adjust_charging(self):
639
+ """Gets the is_only_adjust_charging of this DetailsBody.
640
+
641
+ 是否只是调整计费模式。
642
+
643
+ :return: The is_only_adjust_charging of this DetailsBody.
644
+ :rtype: bool
645
+ """
646
+ return self._is_only_adjust_charging
647
+
648
+ @is_only_adjust_charging.setter
649
+ def is_only_adjust_charging(self, is_only_adjust_charging):
650
+ """Sets the is_only_adjust_charging of this DetailsBody.
651
+
652
+ 是否只是调整计费模式。
653
+
654
+ :param is_only_adjust_charging: The is_only_adjust_charging of this DetailsBody.
655
+ :type is_only_adjust_charging: bool
656
+ """
657
+ self._is_only_adjust_charging = is_only_adjust_charging
658
+
659
+ @property
660
+ def account_name(self):
661
+ """Gets the account_name of this DetailsBody.
662
+
663
+ 账号名称。
664
+
665
+ :return: The account_name of this DetailsBody.
666
+ :rtype: str
667
+ """
668
+ return self._account_name
669
+
670
+ @account_name.setter
671
+ def account_name(self, account_name):
672
+ """Sets the account_name of this DetailsBody.
673
+
674
+ 账号名称。
675
+
676
+ :param account_name: The account_name of this DetailsBody.
677
+ :type account_name: str
678
+ """
679
+ self._account_name = account_name
680
+
681
+ @property
682
+ def source_ip(self):
683
+ """Gets the source_ip of this DetailsBody.
684
+
685
+ 源IP。
686
+
687
+ :return: The source_ip of this DetailsBody.
688
+ :rtype: str
689
+ """
690
+ return self._source_ip
691
+
692
+ @source_ip.setter
693
+ def source_ip(self, source_ip):
694
+ """Sets the source_ip of this DetailsBody.
695
+
696
+ 源IP。
697
+
698
+ :param source_ip: The source_ip of this DetailsBody.
699
+ :type source_ip: str
700
+ """
701
+ self._source_ip = source_ip
702
+
703
+ @property
704
+ def target_ip(self):
705
+ """Gets the target_ip of this DetailsBody.
706
+
707
+ 目标IP。
708
+
709
+ :return: The target_ip of this DetailsBody.
710
+ :rtype: str
711
+ """
712
+ return self._target_ip
713
+
714
+ @target_ip.setter
715
+ def target_ip(self, target_ip):
716
+ """Sets the target_ip of this DetailsBody.
717
+
718
+ 目标IP。
719
+
720
+ :param target_ip: The target_ip of this DetailsBody.
721
+ :type target_ip: str
722
+ """
723
+ self._target_ip = target_ip
724
+
725
+ @property
726
+ def node_name(self):
727
+ """Gets the node_name of this DetailsBody.
728
+
729
+ 节点信息。
730
+
731
+ :return: The node_name of this DetailsBody.
732
+ :rtype: str
733
+ """
734
+ return self._node_name
735
+
736
+ @node_name.setter
737
+ def node_name(self, node_name):
738
+ """Sets the node_name of this DetailsBody.
739
+
740
+ 节点信息。
741
+
742
+ :param node_name: The node_name of this DetailsBody.
743
+ :type node_name: str
744
+ """
745
+ self._node_name = node_name
746
+
747
+ @property
748
+ def rename_commands(self):
749
+ """Gets the rename_commands of this DetailsBody.
750
+
751
+ 重命名的指令。
752
+
753
+ :return: The rename_commands of this DetailsBody.
754
+ :rtype: list[str]
755
+ """
756
+ return self._rename_commands
757
+
758
+ @rename_commands.setter
759
+ def rename_commands(self, rename_commands):
760
+ """Sets the rename_commands of this DetailsBody.
761
+
762
+ 重命名的指令。
763
+
764
+ :param rename_commands: The rename_commands of this DetailsBody.
765
+ :type rename_commands: list[str]
766
+ """
767
+ self._rename_commands = rename_commands
768
+
769
+ @property
770
+ def updated_config_length(self):
771
+ """Gets the updated_config_length of this DetailsBody.
772
+
773
+ 更新配置项的长度。
774
+
775
+ :return: The updated_config_length of this DetailsBody.
776
+ :rtype: int
777
+ """
778
+ return self._updated_config_length
779
+
780
+ @updated_config_length.setter
781
+ def updated_config_length(self, updated_config_length):
782
+ """Sets the updated_config_length of this DetailsBody.
783
+
784
+ 更新配置项的长度。
785
+
786
+ :param updated_config_length: The updated_config_length of this DetailsBody.
787
+ :type updated_config_length: int
788
+ """
789
+ self._updated_config_length = updated_config_length
790
+
269
791
  def to_dict(self):
270
792
  """Returns the model properties as a dict"""
271
793
  result = {}