Sha256: e490737119155663311b238331b9ba9cc4d9790d4291c1072f7eb25c81c22adb

Contents?: true

Size: 346 Bytes

Versions: 8

Compression:

Stored size: 346 Bytes

Contents

module Vcloud
  module Schema

    EDGE_GATEWAY_SERVICES = {
        type: 'hash',
        allowed_empty: false,
        internals: {
            gateway: { type: 'string' },
            firewall_service: FIREWALL_SERVICE,
            nat_service: NAT_SERVICE,
            load_balancer_service: LOAD_BALANCER_SERVICE,
        }
    }

  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
vcloud-edge_gateway-0.4.0 lib/vcloud/schema/edge_gateway.rb
vcloud-edge_gateway-0.3.0 lib/vcloud/schema/edge_gateway.rb
vcloud-edge_gateway-0.2.4 lib/vcloud/schema/edge_gateway.rb
vcloud-edge_gateway-0.2.3 lib/vcloud/schema/edge_gateway.rb
vcloud-edge_gateway-0.2.2 lib/vcloud/schema/edge_gateway.rb
vcloud-edge_gateway-0.2.1 lib/vcloud/schema/edge_gateway.rb
vcloud-edge_gateway-0.2.0 lib/vcloud/schema/edge_gateway.rb
vcloud-edge_gateway-0.1.0 lib/vcloud/schema/edge_gateway.rb