INPUT_OBJECT
StorageArrayDefinitionInput
Description
Supported in v5.0+
link GraphQL Schema definition
- input StorageArrayDefinitionInput {
- # Supported in v5.0+
- # A digital certificate, or concatenated chain of digital certificates, that
- # permits verification of the public key certificate of the storage array. Each
- # certificate must be an X.509 certificate in Base64 encoded DER format and must
- # start with -----BEGIN CERTIFICATE----- and end with -----END CERTIFICATE-----.
- String :
- # Supported in v6.0+
- # The ID corresponding to the imported certificate.
- String :
- # Required. Supported in v5.0+
- StorageArrayType! :
- # Required. Supported in v5.0+
- # Resolvable hostname or IPv4 address of the storage array.
- String! :
- # Required. Supported in v5.0+
- String! :
- # Required. Supported in v5.0+
- String! :
- }