Reference documentation and code samples for the Google Cloud Network Services V1 Client class Egress.
Configuration for Egress
Generated from protobuf message google.cloud.networkservices.v1.AgentGateway.NetworkConfig.Egress
Namespace
Google \ Cloud \ NetworkServices \ V1 \ AgentGateway \ NetworkConfigMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ network_attachment |
string
Optional. The URI of the Network Attachment resource. |
↳ trust_config |
Egress\TrustConfig
Optional. TrustConfig defines the trust configuration for egress. |
getNetworkAttachment
Optional. The URI of the Network Attachment resource.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNetworkAttachment
Optional. The URI of the Network Attachment resource.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getTrustConfig
Optional. TrustConfig defines the trust configuration for egress.
| Returns | |
|---|---|
| Type | Description |
Egress\TrustConfig|null |
|
hasTrustConfig
clearTrustConfig
setTrustConfig
Optional. TrustConfig defines the trust configuration for egress.
| Parameter | |
|---|---|
| Name | Description |
var |
Egress\TrustConfig
|
| Returns | |
|---|---|
| Type | Description |
$this |
|