Open kairel opened 7 years ago
So, I'm not sure at the "fog" level if there is standardization across provider types to present specific attributes. If there isn't and each provider can implement whatever attributes they want, then I'd vote to do something similar but maybe just call the attribute maintenance
and return a boolean. This would also be handy for host models as well. This would allow for the idiomatic method of is_maintenance?
to be easily implemented and make sense in context of the attribute name.
Another options is to consider a details
hash that can return arbitrary data to keep the top level attributes list smaller.
Hi,
i try to check datastores that are in maintenance mode , but no field in datastore is present. I've add it in list_datastores
I don't know if it's the best way for implement it ?
Michael