OBJECT
KubernetesVirtualMachineSnapshotsReply
Description
Supported in v9.3+
link GraphQL Schema definition
- type KubernetesVirtualMachineSnapshotsReply {
- # Supported in v9.3+
- # List of matching objects.
- : [K8sVmSnapshotSummary!]!
- # Supported in v9.3+
- # If there is more.
- : Boolean
- # Supported in v9.3+
- # Cursor to retrieve the next set of results.
- : String
- # Supported in v9.3+
- # Total list responses.
- : Int
- }