Reference documentation and code samples for the Google Cloud Memorystore V1beta Client class ConnectionDetail.
Information of each PSC connection.
Generated from protobuf message google.cloud.memorystore.v1beta.Instance.ConnectionDetail
Namespace
Google \ Cloud \ Memorystore \ V1beta \ InstanceMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ psc_auto_connection |
Google\Cloud\Memorystore\V1beta\PscAutoConnection
Detailed information of a PSC connection that is created through service connectivity automation. |
↳ psc_connection |
Google\Cloud\Memorystore\V1beta\PscConnection
Detailed information of a PSC connection that is created by the user. |
getPscAutoConnection
Detailed information of a PSC connection that is created through service connectivity automation.
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\Memorystore\V1beta\PscAutoConnection|null |
|
hasPscAutoConnection
setPscAutoConnection
Detailed information of a PSC connection that is created through service connectivity automation.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\Memorystore\V1beta\PscAutoConnection
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPscConnection
Detailed information of a PSC connection that is created by the user.
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\Memorystore\V1beta\PscConnection|null |
|
hasPscConnection
setPscConnection
Detailed information of a PSC connection that is created by the user.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\Memorystore\V1beta\PscConnection
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getConnection
| Returns | |
|---|---|
| Type | Description |
string |
|