github.com/vmware/govmomi@v0.51.0/eam/internal/internal.go (about)

     1  // © Broadcom. All Rights Reserved.
     2  // The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries.
     3  // SPDX-License-Identifier: Apache-2.0
     4  
     5  package internal
     6  
     7  const (
     8  	// EamObject is the managed object type for the EamObject base class.
     9  	EamObject = "EamObject"
    10  
    11  	// EsxAgentManager is both the managed object type and ID for the
    12  	// EsxAgentManager class.
    13  	EsxAgentManager = "EsxAgentManager"
    14  
    15  	// Agency is the managed object type for the Agency class.
    16  	Agency = "Agency"
    17  
    18  	// Agent is the managed object type for the Agency class.
    19  	Agent = "Agent"
    20  )