Class: Google::Cloud::BeyondCorp::AppGateways::V1::AppGateway::AllocatedConnection

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/beyondcorp/appgateways/v1/app_gateways_service.rb

Overview

Allocated connection of the AppGateway.

Instance Attribute Summary collapse

Instance Attribute Details

#ingress_port::Integer

Returns Required. The ingress port of an allocated connection.

Returns:

  • (::Integer)

    Required. The ingress port of an allocated connection



200
201
202
203
# File 'proto_docs/google/cloud/beyondcorp/appgateways/v1/app_gateways_service.rb', line 200

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

#psc_uri::String

Returns Required. The PSC uri of an allocated connection.

Returns:

  • (::String)

    Required. The PSC uri of an allocated connection



200
201
202
203
# File 'proto_docs/google/cloud/beyondcorp/appgateways/v1/app_gateways_service.rb', line 200

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