assisted-service-client 2.25.0.post15__py3-none-any.whl → 2.25.0.post16__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
@@ -47,7 +47,8 @@ class InstallCmdRequest(object):
47
47
  'openshift_version': 'str',
48
48
  'service_ips': 'list[str]',
49
49
  'installer_args': 'str',
50
- 'skip_installation_disk_cleanup': 'bool'
50
+ 'skip_installation_disk_cleanup': 'bool',
51
+ 'enable_skip_mco_reboot': 'bool'
51
52
  }
52
53
 
53
54
  attribute_map = {
@@ -67,10 +68,11 @@ class InstallCmdRequest(object):
67
68
  'openshift_version': 'openshift_version',
68
69
  'service_ips': 'service_ips',
69
70
  'installer_args': 'installer_args',
70
- 'skip_installation_disk_cleanup': 'skip_installation_disk_cleanup'
71
+ 'skip_installation_disk_cleanup': 'skip_installation_disk_cleanup',
72
+ 'enable_skip_mco_reboot': 'enable_skip_mco_reboot'
71
73
  }
72
74
 
73
- def __init__(self, cluster_id=None, infra_env_id=None, host_id=None, role=None, boot_device=None, controller_image=None, installer_image=None, high_availability_mode='Full', proxy=None, check_cvo=True, disks_to_format=None, must_gather_image=None, mco_image=None, openshift_version=None, service_ips=None, installer_args=None, skip_installation_disk_cleanup=None): # noqa: E501
75
+ def __init__(self, cluster_id=None, infra_env_id=None, host_id=None, role=None, boot_device=None, controller_image=None, installer_image=None, high_availability_mode='Full', proxy=None, check_cvo=True, disks_to_format=None, must_gather_image=None, mco_image=None, openshift_version=None, service_ips=None, installer_args=None, skip_installation_disk_cleanup=None, enable_skip_mco_reboot=None): # noqa: E501
74
76
  """InstallCmdRequest - a model defined in Swagger""" # noqa: E501
75
77
 
76
78
  self._cluster_id = None
@@ -90,6 +92,7 @@ class InstallCmdRequest(object):
90
92
  self._service_ips = None
91
93
  self._installer_args = None
92
94
  self._skip_installation_disk_cleanup = None
95
+ self._enable_skip_mco_reboot = None
93
96
  self.discriminator = None
94
97
 
95
98
  self.cluster_id = cluster_id
@@ -119,6 +122,8 @@ class InstallCmdRequest(object):
119
122
  self.installer_args = installer_args
120
123
  if skip_installation_disk_cleanup is not None:
121
124
  self.skip_installation_disk_cleanup = skip_installation_disk_cleanup
125
+ if enable_skip_mco_reboot is not None:
126
+ self.enable_skip_mco_reboot = enable_skip_mco_reboot
122
127
 
123
128
  @property
124
129
  def cluster_id(self):
@@ -527,6 +532,29 @@ class InstallCmdRequest(object):
527
532
 
528
533
  self._skip_installation_disk_cleanup = skip_installation_disk_cleanup
529
534
 
535
+ @property
536
+ def enable_skip_mco_reboot(self):
537
+ """Gets the enable_skip_mco_reboot of this InstallCmdRequest. # noqa: E501
538
+
539
+ If true, assisted service will attempt to skip MCO reboot # noqa: E501
540
+
541
+ :return: The enable_skip_mco_reboot of this InstallCmdRequest. # noqa: E501
542
+ :rtype: bool
543
+ """
544
+ return self._enable_skip_mco_reboot
545
+
546
+ @enable_skip_mco_reboot.setter
547
+ def enable_skip_mco_reboot(self, enable_skip_mco_reboot):
548
+ """Sets the enable_skip_mco_reboot of this InstallCmdRequest.
549
+
550
+ If true, assisted service will attempt to skip MCO reboot # noqa: E501
551
+
552
+ :param enable_skip_mco_reboot: The enable_skip_mco_reboot of this InstallCmdRequest. # noqa: E501
553
+ :type: bool
554
+ """
555
+
556
+ self._enable_skip_mco_reboot = enable_skip_mco_reboot
557
+
530
558
  def to_dict(self):
