# Functions
Create will add a new StaticDNSEntry entity into the database, for api v5.0.
Delete removes a staticDNSEntry from the database, for api v5.0.
Get : function to read the staticDNSEntries, for api version 5.0.
Update will modify an existing StaticDNSEntry entity in the database, for api v5.0.
Validate validates a statisDNSEntry entity and makes sure that all the supplied fields are valid.
# Structs
No description provided by the author