Skip to content

Compute instances' networkInterface only accepts one access config #916

Description

@mziccard

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

api: computeIssues 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