github.com/vmware/go-vmware-nsxt@v0.0.0-20230223012718-d31b8a1ca05e/supportbundle/support_bundle_file_transfer_protocol.go (about)

     1  /*
     2   * NSX-T Manager API
     3   *
     4   * VMware NSX-T Manager REST API
     5   *
     6   * API version: 3.2.0.0.0
     7   * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
     8   */
     9  
    10  package supportbundle
    11  
    12  type SupportBundleFileTransferProtocol struct {
    13  	AuthenticationScheme *SupportBundleFileTransferAuthenticationScheme `json:"authentication_scheme"`
    14  	// Protocol name
    15  	Name string `json:"name"`
    16  	// SSH fingerprint of server
    17  	SshFingerprint string `json:"ssh_fingerprint"`
    18  }