feat(cloudapi-gql): add disableMachineFirewall schema mutation
This commit is contained in:
parent
cf2fb5e645
commit
8259bfd284
@ -970,6 +970,11 @@ type Mutation {
|
|||||||
# Machine id
|
# Machine id
|
||||||
id: ID!
|
id: ID!
|
||||||
): Machine
|
): 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'.
|
# 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(
|
createMachineSnapshot(
|
||||||
# Machine id
|
# Machine id
|
||||||
|
Loading…
Reference in New Issue
Block a user