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.
- : String
- # Password for encrypted certificate keys.
- : String
- # Certificate type for client certificate authentication.
- : CloudDirectCertificateType
- # NCD cluster ID.
- : UUID!
- # IP address or hostname of the management interface of the system.
- : String!
- # Additional information for connecting to a NCD system.
- : NcdManagementInfo
- # Password to authenticate with the system.
- : String
- # Region for the NCD system.
- : String
- # Skip creating the NCD service account and save the provided credentials.
- : Boolean!
- # Type of the NCD System.
- : CloudDirectNasVendorType!
- # Username to authenticate with the system.
- : String
- # Verify the SSL certificate in generic S3.
- : Boolean!
- }