Sha256: 2fce47be5a580593d3f317bf80912b80e8fb04587e0484d6a5069c10951f0d51
Contents?: true
Size: 1.45 KB
Versions: 1
Compression:
Stored size: 1.45 KB
Contents
# frozen_string_literal: true #============================================================================== # Copyright (C) 2019-present Alces Flight Ltd. # # This file is part of flight_manifest. # # This program and the accompanying materials are made available under # the terms of the Eclipse Public License 2.0 which is available at # <https://www.eclipse.org/legal/epl-2.0>, or alternative license # terms made available by Alces Flight Ltd - please direct inquiries # about licensing to licensing@alces-flight.com. # # This project is distributed in the hope that it will be useful, but # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR # IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS # OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A # PARTICULAR PURPOSE. See the Eclipse Public License 2.0 for more # details. # # You should have received a copy of the Eclipse Public License 2.0 # along with this project. If not, see: # # https://opensource.org/licenses/EPL-2.0 # # For more information on flight_manifest, please visit: # https://github.com/alces-software/flight_manifest #=============================================================================== module FlightManifest class Domain < Manifest property :name property :bmc_username property :bmc_password property :gateway_ip # File properties are appended with `_file` suffix file_property :aws file_property :azure end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
flight_manifest-0.1.3 | lib/flight_manifest/domain.rb |