feat(cloudapi-gql): add disableMachineFirewall schema mutation

This commit is contained in:
Sérgio Ramos 2017-10-04 18:25:57 +01:00 committed by Sérgio Ramos
parent cf2fb5e645
commit 8259bfd284
1 changed files with 5 additions and 0 deletions

View File

@ -970,6 +970,11 @@ type Mutation {
# Machine id
id: ID!
): Machine
# Allows you to disable the firewall for an instance
disableMachineFirewall(
# Machine id
id: ID!
): Machine
# Allows you to take a snapshot of an instance. Once you have one or more snapshots, you can boot the instance from a previous snapshot. Snapshots are not usable with other instances; they are a point-in-time snapshot of the current instance. Snapshots can also only be taken of instances that are not of brand 'kvm'.
createMachineSnapshot(
# Machine id