Usage: nvmesh targetclass create [OPTIONS]

  Create a target class.

  Usage example, create a target class named 'tc1' from 2 targets named
  'server-1' and 'server-2', the target class will consider a domain with a
  scope named 'Rack' and an identifier named 'A':

  $ nvmesh targetclass create --name tc1 --target server-1 --target server-2
  --domain Rack:A

Options:
  -n, --name TEXT         The name of the target class  [required]
  -t, --target TEXT       The name of the target to group under the target
                          class. NOTE: This option can be used multiple times,
                          e.g. -t <value> -t <value>. It can also be used once
                          with multiple values separated with the ','
                          character, e.g. -t <value>,<value>,<value>
                          [required]
  -d, --description TEXT  The description of the target class
  --domain TEXT           Domain in the following format: <scope:identifier>
  -h, --help              Show this message and exit.

Feedback

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.

Post your comment on this topic.

Please do not use this for support questions.
Email Excelero Support

Post Comment