Class: Google::Cloud::Workstations::V1beta::WorkstationCluster::GatewayConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/workstations/v1beta/workstations.rb

Overview

Configuration options for Cluster HTTP Gateway.

Instance Attribute Summary collapse

Instance Attribute Details

#http2_enabled::Boolean

Returns Optional. Whether HTTP/2 is enabled for this workstation cluster. Defaults to false.

Returns:

  • (::Boolean)

    Optional. Whether HTTP/2 is enabled for this workstation cluster. Defaults to false.



176
177
178
179
# File 'proto_docs/google/cloud/workstations/v1beta/workstations.rb', line 176

class GatewayConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end