github.com/vmware/govmomi@v0.51.0/vapi/vm/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  	// VCenterVMPath is the REST endpoint for the virtual machine API
     9  	VCenterVMPath = "/api/vcenter/vm"
    10  	// LegacyVCenterVMPath is the legacy REST endpoint for the virtual machine API, relative to the "/rest" base path
    11  	LegacyVCenterVMPath = "/vcenter/vm"
    12  )