github.com/vmware/go-vmware-nsxt@v0.0.0-20230223012718-d31b8a1ca05e/administration/add_controller_node_spec.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  import (
     9  	"github.com/vmware/go-vmware-nsxt/manager"
    10  )
    11  
    12  type AddControllerNodeSpec struct {
    13  
    14  	// Deprecated. Do not supply a value for this property.
    15  	ControlPlaneServerCertificate string `json:"control_plane_server_certificate,omitempty"`
    16  
    17  	HostMsgClientInfo *manager.MsgClientInfo `json:"host_msg_client_info"`
    18  
    19  	MpaMsgClientInfo *manager.MsgClientInfo `json:"mpa_msg_client_info"`
    20  
    21  	// must be set to AddControllerNodeSpec
    22  	Type_ string `json:"type"`
    23  }