Sha256: fed5e390a2e6926d0744cfdbae244e23220071bb924bf0d2c387ac80fbe57a71

Contents?: true

Size: 241 Bytes

Versions: 1

Compression:

Stored size: 241 Bytes

Contents

# frozen_string_literal: true

module Rancher
  module Api
    class Networkpolicyrule
      include Her::Model
      include Helpers::Model

      attributes :action, :between, :from, :ports, :to,
                 :within
    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/networkpolicyrule.rb