github.com/vmware/go-vmware-nsxt@v0.0.0-20230223012718-d31b8a1ca05e/administration/initiate_cluster_restore_request.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 InitiateClusterRestoreRequest struct {
     9  
    10  	// Unique id of the backed-up configuration from which the appliance will be restored
    11  	NodeId string `json:"node_id,omitempty"`
    12  
    13  	// Timestamp of the backed-up configuration from which the appliance will be restored
    14  	Timestamp int64 `json:"timestamp,omitempty"`
    15  }