# Functions
CreateName creates a name for resources created with CSP Connector to help identifying these resources.
CreateNameWithRand follows the same pattern as CreateName but additionally adds 6 random alphanumerical characters at the end to decrease the chance of name conflict after a dash character.
If the value is nil, returns empty string, otherwise converts the int64 to a string number.
NameCreatedByScript is a check if the generated name was actually generated by the script.
NameCreatedForIdentifier is a check if the generated name was actually generated for the provided identifier.
No description provided by the author
Takes a slice of pointers to strings and returns a slice of regular strings (empty strings for nil pointers).
Returns dereferenced string - if the pointer is a nil, returns empty string.
If string is empty, returns nil, otherwise returns a pointer to int64 variable casted from a given string.
If string is empty, returns nil, otherwise returns a pointer to that particular string.
If string is empty, returns nil, otherwise returns a pointer to uint32 variable casted from a given string.
If string is empty, returns nil, otherwise returns a pointer to uint64 variable casted from a given string.
If the value is nil, returns empty string, otherwise converts the uint32 to a string number.