Sha256: 399b321dcb5c64d92e7d46a5d26fc25ed88000406e03e89c39c52b49899dc2c1
Contents?: true
Size: 399 Bytes
Versions: 33
Compression:
Stored size: 399 Bytes
Contents
require_relative 'base' module Fog module ContainerInfra class OpenStack class Certificate < Fog::ContainerInfra::OpenStack::Base identity :bay_uuid attribute :pem attribute :csr def create requires :csr, :bay_uuid merge_attributes(service.create_certificate(attributes).body) self end end end end end
Version data entries
33 entries across 31 versions & 3 rubygems