INPUT_OBJECT

AddCloudDirectSystemInput

Description

Details of the Cloud Direct System to be added.

link GraphQL Schema definition

  • input AddCloudDirectSystemInput {
  • # Certificate fields for client certificate authentication.
  • certificateData: String
  • # Password for encrypted certificate keys.
  • certificateKeyPassword: String
  • # Certificate type for client certificate authentication.
  • certificateType: CloudDirectCertificateType
  • # NCD cluster ID.
  • clusterId: UUID!
  • # IP address or hostname of the management interface of the system.
  • host: String!
  • # Additional information for connecting to a NCD system.
  • managementInfo: NcdManagementInfo
  • # Password to authenticate with the system.
  • password: String
  • # Region for the NCD system.
  • region: String
  • # Skip creating the NCD service account and save the provided credentials.
  • skipServiceAccountCreation: Boolean!
  • # Type of the NCD System.
  • systemType: CloudDirectNasVendorType!
  • # Username to authenticate with the system.
  • username: String
  • # Verify the SSL certificate in generic S3.
  • verifySsl: Boolean!
  • }

link Require by