class Fog::Vsphere::Compute::NVMEController
Constants
- DEFAULT_KEY
- DEFAULT_TYPE
Public Class Methods
Source
# File lib/fog/vsphere/models/compute/nvmecontroller.rb, line 12 def initialize(attributes = {}) super self.key ||= DEFAULT_KEY self.type ||= DEFAULT_TYPE end
Calls superclass method
Public Instance Methods
Source
# File lib/fog/vsphere/models/compute/nvmecontroller.rb, line 18 def to_s "#{type} ##{key}:, unit_number: #{unit_number}" end