Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Compute instances' networkInterface only accepts one access config #916

Copy link
Copy link
@mziccard

Description

@mziccard
Issue body actions

Instance.networkInterfaces[].accessConfigs is documented as an array of access configurations. However if I try to provide more than one access config I get:

{
  "code" : 400,
  "errors" : [ {
    "domain" : "global",
    "message" : "Invalid value for field 'resource.networkInterfaces[0]': ''. Multiple access configs are not supported.",
    "reason" : "invalid"
  } ],
  "message" : "Invalid value for field 'resource.networkInterfaces[0]': ''. Multiple access configs are not supported."
}

Are multiple access configs going to be supported? Regardless, I believe this should be added to the docs.

Metadata

Metadata

Assignees

Labels

api: computeIssues related to the Compute Engine API.Issues related to the Compute Engine API.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.