Class: OracleCloud::SSHKeys

Inherits:
Assets
  • Object
show all
Defined in:
lib/oraclecloud/sshkeys.rb

Instance Attribute Summary

Attributes inherited from Assets

#asset_klass, #asset_type, #client, #create_opts

Instance Method Summary collapse

Methods inherited from Assets

#all, #all_asset_ids_by_container, #asset_ids_for_container, #by_name, #containers, #create, #create_request_payload, #directory, #ids_from_results, #initialize, #strip_identity_domain, #validate!, #validate_create_options!

Constructor Details

This class inherits a constructor from OracleCloud::Assets

Instance Method Details

#local_initObject



20
21
22
23
# File 'lib/oraclecloud/sshkeys.rb', line 20

def local_init
  @asset_type  = 'sshkey'
  @asset_klass = OracleCloud::SSHKey
end