INPUT_OBJECT

UpdateFloatingIpsInput

link GraphQL Schema definition

  • input UpdateFloatingIpsInput {
  • # Required. UUID used to identify the cluster the request goes to.
  • clusterUuid: String!
  • # Required. New list of cluster IPs.
  • newClusterIps: [String!]!
  • }

link Require by