Class: Google::Cloud::Redis::Cluster::V1beta1::PscConnection

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/redis/cluster/v1beta1/cloud_redis_cluster.rb

Overview

Details of consumer resources in a PSC connection.

Instance Attribute Summary collapse

Instance Attribute Details

#address::String

Returns Required. The IP allocated on the consumer network for the PSC forwarding rule.

Returns:

  • (::String)

    Required. The IP allocated on the consumer network for the PSC forwarding rule.



877
878
879
880
# File 'proto_docs/google/cloud/redis/cluster/v1beta1/cloud_redis_cluster.rb', line 877

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

#connection_type::Google::Cloud::Redis::Cluster::V1beta1::ConnectionType (readonly)

Returns Output only. Type of the PSC connection.

Returns:



877
878
879
880
# File 'proto_docs/google/cloud/redis/cluster/v1beta1/cloud_redis_cluster.rb', line 877

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

#forwarding_rule::String

Returns Required. The URI of the consumer side forwarding rule. Example: projects/{projectNumOrId}/regions/us-east1/forwardingRules/{resourceId}.

Returns:

  • (::String)

    Required. The URI of the consumer side forwarding rule. Example: projects/{projectNumOrId}/regions/us-east1/forwardingRules/{resourceId}.



877
878
879
880
# File 'proto_docs/google/cloud/redis/cluster/v1beta1/cloud_redis_cluster.rb', line 877

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

#network::String

Returns Required. The consumer network where the IP address resides, in the form of projects/{project_id}/global/networks/{network_id}.

Returns:

  • (::String)

    Required. The consumer network where the IP address resides, in the form of projects/{project_id}/global/networks/{network_id}.



877
878
879
880
# File 'proto_docs/google/cloud/redis/cluster/v1beta1/cloud_redis_cluster.rb', line 877

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

#project_id::String

Returns Optional. Project ID of the consumer project where the forwarding rule is created in.

Returns:

  • (::String)

    Optional. Project ID of the consumer project where the forwarding rule is created in.



877
878
879
880
# File 'proto_docs/google/cloud/redis/cluster/v1beta1/cloud_redis_cluster.rb', line 877

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

#psc_connection_id::String

Returns Required. The PSC connection id of the forwarding rule connected to the service attachment.

Returns:

  • (::String)

    Required. The PSC connection id of the forwarding rule connected to the service attachment.



877
878
879
880
# File 'proto_docs/google/cloud/redis/cluster/v1beta1/cloud_redis_cluster.rb', line 877

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

#psc_connection_status::Google::Cloud::Redis::Cluster::V1beta1::PscConnectionStatus (readonly)

Returns Output only. The status of the PSC connection. Please note that this value is updated periodically. To get the latest status of a PSC connection, follow https://cloud.google.com/vpc/docs/configure-private-service-connect-services#endpoint-details.

Returns:



877
878
879
880
# File 'proto_docs/google/cloud/redis/cluster/v1beta1/cloud_redis_cluster.rb', line 877

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

#service_attachment::String

Returns Required. The service attachment which is the target of the PSC connection, in the form of projects/{project-id}/regions/{region}/serviceAttachments/{service-attachment-id}.

Returns:

  • (::String)

    Required. The service attachment which is the target of the PSC connection, in the form of projects/{project-id}/regions/{region}/serviceAttachments/{service-attachment-id}.



877
878
879
880
# File 'proto_docs/google/cloud/redis/cluster/v1beta1/cloud_redis_cluster.rb', line 877

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