Class: Google::Apis::ComputeBeta::InstancesSetMinCpuPlatformRequest
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::InstancesSetMinCpuPlatformRequest
- Defined in:
- generated/google/apis/compute_beta/classes.rb,
generated/google/apis/compute_beta/representations.rb,
generated/google/apis/compute_beta/representations.rb
Instance Attribute Summary collapse
-
#min_cpu_platform ⇒ String
Minimum cpu/platform this instance should be started at.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InstancesSetMinCpuPlatformRequest
constructor
A new instance of InstancesSetMinCpuPlatformRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ InstancesSetMinCpuPlatformRequest
Returns a new instance of InstancesSetMinCpuPlatformRequest
11235 11236 11237 |
# File 'generated/google/apis/compute_beta/classes.rb', line 11235 def initialize(**args) update!(**args) end |
Instance Attribute Details
#min_cpu_platform ⇒ String
Minimum cpu/platform this instance should be started at.
Corresponds to the JSON property minCpuPlatform
11233 11234 11235 |
# File 'generated/google/apis/compute_beta/classes.rb', line 11233 def min_cpu_platform @min_cpu_platform end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11240 11241 11242 |
# File 'generated/google/apis/compute_beta/classes.rb', line 11240 def update!(**args) @min_cpu_platform = args[:min_cpu_platform] if args.key?(:min_cpu_platform) end |