1919from volcenginesdkcore .configuration import Configuration
2020
2121
22- class OptionsForCreateDeploymentInput (object ):
22+ class AdvancedOptionsForCreateDeploymentInput (object ):
2323 """NOTE: This class is auto generated by the swagger code generator program.
2424
2525 Do not edit the class manually.
@@ -34,9 +34,9 @@ class OptionsForCreateDeploymentInput(object):
3434 """
3535 swagger_types = {
3636 'internal_sync' : 'int' ,
37- 'meta_cache_capacity' : 'int ' ,
38- 'meta_cache_expiry_minutes' : 'int ' ,
39- 'meta_cache_expiry_msec' : 'int '
37+ 'meta_cache_capacity' : 'str ' ,
38+ 'meta_cache_expiry_minutes' : 'str ' ,
39+ 'meta_cache_expiry_msec' : 'str '
4040 }
4141
4242 attribute_map = {
@@ -47,7 +47,7 @@ class OptionsForCreateDeploymentInput(object):
4747 }
4848
4949 def __init__ (self , internal_sync = None , meta_cache_capacity = None , meta_cache_expiry_minutes = None , meta_cache_expiry_msec = None , _configuration = None ): # noqa: E501
50- """OptionsForCreateDeploymentInput - a model defined in Swagger""" # noqa: E501
50+ """AdvancedOptionsForCreateDeploymentInput - a model defined in Swagger""" # noqa: E501
5151 if _configuration is None :
5252 _configuration = Configuration ()
5353 self ._configuration = _configuration
@@ -69,84 +69,84 @@ def __init__(self, internal_sync=None, meta_cache_capacity=None, meta_cache_expi
6969
7070 @property
7171 def internal_sync (self ):
72- """Gets the internal_sync of this OptionsForCreateDeploymentInput . # noqa: E501
72+ """Gets the internal_sync of this AdvancedOptionsForCreateDeploymentInput . # noqa: E501
7373
7474
75- :return: The internal_sync of this OptionsForCreateDeploymentInput . # noqa: E501
75+ :return: The internal_sync of this AdvancedOptionsForCreateDeploymentInput . # noqa: E501
7676 :rtype: int
7777 """
7878 return self ._internal_sync
7979
8080 @internal_sync .setter
8181 def internal_sync (self , internal_sync ):
82- """Sets the internal_sync of this OptionsForCreateDeploymentInput .
82+ """Sets the internal_sync of this AdvancedOptionsForCreateDeploymentInput .
8383
8484
85- :param internal_sync: The internal_sync of this OptionsForCreateDeploymentInput . # noqa: E501
85+ :param internal_sync: The internal_sync of this AdvancedOptionsForCreateDeploymentInput . # noqa: E501
8686 :type: int
8787 """
8888
8989 self ._internal_sync = internal_sync
9090
9191 @property
9292 def meta_cache_capacity (self ):
93- """Gets the meta_cache_capacity of this OptionsForCreateDeploymentInput . # noqa: E501
93+ """Gets the meta_cache_capacity of this AdvancedOptionsForCreateDeploymentInput . # noqa: E501
9494
9595
96- :return: The meta_cache_capacity of this OptionsForCreateDeploymentInput . # noqa: E501
97- :rtype: int
96+ :return: The meta_cache_capacity of this AdvancedOptionsForCreateDeploymentInput . # noqa: E501
97+ :rtype: str
9898 """
9999 return self ._meta_cache_capacity
100100
101101 @meta_cache_capacity .setter
102102 def meta_cache_capacity (self , meta_cache_capacity ):
103- """Sets the meta_cache_capacity of this OptionsForCreateDeploymentInput .
103+ """Sets the meta_cache_capacity of this AdvancedOptionsForCreateDeploymentInput .
104104
105105
106- :param meta_cache_capacity: The meta_cache_capacity of this OptionsForCreateDeploymentInput . # noqa: E501
107- :type: int
106+ :param meta_cache_capacity: The meta_cache_capacity of this AdvancedOptionsForCreateDeploymentInput . # noqa: E501
107+ :type: str
108108 """
109109
110110 self ._meta_cache_capacity = meta_cache_capacity
111111
112112 @property
113113 def meta_cache_expiry_minutes (self ):
114- """Gets the meta_cache_expiry_minutes of this OptionsForCreateDeploymentInput . # noqa: E501
114+ """Gets the meta_cache_expiry_minutes of this AdvancedOptionsForCreateDeploymentInput . # noqa: E501
115115
116116
117- :return: The meta_cache_expiry_minutes of this OptionsForCreateDeploymentInput . # noqa: E501
118- :rtype: int
117+ :return: The meta_cache_expiry_minutes of this AdvancedOptionsForCreateDeploymentInput . # noqa: E501
118+ :rtype: str
119119 """
120120 return self ._meta_cache_expiry_minutes
121121
122122 @meta_cache_expiry_minutes .setter
123123 def meta_cache_expiry_minutes (self , meta_cache_expiry_minutes ):
124- """Sets the meta_cache_expiry_minutes of this OptionsForCreateDeploymentInput .
124+ """Sets the meta_cache_expiry_minutes of this AdvancedOptionsForCreateDeploymentInput .
125125
126126
127- :param meta_cache_expiry_minutes: The meta_cache_expiry_minutes of this OptionsForCreateDeploymentInput . # noqa: E501
128- :type: int
127+ :param meta_cache_expiry_minutes: The meta_cache_expiry_minutes of this AdvancedOptionsForCreateDeploymentInput . # noqa: E501
128+ :type: str
129129 """
130130
131131 self ._meta_cache_expiry_minutes = meta_cache_expiry_minutes
132132
133133 @property
134134 def meta_cache_expiry_msec (self ):
135- """Gets the meta_cache_expiry_msec of this OptionsForCreateDeploymentInput . # noqa: E501
135+ """Gets the meta_cache_expiry_msec of this AdvancedOptionsForCreateDeploymentInput . # noqa: E501
136136
137137
138- :return: The meta_cache_expiry_msec of this OptionsForCreateDeploymentInput . # noqa: E501
139- :rtype: int
138+ :return: The meta_cache_expiry_msec of this AdvancedOptionsForCreateDeploymentInput . # noqa: E501
139+ :rtype: str
140140 """
141141 return self ._meta_cache_expiry_msec
142142
143143 @meta_cache_expiry_msec .setter
144144 def meta_cache_expiry_msec (self , meta_cache_expiry_msec ):
145- """Sets the meta_cache_expiry_msec of this OptionsForCreateDeploymentInput .
145+ """Sets the meta_cache_expiry_msec of this AdvancedOptionsForCreateDeploymentInput .
146146
147147
148- :param meta_cache_expiry_msec: The meta_cache_expiry_msec of this OptionsForCreateDeploymentInput . # noqa: E501
149- :type: int
148+ :param meta_cache_expiry_msec: The meta_cache_expiry_msec of this AdvancedOptionsForCreateDeploymentInput . # noqa: E501
149+ :type: str
150150 """
151151
152152 self ._meta_cache_expiry_msec = meta_cache_expiry_msec
@@ -172,7 +172,7 @@ def to_dict(self):
172172 ))
173173 else :
174174 result [attr ] = value
175- if issubclass (OptionsForCreateDeploymentInput , dict ):
175+ if issubclass (AdvancedOptionsForCreateDeploymentInput , dict ):
176176 for key , value in self .items ():
177177 result [key ] = value
178178
@@ -188,14 +188,14 @@ def __repr__(self):
188188
189189 def __eq__ (self , other ):
190190 """Returns true if both objects are equal"""
191- if not isinstance (other , OptionsForCreateDeploymentInput ):
191+ if not isinstance (other , AdvancedOptionsForCreateDeploymentInput ):
192192 return False
193193
194194 return self .to_dict () == other .to_dict ()
195195
196196 def __ne__ (self , other ):
197197 """Returns true if both objects are not equal"""
198- if not isinstance (other , OptionsForCreateDeploymentInput ):
198+ if not isinstance (other , AdvancedOptionsForCreateDeploymentInput ):
199199 return True
200200
201201 return self .to_dict () != other .to_dict ()
0 commit comments