@@ -311,14 +311,14 @@ class IscsiLunWhereInput(object):
311311 'stripe_size_not_in' : 'list[int]' ,
312312 'thin_provision' : 'bool' ,
313313 'thin_provision_not' : 'bool' ,
314- 'unique_logical_size' : 'int ' ,
315- 'unique_logical_size_gt' : 'int ' ,
316- 'unique_logical_size_gte' : 'int ' ,
317- 'unique_logical_size_in' : 'list[int ]' ,
318- 'unique_logical_size_lt' : 'int ' ,
319- 'unique_logical_size_lte' : 'int ' ,
320- 'unique_logical_size_not' : 'int ' ,
321- 'unique_logical_size_not_in' : 'list[int ]' ,
314+ 'unique_logical_size' : 'float ' ,
315+ 'unique_logical_size_gt' : 'float ' ,
316+ 'unique_logical_size_gte' : 'float ' ,
317+ 'unique_logical_size_in' : 'list[float ]' ,
318+ 'unique_logical_size_lt' : 'float ' ,
319+ 'unique_logical_size_lte' : 'float ' ,
320+ 'unique_logical_size_not' : 'float ' ,
321+ 'unique_logical_size_not_in' : 'list[float ]' ,
322322 'unique_size' : 'int' ,
323323 'unique_size_gt' : 'int' ,
324324 'unique_size_gte' : 'int' ,
@@ -7313,7 +7313,7 @@ def unique_logical_size(self):
73137313
73147314
73157315 :return: The unique_logical_size of this IscsiLunWhereInput. # noqa: E501
7316- :rtype: int
7316+ :rtype: float
73177317 """
73187318 return self ._unique_logical_size
73197319
@@ -7323,7 +7323,7 @@ def unique_logical_size(self, unique_logical_size):
73237323
73247324
73257325 :param unique_logical_size: The unique_logical_size of this IscsiLunWhereInput. # noqa: E501
7326- :type unique_logical_size: int
7326+ :type unique_logical_size: float
73277327 """
73287328
73297329 self ._unique_logical_size = unique_logical_size
@@ -7334,7 +7334,7 @@ def unique_logical_size_gt(self):
73347334
73357335
73367336 :return: The unique_logical_size_gt of this IscsiLunWhereInput. # noqa: E501
7337- :rtype: int
7337+ :rtype: float
73387338 """
73397339 return self ._unique_logical_size_gt
73407340
@@ -7344,7 +7344,7 @@ def unique_logical_size_gt(self, unique_logical_size_gt):
73447344
73457345
73467346 :param unique_logical_size_gt: The unique_logical_size_gt of this IscsiLunWhereInput. # noqa: E501
7347- :type unique_logical_size_gt: int
7347+ :type unique_logical_size_gt: float
73487348 """
73497349
73507350 self ._unique_logical_size_gt = unique_logical_size_gt
@@ -7355,7 +7355,7 @@ def unique_logical_size_gte(self):
73557355
73567356
73577357 :return: The unique_logical_size_gte of this IscsiLunWhereInput. # noqa: E501
7358- :rtype: int
7358+ :rtype: float
73597359 """
73607360 return self ._unique_logical_size_gte
73617361
@@ -7365,7 +7365,7 @@ def unique_logical_size_gte(self, unique_logical_size_gte):
73657365
73667366
73677367 :param unique_logical_size_gte: The unique_logical_size_gte of this IscsiLunWhereInput. # noqa: E501
7368- :type unique_logical_size_gte: int
7368+ :type unique_logical_size_gte: float
73697369 """
73707370
73717371 self ._unique_logical_size_gte = unique_logical_size_gte
@@ -7376,7 +7376,7 @@ def unique_logical_size_in(self):
73767376
73777377
73787378 :return: The unique_logical_size_in of this IscsiLunWhereInput. # noqa: E501
7379- :rtype: list[int ]
7379+ :rtype: list[float ]
73807380 """
73817381 return self ._unique_logical_size_in
73827382
@@ -7386,7 +7386,7 @@ def unique_logical_size_in(self, unique_logical_size_in):
73867386
73877387
73887388 :param unique_logical_size_in: The unique_logical_size_in of this IscsiLunWhereInput. # noqa: E501
7389- :type unique_logical_size_in: list[int ]
7389+ :type unique_logical_size_in: list[float ]
73907390 """
73917391
73927392 self ._unique_logical_size_in = unique_logical_size_in
@@ -7397,7 +7397,7 @@ def unique_logical_size_lt(self):
73977397
73987398
73997399 :return: The unique_logical_size_lt of this IscsiLunWhereInput. # noqa: E501
7400- :rtype: int
7400+ :rtype: float
74017401 """
74027402 return self ._unique_logical_size_lt
74037403
@@ -7407,7 +7407,7 @@ def unique_logical_size_lt(self, unique_logical_size_lt):
74077407
74087408
74097409 :param unique_logical_size_lt: The unique_logical_size_lt of this IscsiLunWhereInput. # noqa: E501
7410- :type unique_logical_size_lt: int
7410+ :type unique_logical_size_lt: float
74117411 """
74127412
74137413 self ._unique_logical_size_lt = unique_logical_size_lt
@@ -7418,7 +7418,7 @@ def unique_logical_size_lte(self):
74187418
74197419
74207420 :return: The unique_logical_size_lte of this IscsiLunWhereInput. # noqa: E501
7421- :rtype: int
7421+ :rtype: float
74227422 """
74237423 return self ._unique_logical_size_lte
74247424
@@ -7428,7 +7428,7 @@ def unique_logical_size_lte(self, unique_logical_size_lte):
74287428
74297429
74307430 :param unique_logical_size_lte: The unique_logical_size_lte of this IscsiLunWhereInput. # noqa: E501
7431- :type unique_logical_size_lte: int
7431+ :type unique_logical_size_lte: float
74327432 """
74337433
74347434 self ._unique_logical_size_lte = unique_logical_size_lte
@@ -7439,7 +7439,7 @@ def unique_logical_size_not(self):
74397439
74407440
74417441 :return: The unique_logical_size_not of this IscsiLunWhereInput. # noqa: E501
7442- :rtype: int
7442+ :rtype: float
74437443 """
74447444 return self ._unique_logical_size_not
74457445
@@ -7449,7 +7449,7 @@ def unique_logical_size_not(self, unique_logical_size_not):
74497449
74507450
74517451 :param unique_logical_size_not: The unique_logical_size_not of this IscsiLunWhereInput. # noqa: E501
7452- :type unique_logical_size_not: int
7452+ :type unique_logical_size_not: float
74537453 """
74547454
74557455 self ._unique_logical_size_not = unique_logical_size_not
@@ -7460,7 +7460,7 @@ def unique_logical_size_not_in(self):
74607460
74617461
74627462 :return: The unique_logical_size_not_in of this IscsiLunWhereInput. # noqa: E501
7463- :rtype: list[int ]
7463+ :rtype: list[float ]
74647464 """
74657465 return self ._unique_logical_size_not_in
74667466
@@ -7470,7 +7470,7 @@ def unique_logical_size_not_in(self, unique_logical_size_not_in):
74707470
74717471
74727472 :param unique_logical_size_not_in: The unique_logical_size_not_in of this IscsiLunWhereInput. # noqa: E501
7473- :type unique_logical_size_not_in: list[int ]
7473+ :type unique_logical_size_not_in: list[float ]
74747474 """
74757475
74767476 self ._unique_logical_size_not_in = unique_logical_size_not_in
0 commit comments