531
559
  """Returns the model properties as a dict"""
532
560
  result = {}
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: assisted-service-client
3
- Version: 2.25.0.post15
3
+ Version: 2.25.0.post16
4
4
  Summary: AssistedInstall
5
5
  Home-page: https://github.com/openshift/assisted-service
6
6
  Author: RedHat
@@ -97,7 +97,7 @@ assisted_service_client/models/ingress_cert_params.py,sha256=-XP1NimCqaTWoxjUIJ_
97
97
  assisted_service_client/models/ingress_vip.py,sha256=lyf0K-0cVmdhuflocLIEtJ1r-zZjiYUb6BJmY8h-Vlk,4662
98
98
  assisted_service_client/models/inline_response200.py,sha256=HB1HAsvw3l7H114kwQFzu9JKiMO8ug-I9iAezdSC5LI,3243
99
99
  assisted_service_client/models/inline_response2001.py,sha256=Q272STaPtS7c5buEsQ6lQNQMO5r2IOxD9MUp92bNp0w,3359
100
- assisted_service_client/models/install_cmd_request.py,sha256=r8AZ2fGWU4T5LkRd_-x93y4irQg5iJS6fWr2OWpTpgg,18384
100
+ assisted_service_client/models/install_cmd_request.py,sha256=u-Y9vxlwX7Us50tm820b70PNkw3VbcvOUsdO2wpyBCc,19504
101
101
  assisted_service_client/models/installer_args_params.py,sha256=FDBsAPct6q5rMbPlFSP4CUHoWfhJnPiT4idOGoi0Wb0,3175
102
102
  assisted_service_client/models/interface.py,sha256=oens5JgzzW7b7y2_m3da_xnlB39d2ZTFNWJy6j7Qfws,10898
103
103
  assisted_service_client/models/inventory.py,sha256=Cn5ug3cuDYzyuMbRB0LNyqZtahJ3MLar26I-WELk2I4,10489
@@ -353,7 +353,7 @@ test/test_versions.py,sha256=n-4xIBBiEuExya4yfHjxHbsRinb_vccUxwIrMxyEvfk,843
353
353
  test/test_versions_api.py,sha256=1I1X8zO7RRpqgvWhuV05bK2PnSQfYjN7_d4eBYkum1s,967
354
354
  test/test_vip_type.py,sha256=MAse7Cn2PT8pBELxmmAa4X9K_fZ-jtvNTmrqQ0Hvc-o,837
355
355
  test/test_vip_verification.py,sha256=DwaHdagiOxRAPQ8TN541xSPn--MJEbRATBm1h3OmmZ4,901
356
- assisted_service_client-2.25.0.post15.dist-info/METADATA,sha256=tTRe1_Aa26nIVwyf-vILRnzjDI1J_inCkfZ256n0pwQ,24703
357
- assisted_service_client-2.25.0.post15.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
358
- assisted_service_client-2.25.0.post15.dist-info/top_level.txt,sha256=4hfKi9CMXGm1B8Tohp02sqpWY8GTFoD38UbGI8duAD4,29
359
- assisted_service_client-2.25.0.post15.dist-info/RECORD,,
356
+ assisted_service_client-2.25.0.post16.dist-info/METADATA,sha256=d5P-FwEmIjWWSjMjWFeymXM2B93Mzv5WS8RLebwBxe0,24703
357
+ assisted_service_client-2.25.0.post16.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
358
+ assisted_service_client-2.25.0.post16.dist-info/top_level.txt,sha256=4hfKi9CMXGm1B8Tohp02sqpWY8GTFoD38UbGI8duAD4,29
359
+ assisted_service_client-2.25.0.post16.dist-info/RECORD,,