Reference documentation and code samples for the Google Cloud Network Services V1 Client class TrustConfig.
TrustConfig defines the trust configuration for egress.
Generated from protobuf message google.cloud.networkservices.v1.AgentGateway.NetworkConfig.Egress.TrustConfig
Namespace
Google \ Cloud \ NetworkServices \ V1 \ AgentGateway \ NetworkConfig \ EgressMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ pem_certificates |
string[]
Required. PEM encoded root certificates used to validate the identity of the upstream servers/destinations during egress connections. |
getPemCertificates
Required. PEM encoded root certificates used to validate the identity of the upstream servers/destinations during egress connections.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<string> |
|
setPemCertificates
Required. PEM encoded root certificates used to validate the identity of the upstream servers/destinations during egress connections.
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|