GDC Hardware Management V1ALPHA API - Class Google::Cloud::GDCHardwareManagement::V1alpha::SkuConfig (v0.1.1)

Reference documentation and code samples for the GDC Hardware Management V1ALPHA API class Google::Cloud::GDCHardwareManagement::V1alpha::SkuConfig.

Configuration for a SKU.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#cpu

def cpu() -> ::String
Returns
  • (::String) — Information about CPU configuration.

#cpu=

def cpu=(value) -> ::String
Parameter
  • value (::String) — Information about CPU configuration.
Returns
  • (::String) — Information about CPU configuration.

#gpu

def gpu() -> ::String
Returns
  • (::String) — Information about GPU configuration.

#gpu=

def gpu=(value) -> ::String
Parameter
  • value (::String) — Information about GPU configuration.
Returns
  • (::String) — Information about GPU configuration.

#ram

def ram() -> ::String
Returns
  • (::String) — Information about RAM configuration.

#ram=

def ram=(value) -> ::String
Parameter
  • value (::String) — Information about RAM configuration.
Returns
  • (::String) — Information about RAM configuration.

#storage

def storage() -> ::String
Returns
  • (::String) — Information about storage configuration.

#storage=

def storage=(value) -> ::String
Parameter
  • value (::String) — Information about storage configuration.
Returns
  • (::String) — Information about storage configuration.