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