OBJECT

ValidateRdsExportExocomputePortReply

Description

Result of validating exocompute worker node security group for RDS export.

link GraphQL Schema definition

  • type ValidateRdsExportExocomputePortReply {
  • # Whether the port is allowed in the exocompute worker node security group.
  • isAllowed: Boolean!
  • # Security group ID of the exocompute worker nodes.
  • workerNodeSecurityGroupId: String!
  • }

link Require by