Sha256: 45dcc81c4f976932a435dc70300009ae878b972b26cc265706640c7ef0784387
Contents?: true
Size: 574 Bytes
Versions: 1
Compression:
Stored size: 574 Bytes
Contents
# frozen_string_literal: true module Rancher module Api class Azureconfig include Her::Model include Helpers::Model belongs_to :client belongs_to :subscription attributes :availabilitySet, :clientId, :clientSecret, :customData, :dns, :dockerPort, :environment, :image, :location, :noPublicIp, :openPort, :privateIpAddress, :resourceGroup, :size, :sshUser, :staticPublicIp, :storageType, :subnet, :subnetPrefix, :subscriptionId, :usePrivateIp, :vnet end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rancher-api-beta-0.8.1 | lib/rancher/api/models/azureconfig.rb |