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.



48174
48175
48176
# File 'lib/google/apis/compute_alpha/classes.rb', line 48174

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)


48093
48094
48095
# File 'lib/google/apis/compute_alpha/classes.rb', line 48093

def creation_timestamp
  @creation_timestamp
end

#deprecatedGoogle::Apis::ComputeAlpha::DeprecationStatus

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



48098
48099
48100
# File 'lib/google/apis/compute_alpha/classes.rb', line 48098

def deprecated
  @deprecated
end

#descriptionString

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

Returns:

  • (String)


48103
48104
48105
# File 'lib/google/apis/compute_alpha/classes.rb', line 48103

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)


48109
48110
48111
# File 'lib/google/apis/compute_alpha/classes.rb', line 48109

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)


48115
48116
48117
# File 'lib/google/apis/compute_alpha/classes.rb', line 48115

def kind
  @kind
end

#max_provisioned_iopsFixnum

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

Returns:

  • (Fixnum)


48120
48121
48122
# File 'lib/google/apis/compute_alpha/classes.rb', line 48120

def max_provisioned_iops
  @max_provisioned_iops
end

#max_provisioned_throughputFixnum

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

Returns:

  • (Fixnum)


48125
48126
48127
# File 'lib/google/apis/compute_alpha/classes.rb', line 48125

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)


48130
48131
48132
# File 'lib/google/apis/compute_alpha/classes.rb', line 48130

def max_size_gb
  @max_size_gb
end

#min_provisioned_iopsFixnum

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

Returns:

  • (Fixnum)


48135
48136
48137
# File 'lib/google/apis/compute_alpha/classes.rb', line 48135

def min_provisioned_iops
  @min_provisioned_iops
end

#min_provisioned_throughputFixnum

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

Returns:

  • (Fixnum)


48140
48141
48142
# File 'lib/google/apis/compute_alpha/classes.rb', line 48140

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)


48145
48146
48147
# File 'lib/google/apis/compute_alpha/classes.rb', line 48145

def min_size_gb
  @min_size_gb
end

#nameString

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

Returns:

  • (String)


48150
48151
48152
# File 'lib/google/apis/compute_alpha/classes.rb', line 48150

def name
  @name
end

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

Returns:

  • (String)


48155
48156
48157
# File 'lib/google/apis/compute_alpha/classes.rb', line 48155

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)


48160
48161
48162
# File 'lib/google/apis/compute_alpha/classes.rb', line 48160

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>)


48165
48166
48167
# File 'lib/google/apis/compute_alpha/classes.rb', line 48165

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)


48172
48173
48174
# File 'lib/google/apis/compute_alpha/classes.rb', line 48172

def zone
  @zone
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



48179
48180
48181
48182
48183
48184
48185
48186
48187
48188
48189
48190
48191
48192
48193
48194
48195
48196
# File 'lib/google/apis/compute_alpha/classes.rb', line 48179

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