github.com/vmware/go-vmware-nsxt@v0.0.0-20230223012718-d31b8a1ca05e/administration/advance_cluster_restore_input.go (about) 1 /* Copyright © 2017 VMware, Inc. All Rights Reserved. 2 SPDX-License-Identifier: BSD-2-Clause 3 4 Generated by: https://github.com/swagger-api/swagger-codegen.git */ 5 6 package administration 7 8 type AdvanceClusterRestoreInput struct { 9 10 // Unique id of an instruction (as returned by the GET /restore/status call) for which input is to be provided 11 Id string `json:"id,omitempty"` 12 13 // List of resources for which the instruction is applicable. 14 Resources []SelectableResourceReference `json:"resources"` 15 }