Sha256: a776b5843e9a1898176bc56364af8fc4b13146598bf9394a57d0b9b7d223464b
Contents?: true
Size: 458 Bytes
Versions: 1
Compression:
Stored size: 458 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, static_routing_service: STATIC_ROUTING_SERVICE } } end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vcloud-edge_gateway-1.5.0 | lib/vcloud/edge_gateway/schema/edge_gateway.rb |