Skip to content

Commit b74208b

Browse files
abhijeetkjha-googleabd-goog
authored andcommitted
Marked customer_name field as optional for interconnect resource (GoogleCloudPlatform#11640)
1 parent 35239fd commit b74208b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mmv1/products/compute/Interconnect.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ properties:
8787
name: 'location'
8888
description: |
8989
URL of the InterconnectLocation object that represents where this connection is to be provisioned.
90+
Specifies the location inside Google's Networks, should not be passed in case of cross-cloud interconnect.
9091
resource: 'InterconnectLocations'
9192
imports: 'selfLink'
92-
required: true
9393
immutable: true
9494
- !ruby/object:Api::Type::Enum
9595
name: 'linkType'
@@ -143,9 +143,9 @@ properties:
143143
name: 'customerName'
144144
description: |
145145
Customer name, to put in the Letter of Authorization as the party authorized to request a
146-
crossconnect.
146+
crossconnect. This field is required for Dedicated and Partner Interconnect, should not be specified
147+
for cross-cloud interconnect.
147148
immutable: true
148-
required: true
149149
- !ruby/object:Api::Type::Enum
150150
name: 'operationalStatus'
151151
description: |

0 commit comments

Comments
 (0)