Skip to content

Commit 4b39e65

Browse files
1 parent df4c199 commit 4b39e65

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/Networkconnectivity/ConsumerPscConfig.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ class ConsumerPscConfig extends \Google\Model
109109
*/
110110
public $project;
111111
/**
112-
* Output only. A map to store mapping between customer vip and target service
113-
* attachment. Only service attachment with producer specified ip addresses
114-
* are stored here.
112+
* Optional. A map to store mapping between customer vip and target service
113+
* attachment. This field can be used to specify a static IP address for a PSC
114+
* connection.
115115
*
116116
* @var string[]
117117
*/
@@ -250,9 +250,9 @@ public function getProject()
250250
return $this->project;
251251
}
252252
/**
253-
* Output only. A map to store mapping between customer vip and target service
254-
* attachment. Only service attachment with producer specified ip addresses
255-
* are stored here.
253+
* Optional. A map to store mapping between customer vip and target service
254+
* attachment. This field can be used to specify a static IP address for a PSC
255+
* connection.
256256
*
257257
* @param string[] $serviceAttachmentIpAddressMap
258258
*/

0 commit comments

Comments
 (0)