18.4. Creating a Custom Object

To create a new object, use the command goldsh Object Create:

goldsh Object Create Name=<Object Namee> [Association=True|(False)] [Parent=<Parent Object>] [Child=<Child Object>] [Description=<Description>] [ShowUsage:=True]

Example 18-6. Creating a Node Object

$ goldsh Object Create Name=Node Description="Node Information"

Successfully created 1 Object
        

Example 18-7. We need to track submission time in Jobs

$ goldsh Attribute Create Object=Job Name=SubmissionTime DataType=TimeStamp

Successfully created 1 Attribute