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

     1  /*
     2   * NSX-T Manager API
     3   *
     4   * VMware NSX-T Manager REST API
     5   *
     6   * API version: 3.0.0.0.0
     7   * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
     8   */
     9  
    10  package containerinventory
    11  
    12  // Details of infrastructure hosting the container cluster e.g. vSphere, AWS, VMC etc.. 
    13  type ContainerInfrastructureInfo struct {
    14  	// Type of the infrastructure.
    15  	InfraType string `json:"infra_type"`
    16  }