Skip to content

listCidrsForComputeSetting

List CIDRs for compute settings.

Arguments

Argument Type Description
input (required) ListCidrsForComputeSettingInput! Input to get the list of CIDRs for compute settings.

Returns

ListCidrsForComputeSettingReply!

Sample

mutation ListCidrsForComputeSetting($input: ListCidrsForComputeSettingInput!) {
  listCidrsForComputeSetting(input: $input)
}
{
  "input": {}
}
{
  "data": {
    "listCidrsForComputeSetting": {
      "clusterInterfaceCidrs": [
        {
          "clusterId": "example-string",
          "clusterName": "example-string"
        }
      ]
    }
  }
}