共用方式為


CommandPostBody interface

要在其中執行哪一個命令的規格

屬性

arguments

要執行的命令引數

cassandraStopStart

如果為 true,請在執行命令之前停止 cassandra,然後再次啟動它

command

應該執行的命令

host

要執行命令的 cassandra 主機 IP 位址

readwrite

如果為 true,則允許命令 寫入 cassandra 目錄,否則為唯讀。

屬性詳細資料

arguments

要執行的命令引數

arguments?: {[propertyName: string]: string}

屬性值

{[propertyName: string]: string}

cassandraStopStart

如果為 true,請在執行命令之前停止 cassandra,然後再次啟動它

cassandraStopStart?: boolean

屬性值

boolean

command

應該執行的命令

command: string

屬性值

string

host

要執行命令的 cassandra 主機 IP 位址

host: string

屬性值

string

readwrite

如果為 true,則允許命令 寫入 cassandra 目錄,否則為唯讀。

readwrite?: boolean

屬性值

boolean