Class: Google::Apis::ComputeAlpha::StoragePoolType

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/google/apis/compute_alpha/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ StoragePoolType

Returns a new instance of StoragePoolType.



48301
48302
48303
# File 'lib/google/apis/compute_alpha/classes.rb', line 48301

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#creation_timestampString

[Output Only] Creation timestamp in RFC3339 text format. Corresponds to the JSON property creationTimestamp

Returns:

  • (String)


48220
48221
48222
# File 'lib/google/apis/compute_alpha/classes.rb', line 48220

def creation_timestamp
  @creation_timestamp
end

#deprecatedGoogle::Apis::ComputeAlpha::DeprecationStatus

Deprecation status for a public resource. Corresponds to the JSON property deprecated



48225
48226
48227
# File 'lib/google/apis/compute_alpha/classes.rb', line 48225

def deprecated
  @deprecated
end

#descriptionString

[Output Only] An optional description of this resource. Corresponds to the JSON property description

Returns:

  • (String)


48230
48231
48232
# File 'lib/google/apis/compute_alpha/classes.rb', line 48230

def description
  @description
end

#idFixnum

[Output Only] The unique identifier for the resource. This identifier is defined by the server. Corresponds to the JSON property id

Returns:

  • (Fixnum)


48236
48237
48238
# File 'lib/google/apis/compute_alpha/classes.rb', line 48236

def id
  @id
end

#kindString

[Output Only] Type of the resource. Always compute#storagePoolType for storage pool types. Corresponds to the JSON property kind

Returns:

  • (String)


48242
48243
48244
# File 'lib/google/apis/compute_alpha/classes.rb', line 48242

def kind
  @kind
end

#max_provisioned_iopsFixnum

[Output Only] Maximum provisioned IOPS. Corresponds to the JSON property maxProvisionedIops

Returns:

  • (Fixnum)


48247
48248
48249
# File 'lib/google/apis/compute_alpha/classes.rb', line 48247

def max_provisioned_iops
  @max_provisioned_iops
end

#max_provisioned_throughputFixnum

[Output Only] Maximum provisioned throughput. Corresponds to the JSON property maxProvisionedThroughput

Returns:

  • (Fixnum)


48252
48253
48254
# File 'lib/google/apis/compute_alpha/classes.rb', line 48252

def max_provisioned_throughput
  @max_provisioned_throughput
end

#max_size_gbFixnum

[Output Only] Maximum storage pool size in GB. Corresponds to the JSON property maxSizeGb

Returns:

  • (Fixnum)


48257
48258
48259
# File 'lib/google/apis/compute_alpha/classes.rb', line 48257

def max_size_gb
  @max_size_gb
end

#min_provisioned_iopsFixnum

[Output Only] Minimum provisioned IOPS. Corresponds to the JSON property minProvisionedIops

Returns:

  • (Fixnum)


48262
48263
48264
# File 'lib/google/apis/compute_alpha/classes.rb', line 48262

def min_provisioned_iops
  @min_provisioned_iops
end

#min_provisioned_throughputFixnum

[Output Only] Minimum provisioned throughput. Corresponds to the JSON property minProvisionedThroughput

Returns:

  • (Fixnum)


48267
48268
48269
# File 'lib/google/apis/compute_alpha/classes.rb', line 48267

def min_provisioned_throughput
  @min_provisioned_throughput
end

#min_size_gbFixnum

[Output Only] Minimum storage pool size in GB. Corresponds to the JSON property minSizeGb

Returns:

  • (Fixnum)


48272
48273
48274
# File 'lib/google/apis/compute_alpha/classes.rb', line 48272

def min_size_gb
  @min_size_gb
end

#nameString

[Output Only] Name of the resource. Corresponds to the JSON property name

Returns:

  • (String)


48277
48278
48279
# File 'lib/google/apis/compute_alpha/classes.rb', line 48277

def name
  @name
end

[Output Only] Server-defined URL for the resource. Corresponds to the JSON property selfLink

Returns:

  • (String)


48282
48283
48284
# File 'lib/google/apis/compute_alpha/classes.rb', line 48282

def self_link
  @self_link
end

[Output Only] Server-defined URL for this resource with the resource id. Corresponds to the JSON property selfLinkWithId

Returns:

  • (String)


48287
48288
48289
# File 'lib/google/apis/compute_alpha/classes.rb', line 48287

def self_link_with_id
  @self_link_with_id
end

#supported_disk_typesArray<String>

[Output Only] The list of disk types supported in this storage pool type. Corresponds to the JSON property supportedDiskTypes

Returns:

  • (Array<String>)


48292
48293
48294
# File 'lib/google/apis/compute_alpha/classes.rb', line 48292

def supported_disk_types
  @supported_disk_types
end

#zoneString

[Output Only] URL of the zone where the storage pool type resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body. Corresponds to the JSON property zone

Returns:

  • (String)


48299
48300
48301
# File 'lib/google/apis/compute_alpha/classes.rb', line 48299

def zone
  @zone
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



48306
48307
48308
48309
48310
48311
48312
48313
48314
48315
48316
48317
48318
48319
48320
48321
48322
48323
# File 'lib/google/apis/compute_alpha/classes.rb', line 48306

def update!(**args)
  @creation_timestamp = args[:creation_timestamp] if args.key?(:creation_timestamp)
  @deprecated = args[:deprecated] if args.key?(:deprecated)
  @description = args[:description] if args.key?(:description)
  @id = args[:id] if args.key?(:id)
  @kind = args[:kind] if args.key?(:kind)
  @max_provisioned_iops = args[:max_provisioned_iops] if args.key?(:max_provisioned_iops)
  @max_provisioned_throughput = args[:max_provisioned_throughput] if args.key?(:max_provisioned_throughput)
  @max_size_gb = args[:max_size_gb] if args.key?(:max_size_gb)
  @min_provisioned_iops = args[:min_provisioned_iops] if args.key?(:min_provisioned_iops)
  @min_provisioned_throughput = args[:min_provisioned_throughput] if args.key?(:min_provisioned_throughput)
  @min_size_gb = args[:min_size_gb] if args.key?(:min_size_gb)
  @name = args[:name] if args.key?(:name)
  @self_link = args[:self_link] if args.key?(:self_link)
  @self_link_with_id = args[:self_link_with_id] if args.key?(:self_link_with_id)
  @supported_disk_types = args[:supported_disk_types] if args.key?(:supported_disk_types)
  @zone = args[:zone] if args.key?(:zone)
end