OBJECT
StorageArrayDetail
Description
Supported in v5.0+
link GraphQL Schema definition
- type StorageArrayDetail {
- # 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 :
- # Required. Supported in v5.0+
- # Connection status of a Storage Array.
- RefreshableObjectConnectionStatus :
- # 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! :
- StorageArrayType! :
- }