VxRailCustomArrayContext
                                VxRailCustomArrayContext                            
                            Contains the details of simple/complex custom attribute on an array item object.
JSON Example
                                    {
    "arrayAssociationContext": {
        "arrayAttributeIdsKeyValue": {
            "arrayAttributeIdsKeyValue": "string"
        },
        "parent": "VxRailArrayAssociationContext Object"
    },
    "simpleAttributes": [
        {
            "attributeName": "string",
            "datatype": "string",
            "value": "string"
        }
    ]
}
                arrayAssociationContext            
                            Optional
            
            
        Contains the mapping between custom attributes and the supported attributes on the array item object.
                            
                                    array of 
                
            
            
                                    
                        VxRailContext                     
                
                
            
        
        
                simpleAttributes            
                            Optional
            
            
        Collection of simple attributes that contains name, value and type for each attribute.
