Google Cloud Memorystore for Redis V1BETA1 API - Class Google::Cloud::Redis::Cluster::V1beta1::PscConnection (v0.3.0)

Reference documentation and code samples for the Google Cloud Memorystore for Redis V1BETA1 API class Google::Cloud::Redis::Cluster::V1beta1::PscConnection.

Details of consumer resources in a PSC connection.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#address

def address() -> ::String
Returns
  • (::String) — Required. The IP allocated on the consumer network for the PSC forwarding rule.

#address=

def address=(value) -> ::String
Parameter
  • value (::String) — 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.

#connection_type

def connection_type() -> ::Google::Cloud::Redis::Cluster::V1beta1::ConnectionType
Returns

#forwarding_rule

def forwarding_rule() -> ::String
Returns
  • (::String) — Required. The URI of the consumer side forwarding rule. Example: projects/{projectNumOrId}/regions/us-east1/forwardingRules/{resourceId}.

#forwarding_rule=

def forwarding_rule=(value) -> ::String
Parameter
  • value (::String) — 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}.

#network

def network() -> ::String
Returns
  • (::String) — Required. The consumer network where the IP address resides, in the form of projects/{project_id}/global/networks/{network_id}.

#network=

def network=(value) -> ::String
Parameter
  • value (::String) — 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}.

#project_id

def project_id() -> ::String
Returns
  • (::String) — Optional. Project ID of the consumer project where the forwarding rule is created in.

#project_id=

def project_id=(value) -> ::String
Parameter
  • value (::String) — 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.

#psc_connection_id

def psc_connection_id() -> ::String
Returns
  • (::String) — Required. The PSC connection id of the forwarding rule connected to the service attachment.

#psc_connection_id=

def psc_connection_id=(value) -> ::String
Parameter
  • value (::String) — 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.

#psc_connection_status

def psc_connection_status() -> ::Google::Cloud::Redis::Cluster::V1beta1::PscConnectionStatus
Returns
  • (::Google::Cloud::Redis::Cluster::V1beta1::PscConnectionStatus) — 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.

#service_attachment

def service_attachment() -> ::String
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}.

#service_attachment=

def service_attachment=(value) -> ::String
Parameter
  • value (::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}.
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}.