github.com/vmware/go-vmware-nsxt@v0.0.0-20230223012718-d31b8a1ca05e/administration/cluster_backup_info.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 ClusterBackupInfo struct { 9 10 // IP address of the node from which the backup was taken 11 IpAddress string `json:"ip_address,omitempty"` 12 13 // ID of the node from which the backup was taken 14 NodeId string `json:"node_id,omitempty"` 15 16 // timestamp of the cluster backup file 17 Timestamp int64 `json:"timestamp,omitempty"` 18 }