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.



47864
47865
47866
# File 'lib/google/apis/compute_alpha/classes.rb', line 47864

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)


47783
47784
47785
# File 'lib/google/apis/compute_alpha/classes.rb', line 47783

def creation_timestamp
  @creation_timestamp
end

#deprecatedGoogle::Apis::ComputeAlpha::DeprecationStatus

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



47788
47789
47790
# File 'lib/google/apis/compute_alpha/classes.rb', line 47788

def deprecated
  @deprecated
end

#descriptionString

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

Returns:

  • (String)


47793
47794
47795
# File 'lib/google/apis/compute_alpha/classes.rb', line 47793

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)


47799
47800
47801
# File 'lib/google/apis/compute_alpha/classes.rb', line 47799

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)


47805
47806
47807
# File 'lib/google/apis/compute_alpha/classes.rb', line 47805

def kind
  @kind
end

#max_provisioned_iopsFixnum

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

Returns:

  • (Fixnum)


47810
47811
47812
# File 'lib/google/apis/compute_alpha/classes.rb', line 47810

def max_provisioned_iops
  @max_provisioned_iops
end

#max_provisioned_throughputFixnum

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

Returns:

  • (Fixnum)


47815
47816
47817
# File 'lib/google/apis/compute_alpha/classes.rb', line 47815

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)


47820
47821
47822
# File 'lib/google/apis/compute_alpha/classes.rb', line 47820

def max_size_gb
  @max_size_gb
end

#min_provisioned_iopsFixnum

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

Returns:

  • (Fixnum)


47825
47826
47827
# File 'lib/google/apis/compute_alpha/classes.rb', line 47825

def min_provisioned_iops
  @min_provisioned_iops
end

#min_provisioned_throughputFixnum

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

Returns:

  • (Fixnum)


47830
47831
47832
# File 'lib/google/apis/compute_alpha/classes.rb', line 47830

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)


47835
47836
47837
# File 'lib/google/apis/compute_alpha/classes.rb', line 47835

def min_size_gb
  @min_size_gb
end

#nameString

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

Returns:

  • (String)


47840
47841
47842
# File 'lib/google/apis/compute_alpha/classes.rb', line 47840

def name
  @name
end

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

Returns:

  • (String)


47845
47846
47847
# File 'lib/google/apis/compute_alpha/classes.rb', line 47845

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)


47850
47851
47852
# File 'lib/google/apis/compute_alpha/classes.rb', line 47850

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


47855
47856
47857
# File 'lib/google/apis/compute_alpha/classes.rb', line 47855

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)


47862
47863
47864
# File 'lib/google/apis/compute_alpha/classes.rb', line 47862

def zone
  @zone
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



47869
47870
47871
47872
47873
47874
47875
47876
47877
47878
47879
47880
47881
47882
47883
47884
47885
47886
# File 'lib/google/apis/compute_alpha/classes.rb', line 47869

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