github.com/vmware/go-vmware-nsxt@v0.0.0-20230223012718-d31b8a1ca05e/aggregation/client_type_collection_configuration.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 aggregation
     7  
     8  // HPM client data collection configuration
     9  type ClientTypeCollectionConfiguration struct {
    10  
    11  	// The client type for which this data collection frequency setting applies
    12  	ClientType string `json:"client_type"`
    13  
    14  	// The set of data collection type configurations, one for each data collection type
    15  	DataTypeConfigurations []DataTypeCollectionConfiguration `json:"data_type_configurations"`
    16  }