Skip to main content

networks_consumer_config

Creates, updates, deletes, gets or lists a networks_consumer_config resource.

Overview

Namenetworks_consumer_config
TypeResource
Idgoogle.servicenetworking.networks_consumer_config

Fields

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

NameAccessible byRequired ParamsDescription
update_consumer_configUPDATEnetworksId, projectsId, servicesIdService 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 }}';