Sha256: cd7e040f6e08aa04373118bd152be2b6c2ffdabaed049d63952093dd172df38a
Contents?: true
Size: 526 Bytes
Versions: 3
Compression:
Stored size: 526 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, gateway_ipsec_vpn_service: GATEWAY_IPSEC_VPN_SERVICE } } end end end
Version data entries
3 entries across 3 versions & 1 rubygems