@@ -33,7 +33,6 @@ class VolumeForAllocateInstancesInput(object):
3333 and the value is json key in definition.
3434 """
3535 swagger_types = {
36- 'delete_with_instance' : 'str' ,
3736 'extra_performance_iops' : 'int' ,
3837 'extra_performance_throughput_mb' : 'int' ,
3938 'extra_performance_type_id' : 'str' ,
@@ -43,7 +42,6 @@ class VolumeForAllocateInstancesInput(object):
4342 }
4443
4544 attribute_map = {
46- 'delete_with_instance' : 'DeleteWithInstance' ,
4745 'extra_performance_iops' : 'ExtraPerformanceIOPS' ,
4846 'extra_performance_throughput_mb' : 'ExtraPerformanceThroughputMB' ,
4947 'extra_performance_type_id' : 'ExtraPerformanceTypeId' ,
@@ -52,13 +50,12 @@ class VolumeForAllocateInstancesInput(object):
5250 'volume_type' : 'VolumeType'
5351 }
5452
55- def __init__ (self , delete_with_instance = None , extra_performance_iops = None , extra_performance_throughput_mb = None , extra_performance_type_id = None , size = None , snapshot_id = None , volume_type = None , _configuration = None ): # noqa: E501
53+ def __init__ (self , extra_performance_iops = None , extra_performance_throughput_mb = None , extra_performance_type_id = None , size = None , snapshot_id = None , volume_type = None , _configuration = None ): # noqa: E501
5654 """VolumeForAllocateInstancesInput - a model defined in Swagger""" # noqa: E501
5755 if _configuration is None :
5856 _configuration = Configuration ()
5957 self ._configuration = _configuration
6058
61- self ._delete_with_instance = None
6259 self ._extra_performance_iops = None
6360 self ._extra_performance_throughput_mb = None
6461 self ._extra_performance_type_id = None
@@ -67,8 +64,6 @@ def __init__(self, delete_with_instance=None, extra_performance_iops=None, extra
6764 self ._volume_type = None
6865 self .discriminator = None
6966
70- if delete_with_instance is not None :
71- self .delete_with_instance = delete_with_instance
7267 if extra_performance_iops is not None :
7368 self .extra_performance_iops = extra_performance_iops
7469 if extra_performance_throughput_mb is not None :
@@ -81,27 +76,6 @@ def __init__(self, delete_with_instance=None, extra_performance_iops=None, extra
8176 if volume_type is not None :
8277 self .volume_type = volume_type
8378
84- @property
85- def delete_with_instance (self ):
86- """Gets the delete_with_instance of this VolumeForAllocateInstancesInput. # noqa: E501
87-
88-
89- :return: The delete_with_instance of this VolumeForAllocateInstancesInput. # noqa: E501
90- :rtype: str
91- """
92- return self ._delete_with_instance
93-
94- @delete_with_instance .setter
95- def delete_with_instance (self , delete_with_instance ):
96- """Sets the delete_with_instance of this VolumeForAllocateInstancesInput.
97-
98-
99- :param delete_with_instance: The delete_with_instance of this VolumeForAllocateInstancesInput. # noqa: E501
100- :type: str
101- """
102-
103- self ._delete_with_instance = delete_with_instance
104-
10579 @property
10680 def extra_performance_iops (self ):
10781 """Gets the extra_performance_iops of this VolumeForAllocateInstancesInput. # noqa: E501
0 commit comments