Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class PSCAutomationConfig.
PSC config that is used to automatically create forwarding rule via ServiceConnectionMap.
Generated from protobuf message google.cloud.aiplatform.v1.PSCAutomationConfig
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ project_id |
string
Required. Project id used to create forwarding rule. |
↳ network |
string
Required. The full name of the Google Compute Engine network. Format: |
getProjectId
Required. Project id used to create forwarding rule.
Returns | |
---|---|
Type | Description |
string |
setProjectId
Required. Project id used to create forwarding rule.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getNetwork
Required. The full name of the Google Compute Engine network.
Format:
projects/{project}/global/networks/{network}
.
Where {project} is a project number, as in '12345', and {network} is
network name.
Returns | |
---|---|
Type | Description |
string |
setNetwork
Required. The full name of the Google Compute Engine network.
Format:
projects/{project}/global/networks/{network}
.
Where {project} is a project number, as in '12345', and {network} is
network name.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |