Sha256: c1bc67e374b2b80d675277845056662ec1140d8daa50568863241ab76f1aee2a
Contents?: true
Size: 397 Bytes
Versions: 9
Compression:
Stored size: 397 Bytes
Contents
module Vcloud module EdgeGateway 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 end
Version data entries
9 entries across 9 versions & 1 rubygems