PSC config that is used to automatically create PSC endpoints in the user projects.
projectId
string
Required. Project id used to create forwarding rule.
ipAddress
string
Output only. IP address rule created by the PSC service automation.
forwardingRule
string
Output only. Forwarding rule created by the PSC service automation.
Output only. The state of the PSC service automation.
errorMessage
string
Output only. Error message if the PSC service automation failed.
JSON representation |
---|
{
"projectId": string,
"network": string,
"ipAddress": string,
"forwardingRule": string,
"state": enum ( |
PSCAutomationState
The state of the PSC service automation.
Enums | |
---|---|
PSC_AUTOMATION_STATE_UNSPECIFIED |
Should not be used. |
PSC_AUTOMATION_STATE_SUCCESSFUL |
The PSC service automation is successful. |
PSC_AUTOMATION_STATE_FAILED |
The PSC service automation has failed. |