Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. allowInterconnect :: NetworkProfileNetworkFeatures -> Maybe NetworkProfileNetworkFeatures_AllowInterconnect

    gogol-compute Gogol.Compute

    Specifies whether Cloud Interconnect creation is allowed.

  2. allowLoadBalancing :: NetworkProfileNetworkFeatures -> Maybe NetworkProfileNetworkFeatures_AllowLoadBalancing

    gogol-compute Gogol.Compute

    Specifies whether cloud load balancing is allowed.

  3. allowMethods :: CorsPolicy -> Maybe [Text]

    gogol-compute Gogol.Compute

    Specifies the content for the Access-Control-Allow-Methods header.

  4. allowMultiNicInSameNetwork :: NetworkProfileNetworkFeatures -> Maybe NetworkProfileNetworkFeatures_AllowMultiNicInSameNetwork

    gogol-compute Gogol.Compute

    Specifies whether multi-nic in the same network is allowed.

  5. allowOriginRegexes :: CorsPolicy -> Maybe [Text]

    gogol-compute Gogol.Compute

    Specifies a regular expression that matches allowed origins. For more information, see regular expression syntax . An origin is allowed if it matches either an item in allowOrigins or an item in allowOriginRegexes. Regular expressions can only be used when the loadBalancingScheme is set to INTERNALSELFMANAGED.

  6. allowOrigins :: CorsPolicy -> Maybe [Text]

    gogol-compute Gogol.Compute

    Specifies the list of origins that is allowed to do CORS requests. An origin is allowed if it matches either an item in allowOrigins or an item in allowOriginRegexes.

  7. allowPacketMirroring :: NetworkProfileNetworkFeatures -> Maybe NetworkProfileNetworkFeatures_AllowPacketMirroring

    gogol-compute Gogol.Compute

    Specifies whether Packet Mirroring 1.0 is supported.

  8. allowPrivateGoogleAccess :: NetworkProfileNetworkFeatures -> Maybe NetworkProfileNetworkFeatures_AllowPrivateGoogleAccess

    gogol-compute Gogol.Compute

    Specifies whether private Google access is allowed.

  9. allowPsc :: NetworkProfileNetworkFeatures -> Maybe NetworkProfileNetworkFeatures_AllowPsc

    gogol-compute Gogol.Compute

    Specifies whether PSC creation is allowed.

  10. allowPscGlobalAccess :: ForwardingRule -> Maybe Bool

    gogol-compute Gogol.Compute

    This is used in PSC consumer ForwardingRule to control whether the PSC endpoint can be accessed from another region.

Page 161 of many | Previous | Next