Class: Google::Apis::ComputeAlpha::BundledLocalSsds

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

Returns a new instance of BundledLocalSsds.



5705
5706
5707
# File 'lib/google/apis/compute_alpha/classes.rb', line 5705

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

Instance Attribute Details

#default_interfaceString

The default disk interface if the interface is not specified. Corresponds to the JSON property defaultInterface

Returns:

  • (String)


5698
5699
5700
# File 'lib/google/apis/compute_alpha/classes.rb', line 5698

def default_interface
  @default_interface
end

#partition_countFixnum

The number of partitions. Corresponds to the JSON property partitionCount

Returns:

  • (Fixnum)


5703
5704
5705
# File 'lib/google/apis/compute_alpha/classes.rb', line 5703

def partition_count
  @partition_count
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5710
5711
5712
5713
# File 'lib/google/apis/compute_alpha/classes.rb', line 5710

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