Class: Google::Cloud::Memorystore::V1::DiscoveryEndpoint

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

Overview

Represents an endpoint for clients to connect to the instance.

Instance Attribute Summary collapse

Instance Attribute Details

#address::String (readonly)

Returns Output only. IP address of the exposed endpoint clients connect to.

Returns:

  • (::String)

    Output only. IP address of the exposed endpoint clients connect to.



779
780
781
782
# File 'proto_docs/google/cloud/memorystore/v1/memorystore.rb', line 779

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

#network::String (readonly)

Returns Output only. The network where the IP address of the discovery endpoint will be reserved, in the form of projects/{network_project}/global/networks/{network_id}.

Returns:

  • (::String)

    Output only. The network where the IP address of the discovery endpoint will be reserved, in the form of projects/{network_project}/global/networks/{network_id}.



779
780
781
782
# File 'proto_docs/google/cloud/memorystore/v1/memorystore.rb', line 779

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

#port::Integer (readonly)

Returns Output only. The port number of the exposed endpoint.

Returns:

  • (::Integer)

    Output only. The port number of the exposed endpoint.



779
780
781
782
# File 'proto_docs/google/cloud/memorystore/v1/memorystore.rb', line 779

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