@@ -214,9 +214,15 @@ class Instance
214214 # @return [String]
215215 attr_accessor :create_time
216216
217- # Optional. The deployment type of the instance. Allowed values are: * `SCRATCH`:
218- # the instance is a scratch instance. * `PERSISTENT`: the instance is a
219- # persistent instance.
217+ # Output only. Deprecated 'daos_version' field. Output only. The version of DAOS
218+ # software running in the instance.
219+ # Corresponds to the JSON property `daosVersion`
220+ # @return [String]
221+ attr_accessor :daos_version
222+
223+ # Optional. Immutable. The deployment type of the instance. Allowed values are: *
224+ # `SCRATCH`: the instance is a scratch instance. * `PERSISTENT`: the instance
225+ # is a persistent instance.
220226 # Corresponds to the JSON property `deploymentType`
221227 # @return [String]
222228 attr_accessor :deployment_type
@@ -226,7 +232,7 @@ class Instance
226232 # @return [String]
227233 attr_accessor :description
228234
229- # Optional. Stripe level for directories. Allowed values are: * `
235+ # Optional. Immutable. Stripe level for directories. Allowed values are: * `
230236 # DIRECTORY_STRIPE_LEVEL_MIN`: recommended when directories contain a small
231237 # number of files. * `DIRECTORY_STRIPE_LEVEL_BALANCED`: balances performance for
232238 # workloads involving a mix of small and large directories. * `
@@ -243,8 +249,8 @@ class Instance
243249 # @return [String]
244250 attr_accessor :effective_reserved_ip_range
245251
246- # Optional. Stripe level for files. Allowed values are: * `FILE_STRIPE_LEVEL_MIN `
247- # : offers the best performance for small size files. * `
252+ # Optional. Immutable. Stripe level for files. Allowed values are: * `
253+ # FILE_STRIPE_LEVEL_MIN` : offers the best performance for small size files. * `
248254 # FILE_STRIPE_LEVEL_BALANCED`: balances performance for workloads involving a
249255 # mix of small and large files. * `FILE_STRIPE_LEVEL_MAX`: higher throughput
250256 # performance for larger files.
@@ -299,6 +305,7 @@ def update!(**args)
299305 @access_points = args [ :access_points ] if args . key? ( :access_points )
300306 @capacity_gib = args [ :capacity_gib ] if args . key? ( :capacity_gib )
301307 @create_time = args [ :create_time ] if args . key? ( :create_time )
308+ @daos_version = args [ :daos_version ] if args . key? ( :daos_version )
302309 @deployment_type = args [ :deployment_type ] if args . key? ( :deployment_type )
303310 @description = args [ :description ] if args . key? ( :description )
304311 @directory_stripe_level = args [ :directory_stripe_level ] if args . key? ( :directory_stripe_level )
0 commit comments