Skip to content

Commit

Permalink
Marked customer_name field as optional for interconnect resource (Goo…
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijeetkjha-google authored and Philip Jonany committed Nov 4, 2024
1 parent 044e5c3 commit baaab54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mmv1/products/compute/Interconnect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ properties:
name: 'location'
description: |
URL of the InterconnectLocation object that represents where this connection is to be provisioned.
Specifies the location inside Google's Networks, should not be passed in case of cross-cloud interconnect.
resource: 'InterconnectLocations'
imports: 'selfLink'
required: true
immutable: true
- !ruby/object:Api::Type::Enum
name: 'linkType'
Expand Down Expand Up @@ -143,9 +143,9 @@ properties:
name: 'customerName'
description: |
Customer name, to put in the Letter of Authorization as the party authorized to request a
crossconnect.
crossconnect. This field is required for Dedicated and Partner Interconnect, should not be specified
for cross-cloud interconnect.
immutable: true
required: true
- !ruby/object:Api::Type::Enum
name: 'operationalStatus'
description: |
Expand Down

0 comments on commit baaab54

Please sign in to comment.