Reference documentation and code samples for the Google Cloud Network Services V1 Client class SelfManaged.
Configuration for Self Managed deployment mode.
Attach to existing Application Load Balancers or Secure Web Proxies.
Generated from protobuf message google.cloud.networkservices.v1.AgentGateway.SelfManaged
Namespace
Google \ Cloud \ NetworkServices \ V1 \ AgentGatewayMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ resource_uri |
string
Optional. A supported Google Cloud networking proxy in the Project and Location |
↳ resource_uris |
string[]
Optional. List of supported Google Cloud networking proxies in the Project and Location. resource_uris is mutually exclusive with resource_uri. |
getResourceUri
Optional. A supported Google Cloud networking proxy in the Project and Location
| Returns | |
|---|---|
| Type | Description |
string |
|
setResourceUri
Optional. A supported Google Cloud networking proxy in the Project and Location
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getResourceUris
Optional. List of supported Google Cloud networking proxies in the Project and Location.
resource_uris is mutually exclusive with resource_uri.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<string> |
|
setResourceUris
Optional. List of supported Google Cloud networking proxies in the Project and Location.
resource_uris is mutually exclusive with resource_uri.
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|