networks_consumer_config
Creates, updates, deletes, gets or lists a networks_consumer_config
resource.
Overview
Name | networks_consumer_config |
Type | Resource |
Id | google.servicenetworking.networks_consumer_config |
Fields
SELECT
not supported for this resource, use SHOW METHODS
to view available operations for the resource.
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
update_consumer_config | UPDATE | networksId, projectsId, servicesId | Service producers use this method to update the configuration of their connection including the import/export of custom routes and subnetwork routes with public IP. |
UPDATE
example
Updates a networks_consumer_config
resource.
/*+ update */
UPDATE google.servicenetworking.networks_consumer_config
SET
consumerConfig = '{{ consumerConfig }}'
WHERE
networksId = '{{ networksId }}'
AND projectsId = '{{ projectsId }}'
AND servicesId = '{{ servicesId }}';