Sha256: df071dec611896f3efbd0dd15c3920717f20db2c2a71030ef0ea1f0d0ed20e63
Contents?: true
Size: 642 Bytes
Versions: 8
Compression:
Stored size: 642 Bytes
Contents
module ForemanGoogle module Api module V2 module ApipieExtensions extend Apipie::DSL::Concern update_api(:create, :update) do param :compute_resource, Hash do param :key_path, String, desc: N_('Certificate path, for GCE only') param :zone, String, desc: N_('Zone, for GCE only') param :project, String, desc: N_('Deprecated, project is automatically loaded from the JSON file. For GCE only') param :email, String, desc: N_('Deprecated, email is automatically loaded from the JSON file. For GCE only') end end end end end end
Version data entries
8 entries across 8 versions & 1 rubygems