Class: Google::Apis::ComputeAlpha::InstancesSetMinCpuPlatformRequest

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ InstancesSetMinCpuPlatformRequest

Returns a new instance of InstancesSetMinCpuPlatformRequest



11790
11791
11792
# File 'generated/google/apis/compute_alpha/classes.rb', line 11790

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

Instance Attribute Details

#min_cpu_platformString

Minimum cpu/platform this instance should be started at. Corresponds to the JSON property minCpuPlatform

Returns:

  • (String)


11788
11789
11790
# File 'generated/google/apis/compute_alpha/classes.rb', line 11788

def min_cpu_platform
  @min_cpu_platform
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11795
11796
11797
# File 'generated/google/apis/compute_alpha/classes.rb', line 11795

def update!(**args)
  @min_cpu_platform = args[:min_cpu_platform] if args.key?(:min_cpu_platform)
end