github.com/vmware/go-vmware-nsxt@v0.0.0-20230223012718-d31b8a1ca05e/administration/cluster_initialization_node_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  // The type provides the information of a non-running cluster node required for the initialization of a management cluster. The administrator needs to start this node for management cluster to initialize properly (or decommission it explicitly).
     9  type ClusterInitializationNodeInfo struct {
    10  
    11  	// The (internal) disk-store ID of the member
    12  	DiskStoreId string `json:"disk_store_id,omitempty"`
    13  
    14  	// The IP address (or domain name) of the cluster node
    15  	HostAddress string `json:"host_address,omitempty"`
    16  }