Class: Google::Apis::ComputeAlpha::BundledLocalSsds
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::BundledLocalSsds
- 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
-
#default_interface ⇒ String
The default disk interface if the interface is not specified.
-
#partition_count ⇒ Fixnum
The number of partitions.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BundledLocalSsds
constructor
A new instance of BundledLocalSsds.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ BundledLocalSsds
Returns a new instance of BundledLocalSsds.
5346 5347 5348 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 5346 def initialize(**args) update!(**args) end |
Instance Attribute Details
#default_interface ⇒ String
The default disk interface if the interface is not specified.
Corresponds to the JSON property defaultInterface
5339 5340 5341 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 5339 def default_interface @default_interface end |
#partition_count ⇒ Fixnum
The number of partitions.
Corresponds to the JSON property partitionCount
5344 5345 5346 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 5344 def partition_count @partition_count end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5351 5352 5353 5354 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 5351 def update!(**args) @default_interface = args[:default_interface] if args.key?(:default_interface) @partition_count = args[:partition_count] if args.key?(:partition_count) end |