Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CommandPostBody

Package version

Specification of which command to run where

Hierarchy

  • CommandPostBody

Index

Properties

Optional arguments

arguments: undefined | {}

The arguments for the command to be run

Optional cassandraStopStart

cassandraStopStart: undefined | false | true

If true, stops cassandra before executing the command and then start it again

command

command: string

The command which should be run

host

host: string

IP address of the cassandra host to run the command on

Optional readwrite

readwrite: undefined | false | true

If true, allows the command to write to the cassandra directory, otherwise read-only.

Generated using TypeDoc